1
SCCM 1511をアップグレードした後、古いデータベースのデータを新しいデータベースにアタッチしました。私のSCCMはサイトデータベースに接続できませんでした。私はsmsprov.log
を見て、これらのエラーメッセージを見ました。誰でも助けてくれますか?エラーメッセージからSCCM - SQL Server無効な列名
Execute SQL =select all SMS_Identification.License,SMS_Identification.LocaleID,SMS_Identification.DaysLeft,SMS_Identification.ServiceAccountName,SMS_Identification.SMSAvailableConsoleVersion,SMS_Identification.SMSBuildNumber,SMS_Identification.SMSMinBuildNumber,SMS_Identification.SMSProviderServer,SMS_Identification.SMSSiteServer,SMS_Identification.SMSVersion,SMS_Identification.ThisSiteCode,SMS_Identification.ThisSiteName,SMS_Identification.UIManifestHash,SMS_Identification.UIManifestHashAlgorithm from vSMSData AS SMS_Identification ~ $$<SMS Provider><06-24-2016 08:41:20.930+420><thread=15724 (0x3D6C)>
*** [42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'SMSAvailableConsoleVersion'. $$<SMS Provider><06-24-2016 08:41:20.982+420><thread=15724 (0x3D6C)>
~*~*~[42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'SMSAvailableConsoleVersion'. ThreadID : 15724 , DbError: 207 , Sev: 16~*~*~ $$<SMS Provider><06-24-2016 08:41:20.982+420><thread=15724 (0x3D6C)>
*** [42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UIManifestHash'. $$<SMS Provider><06-24-2016 08:41:20.982+420><thread=15724 (0x3D6C)>
~*~*~[42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UIManifestHash'. [42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'SMSAvailableConsoleVersion'. ThreadID : 15724 , DbError: 207 , Sev: 16~*~*~ $$<SMS Provider><06-24-2016 08:41:20.982+420><thread=15724 (0x3D6C)>
*** [42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UIManifestHashAlgorithm'. $$<SMS Provider><06-24-2016 08:41:20.983+420><thread=15724 (0x3D6C)>
~*~*~[42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UIManifestHashAlgorithm'. [42S22][207][Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'UIManifestHash'. ThreadID : 15724 , DbError: 207 , Sev: 16~*~*~ $$<SMS Provider><06-24-2016 08:41:20.983+420><thread=15724 (0x3D6C)>
Results returned : 0 of -1~ $$<SMS Provider><06-24-2016 08:41:20.983+420><thread=15724 (0x3D6C)>
<*><*> CANT CONNECT TO SQL, RETURNING ERROR <*><*>~ $$<SMS Provider><06-24-2016 08:41:20.984+420><thread=15724 (0x3D6C)>
Found IClassManger: Opal SMS CSsp Provider Extension Implementation.~ $$<SMS Provider><06-24-2016 08:41:20.984+420><thread=15724 (0x3D6C)>
CExtUserContext::LeaveThread : Releasing IWbemContextPtr=803762080~ $$<SMS Provider><06-24-2016 08:41:20.984+420><thread=15724 (0x3D6C)>
SMSPROV DllMain - DLL_PROCESS_DETACH...calling AfxTermExtensionModule~ $$<SMS Provider><06-24-2016 08:41:51.282+420><thread=21708 (0x54CC)>
EXTNPROV DllMain DLL_PROCESS_DETACH~ $$<SMS Provider><06-24-2016 08:41:51.285+420><thread=21708 (0x54CC)>
vSMSDataテーブルで列名を確認しようとしましたか?彼らはSMSAvailableConsoleVersion、UIManifestHashなどですか?そうではありませんか? – Dresden