TDI is pure Java, Don. So when you see error message in logs, they are
often the same ones Java developers see. So oftens Google may have
suggestions if you replace the word 'TDI' in your search with
'Java'. :)
Your error in particular is: java.lang.UnsatisfiedLinkError: C:
\Program Files\IBM\TDI\V7.0\libs\domchdet.dll (JVMPORT015E Unable to
resolve DLL references
The java bit is that some library file is missing (domchdet.dll). And
from the error I see it's looking in the TDI installation folder. It
could be that you did not include the path to your Domino installation
in the system PATH. This will be to your Notes Client Installation in
the case you're using the Client Connection option for the Domino
Connectors; or your Domino Server installation for DIIOP. See if that
helps.
-Eddie
> - a prerequisite DLL may be missing."
TDI is like a Java 4GL where you tied Java objects together using
script. Even interactively.
In addition to being java related