Skip Headers
Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services
11g Release 1 (11.1.1)

Part Number B32121-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

3.7 Granting Access to RWbuilder

A user who installed the Oracle Reports components can access them, by default. If you want to allow other users to run rwbuilder, run the following commands at the command prompt:

chmod 750 $ORACLE_HOME/bin
chmod 750 $ORACLE_HOME/bin/rwbuilder
chmod 750 $COMMON_COMPONENTS_HOME/modules/oracle.dms_11.1.1/*.jar
chmod 750 $COMMON_COMPONENTS_HOME/modules/oracle.odl_11.1.1/*.jar
chmod 750 $ORACLE_INSTANCE
chmod 750 $ORACLE_INSTANCE/bin
chmod 750 $ORACLE_INSTANCE/config
chmod 750 $ORACLE_INSTANCE/config/reports
chmod 750 $ORACLE_INSTANCE/config/reports/bin
chmod 750 $ORACLE_INSTANCE/config/reports/bin/*
chmod 750 $ORACLE_INSTANCE/config/FRComponent
chmod 750 $ORACLE_INSTANCE/config/ReportsToolsComponent
chmod 750 $ORACLE_INSTANCE/config/ReportsToolsComponent/ReportsTools
chmod 750 $ORACLE_INSTANCE/config/ReportsToolsComponent/ReportsTools/*
chmod 770 $ORACLE_INSTANCE/config/ReportsToolsComponent/ReportsTools/rwbuilder.conf
chmod 750 $ORACLE_INSTANCE/reports
chmod 750 $ORACLE_INSTANCE/reports/reports_install.properties
chmod 750 $DOMAIN_HOME/servers/WLS_REPORTS/tmp/_WL_user/
chmod 770 $DOMAIN_HOME/servers/WLS_REPORTS/tmp/_WL_user/reports_<version>/
chmod 770 $DOMAIN_HOME/servers/WLS_REPORTS/tmp/_WL_user/reports_<version>/<random_name>/war
chmod 750 <the directory that is mentioned in REPORTS_TMP>

Then you can change the location of logs to a user-readable and writable location in $ORACLE_INSTANCE/config/ReportsToolsComponent/ReportsTools/logging.xml by changing the "path" property of runtime_trace_handler and zrcclient_trace_handler.