AOTG API Error Message: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
==Draft==
'''Currently taking notes'''


AOTG Error:



AOTG Error:
1.
1.
{
{
Line 37: Line 38:
Solutions:
Solutions:
Update AOTG Client
Update AOTG Client



3. Service Unavailable: Get result status (d50b5d0a-9cce-4a55-bfdd-40bf0f93063f) failed with exception - The given key was not present in the dictionary.
After delete a debtor, call Get Result, it returns "503 Service Unavailable"
Reason: ?



<br/>
<br/>

Revision as of 04:43, 28 February 2019

Draft

Currently taking notes

AOTG Error:

1. {

   "Message": "The requested resource does not support http method 'DELETE'."

}

Solution: Make sure SOTC_AUTH (AccessToken) is added to the header.

2.

 "ResultJson": "{\"Message\":\"Your current database version 1.0.9.77 is later than the database version supported by this AOTGClient (Version: 1.0.9.76), please acquire and install latest AOTGClient.\",\"StackTrace\":\"\",\"Source\":\"PSW.SOTC.Accounting.InProcess\"}"
 
 {
   "RequestId": "xxe5-d76-430-88d-5c2x4d3a28",
   "RequestName": "GetDebtorList",
   "HostName": "---",
   "IPAddress": "---",
   "RequestTypeName": null,
   "ResultJson": "{\"Message\":\"Your current database version 1.0.9.77 is later than the database version supported by this AOTGClient (Version: 1.0.9.76), please acquire and install latest AOTGClient.\",\"StackTrace\":\"\",\"Source\":\"PSW.SOTC.Accounting.InProcess\"}",
   "RequestParamJson": null,
   "ResultStream": null,
   "ResultTypeName": "PSW.SOTC.Accounting.Provider.Models.ExceptionEntity",
   "Status": "Failed",
   "Version": "1.2.19015.11001",
   "AccountBookInfo": "Plug-In 1.9 Test-1.0.9.76",
   "AccountBookDBInfo": "1.0.9.76",
   "Timestamp": "2019-02-28T01:19:53.3615122Z",
   "ResultedTimestamp": null,
   "ProcessingInterval": 0.0730796,
   "InQueueInterval": null,
   "ResultFileURL": null
}

Solutions: Update AOTG Client


3. Service Unavailable: Get result status (d50b5d0a-9cce-4a55-bfdd-40bf0f93063f) failed with exception - The given key was not present in the dictionary. After delete a debtor, call Get Result, it returns "503 Service Unavailable" Reason: ?



See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers