Hi all,
I’ve this problem in an On Update Trigger.
The trigger code performs some queries into the same schema where the trigger starts in.
These queries take a lot of time if they are performed into the trigger context.
At the end the queries are performed but the document hasn’t been updated.
If I update a document by Interactive Interface (Load feature), I get this this warning:
//
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: [no URL]
The following error was encountered:
Read Timeout
The system returned:
[No Error]
A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.
//
It seems there is a lock on the collection (or schema) where the documents are updated.
Pheraps, cant’t I perform a query while the trigger is working?
Otherwise, how can I get the solution?
Thanks in advance
#webMethods#API-Management#Tamino