T.R | Title | User | Personal Name | Date | Lines |
---|
1976.1 | | REQUE::BOWER | Peter Bower, ObjectBroker | Sat Sep 30 1995 08:35 | 5 |
1976.2 | urgent need for clarification | LEMAN::DONALDSON | Froggisattva! Froggisattva! | Mon Oct 02 1995 06:46 | 27 |
1976.3 | | OSANPO::NOSE | Tooru Nosse, SI/Japan West PSC/OS2-1 | Mon Oct 02 1995 07:47 | 25 |
1976.4 | | LEMAN::DONALDSON | Froggisattva! Froggisattva! | Mon Oct 02 1995 13:34 | 12 |
1976.5 | | OSANPO::NOSE | Tooru Nosse, SI/Japan West PSC/OS2-1 | Mon Oct 02 1995 18:57 | 5 |
1976.6 | | CAMPY::ADEY | Is there a 'Life for Dummies'? | Thu Mar 06 1997 15:01 | 10 |
| I've modified my .MML to direct OBB to use the advertisement
registry on the client side to find a server node (instead of
using the context object).
I'm having trouble figuring out how to get the server nodenames into
the advertisement registry on the client.
Thanks in advance for any help.
Ken....
|
1976.7 | | CAMPY::ADEY | Is there a 'Life for Dummies'? | Thu Mar 06 1997 16:46 | 7 |
| More specifically (regarding my previous reply), I don't know what
OBB is looking for for the Implementation Name argument on the
GENERATE IMPLEMENTATION command.
Thanks again.
Ken....
|
1976.8 | | REQUE::BOWER | Peter Bower, ObjectBroker | Fri Mar 07 1997 06:51 | 14 |
|
Use the obbmerge command to get the server nodenames into the
advertisement registry.
The generate implementation name is the name specified in .iml
after the implementation keyword.
For example, DTPImpl is the implementation name
implementation DTPImpl
{
...
}
|
1976.9 | | CAMPY::ADEY | Is there a 'Life for Dummies'? | Fri Mar 07 1997 09:42 | 30 |
| re: Note 1976.8 by REQUE::BOWER
Thanks Peter, but I tried that:
Bigbrd> obb
OBB> generate implementation CSIImpl/registration=csi
%OBB-E-CMD_BADOBJNAME, Bad object name: `CSIIMPL'.
-OBB-E-DB_OBJNOTFND, Object `CSIIMPL' not found.
OBB> sho impl
Implementations registered.
Implementation Name
---------------------
ObjectBrokerRegistryServer
ImplementationId: 665780be114c.0c.f3.4d.00.00.00.00.00
NamingContextImpl
ImplementationId: 508c0a7f9532.1d.40.33.45.06.70.2e.d9
BindingIteratorImpl
ImplementationId: 6958d49187c8.1d.75.78.99.af.1d.1e.aa
OBB>
I think the problem is my implementation isn't registered on the
server, but how do I register it without a registration file?
Thanks again.
Ken....
|
1976.10 | | CAMPY::ADEY | Is there a 'Life for Dummies'? | Wed Mar 12 1997 15:56 | 8 |
| Ok, I got my implementation registered on the server, and advertised
on the client. So now I have clients that find a running implementation
on the remote server WITHOUT having to specify "select_server
selection_policy(advertisements)" in my .MML file.
How is this possible?
Ken....
|
1976.11 | | REQUE::BOWER | Peter Bower, ObjectBroker | Thu Mar 13 1997 17:31 | 4 |
| If you do not specify a selection_policy, the default is
advertisements, local, default_nodes.
|