Link to home
Start Free TrialLog in
Avatar of hennessym
hennessym

asked on

Task Scheduler Error

We have a perl script running on Windows 2003 Server (called via Task Scheduler) that parses CSV files and inserts the records into a SQL 2000 database.  

The Task Scheduler Log (SchedLgU.Txt) states: "Result: The task completed with an exit code of (9)," which according to http://www.hiteksoftware.com/mize/Knowledge/articles/049.htm, means "The storage control block address is invalid."

Any idea what might be causing this error or how we can rectify it?

Thanks - Matt



 
ASKER CERTIFIED SOLUTION
Avatar of SysExpert
SysExpert
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hennessym
hennessym

ASKER

Thanks, guys.  

Turns out the error msg was generated because the script was trying to insert nulls into fields that were not setup to allow null values.