Caution: Do Not click Save and Restart. That will make the Weblogic console, FMW EM console, and Analytics inaccessible, and you will need to restart the whole instance.
To configure the map viewer configuration file for MVDEMO:
http://<machine.domain>:9704/mapviewer
<disable_direct_info_request> true </disable_direct_info_request>
<disable_info_request> true </disable_info_request>
<disable_csf>true</disable_csf>
<enforce_security_role> true </enforce_security_role>
<proxy_enabled_hosts>
http://machine.domain:9704/mapviewer,http://machine.domain:9704/
</proxy_enabled_hosts>
<map_data_source name=”mvdemo”
jdbc_host=”db1.my_corp.com”
jdbc_sid=”orcl”
jdbc_port=”1521″
jdbc_user=”scott”
jdbc_password=”!tiger”
jdbc_mode=”thin”
number_of_mappers=”3″
allow_jdbc_theme_based_foi=”false”
/>
It should look similar to this (change machine.domain to your host name. Also change, Oracle SID, database port with the proper values):
<map_data_source name=”mvdemo”
jdbc_host=”machine.domain”
jdbc_sid=”obiee11g”
jdbc_port=”1521″
jdbc_user=”mvdemo”
jdbc_password=”!mvdemo”
jdbc_mode=”thin”
number_of_mappers=”3″
allow_jdbc_theme_based_foi=”false”
/>
Note: The exclamation mark (!) preceding the password tells MapViewer that the password should be encrypted next time the MapViewer instance is restarted.
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Friday, January 31, 2014