Hi Team,
I have a custom API testing it with Postman.
I'm seeing the following error.
{
"errors": [
{
"title": "Error occurred while handling the request, contact your admin with the provided errorCode.",
"detail": "Something went wrong, contact the system administrator.",
"errorCode": 1001
}
]
}
this error does not show on every request. sometimes it does gives the 200 response.
When the error is showing the request does not appear on the log at: "C:\ProgramData\Skyline Communications\DataMiner UserDefinableApiEndpoint"
Could you please point me on the right direction to identify the issue?
Could it be possible that because the DMA is receiving lots of other requests this one is not processed?
Thanks in advance.
Best regards,
Hi Julio,
In Triggering a user-defined API | DataMiner Docs you can find:
NatsRequestFailed
1001
500
Failed to send the NATS request to the DataMiner Agent.
It seems that NATS is not running fine in your system, can you check?