ISA Server cannot find script during script run.

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
jeunden
Forum Newbie
Posts: 1
Joined: Wed Aug 13, 2003 9:01 am

ISA Server cannot find script during script run.

Post by jeunden »

I have designed a script for a client that requires a message to be created and attachments to be added for every record in a MySQL database and sent through MS Exchange on Windows 2000 Server.

The script runs perfectly without attachments through 200+ records within 40 seconds but as soon as I add attachments, the web browser will return an error 404 from the ISA server saying that the script cannot be found when it reaches between 120 and 130 records.

I originally thought that ISA server or the script was timing out but I made the necessary adjustments to both and I still get the same error.

Has anyone else come across this problem as I need help.
Post Reply