When changing the printer (File | Print Setup) to generic text only, the font for the open description on CSRs changes to Roman 10cpi. This is the only available font listed until changing the printer back and re-opening the CSR. |
|
Verify that the printer to which you are trying to print your scheduled job exists on the machine where the Stat Central Agent is running. Also verify that the Host Printer name on the Stat Central Agent matches the printer name on the machine. For more information on the Stat Central Agent Printers, see Chapter 6, Configuring the Stat Central Agent . |
The only way to do this is to set up two service domains; one for HR and one for FIN. This way, they cannot view each other's CSRs. If you have some users who need to view CSRs from both service domains, you can configure this at the user ID level; e.g., give user X access to both service domains. For information on granting access to multiple service domains, please see Stat Security . |
Configures the Stat Oracle Agent to use the specified path for sqlplus.
<ENV> environment file name (filename only) (Optional for R12 and R12.1)
<ENV> temporary directory. Used to temporarily store generated forms. (Optional for R12 and R12.1)
<ENV> APPL_TOP directory for server. (Optional for R12 and R12.1)
The Oracle Agent resolves product top environment variables using the context file defined by this parameter. The context file is an XML file used by AutoConfig normally located in the $APPL_TOP/admin directory. The parameter value should be a fully qualified file name for the context file. When the agent needs the value for a product top variable, it checks the following in the order listed:
sid_hostname is the usually configuration for this value. Yours may be different. Ask your DBA
<ENV> Oracle Home for Oracle Developer.(Optional for R12 and R12.1)
Example: <ENV>.env.SHARED_PRODUCTS:'JA','JE'
The following preprocessors are passed to SQLPlus by default:
Customers may use this parameter if they need to change this list. For example:
By default we use the database character set using the following query:
select value from NLS_DATABASE_PARAMETERS where parameter=”NLS_CHARACTERSET”;
In this case we will use the characterset specified in fnd_languages_vl view.
Naming Context for JBoss Application Server
For JBoss: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
A comma-separated list of file objects for which generation will be skipped. Valid values are:
UPLOAD - WFLOAD will use the access levels specified in the WFT file when uploading the workflow.
FORCE - The entire workflow definition will be loaded, regardless of an object's protection level.
Server or IP hosting the Stat Central Agent server.
Stat Repository database name. For Oracle, this is the service name.
Stat Repository database password.
Stat Repository database listener port.
Stat Repository database username.
The section explains how to configure the log4j2.xml
After making the required changes, re-start the Oracle Agents.
The following sections describe how to configure the log4j2 properties.
<Property name="log-path">log-path</Property>
It is a mandatory property. Please provide the directory path where the log file will be created.
<Logger name="root" level="INFO" additivity="false">
<appender-ref ref="RollingFile" level="INFO"/>
<pattern>%d %7p [%t] (%F:%L) - %m%n</pattern>
Format mask of the log file records for <ENV> Oracle E-Business Suite environment.
Following is an example value that captures the date and message for each log record.
<TimeBasedTriggeringPolicy interval="1"/>
© ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center