How Do I Resolve Errors From the Service?
If you attempt an operation with the Excel add-in but the service returns an error, review the resolution steps for the error code.
Refer to HTTP response status codes for more information.
Error | Cause | Resolution Steps |
---|---|---|
(401) Unauthorized | The service does not accept the credentials provided. |
|
(403) Forbidden | The current user is not allowed to perform the requested operation. |
|
(400) Bad Request | Multiple causes |
The add-in supports a variety of options that can accommodate diverse service requirements. Once you know why the service rejected the request, you can explore whether there is an option to solve the issue. For example, if a particular service does not support parallel requests, then disable parallel requests. Note: In some cases, the REST service may not be compatible with the add-in's current capabilities. This would need to be confirmed by the REST service and the Excel add-in teams. |
(500) Internal Server Error May also appear as: The operation failed due to an internal server error. Contact the system administrator to review the server logs to determine the actual cause. (VBAFE-00109) |
|
|
(404) Not Found | This generally happens with a bad URL. |
Note: Some customers have run into The FA REST services are not available from the login hosts. If you spot the word "login" in the host name, try the host from the FA welcome page instead. |