Viewing 9 posts - 1 through 9 (of 9 total)
If a failure occurs, we do need to roll back the entire batch of changes to the last known good state. Your suggestion regarding named transactions is a good...
May 27, 2008 at 4:35 pm
We ingest an XML string, and depending on parsed values, pass the string to one of several child procedure for further parsing and processing.
We use xpath to parse an...
May 27, 2008 at 4:05 pm
i'm sorry, i have to learn to hit the preview button. That doesn't look right at all. Let me try again.
May 27, 2008 at 3:58 pm
Thanks Steve for your reply.
I hope the following information answers your questions:
We ingest an XML string, and depending on parsed values, pass the string to one of several...
May 27, 2008 at 3:56 pm
So, while the rollback strategy works just fine, if the trancount is 2-3 or more, we get the following error:
Msg 0, Level 11, State 0, Line 0
A severe error occurred...
May 27, 2008 at 2:55 pm
sorry, i wasn't done yet! I will finish post in next post!
May 27, 2008 at 2:51 pm
That was the problem. We didn’t update our reg values ( HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI ) when we installed the Oracle 9i client
BEFORE:
OracleXaLib = xa80.dll
OracleSqlLib = SQLLib80.dll
OracleOciLib = oci.dll
NOW:
OracleXaLib = oraclient9.dll
OracleSqlLib =...
November 2, 2007 at 4:31 pm
Yes, we have the Oracle 9i client installed on the SQL Server 2000 machine.
Here is the error:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)
For...
November 2, 2007 at 8:27 am
We are having a similar problem. Trying to create a linked server in SQL2000, to an Oracle server, using the MSDAORA.DLL as the OLE DB provider.
Here is our error...
November 1, 2007 at 3:47 pm
Viewing 9 posts - 1 through 9 (of 9 total)