Gossamer Forum
Home : Products : DBMan : Installation :

trouble with DBman & IIS

Quote Reply
trouble with DBman & IIS
I have the dbman script installed but seem to have some sort of configuration problem somewhere. When I run the script on the server here's what I get back:

CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate http://intranet/dbman/html.pl in @INC (@INC contains:
http://intranet/dbman c:\perl\lib c:\perl\site\lib .) at default.cfg line 26.

Script Location : C:\InetPub\wwwroot\dbman\db.pl
Perl Version : 5.00502
Setup File : default.cfg

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
COMPUTERNAME : INTRANET
COMSPEC : C:\WINNT\system32\cmd.exe
CONTENT_LENGTH : 0
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, */*
HTTP_ACCEPT_LANGUAGE: en
HTTP_CONNECTION : Keep-Alive
HTTP_PRAGMA : no-cache
HTTP_USER_AGENT : Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)
NUMBER_OF_PROCESSORS: 1
OS : Windows_NT
OS2LIBPATH : C:\WINNT\system32\os2\dll;
PATH : C:\Perl\bin;C:\WINNT\system32;C:\WINNT
PATH_INFO : /dbman/db.pl
PATH_TRANSLATED : C:\InetPub\wwwroot\dbman\db.pl
PROCESSOR_ARCHITECTURE: x86
PROCESSOR_IDENTIFIER: 80486-D0, CyrixInstead
PROCESSOR_LEVEL : 4
PROCESSOR_REVISION : D0
REMOTE_ADDR : 131.0.0.20
REMOTE_HOST : 131.0.0.20
REQUEST_METHOD : GET
SCRIPT_NAME : /dbman/db.pl
SERVER_NAME : 131.0.0.20
SERVER_PORT : 80
SERVER_PORT_SECURE : 0
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Microsoft-PWS/3.0
SYSTEMDRIVE : C:
SYSTEMROOT : C:\WINNT
USERPROFILE : C:\WINNT\Profiles\Default User
WINDIR : C:\WINNT
Quote Reply
Re: trouble with DBman & IIS In reply to
Hi, your script_path is wrong. You have a URL when it should be a PATH. Try:

$db_script_path = 'C:/InetPub/wwwroot/dbman';

Hope that helps,

Alex