I have a VMware VCenter linux virtual machine running in my VSphere 5 environment. I have a windows 2012 Server running which has SQL 2012 installed. I have installed Update Manager on this 2012 server, however, the service does not start. It comes up with a 1067 errror.
I have tried changing the vcenter address in the vci_integrity.xml file to https://192.168.40.4:443/ but this did not fix the issue. I have changed the SQL user to be a specific SQL user rather than using integrated security, This also did not work
When I look at the log file the last part looks as the following
[2012-11-19 13:08:30:981 'EmailAlertMgr' 2220 INFO] [emailAlertMgr, 278] Email alert manager created...
[2012-11-19 13:08:30:981 'ConfigurationMgr' 2220 INFO] [configurationMgr, 152] Configuration manager created...
[2012-11-19 13:08:30:981 'EntityLockingMgr' 2220 INFO] [entityLockingMgr, 62] Entity locking manager created...
[2012-11-19 13:08:30:982 'vaCrypto' 2220 INFO] [vaCryptoSupport, 262] vaCrypto Initializing....
[2012-11-19 13:08:30:982 'vaCrypto' 2220 INFO] [vaCryptoSupport, 243] Loaded VALM key C:\Program Files (x86)\VMware\Infrastructure\Update Manager\ssl\valm.key
[2012-11-19 13:08:30:982 'HealthServiceMgr' 2220 INFO] [healthServiceMgr, 102] Health service manager created...
[2012-11-19 13:08:30:982 'TaskStatsCollector' 2220 INFO] [taskStatsCollector, 74] Task statistics collector created...
[2012-11-19 13:08:30:984 'Activation.trace' 2220 INFO] [activationValidator, 1263] Trace objects loaded.
[2012-11-19 13:08:30:984 'ResponseFilter' 2220 DEBUG] [responseFilter, 92] Enter GetResponseFilter...
[2012-11-19 13:08:30:984 'SessionMgr' 2220 DEBUG] [sessionMgr, 74] GetSessionLocale: Entering GetSessionLocale
[2012-11-19 13:08:30:984 'SessionMgr' 2220 DEBUG] [sessionMgr, 100] Exiting GetSessionLocale
[2012-11-19 13:08:30:985 'VcIntegrityPlugin' 2220 INFO] [plugin, 252] VcIntegrityPlugin Init
[2012-11-19 13:08:30:986 'VcIntegrityPlugin' 2220 INFO] [plugin, 282] Add callback to Ufa Shutdown manager.
[2012-11-19 13:08:30:987 'VcIntegrity' 2220 INFO] [vcIntegrity, 809] Initializing database
It seems to me that the issue is Database related but I am at a loss to what to do now.