G
Guest
Hi all
I am using System.enterpriseservices in a class library. I am calling a
stored procedure within this class procedure. This procedure is taking a long
time to execute and after some time I get the follwoing error
"Distributed transaction completed. Either enlist this session in a new
transaction or the NULL transaction."
It is working fine with less records. If I change the timeout from MTS
option tab then it is working fine . I know the solution here is to increase
the timeout value. But I have no access to the productin server where the web
application woudl be finally deployed. I need to know how to increase the
MTS Transaction through code for a single class and to again reset it back.
Thanks
pradeep_TP
I am using System.enterpriseservices in a class library. I am calling a
stored procedure within this class procedure. This procedure is taking a long
time to execute and after some time I get the follwoing error
"Distributed transaction completed. Either enlist this session in a new
transaction or the NULL transaction."
It is working fine with less records. If I change the timeout from MTS
option tab then it is working fine . I know the solution here is to increase
the timeout value. But I have no access to the productin server where the web
application woudl be finally deployed. I need to know how to increase the
MTS Transaction through code for a single class and to again reset it back.
Thanks
pradeep_TP