About SQL Server JDBC logging
During troubleshooting, Guidewire might request a trace log from the Microsoft JDBC driver. Do not turn on trace logging in other circumstances as it places a heavy overhead on the system, and the files created can quickly become very large.
It is possible to turn on Microsoft JDBC driver logging at PolicyCenter startup by specifying the jdbc-trace-file
and jdbc-trace-level attributes on the
<sqlserver-settings> element:
<database ...>
<sqlserver-settings jdbc-trace-file="file name" jdbc-trace-level="trace level" />
...
</database>
- C:/temp/msjdbctrace%u.log
Using %h and %t puts the file in the Documents and Settings directory
under the name which is running the application server.
Guidewire provides a means to manage JDBC Driver logging in the PolicyCenter Server Tools screen. Use this screen to start and stop Microsoft driver logging on a running application server. Using this screen is a better option if tracing a particular operation, in order to minimize system impact and size of the trace file.
See also
