Gossamer Forum
Home : Products : DBMan : Installation :

DBMAN and NT

Quote Reply
DBMAN and NT
My ISP uses NT. I have been on the phone with them all day in regards to getting the demo script to work. I cannot get the demo to come up to the log in screen I keep getting a network server user name and password. I have searched through the site, and also followed JP's tutorials for initial setup.

The files db.txt and default.txt are located at http://users.ilnk.com/toddc/cgi-bin/dbman/db.txt, and default.txt respectively.

Thanks
Quote Reply
Re: DBMAN and NT In reply to
Change the following:

Code:
$db_script_path = "/users/toddc/cgi-bin/dbman";

to the FULL absolute path including the drive on the server where your account is located, like the following:

Code:
$db_script_path = "C:/InetPub/wwwroot/users/toddc/cgi-bin/dbman";

Also your Perl Path is wrong...

Search this forum for Threads that talk about NT and DBMAN...There are more than one! I have written extensive codes to use on NT and I do not have the time nor patience to re-write them.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: DBMAN and NT In reply to
Uh...I believe that your ISP is incorrect.

It should be the following:

Code:
#!\perl5//bin//perl

This worked with Perl 5.005 installed and also on NT 4.0, IIS 4.0.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: DBMAN and NT In reply to
My ISP states that the path to perl on their machines is C:\PERL. they have no BIN dir...

So with the PERL line do I put !#/PERL ?

Thank you very much for your help.
Quote Reply
Re: DBMAN and NT In reply to
I redid the #!\perl//bin//perl and no luck..I still get the security box (non-dbman) asking for user name and password. I have uploaded the text files again in he same spot for you to verify the changes you recommended.

I really do appreciate the help.

Thanks
Quote Reply
Re: DBMAN and NT In reply to
You have to take out the authorized box in that directory in order for you to use DBMAN. My assumption since you are on NT is that you have set up a sub web and password protected. Take off the password protection of your dbman directory.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: DBMAN and NT In reply to
In regards to turning off the password protction, just want to make sure that I will have to ask my ISP to turn off the security protection for that directory.

Thanks again
Quote Reply
Re: DBMAN and NT In reply to
This my be a stupid question but doesn't the # in front of the #!\perl//bin//perl indicate that it will be ignored?
Quote Reply
Re: DBMAN and NT In reply to
No it doesn't regarding your stupid question.

Smile

Yes...turn off your server security in that directory, so that people can use the authentication process in DBMAN!

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. Smile
----------------------









[This message has been edited by Eliot (edited January 25, 2000).]