[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE - intermittent issue ("Error loading the .NET runtime. (14081)")

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
I wonder: Does this always happen on the first request for the session-managed connection ? Or does the first request for the connection succeed, and is it a later request that fails ? If it's a later request that fails, did this particular session move over different threads on the agent ? That should be visible in the agent logs by looking at the P-nnn (agent PID) T-nnn (Thread number) AS-nnn (session number) portions of the entries. Filter those where P- and AS- portions match a session that ran into the error, see if there are variations in the T- portion. COM automation breaks when sessions switch threads ( knowledgebase.progress.com/.../COM-objects-on-PASOE-raise-CoInitialize-has-not-been-called-error) , so it'd be worth probing if .NET objects are affected by something similar.

Continue reading...
 
Status
Not open for further replies.
Back
Top