18.08.2013 Views

Hot Fix Readme (Adapt) - Business Intelligence

Hot Fix Readme (Adapt) - Business Intelligence

Hot Fix Readme (Adapt) - Business Intelligence

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CHF14<br />

trusted.auth.shared.secret<br />

secret<br />

<br />

h) Set the exit URL to the URL you want users to see when they log off from InfoView:<br />

<br />

url.exit<br />

../../exit.htm<br />

<br />

2. Log on to the Central Management Console, and open the Authentication window.<br />

3. On the Enterprise page, select the “Trusted Authentication is enabled” option, type the Shared secret, and then click the<br />

Update button.<br />

3. Create a JSP file to retrieve the user ID.<br />

For example, if you are using WEB_SESSION to retrieve the user ID, create a JSP file that contains the following:<br />

String strURL = "logon.object";<br />

request.getSession().setAttribute("sm_user", "administrator") ; //'administrator' is a user ID<br />

request.getSession().setAttribute("secret", "12345678") ; //”12345678” is the shared secret<br />

RequestDispatcher dispatcher = request.getRequestDispatcher(strURL);<br />

dispatcher.forward(request, response);<br />

4. Name the file "trust.jsp", and store it in the following directory: desktoplaunch\InfoView\logon.<br />

5. If the shared secret is not transferred over a web session, create a file named TrustedPrincipal.conf, specify the file (for<br />

example "SharedSecret=12345678"), and store it in the following directory: plugins\auth\secEnterprise.<br />

6. To test the JSP file, run it from the following URL, substituting "BOESERVER" with the name of your BOE server:<br />

http://BOESERVER:port/businessobjects/enterprise115/desktoplaunch/InfoView/logon/trust.jsp.<br />

The JSP file should log you onto InfoView.<br />

ADAPT00586441<br />

Description:<br />

Patch ID: 39,224,632<br />

Date and time formats fail to follow the formats that are assigned by the Locale.<br />

New Behavior:<br />

This problem is resolved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!