Modify the agentbuilder.jsp file to enable the Alert feature to work on resource identifiers (rid) other than 1.
Modifying agentbuilder.jsp
In Windows Explorer, navigate to %SYBASE%\infoedition\tomcat\webapps\onepage\home\ docapps\agentbuilder.
Copy agentbuilder.jsp to agentbuilder.jsp-orig as a backup.
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 as follows:
Original:
<%if ( _apps.equals("pi")
&& _pi_cmd.equals
("addSchedule") ) { %>
After modified:
<%if ( _apps.equals("pi")) { %>
Save the file and close it.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |