NETWAYS / icinga2-scom-connector

UNSUPPORTED - SCOM Alert connector for Icinga 2
GNU General Public License v2.0
2 stars 0 forks source link

error querying for alerts #5

Open arunvc opened 6 years ago

arunvc commented 6 years ago

What could be the problem

 ./scom_connector monitor
DBD::Sybase::db selectall_hashref failed: Server message number=208 severity=16 state=1 line=2 server=SCOMTESTDC text=Invalid object name 'OperationsManagerDW.Alert.vAlert'.  at ./scom_connector line 488.
UNKNOWN - program ended unexcepted: error querying for alerts: Server message number=208 severity=16 state=1 line=2 server=SCOMTESTDC text=Invalid object name 'OperationsManagerDW.Alert.vAlert'.  at ./scom_connector line 488.
lazyfrosch commented 6 years ago

Sounds like either there is an permission issue, or the database schema changed since I implemented that.

Lacking of a test environment I can't help you with that.

arunvc commented 6 years ago

It seems OperationsManagerDW.Alert is missing in our scom 2012 installation Not sure if its installation issue or whether Microsoft has removed the Alert schema., will trouble shoot and update.