October 14, 201015 yr Hello, I am trying to set up a scheduled filemaker script to send out e-mail and I get this error: FileMaker Server 10.0.1.64 on Gneeks reported the following event: 2010-10-14 12:31:01.048 -0400 Information 644 Gneeks Schedule "docs for all intake students" completed; last scripting error (3). The script does not expect any parameter. I also set up the SMTP on FMS and tested it. Firewall on doesn't seem to block necessary ports. The script works fine when sent from FMP client. Any help on this is greatly appreciated. Thanks! Jeanny
October 15, 201015 yr error 3 is "Command is unavailable", meaning you have server incompatible script steps in your script. Also: setting up SMTP on the server (in the admin console) has nothing to do with being able to send out SMTP email from a script (server-side or not). Email SMTP is configured in the script step itself. The SMTP setup in the admin console is for sending error/warning/schedule notifications.
Create an account or sign in to comment