ARS Listers, Good afternoon. Wondering if I could get some suggestions on how to create a pause/wait statement to delay a Remedy Alert from being sent out for around 10 seconds. Before I go into specifics, here's some information:
- ARS v6.0 - ITSM v5.5 - Windows 2K3 server - SQL database We need to add a "pause" between two alert notifications utilized as part of a NetCool-Remedy integration. Here's a description of how the integration currently works: 1) When an event is created in the NetCool console, the Netcool application sends a request via NetCool to Remedy and creates a Remedy ticket in NetCool provided form called "Alerts 3.6" As this new ticket is created, a Remedy Alert is sent back to NetCool with the Alerts 3.6 ticket number. 2) Workflow is kicked off that creates a HPD:HelpDesk ticket using information from the Alerts 3.6 ticket. 3) A filter fires after the HPD ticket is created that pushes the HPD ticket number to the Alerts 3.6 ticket. 4) A filter fires that then sends the HPD ticket number to the NetCool application via a Remedy Alert. This is the point where we need some help.... The Alert sent in Step 1 and the Alert sent in Step 4 are received by NetCool at the same time. NetCool (being the great application that is is) can't associate the HD ticket number to the correct event because (according to IBM support) the following must occur: a) Alerts 3.6 ticket information must first be received and processed b) HD ticket number must be received 10 seconds later, after NetCool has had a chance to update its information. Also, all of the information is being received and nothing is being lost. Our NetCool admin has verified this numerous time by checking the NetCool logs; all the information is being received and nothing is being lost. After contacting IBM NetCool support, they have stated that they are aware of this issue and suggest that the only documented solution is to create a "delay" between the time the first and second alerts are sent out. I've tried creating a count function using an incrementing integer field and time which worked in my own testing but then generated the following errors on the NetCool side when sending requests via NetCool: Jul 25 12:05:43 2007:[DEBUG]: Received Alert Insert request command from Gateway Server. Jul 25 12:05:51 2007:[ERROR]: ARS ERROR 298: Too many filters processed during this operation Jul 25 12:05:51 2007:[DEBUG]: ARS Message 42108: Jul 25 12:05:51 2007:[ERROR]: Failed to create an ARS Ticket for the requested alert data. Jul 25 12:05:51 2007:[ERROR]: Request operation failed. Any suggestions you folks can provide to create this 10 second delay between alerts would be most appreciated. Thanks. ~Antonio _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

