[CR #362152] The Alert feature does not work on resource identifiers (rid) other than the default, 1.
Workaround: Modify the agentbuilder.jsp:
If you are using Tomcat, from a terminal window navigate to $SYBASE/infoedition/tomcat/webapps/onepage/home/docapps/ agentbuilder.
If you are using EAServer, the file is located in $JAGUAR/Repository/WebApplication/onepage/home/docapps/ agentbuilder.
Copy agentbuilder.jsp to agentbuilder.jsp-orig as a backup.
With a text editor, open agentbuilder.jsp and search for this line:
<%if (_apps.equals(“pi”) && _pi_cmd.equals (“addSchedule”) ) { %>
var IDsNode1 =requestDoc.selectSingleNode (“//RequestDef/RequestType/IDs”);
Modify the line “&& _pi_cmd.equals(“addSchedule”) ) {%>” so it looks like this:
<%if ( _apps.equals("pi")) { %>
Save and close the file.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |