"Method '~' of object '~' failed" error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm using ADO.NET command to execute a stored procedure which will do a
bounch of deletes and inserts on database side. If the data is not too big,
it's fine, but if there is a lot of data needs to be proceeded, sometime I
got error of "Method '~' of object '~' failed", sometime I got "Import of
MSDTC transaction failed: Result Code = 0x8004d00e." as well. When I ran the
stored procedure manually with same parameters, no any problems.
What could be the problem?

Thanks.

william
 
Yes.
I have a COM+ which is used to access database(execute stored procedure),
other applications use this COM+ to call a stored procedure.
Thanks.

william


Miha Markic said:
Is this a COM+ based application?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com

william said:
Hi,
I'm using ADO.NET command to execute a stored procedure which will do a
bounch of deletes and inserts on database side. If the data is not too
big,
it's fine, but if there is a lot of data needs to be proceeded, sometime I
got error of "Method '~' of object '~' failed", sometime I got "Import of
MSDTC transaction failed: Result Code = 0x8004d00e." as well. When I ran
the
stored procedure manually with same parameters, no any problems.
What could be the problem?

Thanks.

william
 
Back
Top