Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informix error 668

Status
Not open for further replies.

tungaw2003

Technical User
Apr 24, 2003
25
PH
Hi All,

I want to call a binary program using SPL(stored procedure).
I setup all environment variables, $PATH, INFORMIXSERVER, permission on the database, etc. However, I wasn't able to execute the :

LET l_cmd = "/proj/informix/validate.sh "||UserId||" "||Password;

SYSTEM 'l_Cmd';

Please help. BTW, I also granted "grant execute on SP to public;




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top