SmartConnect Timeout Issues
Hello,
I'm running several SQL scripts via SmartConnect after the map runs successfully. This is something I do regularly.
However, I'm received a "timeout period has expired" message when I attempt to run this script fromt he map. The script takes about 40 seconds if executed directly from SQL.
Any insights would be greatly appreciated.
Thanks,
Howard
I'm running several SQL scripts via SmartConnect after the map runs successfully. This is something I do regularly.
However, I'm received a "timeout period has expired" message when I attempt to run this script fromt he map. The script takes about 40 seconds if executed directly from SQL.
Any insights would be greatly appreciated.
Thanks,
Howard
Answers
Best Answer
Hi Howard,
The solution to this issue depends on how you are running the scripts after the map has completed.
If the scripts are VB,NET or C# scripts, check the timeout in the connection string and make sure that it is long enough for your script to run.
If the script is run through a SQL Command task then the default timeout is the default timeout of your SQL server.
cheers
Kevin
The solution to this issue depends on how you are running the scripts after the map has completed.
If the scripts are VB,NET or C# scripts, check the timeout in the connection string and make sure that it is long enough for your script to run.
If the script is run through a SQL Command task then the default timeout is the default timeout of your SQL server.
cheers
Kevin