Dynamic Java Connector login problem

Agriman

Member
<font color="blue"> I am a JDE newbee - trying to use Dynamic Java connector for the first time.

I am getting following exception while trying to connect to JDE E1 server. I already googled it with no result. I will appreciate any help - thanks.

"Fail to Login! Exception occurred while validating role in Java Connector Login method:[BOOTSTRAP_ERROR] An error occurred during bootstrap."

Agriman
(Just registered)
</font>
 
Please ensure that the following properties(.ini) files are in classpath before connecting..

1. jdeinterop.ini (for JDE server details)
2. jdbj.ini (for Database connection details)

jdbj.ini file contains an entry to specify the path of "tnsnames.ora" file. The tnsnames.ora file should contain the tns entry for the Database being used by your JDE server.
 

Attachments

  • 96617-prop.zip
    4.8 KB · Views: 121
Thanks - I found the jdbj.ini and configured it. The connector.pdf document provided by Peoplesoft does not contain this step in the instructions.

Thanks for your help again.

Arvind..
 
Back
Top Bottom