Macro Scheduler I/O Error 105

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
sailor dude
Pro Scripter
Posts: 50
Joined: Fri Jan 20, 2006 10:43 pm

Macro Scheduler I/O Error 105

Post by sailor dude » Tue May 15, 2007 8:47 pm

Does anyone know what I/O Error 105 is?

I have MS 9.1.02 running on WinXP SP2

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Tue May 15, 2007 8:56 pm

For a list of system error codes see:
http://www.mjtnet.com/forum/viewtopic.php?t=2835

ERROR_SEM_OWNER_DIED
105 The previous ownership of this semaphore has ended.

When do you get this error? What is your script doing?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

sailor dude
Pro Scripter
Posts: 50
Joined: Fri Jan 20, 2006 10:43 pm

Error 105 When Using DateStamp Command

Post by sailor dude » Tue May 15, 2007 10:26 pm

I created a log file and the DateStamp Command started but did not complete.

DateStamp>Downloading %FILE_NAME%

FILE_NAME is valid as shown in the log file and is used everywhere in my script

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed May 16, 2007 7:30 am

DateStamp takes two parameters:

1. A filename
2. A comment

You have only one parameter which will be assumed to be the first - the filename. So you will get an error because what you have specified is not a filename. Your code should be, something like:

DateStamp>c:\somewhere\somefile.txt,Downloading %FILE_NAME%

Replace c:\somewhere\somefile.txt with a file of your choice.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

sailor dude
Pro Scripter
Posts: 50
Joined: Fri Jan 20, 2006 10:43 pm

Sorry

Post by sailor dude » Wed May 16, 2007 5:37 pm

:oops:

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts