Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

P.S The two machines I'm working this out on are both running Tiger  
(10.4.x).


On Jan 20, 2006, at 1:50 PM, Chuck Pelto wrote:

>
> On Jan 20, 2006, at 1:39 PM, Mark Lively wrote:
>
>> You did replace SID with the appropriate machine information right?
>
> Here's how the script reads now...
>
> set thisMachine to "eppc://MyName:[log in to unmask]"
>
> tell application "Make DMGs" of machine thisMachine to open file  
> "Make DMGs" of folder "Applications" of startup disk
>
>
> And that's where the problem lies at the moment.
>
> I suspect that it has something to do with the fact that Make DMGs  
> is not a 'file'. It's an application, an AppleScripting application.
>
> The question remains, what is the syntax of calling upon an  
> application on a remote machine to run on that remote machine, via  
> an applescript on an separate machine.
>
> Regards.
>
> Chuck