GenCOM with Custom BSFN's

jpsst34

Well Known Member
GenCOM with Custom BSFN\'s

Hey List,

To run GenCOM on a custom BSFN, must the BSFN first be deployed to the enterprise server?

I just created a custom business function, and when I ran GenCOM to create a COM interface around it, I see:

OneWorld(tm) COM Interface Generator
Copyright (C) 1996-2000 J.D. Edwards World Source Company
All Rights Reserved.
12: Error: Invalid BSFN


It creates the .dll, but it doesn't have any real functionality. I can add a reference to the dll in my project, but the object browser shows it to have no members. Make sense, since it wasn't generated, right?

Thanks,
 
Re: GenCOM with Custom BSFN\'s

Yes. If you use Com Wrapper Always it is going to run that business on the server.
 
Re: GenCOM with Custom BSFN\'s

GenCOM should create the .dll and type library for use as a valid object in VB even if not deployed to server yet. However, you will not be able to actually call any of the exposed functions until deployed.
 
Back
Top