After self-registering through a shared page, the user cannot access the shared page  Access granted problems appear unless the PortalUser role is selected during self-registration

Release Bulletin Enterprise Portal 6.1 – Information Edition for Linux

Alert feature works only on default resource identifier “1”

[CR #362152] The Alert feature does not work on resource identifiers (rid) other than the default, 1.

Workaround: Modify the agentbuilder.jsp:

  1. 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.

  2. Copy agentbuilder.jsp to agentbuilder.jsp-orig as a backup.

  3. 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”);
    
  4. Modify the line “&& _pi_cmd.equals(“addSchedule”) ) {%>” so it looks like this:

    <%if ( _apps.equals("pi")) { %>
    
  5. Save and close the file.





Copyright © 2005. Sybase Inc. All rights reserved. Access granted problems appear unless the PortalUser role is selected during self-registration

View this release bulletin as PDF