cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
5
Helpful
3
Replies

Unity 5 upgrade fails - server renamed

jchorlton
Level 1
Level 1

I am upgrading Unity to version 5.0.1 from version 4.1.2 running on Windows 2003.

I am running the upgrade program and get the attached error.

I also see the following error in the install log file.

2007-11-22T11:29:00 - IsServerRenamedBefore Test Started. (E:\Views\CU5.0.0.297\un_Setup\UnitySetup\InstallExe\Src\READINFO.CPP 1096)

2007-11-22T11:29:00 - ...Server Rename Test: - weeklybackupjobs check - PASSED.. (E:\Views\CU5.0.0.297\un_Setup\UnitySetup\InstallExe\Src\READINFO.CPP 1163)

2007-11-22T11:29:00 - ...Server Rename Test: - default location home server name check - PASSED.. (E:\Views\CU5.0.0.297\un_Setup\UnitySetup\InstallExe\Src\READINFO.CPP 1247)

2007-11-22T11:29:00 - ...DataStore server name=UNITY1 (E:\Views\CU5.0.0.297\un_Setup\UnitySetup\InstallExe\Src\READINFO.CPP 1268)

2007-11-22T11:29:00 - ...Server Rename Test: DataStore server has been renamed.. (E:\Views\CU5.0.0.297\un_Setup\UnitySetup\InstallExe\Src\READINFO.CPP 1273)

I have changed the Server name, but we did that after we installed the Operating System but before we did the Unity pre-requistes including SQL 2000.

Does anyone know where this check is looking?

Has anyone seen this before?

Thanks in advance

John

1 Accepted Solution

Accepted Solutions

stevef
Level 1
Level 1

Yes, I ran into this last weekend on an upgrade. There is a missing row that needs to be added.

Here's the BUG ID - CSCsd92113

and the workaround:

Open SQL Enterprise Manager > Databases > UnityDB > UnitySetupParameter.

Right click and return all rows.

Go to the bottom of table.

Under Name column enter: @PrimaryServer

Under Value column enter: Name of Unity server.

View solution in original post

3 Replies 3

stevef
Level 1
Level 1

Yes, I ran into this last weekend on an upgrade. There is a missing row that needs to be added.

Here's the BUG ID - CSCsd92113

and the workaround:

Open SQL Enterprise Manager > Databases > UnityDB > UnitySetupParameter.

Right click and return all rows.

Go to the bottom of table.

Under Name column enter: @PrimaryServer

Under Value column enter: Name of Unity server.

Thanks very much. That fixed it.

THX