Root PW isn't working even after reset

Moderator: crythias

Locked
altjx
Znuny newbie
Posts: 56
Joined: 02 Sep 2010, 22:22
Znuny Version: None

Root PW isn't working even after reset

Post by altjx »

I've tried root@localhost and "root" as password without quotes. It didn't work.

I went to the following Documentation from OTRS:
http://doc.otrs.org/1.3/en/html/problems-misc.html

After resetting the password... It's still saying

Code: Select all

Login failed! Your username or password was entered incorrectly. 
Any idea what in the world's next to do?

Everything's fine when I run a checkDB.pl. It returns "It looks Ok!" I don't even understand how this works. I can delete/rename the Config.pm file and it still says the same error.. It's like Config.pm means nothing in this setup for me :\
You do not have the required permissions to view the files attached to this post.
OTRS 3.1.6
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Root PW isn't working even after reset

Post by crythias »

Has it ever worked? Are you authenticating vs DB or AD/LDAP?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
altjx
Znuny newbie
Posts: 56
Joined: 02 Sep 2010, 22:22
Znuny Version: None

Re: Root PW isn't working even after reset

Post by altjx »

crythias wrote:Has it ever worked? Are you authenticating vs DB or AD/LDAP?
Everything is set to default, EVERYTHING. The ONLY thing I've changed in the configuration files were this:

Code: Select all

    $Self->{DatabaseDSN} = "DBI:ODBC:driver={SQL Server};Server=localhost,49163;database=otrs;uid=otrs;pwd=xxxx;"; 
    $Self->{"Database::Type"} = 'mssql'; 
    $Self->{DatabaseUserTable} = 'users';
    $Self->{DatabaseUserTableUserID} = 'id';
    $Self->{DatabaseUserTableUserPW} = 'pw';
    $Self->{DatabaseUserTableUser} = 'login';
That's ALL I've done. I commented the default values out. It has never worked. Brand new installation.
OTRS 3.1.6
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Root PW isn't working even after reset

Post by crythias »

did you load the sql files into the database? are there any other error messages?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
altjx
Znuny newbie
Posts: 56
Joined: 02 Sep 2010, 22:22
Znuny Version: None

Re: Root PW isn't working even after reset

Post by altjx »

crythias wrote:did you load the sql files into the database? are there any other error messages?
Yeah I have. No error messages. Everything executed fine. I'm switching from VirtualBox to VMware. I'll post back here after reinstallation and trying again. Thanks for your help.
OTRS 3.1.6
altjx
Znuny newbie
Posts: 56
Joined: 02 Sep 2010, 22:22
Znuny Version: None

Re: Root PW isn't working even after reset

Post by altjx »

Well, just re-attempted and everything's working fine. Not sure what went wrong. Thanks for the help.
OTRS 3.1.6
Locked