G
Guest
I am encountering SQLClient errors in a COM+ object (spawned from Biztalk) that extracts data from an xml document and updates a SQL table (version 2000 8.00.760 SP3)
Under a fairly low load of documents, there seems to be no problems, but with several messages to process, these errors start to stack up. I also see "SqlConnection does not support parallel transactions.
I am only using one SQL connection, one stored procedure - and one SQLTransaction that may be called a couple of times throughout the process
Any advice will be greatly appreciated
Troy
Under a fairly low load of documents, there seems to be no problems, but with several messages to process, these errors start to stack up. I also see "SqlConnection does not support parallel transactions.
I am only using one SQL connection, one stored procedure - and one SQLTransaction that may be called a couple of times throughout the process
Any advice will be greatly appreciated
Troy