Difference between revisions of "ARS0185E"

1,197 bytes added ,  16:22, 3 July 2019
Added more troubleshooting information for IBM CMOD ARS0135E.
(Initial edit of Content Manager OnDemand ARS0185E.)
 
(Added more troubleshooting information for IBM CMOD ARS0135E.)
 
Line 23: Line 23:


== Troubleshooting ==
== Troubleshooting ==
You have two options - purchase additional licenses, or reduce your license usage.  You can purchase additional licenses by contacting your IBM Representative.  A slightly less expensive option is to reduce your license usage by lowering the default user timeout.
You have two options - purchase additional licenses, or reduce your license usage.  You can purchase additional licenses by contacting your IBM Representative.  A slightly less expensive option is to reduce your license usage by lowering the default user timeout, or improving the Applications that connect to Content Manager OnDemand through the IBM CMOD OnDemand Web Enablement Kit ("ODWEK") to use connection pooling, or to perform explicit logouts.
 
=== ARS0185E - Enabling Inactivity Timeout ===
 
[[File:ARS0185E.png|720px|link=https://cmod.wiki/images/3/35/ARS0185E.png]]
 
=== Increasing your license limits ===
[[File:Attention.png|90px]]  '''''Configuring your IBM Content Manager OnDemand server to allow more users than you are licensed for is a violation of your license agreements with IBM, and may leave your organization liable for fines, fees, or other harm.'''''
 
You can update your [[ars.cfg]] configuration file to the new number of licenses by updating the ARS_NUM_LICENSE parameter.
 
If your old license limit is 10:
 
  ARS_NUM_LICENSE=10
 
You can use a text editor to increase the number to your new license limit:
 
  ARS_NUM_LICENSE=25
 
And then restart the [[arssockd]] daemon.
 
=== Improving custom applications ===
If your organization accesses CMOD with the ODWEK Java APIs, you can improve your license usage by enabling connection pooling, or ensuring that the <code>logoff() </code> function is called before exiting your program.