Difference between revisions of "ars.cfg"

Jump to navigation Jump to search
275 bytes added ,  18:23, 24 March 2021
m
Added ARS_LOAD_IGN_DB_NAME_MATCH and moved ARSSOCK_TCP_NODELAY.
(Updated cmod version information for arsLsync ldap sync.)
m (Added ARS_LOAD_IGN_DB_NAME_MATCH and moved ARSSOCK_TCP_NODELAY.)
Line 512: Line 512:
;ARS_DB_MAX_SQL_TABLES
;ARS_DB_MAX_SQL_TABLES
: Specifies the maximum number of tables to query when searching an Application Group.  The default value is unknown.  This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration.  Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information.
: Specifies the maximum number of tables to query when searching an Application Group.  The default value is unknown.  This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration.  Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information.
;ARS_LOAD_IGN_DB_NAME_MATCH
:Alters the behavior of field name matching in indexer output when loading data into CMOD with arsload.  [https://www.ibm.com/support/pages/content-manager-ondemand-application-load-id-name-ignored-when-loading-data CMOD Application Load ID Name]
;ARSSOCK_RCVBUF_SIZE
;ARSSOCK_RCVBUF_SIZE
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY.
: Set the size of the TCP Receive Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY.
;ARSSOCK_SNDBUF_SIZE   
;ARSSOCK_SNDBUF_SIZE   
: Set the size of the TCP Send Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY
: Set the size of the TCP Send Buffers for arssockd.  The recommended value is 262144.  Use in combination with ARSSOCK_TCP_NODELAY
;ARSSOCK_TCP_NODELAY
: Set to 1 to enable Nagle's Algorithm in order to improve performance on systems where it isn't enabled by default.  In AIX and Linux, it is enabled at the operating system level by default.  [https://en.wikipedia.org/wiki/Nagle%27s_algorithm Nagle's algorithm]
;ARS_SUPPORT_CFSOD
;ARS_SUPPORT_CFSOD
: Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature.
: Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature.
Line 522: Line 526:
;ARS_SUPPORT_OLD_ODWEK_DOCIDS
;ARS_SUPPORT_OLD_ODWEK_DOCIDS
: When set to the number one (1), allows the server to accept DocIDs from ODWEK in the legacy (unencrypted/cleartext) format.  This parameter is only supported on versions of IBM CMOD v9.5.0.3 and newer.  Rather than enabling this parameter, your ODWEK apps should be updated to use the new, more secure DocID format.  
: When set to the number one (1), allows the server to accept DocIDs from ODWEK in the legacy (unencrypted/cleartext) format.  This parameter is only supported on versions of IBM CMOD v9.5.0.3 and newer.  Rather than enabling this parameter, your ODWEK apps should be updated to use the new, more secure DocID format.  
;ARSSOCK_TCP_NODELAY
: Set to 1 to enable Nagle's Algorithm in order to improve performance on systems where it isn't enabled by default.  In AIX and Linux, it is enabled at the operating system level by default.  [https://en.wikipedia.org/wiki/Nagle%27s_algorithm Nagle's algorithm]
;ARS_USE_OLD_STYLE_CASE
;ARS_USE_OLD_STYLE_CASE
: Use the old (pre-v8.5) method for converting the case of characters not in the current codepage. [https://www-01.ibm.com/support/docview.wss?uid=swg1PM82660 IBM PM82660] & [https://www-01.ibm.com/support/docview.wss?uid=swg21673461 IBM Technote] & [http://www.ibm.com/support/docview.wss?uid=swg27041378 ODNews Q1 2014]
: Use the old (pre-v8.5) method for converting the case of characters not in the current codepage. [https://www-01.ibm.com/support/docview.wss?uid=swg1PM82660 IBM PM82660] & [https://www-01.ibm.com/support/docview.wss?uid=swg21673461 IBM Technote] & [http://www.ibm.com/support/docview.wss?uid=swg27041378 ODNews Q1 2014]

Navigation menu