If you have
not configured client-side connection pooling correctly, SAS Web Report
Studio will continue to work. However, it will not be able to take
advantage of a connection pool. Therefore, it is important that you
verify that your system is configured correctly. You can verify this
by temporarily changing the logging level for connections, viewing
a SAS Web Report Studio report, and then checking the contents of
the SAS Web Report Studio log file.
To verify that your
system is configured correctly, follow these steps:
-
Using SAS Management
Console, add a new logging context (com.sas.services.connections)
and set its logging level to DEBUG.
-
Start SAS Web Report
Studio and log on.
-
View a report that accesses
relational data (for example, a SAS table).
-
View the SAS Web Report
Studio log file (
path-to-config-dir\Web\Logs\WebReportStudio.log
). If
pooling is working, you will see information that is similar to this
message about the connection to the workspace server:
privileged user name: D9588\sastrust@saspw
pd#0: putting cx#8 on the available queue
rq#0 routed to pd#0
If pooling is not working correctly,
you will see a message similar to this message:
request served by unshared connection #9
After you have confirmed
that connection pooling is working, you can undo the changes that
you made in step 1.