ソリューションが必要です
Since upgrading from SMP 7.1 to 7.5 we have been experiencing issues with database connection drops occurring at or around 2am every night.
A common symptom we are seeing in Windows logs on the DB server is:
Log Name: Application
Source: MSOLAP$SQLP
Date: 1/3/2014 2:15:45 AM
Event ID: 3
Task Category: (289)
Level: Error
Keywords: Classic
User: N/A
Computer: [SERVER_NAME]
Description:
OLE DB error: OLE DB or ODBC error: Could not use view or function 'vITAnalytics_CMDB_SQLDatabaseDim' because of binding errors.; 42000; Invalid column name 'Language'.; 42S22.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSOLAP$SQLPRD1" />
<EventID Qualifiers="49441">3</EventID>
<Level>2</Level>
<Task>289</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-01-03T10:15:45.000000000Z" />
<EventRecordID>43751</EventRecordID>
<Channel>Application</Channel>
<Computer>[SERVER_NAME]</Computer>
<Security />
</System>
<EventData>
<Data>OLE DB error: OLE DB or ODBC error: Could not use view or function 'vITAnalytics_CMDB_SQLDatabaseDim' because of binding errors.; 42000; Invalid column name 'Language'.; 42S22.</Data>
</EventData>
</Event>
Has anyone run into this?