<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">&nbsp;//------------------------------------------------------------------------<BR>&nbsp;// 
    The "name text" put forth by CORBA server in name service.<BR>&nbsp;// This 
    same name ("DataServiceName1") is used by the CORBA server when<BR>&nbsp;// 
    binding to the name server 
    (CosNaming::Name).<BR>&nbsp;//------------------------------------------------------------------------<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
    m_corbaCosName.length(1);<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
    m_corbaCosName[0].id="DataServiceName1"<BR></BLOCKQUOTE></DIV>
  <DIV><BR>What I mean when saying that each client binds with a diffierent name 
  is that each one is registered in omninames with differene name, although the 
  application is the same.&nbsp;<BR><BR>The code above is not the one used, but 
  with a dynaimc variable instead "DataServiceName1"<BR><BR>I'm not totally sure 
  if the problem is related with the way I configure CORBA or with the code of 
  the clients because I don't know very deeply how CORBA works. I'll try figure 
  out where exactly the problem is, so I can ask something less general. 
  <BR><BR>Thanks<BR><SPAN class=403234007-17012007><FONT face=Arial 
  color=#0000ff size=2>&nbsp;</FONT></SPAN></DIV></BLOCKQUOTE>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff 
size=2>Hi</FONT></SPAN></DIV>
<DIV><SPAN class=403234007-17012007></SPAN>&nbsp;</DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff size=2>either 
you or I have a misunderstanding here... clients normally do not bind to or 
register with the naming service (except they offer an interface themselves) but 
they usually only <STRONG>resolve</STRONG> names, which is a transient process. 
I understand your scenario as having one server and multiple clients, so only 
the server creates object bindings in the naming service, and each of the 
clients resolves the names.</FONT></SPAN></DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff size=2>I am 
afraid we have to get the nomenclature precise before we can proceed helping you 
with your problem.</FONT>&nbsp;</SPAN></DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff 
size=2>Wernke</FONT></SPAN></DIV>
<DIV><SPAN class=403234007-17012007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML>