|
Hi Kevin,
That are interesting news, because the iSphere Spooled File Search uses
SQL to read the list of spooled files from file [ISPHERE_LIBRARY]/SPLF.
When I add a breakpoint to the statement where the JDBC connection field is
first used and set that variable to null, I get the "%1" result! Sadly I
cannot investigate the problem with a true Kerberos connection, because I
have no environment using Kerberos at my hands.
So it could be, that the following Java statement does not return a JDBC
connection usuable with Kerberos:
jdbcConnection = IBMiConnection.getConnection(
getHost()).getJDBCConnection(null, false);
The complete code block looks like this:
public Connection getToolboxJDBCConnection() {
Connection jdbcConnection = null;
try {
jdbcConnection = IBMiConnection.getConnection(
getHost()).getJDBCConnection(null, false);
} catch (SQLException e) {
}
return jdbcConnection;
}
Your error log does not contain any iSphere related messages except for
that iSphere could not connect to the update server (SourceForge).
Regards,
Thomas.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.