EnvironmentTeamSite 6.5 w/ patch (build 45607)
Windows 2003
Gag - I'm not sure if this is because I'm woking on Windows for the first time in a while - but I'd like to think that's the source of the problem...
I have a cgitask defined with:
<command v="****_wf_editdcr.cgi"/>I've created
iw-home/httpd/iw-bin/****_wf_editdcr.ipl
and copied
show_env.cgi
to
****_wf_editdcr.cgi
in the same directory.
My cgitask script is essentially a "dummy" script right now - trying to get past this problem (below) - the script looks like this:
#!c:/Interwoven/TeamSite/iw-perl/bin/iwperl
print qq[Content-type: text/html\n\n];
print qq[Hello\n];When I try to
Start Input Task from the CCPro UI - I get the following message:
TeamSite : Wrapper
Error: Error trying to open a pipe to
C:\Interwoven\TeamSite\httpd\iw-bin\****_wf_editdcr.cgi(480).There's nothing in any of the log files as far as I can tell (nothing meaningful in
iwevents.log
other than saying a task transition took place to get to my cgitask; nothing useful in
iwui/servleted_out.log
, and absolutely nothing in
iwui/servletd_err.log
)
If I change my wft to run
show_env.cgi
- it runs just fine -- so the
show_env.cgi
wrapper binary that I copied as a
****_wf_editdcr.cgi
should also be fine. I even checked with
dir /x
to make sure that the wrapper and perl script line up:
Directory of C:\Interwoven\TeamSite\httpd\iw-bin
02/18/2005 12:07 PM 716,800 ****_~2.CGI ****_wf_editdcr.cgi
02/18/2005 01:04 PM 7,079 ****_~2.IPL ****_wf_editdcr.iplI then tried moving my IPL file aside and copied
tt>show_env.ipl to
****_wf_editdcr.ipl
and I get the same error message as before .. so it seems it has to be the wrapper that's broken - but I can't figure out how.
We do have cygwin installed on this machine - and I checked with
ls -l and
sum and the binary wrappers are identical:
iw-bin > ls -l show_env.cgi ****_wf_editdcr.cgi
-rwx------+ 1 Administrators None 716800 Feb 9 02:35 show_env.cgi
-rwx------ 1 ghoti None 716800 Feb 18 12:07 ****_wf_editdcr.cgi
iw-bin > sum show_env.cgi ****_wf_editdcr.cgi
44747 700 show_env.cgi
44747 700 ****_wf_editdcr.cgiAnyone have any ideas to offer?
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com