Difference between revisions of "OdataLink OData feed error codes"
Line 19: | Line 19: | ||
'''Data File'''<br /> | '''Data File'''<br /> | ||
[[ODataLink Error Code | [[ODataLink Error Code 4001: ModelCode not specified in URL]]<br /> | ||
[[ODataLink Error Code 4002: Data file does not exist]]<br /> | |||
[[ODataLink Error Code 4003: Data file is disabled]]<br /> | |||
[[ODataLink Error Code 4004: Data file is not licensed]]<br /> | |||
[[ODataLink Error Code 4005: Data file not allowed for the model]]<br /> | |||
'''Endpoints'''<br /> | |||
[[ODataLink Error Code 5002: Endpoint does not exist]]<br /> | |||
[[ODataLink Error Code 5003: Endpoint not allowed for the model]]<br /> | |||
'''IP Addresses'''<br /> | |||
[[ODataLink Error Code 6001: IP Address not allowed for the model]]<br /> | |||
'''Users'''<br /> | |||
[[ODataLink Error Code 7001: User login does not exist]]<br /> | |||
[[ODataLink Error Code 7002: User not allowed for the model]]<br /> | |||
'''MYOB Specific'''<br /> | |||
[[ODataLink Error Code 8001: MYOB denied access to the endpoint]]<br /> | |||
[[ODataLink Error Code 8002: MYOB timed out while servicing the request]]<br /> | |||
[[ODataLink Error Code 8003: MYOB encountered a runtime exception while servicing the request]]<br /> | |||
[[ODataLink Error Code 8003: MYOB encountered an unknown error while servicing the request]]<br /> | |||
'''Miscellaneous'''<br /> | |||
[[ODataLink Error Code 1001: $Search not supported in query]]<br /> | |||
[[ODataLink Error Code 1002: $Select not supported in query]]<br /> | |||
[[ODataLink Error Code 1003: $Expand not supported in query]]<br /> | |||
[[ODataLink Error Code 1004: Unknown parameter not supported in query]]<br /> | |||
[[ODataLink Error Code 999999: Unknown error encountered]]<br /> | |||
= Related Topics = | = Related Topics = | ||
[[Troubleshooting Guides]] <br /> | [[Troubleshooting Guides]] <br /> |
Revision as of 21:43, 3 February 2021
OdataLink logs all requested made for debugging and security purposes.
The following is the complete list of all error codes.
Accounts
ODataLink Error Code 2001: AccountCode not specified in URL
ODataLink Error Code 2002: Account does not exist
ODataLink Error Code 2003: Account is disabled
ODataLink Error Code 2004: Subscription has expired
ODataLink Error Code 2005: Too many data files license for the subscription
Model
ODataLink Error Code 3001: ModelCode not specified in URL
ODataLink Error Code 3002: Model does not exist
ODataLink Error Code 3003: Model is disabled
ODataLink Error Code 3004: Model authentication does not match client
Data File
ODataLink Error Code 4001: ModelCode not specified in URL
ODataLink Error Code 4002: Data file does not exist
ODataLink Error Code 4003: Data file is disabled
ODataLink Error Code 4004: Data file is not licensed
ODataLink Error Code 4005: Data file not allowed for the model
Endpoints
ODataLink Error Code 5002: Endpoint does not exist
ODataLink Error Code 5003: Endpoint not allowed for the model
IP Addresses
ODataLink Error Code 6001: IP Address not allowed for the model
Users
ODataLink Error Code 7001: User login does not exist
ODataLink Error Code 7002: User not allowed for the model
MYOB Specific
ODataLink Error Code 8001: MYOB denied access to the endpoint
ODataLink Error Code 8002: MYOB timed out while servicing the request
ODataLink Error Code 8003: MYOB encountered a runtime exception while servicing the request
ODataLink Error Code 8003: MYOB encountered an unknown error while servicing the request
Miscellaneous
ODataLink Error Code 1001: $Search not supported in query
ODataLink Error Code 1002: $Select not supported in query
ODataLink Error Code 1003: $Expand not supported in query
ODataLink Error Code 1004: Unknown parameter not supported in query
ODataLink Error Code 999999: Unknown error encountered