enterpriseServer property not found in the INI

Chan Rana

Chan Rana

Legendary Poster
List,
I am trying to run my java code and its throwing error as below. I have checked all my INIs jdeinterop.ini,jdbj.ini and jas.ini and all have correct Enterprise server entry. Not sure which INI its refering in log. Any ideas?.

I am on E1 8.10, AS/400
--------------------------------------------
23 Mar 2006 12:57:12,015 [main] ERROR: {com.jdedwards.system.connector} - enterpriseServer property not found in the INI file
com.jdedwards.system.connector.dynamic.InvalidConfigurationException: enterpriseServer property not found in the INI file
at com.jdedwards.system.connector.dynamic.Connector.getProperties(Unknown Source)
at com.jdedwards.system.connector.dynamic.Connector.<init>(Unknown Source)
at com.jdedwards.system.connector.dynamic.Connector.getInstance(Unknown Source)
at connectorexample.connectorexample.main(connectorexample.java:24)
----------------------------------------------
 
I found the solution myself. This was happening as the server definition were clashing in INI files.
 
I had a similar problem and it was due to the jas.ini file being in the wrong location. It was located in E1_Install_Path\Pathcode\ini\sbf - once removed, the error disappeared.
 
Back
Top