Error message with Queued .NET component
406942Oct 20 2003 — edited Oct 21 2003I am getting the following two error messages when using a .NET component through COM+, setup as a queued component. Basically, the component sets up and executes a single stored procedure on a single database before returning. I am using ODP.NET 9.2.0.2102.
ORA-00164: autonomous transaction disallowed within distributed transaction
ORA-24777: use of non-migratable database link not allowed
The weird part is that if I spawn a thread from within the Interop class called by MSMQ, the stored procedure executes without errors.
Any help would be appreciated.
Christian Nau