Hi,I am trying to call a IPL file with call server but the file is not calling ,I dont know why but I am giving the same path name where my Ipl file located on the server.when I give the same ipl file path in inline command its working.IWDatacapture.callServer("/iw-home/ts-home/httpd/iw-bin/event.ipl", params); item name="market_event_name" pathid="market_event_name"> description Market Event Name. Format:Month Year(yyyy) description> labelMarket Event Name /label select required="t"inline command="/iw-home/ts-home/iw-perl/bin/iwperl /iw-home/ts-home/httpd/iw-bin/event.ipl "/select
var server = window.location.protocol +'//'+ window.location.host; IWDatacapture.callServer(server+"/iw-bin/event.ipl");
Is this problem may be related to the permission on the file..?If I want to access this file with browser then can I do this with http://172.26.133.66/iw-bin/event.ipl in browser?