We are using North52 in our Dynamics 365 and having chain of PlugIn execution. Intermittently one of the PlugIn execution is failing with below error
The operation or property SqlTransaction is not valid in the context without calling OnBeginRequest first
Does anyone faced this issue and any suggestion on root cause and fix
Also please suggest on below queries. As I know Dynamics 365 is having 2 mins of timeout limit for PlugIn execution,so
- If there are 2 Synchronous PlugIn call, then what would be the total time limit of execution, i.e. both plugIn execution should be completed in 2 mins or each PlugIn can have 2 mins time to complete.
- If there are 4 PlugIn call out of which 2 are Asynchronous and 2 are Synchronous but in the Trace log all are showing same Correlation Id and same Request Id, so does it mean all are executing in same transaction and is having 2 mins of time limte and all should be completed in 2 mins.
Please help or suggest on this.