I have an Excel Services Application running in my farm, but I get this error when I try to view an Excel file (.xlsx) on browser:
"Unable to process the request. Wait a few minutes and try performing this operation again."
In ULS, I get these:
Unable to reach Excel Calculation Services http://appsever:32843/fe8257bb23fe4c46b910df6c0ed1b456/ExcelService*.asmx. [Session: User: domain\svc.acct.name]
There was an error in communicating with Excel Calculation Services http://appserver:32843/fe8257bb23fe4c46b910df6c0ed1b456/ExcelService*.asmx exception: The remote server returned an error: (503) Server Unavailable. [Session: User: domain\svc.acct.name].
The problem is the URL it's pointing to is not valid. I don't have a web app called "fe8257bb23fe4c46b910df6c0ed1b456" in IIS. I have a different GUID for the Excel service and don't know why it keeps refering to the one that doesn't exist. I deleted and created a new Excel Services Application a few times, but it keeps using the non-existent GUID - even after a reboot of the app server. Any idea why this is happening?