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