TommyIndigo
Programmer
I'm running a script that cycles through a lengthy loop. Within the loop, various text files are parsed and a SQL Server db record is appended. I'm opening the db connection before the loop, and closing it afterwards.
This program works flawlessly with a small amount of test data, but now in production there is much more data to cycle through.
The program is terminating early in the browser without any error messages. I'm on a W2K server, and tried increasing any of the IIS timeouts I could find...with no luck.
I have heavy logging to try to see if it a programmatic problem...but there are no issues, other than time. However, I'm not getting an explicit timeout error message.
Not sure if this is happening from the script itself, IIS, or SQL Server (again, no errors). Any ideas?? I have a deadline of Friday at 5 pm and am desperate.
Thanks,
TOM
This program works flawlessly with a small amount of test data, but now in production there is much more data to cycle through.
The program is terminating early in the browser without any error messages. I'm on a W2K server, and tried increasing any of the IIS timeouts I could find...with no luck.
I have heavy logging to try to see if it a programmatic problem...but there are no issues, other than time. However, I'm not getting an explicit timeout error message.
Not sure if this is happening from the script itself, IIS, or SQL Server (again, no errors). Any ideas?? I have a deadline of Friday at 5 pm and am desperate.
Thanks,
TOM