Re: Error -11781
Re: Error -11781
- Subject: Re: Error -11781
- From: JJ <email@hidden>
- Date: Thu, 05 Apr 2001 09:42:18 +0200
>
Message: 6
>
Date: Wed, 4 Apr 2001 10:20:11 +0100
>
To: email@hidden
>
From: email@hidden (Mike Richmond)
>
Subject: Error -11781
>
Cc: email@hidden
>
>
I have a script which just mounts a remote volume, and it works fine until
>
I run it as a startup item. It then more often than not fails with error
>
-11781. I can find no information on this error. Can any one cast any
>
light on it, or how to fix it? I am using Mac OS 9.0.4, and the remote
>
volume is on a Linux box.
>
>
Mike Richmond
>
Harlequin Ltd
--
Hi, Mike.
Error -11781 could be a server error. The only thing I'd try, with a startup
item, would be "delay", until your machine's start processes are finished
(shared files, appletalk connection, etc.).
For ex,
on run
delay 20
try
mount volume the_volume -- (your settings)
on error
end try
end run
JJ