Need Urgent Help - v3.0.4 Upgrade on Windows

Moderator: crythias

Locked
Gunz
Znuny newbie
Posts: 44
Joined: 30 Jun 2010, 01:43
Znuny Version: 2.4

Need Urgent Help - v3.0.4 Upgrade on Windows

Post by Gunz »

Hi,

I've gone thru all of the steps to upgrade OTRS from v2.4.7 to v3.0.4 on Windows (Server 2003). I'm up to the last step of doing a config import and I can't login.

I get the following error message with all of my user logins: Panic, user authenticated but no user data can be found in OTRS DB!! Perhaps the user is invalid.

I've tried doing a search on this error and all I can find are references to LDAP. I'm not using LDAP; I'm using Data Base Authentication.

When I go to the table level of MySql all my user data is there.

Please help I am stumped at this point!

--Wayne
Gunz
Znuny newbie
Posts: 44
Joined: 30 Jun 2010, 01:43
Znuny Version: 2.4

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by Gunz »

I've checked the Log. OTRS keeps throwing this error:

[Thu Dec 30 13:02:02 2010][Error][Kernel::System::User::GetUserData][202] Unknown column 'title' in 'field list', SQL: 'SELECT id, login, title, first_name, last_name, pw, valid_id, create_time, change_time FROM users WHERE LOWER(login) = ?'

I've believe this is a database error to do with "salutation" vs "title".

Is there a script to fix this or is it a manual fix?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by crythias »

what about your schema for users in the database? obviously, it's looking for a title field/column and you don't have one ... it won't kill anything to add it (case sensitive) to your users table.
Otherwise, you may decide to copy the CustomerUser entries from Defaults.pm to Config.pm and edit appropriately.
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
Gunz
Znuny newbie
Posts: 44
Joined: 30 Jun 2010, 01:43
Znuny Version: 2.4

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by Gunz »

I've solved it !!!

The DB update scripts must not have run properly... I've rerun them and all seems good now.

Thanks for responding.
Hugacho
Znuny newbie
Posts: 13
Joined: 21 Apr 2010, 20:31
Znuny Version: 2.4.5

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by Hugacho »

hello gunz,

I have the same problem as you, I've gone thru all of the steps to upgrade OTRS from v2.4.7 to v3.0.4 on Windows (Server 2003).

Please help me with the solution or if possible send me the steps to update the version I would greatly appreciate it.

I enclose my e-mail: hugo_squerez@hotmail.com

Regards in advance
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by jojo »

Hi Hugo,

please post a qualified error description as nobody could help you otherwise
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Hugacho
Znuny newbie
Posts: 13
Joined: 21 Apr 2010, 20:31
Znuny Version: 2.4.5

Re: Need Urgent Help - v3.0.4 Upgrade on Windows

Post by Hugacho »

Hi jojo,

thanks for your answer,

I get the following error message with all of my user logins: Panic, user authenticated but no user data can be found in OTRS DB!! Perhaps the user is invalid.

I followed all the steps for updating, I do not know where is my error.

Greetings and Thanks in advance.
Locked