Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

FDMEE BefImport.py fails at DriverMgr.getConnection

Hello,

We have a BefImport event script that tries to connect to a JD Edwards application on MS SQL Server. This has never worked, and I am trying to figure it out.

I put in the following debug messages:

    fdmAPI.logDebug("before conn")

    fdmAPI.logDebug("strJDE_JDBC_URL="+strJDE_JDBC_URL)

    fdmAPI.logDebug("strJDEUsername="+strJDEUsername)

    fdmAPI.logDebug("strJDEPassword="+strJDEPassword)

    conn = DriverMgr.getConnection(url=strJDE_JDBC_URL,user=strJDEUsername,password=strJDEPassword)

    fdmAPI.logDebug("after conn")

I get the four messages before the conn, but do not get the "after conn" message. I tested and know the username and password work, and the server is correct, but am not sure if the url is correct, I think it is. The url is

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center