cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
0
Helpful
1
Replies

CUCM 9.1.2 Upgrade to 10.x/11x fails

amohammed
Level 1
Level 1

Hi,

 

I am trying to upgrade CUCM 9.1.2 but it is failing at the database installation phase.  I believe, I am running into the following bug but I am unable to delete or rename the SIP Profiles as they are defaults for the system.

 

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn00699

 

Any ideas would help greatly.

1 Accepted Solution

Accepted Solutions

amohammed
Level 1
Level 1

was able to migrate to CUCM 12.5.1 via PCD.

 

It looks like auto-registration was causing the issue.  The database installation went through after auto-registration was turned off.

 

15:40:25.918 | installdb::fixAutoReg update processconfig set paramvalue = 'T' WHERE paramname = 'AutoRegistrationLegacyMode'
15:40:25.923 | installdb::fixAutoReg SELECT FIRST 1 count(fkdevicepool) cnt,fkdevicepool FROM defaults GROUP BY fkdevicepool ORDER BY cnt DESC
15:40:25.925 | installdb::fixAutoReg SELECT FIRST 1 count(NVL(dp.fkcallingsearchspace_autoregistration,'')) cnt,NVL(dp.fkcallingsearchspace_autoregistration,'') css FROM defaults d join devicepool dp on d.fkdevicepool = dp.pkid GROUP BY css ORDER BY cnt DESC
15:40:25.928 | installdb::fixAutoReg select pkid, AutoregistrationStartDN , AutoregistrationEndDN , AutoregistrationNextDN,fkRoutePartition_AutoRegistration,E164MaskAutoregistration,name FROM callmanager where AutoregistrationStartDN <> AutoregistrationEndDN
15:40:25.932 | installdb::fixAutoReg EXECUTE FUNCTION UniversalDeviceTemplate_CreateDefault('192.168.130.1')
15:40:25.947 | installdb::fixAutoReg *ERROR* SQL Exception [0xffffff11] [Error fetching data from datasource: [Informix][Informix ODBC Driver][Informix]Could not insert new row - duplicate value in a UNIQUE INDEX column (Unique Index:assign).]
15:40:25.947 |<--installdb::fixAutoReg
15:40:25.947 | installFull *ERROR* Error Processing fixAutoReg() : Action [RU] , Source DSN [DSN=ccm_b;Servername=callsvr1_ccm11_0_1_24900_2] , Dest DSN [DSN=ccm_super;Servername=callsvr1_ccm11_0_1_24900_2] ,Current status [0]
15:40:25.948 | installFull installFull rc[1] 

View solution in original post

1 Reply 1

amohammed
Level 1
Level 1

was able to migrate to CUCM 12.5.1 via PCD.

 

It looks like auto-registration was causing the issue.  The database installation went through after auto-registration was turned off.

 

15:40:25.918 | installdb::fixAutoReg update processconfig set paramvalue = 'T' WHERE paramname = 'AutoRegistrationLegacyMode'
15:40:25.923 | installdb::fixAutoReg SELECT FIRST 1 count(fkdevicepool) cnt,fkdevicepool FROM defaults GROUP BY fkdevicepool ORDER BY cnt DESC
15:40:25.925 | installdb::fixAutoReg SELECT FIRST 1 count(NVL(dp.fkcallingsearchspace_autoregistration,'')) cnt,NVL(dp.fkcallingsearchspace_autoregistration,'') css FROM defaults d join devicepool dp on d.fkdevicepool = dp.pkid GROUP BY css ORDER BY cnt DESC
15:40:25.928 | installdb::fixAutoReg select pkid, AutoregistrationStartDN , AutoregistrationEndDN , AutoregistrationNextDN,fkRoutePartition_AutoRegistration,E164MaskAutoregistration,name FROM callmanager where AutoregistrationStartDN <> AutoregistrationEndDN
15:40:25.932 | installdb::fixAutoReg EXECUTE FUNCTION UniversalDeviceTemplate_CreateDefault('192.168.130.1')
15:40:25.947 | installdb::fixAutoReg *ERROR* SQL Exception [0xffffff11] [Error fetching data from datasource: [Informix][Informix ODBC Driver][Informix]Could not insert new row - duplicate value in a UNIQUE INDEX column (Unique Index:assign).]
15:40:25.947 |<--installdb::fixAutoReg
15:40:25.947 | installFull *ERROR* Error Processing fixAutoReg() : Action [RU] , Source DSN [DSN=ccm_b;Servername=callsvr1_ccm11_0_1_24900_2] , Dest DSN [DSN=ccm_super;Servername=callsvr1_ccm11_0_1_24900_2] ,Current status [0]
15:40:25.948 | installFull installFull rc[1]