01-20-2006 07:39 AM - edited 03-10-2019 01:51 AM
Does any one know the syntax to export events with idsalarms.exe from specific date in VMS2.1?
01-25-2006 12:16 PM
The Alarm Export utility (IdsAlarms.exe) is a command-line utility that provides external access to events stored in the database. You can use the Alarm Export utility to perform the following tasks:
Read events from the database and output them to an archive file.
Mark events for deletion from the database.
Unmark events currently marked for deletion in the database.
The syntax is
IdsAlarms [-f"filename"] [-l
01-26-2006 04:27 AM
My question is really about the "-s<"clause">" syntax and what field names available or needed to sepecify for events of certain date in the database.
In the documentation, the example is <"event_storage_time > 'Jan 24, 2002'">, so I tried something like <"event_storage_time = 'Jan 24, 2002'">, but it generated a file with no events. And I am not even sure "event_storage_time" is the correct field to choose and interested to know what other fields available.
Thanks.
01-26-2006 04:50 AM
Try putting the date in this format.
IdsAlarms -s "event_storage_time =20031203"
01-26-2006 06:02 AM
just tried. no:(
the example in the documentation works, just not what i wanted for a certain date only.
01-26-2006 06:47 AM
do you mean between a cirtain period of time, like this...
idsalarms -s"event_storage_time BETWEEN '2004-03-30 17:00' AND '2004-03-30 17:02'"
01-26-2006 08:22 AM
i was only looking to do certain date, but will be better to get to certain period of time.
01-26-2006 11:49 AM
I use this command:
Idsalarms.exe -os -s"event_storage_time > 'Dec 20, 2005' AND event_storage_time < 'Dec 27, 2005'"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide