Env: TS6.5 SP2OS: UnixHi,I am working in a UNIX environment. I have implemented IWDatacapture.callServer function in a JS for a datatype as below: IWDatacapture.callServer("/iw-bin/setattr.ipl", params, false); It is unable to hit the IPL file but, the following is working in Windows environment:IWDatacapture.callServer("/iw-bin/source/callouts/setattr.ipl", params, false); I have even tried specifying all combinations of relative paths for Unix env but could not hit the IPL file. Can someone please tell me how do I specify the path in Unix - starting from /?/....Thanks in advance.
IWDatacapture.callServer("/iw-bin/setattr.ipl", params, false);
All the below conditions are satisfied:1. Starts with the correct #! line at the very beginning of line 12. Does not have ^M's as the EOL marker (especially on line 1)3. Is executable (chmod 755)Still I am not able to hit the file. I even tried this:IWDatacapture.callServer("/app/teamsite/iw-home/iw-perl/bin/iwperl /app/teamsite/iw-home/httpd/iw-bin/setattr.ipl");but of no use! How and from where(starting) do I need to specify the path of the setattr.ipl file?
All the below conditions are satisfied:1. Starts with the correct #! line at the very beginning of line 12. Does not have ^M's as the EOL marker (especially on line 1)3. Is executable (chmod 755)Still I am not able to hit the file. I even tried this:IWDatacapture.callServer("/app/teamsite/iw-home/iw-perl/bin/iwperl /app/teamsite/iw-home/httpd/iw-bin/setattr.ipl");
/app/teamsite/iw-home/iw-perl/bin/iwperl -w -c /app/teamsite/iw-home/httpd/iw-bin/setattr.ipl