The %temp%\vcsUpgrade\CollectRequirements_com.vmware.vcdb_YYYY_MM_DD_HH_MM.log file contains the errors:
<YYYY-MM-DD>T<time>Z INFO transport.local Key "SOFTWARE\ODBC\ODBC.INI\VMware VirtualCenter" is unicode, thus try to encode it to default file system encoding "mbcs", which would be successfully used by Windows box when reading/writing windows registries</time>
<YYYY-MM-DD>T<time>Z INFO transport.local Key "SOFTWARE\ODBC\ODBC.INI\VMware VirtualCenter" is unicode, thus try to encode it to default file system encoding "mbcs", which would be successfully used by Windows box when reading/writing windows registries</time>
<YYYY-MM-DD>T<time>Z INFO vcdb Identified: Bundled MSSQL with Windows Authentication</time>
<YYYY-MM-DD>T<time>Z INFO transport.local Key "SOFTWARE\ODBC\ODBC.INI\VMware VirtualCenter" is unicode, thus try to encode it to default file system encoding "mbcs", which would be successfully used by Windows box when reading/writing windows registries</time>
<YYYY-MM-DD>T<time>Z WARNING transport.local BAD REQUEST: Cannot execute ['sqlcmd', '-E', '-S', u'localhost\\', '-h', '-1', '-Q', 'SELECT @@VERSION']. Error: [Error 2] The system cannot find the file specified</time>
<YYYY-MM-DD>T<time>Z ERROR __main__ Upgrade Phase 'vcdb:CollectRequirements' failed. Exception:</time>
Traceback (most recent call last):
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\payload\componentPhaseLauncher.py", line 379, in main
executionResult = systemExtension(exeContext)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\libs\sdk\extensions.py", line 94, in __call__
result = self.extension(*args)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\libs\sdk\extensions.py", line 110, in _func
return func(*args)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\payload\component-scripts\vcdb\__init__.py", line 1612, in doCollectUpgradeRequirements
req = doWindowsCollectReq(context)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\payload\component-scripts\vcdb\__init__.py", line 1120, in doWindowsCollectReq
if isEmbeddedWindows():
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\payload\component-scripts\vcdb\__init__.py", line 685, in isEmbeddedWindows
ver = read_db_value(cmd)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\payload\component-scripts\vcdb\__init__.py", line 197, in read_db_value
localStderr=tempFileNameErr)
File "Z:\PFiles\VMware\CIS\cis_upgrade_runner\libs\sdk\component_assistant.py", line 272, in execCommand
raise _convertToComponentAssistantError(e)
ComponentAssistantError