07-16-04 01:03 PM
Hi
I can see you are executing a stored procedure and not just executing
a query. Take a look at your stored procedure, since this must be the
one deadlocking. Perhaps you can reaarange some statements to make the
stored procedure serializable with itself?
Jan Eliasen
On Mon, 12 Jul 2004 05:55:02 -0700, "Miles"
<Miles@discussions.microsoft.com> wrote:
>I am running Biztalk 2002, using Microsoft BizTalk Adapter for SQL Server.
I currently have 17 jobs running and will need to add even more. I keep ge
tting the following error:
>
>
>Event Type: Error
>Event Source: RFSQL
>Event Category: None
>Event ID: 10
>Date: 07/12/2004
>Time: 8:54:56 AM
>User: N/A
>Computer: BIZTALK
>Description:
>A worker thread reported a failure: Transaction (Process ID 207) was deadlo
cked on lock resources with another process and has been chosen as the deadl
ock victim. Rerun the transaction.
>The error code is shown in the data area below.
>The operation was: ISQLWorker->Execute
>The worker thread was working on:
> Job Name: USA_StockTransfers_IVT
> SQL Script: Exec & #91;sp_SmoCreateStockTransfer_USA_IVT_Tr
ansactions]
>
--
Jan Eliasen, representing himself and not the company he works for.
[ Post a follow-up to this message ]
|