× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Just found an older post regarding the same issue:

https://archive.midrange.com/wdsci-l/201612/msg00101.html

Regards,
-Arco


2018-01-19 14:06 GMT+01:00 Thomas Raddatz <thomas.raddatz@xxxxxx>:

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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.