jozef_franc

Comments

  • Maybe those events are generated by Alerting. Please go to Advance Alert Manger. Click on Configure Alerts and clear checkbox near to alert "Alert me when a multicast routing group has different status from normal".
  • This alert appears in following cases: 1. multicast node is down 2. one or more interfaces used for multicast are down 3. multicast group doesn't have traffic (e.g. 0 PPS). This alert can be switched off in database. Here is SQL command which can do it: UPDATE [dbo].[EventTypes] SET [Record]=0 WHERE [EventType]=605
  • Hello Seashore, there are two important points: * Any changes in customer database are up to customer responsibility. Changing in data structures leads to unsupported product. * Developers will not do anything, because this FKs are used like indexes. We not use reference integrity in database, because it provide additional…
  • Hi Azfar, when you need just backup your database you can do it two ways. Both are standard database backup. 1. use standard backup command: something like this (of course change the path) BACKUP DATABASE SolarWindsOrion TO DISK = 'Z:\SQLServerBackups\SolarWindsOrion.bak' WITH FORMAT; 2. use Microsoft SQL Server Management…