Java Dynamic Connector for JD Edwards E1 for calling Business Functions

Purushotham

Member
Hi,
I have been trying to call few User Profile Management Business Functions through Java Dynamic Connector.
I found the following business functions giving exceptions..

B98OWPWD (AlterPassword) B98WPWD (WebAlterPassword) B9801000 (F98OWSECCopyRecords,F98OWSECMaintainOWSecurity, F98OWSECUpdateRecords,F98OWSECUpdateSecurityHistory) The above Business Functions when tried to execute using Dynamic Java Connector gives the following exception... com.jdedwards.system.connector.dynamic.ServerFailureException: Fail to execute BSFNMethod com.jdedwards.system.kernel.CallObjectSystemException: GetProcAddress failed. Please see Enterprise Server log for details. Business function cannot be found at com.jdedwards.system.connector.dynamic.callmethod.ExecutableMethodImpl.doExecute(Unknown Source) at com.jdedwards.system.connector.dynamic.callmethod.ExecutableMethodImpl.execute(Unknown Source) at com.jdedwards.system.connector.dynamic.callmethod.ExecutableMethodImpl.execute(Unknown Source) at OracleSample.main(OracleSample.java:67)
--------------------------------------------------------------------------------------------------
Please Note :


~ All required jar files are in the classpath because login through the dynamic connector is happening and B9500923 (AddUserIDToProfileAndPreference) business function is working fine.
~ The OCMENABLED=false in the "jdeinterop.ini" file.
 
Hello,

I am new to JDEdwards but have been working on Java for sometime. I have this requirement where in I need to call an Event rule from my Java application. This post seems to be Java releated..

How do I call an Event rule/Business funtion from Java
application?
Can I use Java Dynamic connector for this purpose

Please advice.

Thanks
Sridhar
 
Back
Top