ar.cfg or ar.conf options N-R
This section of the table includes the options for the ar.cfg (ar.conf) file that begin with the letters N through R.
ar.cfg (ar.conf) file options (N-R)
Tips
- Press F to view the table in full screen mode. Press Esc to exit full screen mode.
- To easily search for a specific parameter in the below table, select the parameter from the Option list. Alternatively, type the name of the parameter in the Option text box.
For example, to search for the Next-ID-Block-Size parameter, select it from the Option list, or type the parameter name in the Option text box. - To search for all parameters having a specific text string in the name, type the text string in the Option text box.
For example, to search for all Plugin parameters, type Plugin in the Option text box. - To search for the parameters which have a specific text string in the description, type the string in the Description text box.
For example, to search for the parameters which have Advanced in the description, type Advanced in the Description text box.
Option | Description | Maps to |
---|---|---|
Next-ID-Commit 2 | Flag indicating whether to perform a new commit transaction when the system generates
Note: Next-ID-Block-Size replaced Next-ID-Commit, | |
Next-ID-Block-Size | Option that allocates next IDs in blocks instead of one at a time. Warning: The use of this option might result in unpredictably large Next-ID sequence gaps. | The Next Request ID Block Size field on the Configuration tab of the AR System Administration: Server Information form. (See Setting administrative options.) |
Notification-Web-Path | Base URL that appears in email notifications. If this option is not used, the Default-Web-Path option is used. (Notification-Web-Path is available because the Default-Web-Path is specified for other applications such as Flashboards, and it might be different from the mid tier web path for opening requests in a notification.) | |
Num-Preload-Schema-Segments | Total number of preload segments loaded by the preload threads when preload threads are configured. | The Number of Preload Segments field on the Advanced tab of the AR System Administration: Server Information form. (See Setting performance and security options.) |
Num-Preload-Threads | Number of preload threads to use when preload threads are configured. | The Number of Preload Threads field on the Advanced tab of the AR System Administration: Server Information form. (See Setting performance and security options.) |
Oracle-Bulk-Fetch-Count 2 | Number of data rows simultaneously fetched from the result set when an Oracle database is queried. The minimum is 1, the maximum is 100, and the default is 50. The higher the value, the more memory is used during data retrieval. | |
Oracle-Clob-Storage-In-Row | (Oracle databases only) Flag controlling Oracle CLOB storage. Values are
| |
Oracle-Cursor-Sharing 2 | Database setting that matches the setting in the Oracle initialization file
| |
Oracle-Dblink-Character-Set2 | Option that enables BMC Remedy AR System to support remote databases
For example:Oracle-Dblink-Character-Set: eng.remedy.com shift-jis. | |
Oracle-Search-On-Clob 2 | Flag indicating whether CLOBs can be searched. Values are
CLOBs can use the operator LIKE, but not =. | |
Oracle-SID 1 | (Oracle databases only) System ID for the underlying database. | |
Oracle-Two-Task 1 | (Oracle databases only) Two-task environment setting for the underlying database. | |
Overlay-mode2 | Specifies the default overlay group for the server. Clients that use the default overlay group
| |
Per-Thread-Logging | Flag indicating whether to create per-thread log files. Values are
| |
Plugin 2 | File name of one or more plug-ins that the plug-in server loads. The file name of the DLL or shared object is provided. The file name might be an absolute file name or might be relative to the BMC Remedy AR System installation directory. Add as many entries for this option to the server configuration file as needed, but specify only one file name in each option. | |
Plugin-ARDBC-Threads 2 | Number of threads dedicated to handling ARDBC requests from the BMC Remedy AR System server.
By default, 1 thread is initiated if this option is not specified. | |
Plugin-AREA-Threads 2 | Number of threads dedicated to handling AREA requests from the BMC Remedy AR System server.
By default, 1 thread is initiated if this option is not specified. | |
Plugin-Disable-Remote 2 | Flag indicating whether the plug-in server accepts calls from remote servers. Values are
| |
Plugin-Filter-API-Threads 2 | Number of threads dedicated to handling BMC Remedy AR System Filter API requests from the
By default, 1 thread is initiated if this option is not specified. | |
Plugin-Log-File | Full path name of the file to use if plug-in logging is on (See Debug-mode). | |
Plugin-Log-Level | Option that specifies the type of information printed to plug-in log files. Values are
| |
Plugin-Loopback-RPC-Socket | RPC socket number for the private server queue to which loopback plug-in API calls should be directed.
Loopback plug-ins (such as the Report Creator plug-in) that call back into BMC Remedy AR System | The Plugin Loopback RPC Program Number field on the Ports and Queues tab of the AR System Administration: Server Information form. |
Plugin-Password | Plug-in password. If this option is specified, the plug-in server accepts connections only from BMC Remedy AR System servers whose Server-Plugin-Target-Password option is set to the same password. If this option is not specified, the plug-in server accepts connections from BMC Remedy AR System servers that are not configured to use a plug-in password. | |
Plugin-Path 2 | Search path used to load a plug-in. The path is appended to the current value of LD_LIBRARY_PATH
Insert no spaces between the delimeter and the path. For example: UNIX
Windows
| |
Plugin-Port 2 | The port number on which the plug-in server waits for incoming requests. | |
Preference-Server-Option | Option that specifies whether users must use centralized preferences. Values are
| The Preference Server Option field on the Advanced tab of the AR System Administration: Server Information form. (See Setting performance and security options.) |
Preload-At-Init-Only | Flag indicating when preload threads (if configured) are used. Values are
For information about how to determine whether to use preload threads, | The Preload Tables At Init Only field on the Advanced tab of the AR System Administration: Server Information form. (See Setting performance and security options.) |
Private-RPC-Socket | RPC program number that determines the type of queue to which requests are routed | The Server Queue field on the Ports and Queues tab of the AR System Administration: Server Information form. (See Setting ports and RPC numbers.) |
Private-RPC-Socket (for debug queue) | Option that designates debug queues. A debug queue is a type of private queue used by the BMC Remedy AR System Workflow Debugger. To make any private queue a debug queue, use this syntax:Private-RPC-Socket: rpcNumberDebug For example: Private-RPC-Socket: 390666 Debug. Alternatively, you can make a private queue a debug queue by selecting its Debug check box in the list of queues in the Ports and Queues tab of the Administration Console. | |
RE-Log-File-Location 2 | Location of the Reconciliation Engine log file. For more information on modifying the reconciliation engine system parameters, see Configuring Reconciliation Engine system parameters. | |
Read-Only-Tran-Off 2 | Option that causes BMC Remedy AR System not to create database transactions when only reading data. The default value is (T) true. This setting is applicable for SQL Server and Sybase databases only. | |
Record-Object-Relationships | Flag indicating whether the BMC Remedy AR System server records the Note: If using a server group, all servers within the same server group must have the same s Values are
When you set this option to T and restart the server, it records the relationships of all server
When you set this option to F or remove it and restart the server, all the recorded Note: BMC recommends that you set this option by using the Record Object Relationships option | The Record Object Relationships field on the Configuration tab of the AR System Administration: Server Information form. (See Setting administrative options.) |
Record-Server-Events | Server events to log in the Server Events form, which makes server-related changes
For example:Record-Server-Events: 4;8;9;12;14; For information about the Server Events form, | |
Register-With-Portmapper | Flag that prevents the BMC Remedy AR System server from registering with a portmapper.
No more than one server should try to register with AR System Portmapper | The Register with Portmapper field on the Configuration tab of the AR System Administration: Server Information form. (See Setting ports and RPC numbers.) |
Registry-Admin-Password | Password of the BMC Atrium Web Services Registry admin user. Used by workflow for the BMC Remedy AR System Web Services Registry form. | |
Registry-Admin-User | User name of the BMC Atrium Web Services Registry admin user. Used by workflow for the BMC Remedy AR System Web Services Registry form. | |
Registry-Location | URL of the BMC Atrium Web Services Registry. Used by workflow for the BMC Remedy AR System Web Services Registry form. | |
Remedy-App-Service-Password | Encrypted password that AR System application services such as | The Application Service Password field on the Connection Settings tab of the AR System Administration: Server Information form. (See Setting server passwords, RPC options, and plug-in timeouts.) |
Remote-Workflow-Password | Password that another BMC Remedy AR System server uses to access a BMC Remedy AR System server through workflow. If you change this password, you must also change the appropriate remote workflow target password on any server containing workflow that connects to this server. | See Setting server passwords, RPC options, and plug-in timeouts. |
Remote-Workflow-Target-Password | Password to use when the BMC Remedy AR System server accesses the specified remote server through workflow. This occurs when an active link contains an SQL or Process command against the remote server and is activated by a non administrator user. If the remote server specifies a workflow password, you must register that server and password, or you cannot access that server through workflow. | See Setting server passwords, RPC options, and plug-in timeouts. |
Required-Field-Identifier | Character to add to the label of a field whose entry mode is Required. | The Required Field Identifier field on the Configuration tab of the AR System Administration: Server Information form. (See Setting administrative options.) |
Required-Field-Identifier-Location | Position to add the character that identifies a Required field. Values are
| The Required Field Identifier field on the Configuration tab of the AR System Administration: Server Information form. (See Setting administrative options.) |
RPC-Non-Blocking-IO 2 | Flag that enables BMC Remedy AR System on compliant systems to receive
To make value changes take effect, restart your AR System server. Windows and Linux HP
Solaris
IBM Does not specify a patch number. Multiple file sets might be required.
|
1. Options you can view (but not set) using the AR System Administration: Server Information form. 2. Options you cannot set or view using the AR System Administration: Server Information form. |
Comments
I was searching the docs for 'Oracle-Two-Task' setting and could not find it, could not find it, I then decided to look for ar.conf, and go to the page that contains 'o'...and found it, but I couldn't 'search' for it because it's
Oracle-Two-
Task
on two separate lines. I think something needs to be fixed in the search engine to allow for this sort of thing to be found
Hi Lj,
Thank you for your comment. We are looking into this issue and will get back to you as soon as possible.
Thanks,
Bhakti
Hi Lj,
We investigated the issue and verified that the phrase ‘Oracle-Two-Task’ is on one line without any hard enter between the words. When trying to search for some other phrases, at times, inconsistent results are displayed across users and spaces. This issue seems to be related to how the search engine retrieves the result. We are working towards improving the search experience. Thanks for your patience.
Regards,
Bhakti
I'm missing the description of the Remote-Workflow-Password and Remote-Workflow-Target-Password.
Hi Thomas,
I have updated the topic with the parameters.
Thanks,
Poonam
Thank you, good job! BTW, where in the documentation can I find more information about the Remote Workflow thing?