Você está na página 1de 4

SampleAppV207 Known Issues and Fixes

Fix #1 Dropdown Content Menu ...................................................................................................................................... 2 Fix #2 Desktop shortcuts for APS and EAS ....................................................................................................................... 3 Fix #3 BI Server not starting due to expired password .................................................................................................... 3 Fix #4 APEX commentary dashboard ............................................................................................................................... 4

Fix #1 Dropdown Content Menu


Severity Issue Description 3 - Minimal This issue affects those whose use Internet Explorer as browser to connect to SampleApp OBIEE environment. The was a bug in the dropdown Content Menu on the left hand top corner of the Main Index page, causing the menu items not to confine to the drop down menu bar. This was visible in IE 8 and IE 9 browsers and was causing the main index page to be pushed down on the page. To fix this issue, follow the instructions below. Solution 1. Open SampleAppV207 OBIEE environment, and open catalog browser

2. Select Shared Folders and unarchive 0. Overview.catalog file (included in zip file where you found this document) under Shared Folders to replace 0. Overview folder. Make sure Shared Folders is selected and replace option is set to All.

Fix #2 Desktop shortcuts for APS and EAS


Severity Issue Description Solution 3 - Minimal Desktop shortcuts 5 StartEssbAPS.sh and 6 StartEAS.sh when executed in Run in Terminal mode do not start the required APS and EAS services. Option 1 Click on the icon 5 StartEssbAPS (or 6 StartEAS.sh) and choose Run instead of Run in terminal. This will invoke the shell script but you will not be able to see the status of service starting up. Wait for a few minutes and then try to access EAS console or APS and it should be available. Option 2 Right click on the empty space on the Linux desktop and open a terminal window. Drag and drop the shortcut to the terminal window and hit enter. This will ensure that the terminal window is open while the service starts up

Fix #3 BI Server not starting due to expired password


Severity Issue Description 1 - Severe BIServer and Presentation Services do not start up. WLS Admin Server throws an error
<OVD-60024> <Connection error: [LDAP: error code 49 - Password Policy Error :9000: GSL_PWDEXPIRED_EXCP :Your Password has expired. Please contact the Administrator to change your password.].>

Solution

This issue is caused due to OID password expiry set to a default period of 120 days. In order to reset the default password and also set password expiry to never expire, do the follow. Open a terminal inside SampleApp v207 image and execute the following commands. Then, restart opmn and all services should come up.
# Following commands resets password expiry parameter to 0 (never expire). # It also sets passwords of orcladmin, oiduser1 & oiduser2 to default Admin123). export ORACLE_HOME=/home/oracle/oid/Oracle_IDM1 export ORACLE_INSTANCE=/home/oracle/oid/bioid2 export LDAP_PRMS="dn: cn=default,cn=pwdPolicies,cn=Common,cn=Products,cn=OracleContext,dc=us,dc=or acle,dc=com\nchangetype: modify\nreplace: pwdmaxage\npwdmaxage: 0" export LDAP_PWD="cn=Users,dc=us,dc=oracle,dc=com\nchangetype: modify\nreplace:userpassword\nuserpassword:Admin123" cd /home/oracle/oid/Oracle_IDM1/ echo "Admin123" | ./ldap/bin/oidpasswd connect=OIDDB unlock_su_acct=true echo -e $LDAP_PRMS | ./bin/ldapmodify -D cn=orcladmin -w Admin123 -h localhost -p 3060 echo -e "dn: cn=orcladmin,"$LDAP_PWD | ./bin/ldapmodify -D cn=orcladmin -w Admin123 -h localhost -p 3060 echo -e "dn: cn=oiduser1,"$LDAP_PWD | ./bin/ldapmodify -D cn=orcladmin -w Admin123 -h localhost -p 3060 echo -e "dn: cn=oiduser2,"$LDAP_PWD | ./bin/ldapmodify -D cn=orcladmin -w Admin123 -h localhost -p 3060 cd

Fix #4 APEX commentary dashboard


Severity Issue Description Solution 2 Moderate Adding/modifying comments to APEX commentary dashboard does not show work and the red icons on cells that have a comment do not show up. 1) Stop WLS and opmn. 2) Open a terminal inside SampleApp v207 image and execute the following copy commands
cp /home/oracle/obiee/Oracle_BI1/bifoundation/web/app/res/b_mozilla/actions/Use rScripts.js /home/oracle/obiee/user_projects/domains/bifoundation_domain/servers/AdminSe rver/tmp/_WL_user/analytics_11.1.1/silp1v/war/res/b_mozilla/actions/. cp /home/oracle/obiee/Oracle_BI1/bifoundation/web/app/res/s_blafp/images/*Comme nt.gif /home/oracle/obiee/user_projects/domains/bifoundation_domain/servers/AdminSe rver/tmp/_WL_user/analytics_11.1.1/silp1v/war/res/b_mozilla/actions/. cp /home/oracle/obiee/Oracle_BI1/bifoundation/web/app/res/s_blafp/images/*Comme nt.gif /home/oracle/obiee/user_projects/domains/bifoundation_domain/servers/AdminSe rver/tmp/_WL_user/analytics_11.1.1/silp1v/war/res/s_blafp/images/.

3) Next edit UserScripts.js in both the locations given below and make the following changes.
/home/oracle/obiee/Oracle_BI1/bifoundation/web/app/res/b_mozilla/actions/ UserScripts.js /home/oracle/obiee/user_projects/domains/bifoundation_domain/servers/Admi nServer/tmp/_WL_user/analytics_11.1.1/silp1v/war/res/b_mozilla/actions/Us erScripts.js

Look for the line targUrl = "http://localhost:7001/apex/f?p=100:1:::::P1_COMMENT_ID:" + argValue; Replace localhost with the correct ip of your machine. If you leave the value as localhost, then commentary dashboard will work when invoked using a browser from within the image. It will not work from a browser thats outside the image. Using the ip will ensure that it works from an outside browser as well, provided your image is accessible from the network. NOTE:- You need to edit the ip to the right value every time you reboot the image and your image gets a new ip. 4) Start WLS and opmn. Clear your browser cache. 5) In your webcat, go to the location /shared/4. Actionable Intelligence/Actions/Functional Examples/Commentary and Annotations. Following Actions need to be edited with the correct APEX listener settings a) Edit the Add a Comment action. Click on Options. Go to Action Results tab. In the Dialog text, edit the APEX listener and address to point to your image server ip. (Leave the port to 7001) b) Edit the Edit Comment action. Update the URL to point to your image server ip. NOTE:- You need to edit the ip to the right value every time you reboot the image and your image gets a new ip.

Você também pode gostar