I got following error when I call stored procedure from my plugin. "The timeout period elapsed prior to completion of the operation or the server is not responding."
There are two solutions for this error:
1) Call the SP from outside a transaction in the PreValidation.
2) Register plugin to Async Pipeline.
There are two solutions for this error:
1) Call the SP from outside a transaction in the PreValidation.
2) Register plugin to Async Pipeline.