FDMEE Jar File Loading
We recently had a situation in which a client needed to access a DB2 driver in FDMEE/ODI, but when they attempted to run their Jython script, it could not find the appropriate driver. The JAR location was added to the system PATH variable but it still would not work.
The solution was to copy the JAR file to the FDMEE WebLogic server, in the directory structure Oracle\Middleware\user_projects\domains\EPMSystem\lib . After restarting the FDMEE service, the JAR file was unpacked and contents loaded and made available to the Jython script.