soap timeout on big report

A

Antonio

Hi, my web application connects to a web service. The web service runs
a long running sql server stored procedure. The stored procedure takes
4 minutes. I get timeouts. In my web service connection string it has
"connect timeout = 300" This is 5 minutes to wait for a connection
handshake right?

In my web method I have the sqlcommand time out at 3000 -- 50 MINUTES!!
LOL

sqlCom.CommandTimeout = 3000;

But still it times out at between 1 and 3 minutes. ? Curious ??

Why oh why does it time out??

If I run the stored procedure from Microsoft SQL Server 2000 Query
Analyzer it will run OK after 4 minutes.

Anto
 
B

Bruce Barker

the webservice page and the calling page have a timeout also.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top