Webutil_Host.Host Issue [message #599394] |
Thu, 24 October 2013 03:13 |
|
M.Koura
Messages: 3 Registered: October 2013
|
Junior Member |
|
|
Hello All,
I have been facing a problem for the last couple of days ... i have a C# script that is used to send SMS and Email to beneficiaries ... i copied the script to our server .. and tested it by running the form that will call this script it worked fine, but when i copied the form to our production ... it didn`t do anything .. it didn`t send he sms or email .. it didn`t give me any errors .. we checked the server it has authorization to send mails .. checked my C# script .. nothing happens at all .. don`t know where is the problem.. hope any one could help.
Here is the code i`m using to call the script
vPATH is the path of the file retrieved from DB.
vPOID is a variable sent to the Script.
HOST(vPATH||'FINORA_SMS.exe Benefeciary '||vPOID);
Thanks
|
|
|
|
|
|
|