| > where is the command
> obbgencom -T E:\ORB\BIN bank.idl
> described ?
This is described in the "Using the ObjectBroker Desktop Connection
Commands and Tools" chapter of the User's Guide
> Given I reuse this command, I get
> OBB_DB_OBJALREXISTS (e), Specified object 'BANK' already exists.
Yes, because this puts the IDL definitions in the bridge's OBB repository.
The bridge's repository is \Program Files\ObjectBroker\Repos\Obbbridge.ir
> Which command do I need to remove this object from the 'DB' ?
If you select the "Replace Interfaces" box in the GUI or the -R command
line option, this will usually replace the interfaces correctly. If not,
the easiest way to get around it is to delete the ir. Otherwise, use the
obbdel command.
> Which command do I use to look at this 'DB' and see objects? EXPLORER
If you right click on the ir file, you can then export the definitions to
a file and read them, or use the obbshrep command.
|