cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Internal application error code 2004

Hi, I am trying to download a task result file but getting this error. The code was all working till mid-night and no changes have been made. Can anyone suggest if it's an issue with eBay or an error somewhere in request.

 


‌apis:eBLBaseComponents">
<ACK>Error</ACK>
<Version>1169</Version>
<OrderArray>

<Errors>
<ShortMessage>Internal Application Error</ShortMessage>
<LongMessage>Internal Application Error</LongMessage>
<ErrorCode>2004</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
</OrderArray>

</OrderReport></BulkDataExchangeResponses>

 

Below is what I am requesting an order report for 

{"schemaVersion":"1169","feedType":"LMS_ORDER_REPORT","filterCriteria":{"creationDateRange":{"from":"2024-04-03T10:56:33.000Z","to":"2024-04-08T10:56:33.000Z"},"orderStatus":"COMPLETED"}}
This request is getting accepted fine and no issue with this request but downloading report isn't working.
Message 1 of 3
latest reply
2 REPLIES 2

Internal application error code 2004

We are also seeing the same error when trying to receive OrderReports and started at midnight:

 

<BulkDataExchangeResponses xmlns="urn:ebay:apis:eBLBaseComponents">
<OrderReport>
<ACK>Error</ACK>
<Version>1241</Version>
<OrderArray>
<Errors>
<ShortMessage>Internal Application Error</ShortMessage>
<LongMessage>Internal Application Error</LongMessage>
<ErrorCode>2004</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
</OrderArray>
</OrderReport>
</BulkDataExchangeResponses>
 
Message 2 of 3
latest reply

Internal application error code 2004

Did you have a resolve as there is no solution i can see online and is not mentioned under API status that there is an issue with API. 

Message 3 of 3
latest reply