Server Management - Systems Insight Manager
1833883 Members
1800 Online
110063 Solutions
New Discussion

Exporting events from SIM

 
SOLVED
Go to solution
Steve Kadish
Trusted Contributor

Exporting events from SIM

Hi,

Is there ANY way, either using the GUI or the CLI, to export events out of SIM?

Thanks,
- Steve
5 REPLIES 5
NJK-Work
Honored Contributor
Solution

Re: Exporting events from SIM

Hi Steve,

Assuming you are using SQL server (MSDE or 2000) as your DB, you should be able to use any reporting tool such as Access or Crystal reports.

Personally, I use SQL 2000 DTS (Data Transformation Services) to schedule exports from SIM of useful data to another SQL database used as a Server Inventory application. However, you should be able to export using DTS to various formats including XLS, CVS or Oracle tables.

Nelson
Steve Kadish
Trusted Contributor

Re: Exporting events from SIM

Thanks. In that case, can anyone point me towards a document which lays out the database structure?

Thanks,
- Steve
Aravindh Rajaram
Honored Contributor

Re: Exporting events from SIM

These are the tables that might help you in getting the events.

notices
devices

Note: The The time the event was received is recorded in EPOCH format. You'll have to convert them in order to get a good report. Also Notice severity also has to be converted.
100 - Informational
5 - Critical
1 - Normal
3 - Minor
4 - Major
Steve Kadish
Trusted Contributor

Re: Exporting events from SIM

Thanks! That's very helpful.

- Steve
Steve Kadish
Trusted Contributor

Re: Exporting events from SIM

The information was helpful but has not enabled me to get meaningful reports of events out of SIM. I'm going to open another thread.