Hi all, this is the first time I am trying to set-up Actinic to upload to a local IIS server and its failing and I can't fathom out why.
The scenario and set-up is as follows:
Catalog is installed on Actinic Designer Version 9.0.5.0.0.0.JHZA running on Windows XP SP3.
Server is Microsoft Windows Server 2003 Enterprise Edition Service Pack 2, running IIS 6.0, and ActivePerl 5.8.8 Build 820.
I've followed the set-up in the advanced user guide about setting up IIS, the acatalog directory, the cgi-bin directory, the FTP user, and the various NTFS permissions.
I've ftp'd on to the server and I can manually create files in the root, acatalog and cgi-bin directories.
My network set-up is as follows:
If I run TEST I get the following error message:
followed by...
If I run the Configure Web Site tool, it gets as far as CGI-BIN access and then reports the following message:
I've checked and rechecked everything to no avail. I've deleted the site and recreated several times but I always get to this.
Can anyone shed any light on what may be causing the problem?
Thanks,
Gareth.
The scenario and set-up is as follows:
Catalog is installed on Actinic Designer Version 9.0.5.0.0.0.JHZA running on Windows XP SP3.
Server is Microsoft Windows Server 2003 Enterprise Edition Service Pack 2, running IIS 6.0, and ActivePerl 5.8.8 Build 820.
I've followed the set-up in the advanced user guide about setting up IIS, the acatalog directory, the cgi-bin directory, the FTP user, and the various NTFS permissions.
I've ftp'd on to the server and I can manually create files in the root, acatalog and cgi-bin directories.
My network set-up is as follows:
Code:
HTTPPROXYMODE 0 HTTPPROXYADDRESS HTTPPROXYPORT 80 HTTPPROXYUSER HTTPPROXYPASSWORD FTPPROXYMODE 0 FTPPROXYADDRESS FTPPROXYPORT 21 FTPPROXYUSER FTPPROXYPASSWORD SCRIPTID 3 SCRIPTEXT .pl SMTPHOST WEBSITEURL http://192.168.222.100/aramstore/ IGNOREPASSIVEERRORS true USERELATIVECGIURLS true PATHTOPERL /usr/bin/perl USEENHANCEFTP true FTPCLIENTTIMEOUT 30000 FTPRETRYDELAY 3000 FTPKEEPALIVEINTERVAL 30000 FTPSILENT false FTPMAXRETRIES 3 FTPCONNECTTIMEOUT 50000 SMTPAUTHREQUIRED false SMTPUSERNAME SMTPPASSWORD COMPRESSIONPACKETSIZE 1024 COMPRESSEDUPLOAD true CATALOGURL http://192.168.222.100/aramstore/acatalog/ ONLINESTOREFOLDERNAME acatalog CGIBINURL http://192.168.222.100/aramstore/cgi-bin/ PATHFROMCGITOCATALOG ../acatalog/ CODEBASE ./ FTPHOST 192.168.222.100 FTPUSERNAME XXXXXXXX FTPPASSWORD XXXXXXXX PATHTOCGIBIN /cgi-bin/ USEPASSIVEFTP true FTPPATHFROMCGITOCATALOG
Actinic is not able to run the CGI scripts on the server. It appears as if the scripts are not installed. The most likely cause is that you have an incorrect CGI-BIN URL. If you've never uploaded the site, then you should do it before a download of orders. If you've uploaded the site ever, then Run Web | Configure Web Site Details... to review your web site configuration.
The web server returned error code 404 - Requested URL not found. This means Actinic can not execute the CGI scripts on your web site. Run Web | Configure Web Site Details... to check the web setup.
---------------------------
ConnectionWizard
---------------------------
An error occurred while attempting to change permissions of the file ActinicBasicCgiTest.pl.
No further diagnostics data is available.
The Connection Wizard will not continue.
Please configure your network settings through the Advanced | Network Settings dialog.
Contact your Actinic reseller or Actinic Support as appropriate for any assistance that you may require.
ConnectionWizard
---------------------------
An error occurred while attempting to change permissions of the file ActinicBasicCgiTest.pl.
No further diagnostics data is available.
The Connection Wizard will not continue.
Please configure your network settings through the Advanced | Network Settings dialog.
Contact your Actinic reseller or Actinic Support as appropriate for any assistance that you may require.
Can anyone shed any light on what may be causing the problem?
Thanks,
Gareth.
Comment