cancel
Showing results for 
Search instead for 
Did you mean: 

cant find moniker

Former Member
0 Kudos

hello all,

i am developing a webshop programmed in Java / JSF and would like to connect my application with SAP Business One using the SDK. We already have the Java Connector and the required DLL's as well (till what i know). When i am creating a ICompany Object using -

ICompany company = SBOCOMUtil.newCompany();

i get the following error .

Exception in thread "main" com.sap.smb.sbo.wrapper.com.ComFailException: Can't find moniker

at com.sap.smb.sbo.wrapper.com.Dispatch.createInstance(Native Method)

at com.sap.smb.sbo.wrapper.com.Dispatch.<init>(Unknown Source)

at com.sap.smb.sbo.wrapper.activeX.ActiveXComponent.<init>(Unknown Source)

at com.sap.smb.sbo.api.SBOCOMUtil.newCompany(Unknown Source)

at SAPBusinessOne.main(SAPBusinessOne.java:22)

COuld anyone please tell me where can find moniker or how i can resolve this problem.

Accepted Solutions (1)

Accepted Solutions (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Amit,

Did you install the DI API on the workstation and then as part of the install ... install the JCO?

Eddy

Former Member
0 Kudos

Hello Edward,

the problem "cant find moniker" got solved after reinstall but now i am stuck on another problem.

Please follow this link. I already have a reply for this problem but it seems to be not working for me.

Link: [;

thanks ...Amit

Edited by: Amit Hingher on Sep 3, 2008 9:00 AM

Answers (0)