Situation:
Components A and B are in MTS. Both A and B declared transactional...
Component A calls Components B with CreateInstance..
Component B just calls an SP in SQL Server 7.0
In Vb App, create an For loop say 1000 times... create A with either New or CreateObject...and then set it to nothing..
First instance runs fine..
Start another instance, Run time error 91 right away...
Is there any tuning to be done...seems like MTS is unable to create the instance for B inside A..
can anyone help...???
Components A and B are in MTS. Both A and B declared transactional...
Component A calls Components B with CreateInstance..
Component B just calls an SP in SQL Server 7.0
In Vb App, create an For loop say 1000 times... create A with either New or CreateObject...and then set it to nothing..
First instance runs fine..
Start another instance, Run time error 91 right away...
Is there any tuning to be done...seems like MTS is unable to create the instance for B inside A..
can anyone help...???