Error while calling BSFN through api

kiran g

kiran g

Well Known Member
Hi,

I am able to connect to OneWorld Connector.getInstance.login(usr, pwd, env, role )
using Dynamic Java connector Api .

But While calling any BSFN using api,i get following error


---------------------------------
Fail to connect to Oneworld Spec Source: JdeSocket error:Connection refused: connect
----------------------------------
I have created a defalut entry for the BSFN in OCM for the particular environment that I am calling .



And while running JDBJ apis from java connector I am getting an error when i do a select on any table.

----------------------------------
[SQL_EXCEPTION_OCCURRED] An SQL exception occurred: ORA-00942: table or view does not exist
----------------------------------

I have also filled the entries under JDBj-SPEC DATA SOURCE in jdbj.ini file. This entries have filled similar to bootstrap data source.


What exactly is this Spec data source..It contains some serialized spec objects..but what are they ???
What could be the reason for these errors?



thanks in advance,
kiran
 
This probably means the JDE Java code cannot find your tnsnames.ora from jdbj.ini, or perhaps you have a JDBC driver lookup problem. The error is most likely that the "table or view does not exist" because it is looking for a JDE-specific table and can't log in at all.
 
Back
Top