Modify the agentbuilder.jsp file to enable the Alert feature to work on resource identifiers (RIDs) other than 1.
Modifying agentbuilder.jsp
In a terminal window, navigate to $SYBASE/infoedition/tomcat/webapps/onepage/home/ docapps/agentbuilder.
Copy agentbuilder.jsp to agentbuilder.jsp-orig as a backup.
Make sure you have write permission on agentbuilder.jsp.
With a text editor, open agentbuilder.jsp.
In agentbuilder.jsp, search for the following:
<%if ( _apps.equals("pi")
&& _pi_cmd.equals
("addSchedule") ) { %>
var IDsNode1 = requestDoc.selectSingleNode
("//RequestDef/RequestType/IDs");
Remove “&& _pi_cmd.equals("addSchedule")
” from
the line.
Original:
<%if ( _apps.equals("pi")
&& _pi_cmd.equals
("addSchedule") ) { %>
After modification:
<%if ( _apps.equals("pi")) { %>
Save the file and close it.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |