Command Not Completed

Command Not Completed SearchSearch
Author Message
Greg Sterndale
New member
Username: Gsterndale

Post Number: 1
Registered: 05-2004
Posted on Tuesday, May 04, 2004 - 06:29 am:   

I am trying to execute a Perl script (which seems to be working fine from the command line) when an SMS is received.
In the Gateway I have the command specified as: c:\test\HTTPrequest2.pl @@FULLSMS@@
prefix: *
And the Process received box is checked.
I restarted the service too.

When I send an SMS to the Gateway, I get a reply saying "Command not completed. System error executing associated command."
Any ideas?
Thanks!
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2464
Registered: 10-2002
Posted on Tuesday, May 04, 2004 - 12:47 pm:   

Hi Greg,

We can't execute the perl script directly (at this time), you need to specify the path of the Perl interpreter at the start of the command.

For example:

c:\perl\perl.exe c:\test\HTTPrequest2.pl @@FULLSMS@@