Question

plsql_rest_sender_API Sync REST call

  • 5 March 2024
  • 1 reply
  • 48 views

Userlevel 3
Badge +10

I use plsql_rest_sender_API.Call_Rest_EP_Empty_Body_Sync2 to make a synchronous GET request. Based on the response I am required to take further action.

When making sync request IFS always throws an error in the application message and hangs.

ifs.fnd.base.SystemException: Unable to get database connection. (javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/jdbc/

However an async call is successful. What could be the root cause for this error?


1 reply

Badge

Hi @bhavesh ,

I have tried to make a sync GET request using above mentioned method and it worked for me.  It seems like the sync request is encountering an issue with the database connection while async request is working fine for you. Can you share more details related to sync request, any configurations you have done, perhaps if you can retrieve any logs related to that

Reply