Re: SQL Adaptor - Timeout
- From: Tareq Ali <TareqAli@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Dec 2006 06:18:02 -0800
I have changed the host 'Max. number of message engine threads per CPU.
to be 3 instead of 20 and I have the same error messages.
and I still have the same problem, would you guide me how to configure the
throttling to achieve my targe?
"Leonid Ganeline" wrote:
Hi Tareq,.
SQL send port trying to repeat the SP several times then suspend the
message.
If this is a problem with high load try to using throttling to reduce the
load. Try to play with the numbers of retries.
The second variant: call SP from the Expression shape with C# wrapper. In
this case you have more handles to manage this case, but there is more code
development.
--
Regards,
Leonid Ganeline
BizTalk Developer,
Microsoft Certified Technology Specialist: BizTalk Server 2006
http://geekswithblogs.net/leonidganeline/
"Tareq Ali" <TareqAli@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EAEDE7EA-99F6-4323-A37D-632B6D938454@xxxxxxxxxxxxxxxx
I know it is a messleading error message, but the settings are find and the
evidence is that after the retry, the messages are passed sucessfully to
sql
server, and note that not all message produce those error message, some of
them due to heavy load on sql server.
"Benny Mathew" wrote:
Hi Tareq,
From the error it looks like BizTalk does not have access to the database
/
table, check the permissions and try again.
--
Benny Mathew
Seamless Integration Solutions
http://www.seamless.in
"Tareq Ali" <TareqAli@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0CA061E1-DAB7-4CE9-A26B-80DEBFBB0A63@xxxxxxxxxxxxxxxx
Hello,
I have developed a simple bizTalk application that read message and
call
SQL
Server stored procedures using SQL Server Adaptor.
I have large volume of message in a batch, I use envelope to split the
message and use map to construct XML shema which will be sent to the
SQL
Server.
Here are the errors I have got.
The adapter "SQL" raised an error message. Details
"[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access
denied.".
The adapter failed to transmit message going to send port "SendPort1"
with
URL "SQL://TAREQ-ALI/Execution/". It will be retransmitted after the
retry
interval specified for this Send Port. Details:"Timeout expired".
*****
The adapter "SQL" raised an error message. Details "Timeout expired".
---------------------------------------
I have changed the host 'Max. number of message engine threads per CPU.
to be 3 instead of 20 and I have the same error messages.
**************
I understand that SQL server is overload with my request and that is
not
good, I want to reduce the number or request so that my batch will not
take
my sql server down.
- Follow-Ups:
- Re: SQL Adaptor - Timeout
- From: Leonid Ganeline
- Re: SQL Adaptor - Timeout
- References:
- Re: SQL Adaptor - Timeout
- From: Benny Mathew
- Re: SQL Adaptor - Timeout
- From: Leonid Ganeline
- Re: SQL Adaptor - Timeout
- Prev by Date: Re: Different schemas into one POP3 port
- Next by Date: Can BizTalk make command line calls?
- Previous by thread: Re: SQL Adaptor - Timeout
- Next by thread: Re: SQL Adaptor - Timeout
- Index(es):
Relevant Pages
|
Loading