"Application isn't running" error from Emailer
"Application isn't running" error from Emailer
- Subject: "Application isn't running" error from Emailer
- From: Joe Szedula <email@hidden>
- Date: Sat, 1 Feb 2003 07:38:49 -0600
While running an applescript from Claris Emailer (in Classic) I get the
error (captured using "on error"):
(-600) Finder got and error: Application isn't running.
The problem portion of my script is:
tell application "Finder"
try
delete file theFilename
on error theError number theNumber
my ShowError("(" & theNumber & ") " & theError & return & "Trying to
delete:" & return & theFilename)
end try
end tell
"theFilename" is correctly set to an enclosure in Claris Emailer's
"Downloads Folder." Error "-600" is listed as:
-600 procNotFound No eligible process with specified process serial
number
In "Inside Macintosh: Result Codes"
Also, if I try to open Claris Emailer's "Downloads Folder." from the
"Open Special" menu I get the error:
Couldn't complete the last command because and unknown error (-600)
occurred.
Quitting Claris Emailer, relaunching Claris Emailer, and rerunning the
script results in the same error message.
Quitting Claris Emailer, restarting Classic, relaunching Claris Emailer,
and rerunning the script results in the the script running correctly.
Any one know what is going on and how to fix it?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.