Jump to content
Server Maintenance This Week. ×

"the command finished with a no-zero result" and fails


This topic is 5995 days old. Please don't post here. Open a new topic instead.

Recommended Posts

When running the following script in FIleMaker Pro 9 I get a filemaker error stating that "the command finished with a no-zero result" and fails. Running the script in applescript editor it is successful.

The result shown in applescript editor is a null string "".

tell application "FileMaker Pro"

set calling to cell "ID" of current record

set called to cell "tele" of current record

end tell

set dStr to "dial," & calling & "," & called

do shell script "echo " & dStr & " | nc -u -w 1 192.168.1.10 21900"

Edited by Guest
Link to comment
Share on other sites

This topic is 5995 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.