Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Egate Alert Agent problem

Status
Not open for further replies.

skullblock

Programmer
Mar 4, 2003
8
US
Hello, everyone, I know you are busy and I was wondering if you could help me. I am using the Egate Alert Agent to run the notification script to send an email to me if there is a problem with an eway. Now I had it working a couple days ago and then I tried to change a condition on when to send the email but it didn't work so I changed it back to what I had orginally and now it will not work. In the log file it keeps saying that the email add or name is null or blank. Any ideas or suggestions. Thank you for your help.
 
try using the following steps...

boolean subCollabSuccess;
- Add a rule to create mapping info for sub-collaboration and assign it to the variable subCollabMapInfo
subCollabMapInfo = this.jCollabController.createSubCollabMapInfo("crOR_StarPC_ADT_to_QS",this)
where:

get_collab_script("script-name with ETD);

crOR_StarPC_AST_to_QS is a sub-collaboration

- Set sub-collaboration's inbound event type instance
subCollabMapInfo.setInstanceMap("etOR_StarPC_ADT_in",subCollabMapInfo.getParentReferenceETD
the collaboration rule should be defined and then when the ETD file is loaded as schema the file generates all the required data mapping fields...

try this out and mail me back!!!

cheers
Sundeep

 
Hi
I see that this is an old post, but thought I'd mention this program I built and have for sale... it's a .Net based app that monitors E*Gate components, control broker, etc. For more info, see I'm not familiar with E*Gate's Alert Agent, but it looks pretty complicated. Mine alerts you if control broker goes down or even the whole machine. I'm not sure if E*Gate's will do that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top