1. In Impact 7.1, open jvm.options in a text editor.
$IMPACT_HOME/wlp/usr/servers/<intance name>/jvm.options
2. Add the following line:
-Ddb2.jcc.propertiesFile=<JCC trace file>
where <JCC trace file> points at the .properties text file, for example;
-Ddb2.jcc.propertiesFile=/tmp/jcc.properties
Ensure the file is in a location readable
by the Impact server process.
3. Save your changes and create the
new properties file e.g.
vi /tmp/jcc.properties
4. Add the following properties to
the file, change the directories as needed;
db2.jcc.traceDirectory=/tmp
db2.jcc.traceFile=jcctrace
db2.jcc.traceFileAppend=true
db2.jcc.traceLevel=-1
db2.jcc.override.traceDirectory=/tmp
db2.jcc.override.traceFile=jcctrace
db2.jcc.override.traceFileAppend=true
db2.jcc.override.traceLevel=-1
5. Restart Impact server
6. Use the 'Test Connection'
button on the db2 data source in impact UI, confirm it fails, and send us
nci_collect_logs and the jdbc trace files created in the traceDirectories you
coded in the jcc.properties file.
#NetcoolImpact#Support#SupportMigration