[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker_dtc

Title:ObjectBroker Desktop Connection
Moderator:RECV::STORM
Created:Mon Jan 06 1997
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:40
Total number of notes:125

19.0. "obbgencom description wanted " by EMNTAL::STADELMANN (Sepp @ZUO 760-2609) Wed Feb 12 1997 09:27

    where is the command 
    	obbgencom -T E:\ORB\BIN bank.idl
    described ?
    
    Given I reuse this command, I get 
    OBB_DB_OBJALREXISTS (e), Specified object 'BANK' already exists.
    
    Which command do I need to remove this object from the 'DB' ?
    Which command do I use to look at this 'DB' and see objects? EXPLORER
    
    Sepp,
    
T.RTitleUserPersonal
Name
DateLines
19.1OBBBridge.ir repositoryiceaxe.zko.dec.com::RosenMichael RosenFri Feb 14 1997 14:3124
>    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.