How can I point two JDE instance at ODI?
I am configuring ODI to extract JDE's data out and load to Hyperion system. And I encountered a difficult to connect two JDE instance at ODI.
In ODI, I set up the JDBC driver as com.jdedwards.jdbc.driver.JDBCDriver. I can see when ODI do the connection, it will read the jas.ini file and jdbj.ini file.
Now as I need to connect to two different JDE instances. I have two jas.ini file and two jdbj.ini on hand. But I do not how to create two connections at same time.
As I am not quite familiar with JDE, can anyone help on this?