Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Not able to Execute IPL file under iw-home/httpd/iw-bin folder
Pummy
Hi,
I have a simple IPL file which actually outputs HTML source[ A CGI].
I have placed this under c:/iw-home/httpd/iw-bin folder. I have configured this IPL as menu item as a CGI Call. But i am getting Internal Server Error when i invoke this CGI.
When i noticed that even i am not able to execute the CGI Using command line like below :
c:\iw-home\iw-perl\bin\iwperl C:\iw-home\httpd\iw-bin\import.ipl
Though i have some output statements in my IPL it doesnt seems to print anything on my console.
But when i try executing the same IPL from diff folder say c:/temp the IPL outputs to console as expected.
I am bit confused why this is happening. Even i did check the file permissions. It have full control to everyone[RWX]. [Simillar to the other files in iw-bin folder ].
I am using TS 6.5 installed on Windows OS.
Please help me out.
Find more posts tagged with
Comments
Migrateduser
It would be best if you would attach your code.
Pummy
The problem got resloved. The only thing i can think here is that the IPL i had copied was one which i had written for UNIX TS . So when copied same to WIN TS its behaving in such a way.
Thnaks a lot for your help.