IN one COM+ , there are lot's calls to stored procs.(all those stored procs are simple and similiar like above example: just one Insert statement). The order is following:
1. call sp1 (insert into table1. Format is same as my pre-post. Weird Tran for one sp)
2. call sp2 (insert into table2..)
3. call sp3..(insert into table3
4. Invoke another COM+ to contact outside third party ASP page via winHttp object
5. call sp4 (insert into table4)
...
Weird random issue is that there was only an added record in table2 and no in other tables.
This issue is very rarely happen. But it happened randomly.
Thought?
1. call sp1 (insert into table1. Format is same as my pre-post. Weird Tran for one sp)
2. call sp2 (insert into table2..)
3. call sp3..(insert into table3
4. Invoke another COM+ to contact outside third party ASP page via winHttp object
5. call sp4 (insert into table4)
...
Weird random issue is that there was only an added record in table2 and no in other tables.
This issue is very rarely happen. But it happened randomly.
Thought?