4.0.1 Upgrade Problems

Moderator: crythias

Locked
NewUser
Znuny newbie
Posts: 13
Joined: 22 Dec 2015, 17:43
Znuny Version: 3.3.3

4.0.1 Upgrade Problems

Post by NewUser »

Hello,

iam trying to upgrade my otrs from version 3.3.1 to 4.0.1. When iam running the DBUpdate-to-4.pl script, i get the following error:

Code: Select all

Step 5 of 15: Migrate ProcessManagement Dynamic Field Types...  Process Management dynamic field for Process ID configuration is invalid!
error.
Any ideas?


Greetings
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: 4.0.1 Upgrade Problems

Post by Giulio Soleni »

Hi
version 4.0.1 is pretty old... you should update to the last available 4.0.x release that today (23rd december 2015) is 4.0.14
(check it out within http://ftp.otrs.org/pub/otrs/)
Once updated to the last available 4.0.x relese my suggestion is to update to the last available 5.0.x version.

Giulio
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: 4.0.1 Upgrade Problems

Post by crythias »

NewUser wrote:Process Management dynamic field for Process ID configuration is invalid!
This means what it says on the tin:

the DynamicField that holds the Process ID for processes is invalid.

In Admin, DynamicFields, look for the ProcessManagementProcessID (and while you're at it, ProcessManagementActivityID) and make sure they aren't marked invalid.

If, for some reason, you've renamed the field within SysConfig for the DynamicField you're using to hold the ProcessID, make sure that field actually exists and is valid.

If you don't understand this at this point, please let us know, but chances are you marked that dynamic field invalid.
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
NewUser
Znuny newbie
Posts: 13
Joined: 22 Dec 2015, 17:43
Znuny Version: 3.3.3

Re: 4.0.1 Upgrade Problems

Post by NewUser »

Hello,

thanks for your answers. I checked the dynamic field and both, ProcessManagementProcessID and ProcessManagementActivityID are marked as valid...
Locked