Enabling additional logging within your SAS OLAP Server can help resolve many issues. By default, the SAS OLAP Server records only minimal information in an effort to limit the amount of resources used for activity other than the queries. The additional logging can be enabled or disabled through the SAS Management Console interface, or by using the logging.trace.xml file or the sasv9_trace.cfg file available in your SAS OLAP Server's configuration directory.
JNLSTRMAX=50000 JNLLINEMAX=50000
In order to capture the complete messages being sent between an OLAP client, the SAS OLAP Server, and the SAS Metadata Server, you must add two additional parameters to the -OBJECTSERVERPARMS option in the SAS OLAP Server's configuration file. You need to perform this step only once. Leaving the parameters set will not cause any impact to a server with the default logger level.
-objectserverparms "cel=credentials classfactory=F3F46472-1E31-11D5-87C2-00C04F38F9F6 servercomponent='...server name...' JNLLINEMAX=50000 JNLSTRMAX=50000"
3. Start your SAS OLAP Server.
The following steps can be used to enable additional logging information in a SAS OLAP Server using SAS Management Console.
To disable the logging, set the Assigned level for the App logger back to Information.