Re: SQL Stored Proc
- From: "Eric Stott" <eric@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 21 Aug 2006 00:10:45 -0700
I need to insert into 4 tables, if any of them fail, I need to rollback all
of the previous ones...
Eric
"rclb" <ray.crager@xxxxxxxxxxxxxxx> wrote in message
news:1155966189.155918.157710@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Do you have a COMMIT or ROLLBACK statement in the proc? If so, remove
them.
Eric Stott wrote:
When I run a stored proc in QA, it runs successfully, however when I run
the
code against BizTalk I get the following error:
The adapter failed to transmit message going to send port
"SQL://database/".
It will be retransmitted after the retry interval specified for this Send
Port. Details:"HRESULT="0x80004005" Description="Transaction count after
EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is
missing. Previous count = 1, current count = 0."
Is there a tool that I can find out why I am getting this error, and why
would I only be getting this with BizTalk, why isn't QA coming back with
the
same error?
Thanks
.
- References:
- SQL Stored Proc
- From: Eric Stott
- Re: SQL Stored Proc
- From: rclb
- SQL Stored Proc
- Prev by Date: RE: How do you address space " " as a value ?
- Next by Date: Re: Dynamic Send Port - Handler?
- Previous by thread: Re: SQL Stored Proc
- Next by thread: Re: SQL Stored Proc
- Index(es):
Relevant Pages
|