Stored Procedure not completing successfully
I have a simple task setup to connect to a SQL database, run a stored procedure, then disconnect.
The stored procedure i am calling works successfully from within SQL Enterprise Manager, but fails within AA. I am using version 5.5.
I have tested this with other store procedures on the same database, and they work fine. The only difference i can see between the stored procedures is that the one which is failing takes about 6-10 minutes to run via SQL Enterprise Manager, vs. the other stored procedures which take seconds to run.
I have put time out options into the connection parameter and on the stored procedure task line, but this doesn't seem to make a difference.
No parameters are passed in the stored procedure, and the stored procedure name is sprdwloadcompany so does not have any of the known issues like commas or over 100 char that i can find in the forums.
Any ideas for tracking this down? As AA is only telling me to look at line 2 called Stored Procedure - not v. helpful.
Thanks for your help.
|