Hello
My OpsMgr 2012 SP1 monitor oracle db using OLE DB Data Source.
Within a few days Data Source status monitor turn to critical state, but db is ok and testing with vbs return ok.
Dim oraQuery
Set myOraConn = CreateObject("ADODB.Connection")
oraConnString = "DSN=***;uid=***;pwd=***"
myOraConn.Open oraConnString
oraQuery = "Select * from dual"
set objRecordset=myOraConn.Execute(oraQuery)
wScript.echo(Trim(objRecordset.Fields(0).Value))
objRecordset.Close
myOraConn.Close
Monitor details:
Context:
Date and Time 16.12.2013 15:17:56
HRESULT -2147467259
Result Data Source could not be initialized
Initialization Time 5
Open Time 0
Execution Time 0
Fetch Time 0
Result Set Input Data Item
When I push, on watcher node, Test button in OLE DB Data Source properties its return error code 0.
This error appears in all OLE DB Data Source monitors.
Data sourse in ODBC are configured and working.
In Operations Manager event log is no information on this error.
Please help with this issue. To which log to look further?
With which component tied this error? How to resolve this error?