Skip to main content

How do I configure initial_references in Orbix 3.3?

  • May 17, 2013
  • 0 replies
  • 0 views

Summary How do I configure initial_references in Orbix 3.3?
Article Number 18407
Environment All Supported Platforms Orbix 3.x
Question/Problem Description How do I configure initial_references in Orbix 3.3?
How can I configure an Orbix 3.3 client to use an Orbix 6.x NameService?
Clarifying Information
Error Message
Defect/Enhancement Number
Cause
Resolution

To configure Orbix 3.3 to use an Orbix 6.3 NS from an Orbix 3.3 application you must first configure the initialization service. Edit the common.cfg configuration file and make the following entries in the Common.Services scope:

# Orbix 3.3 Configuration File
Common {
    Services {
        # This is the stringified IOR for the root 'NamingContext'
        # of the 'Orbix 6.3' Naming Service.
        # You can obtain this IOR using the Orbix 6.3 admin
        # utility as follows:
        #     itadmin ns resolve
        NameService = "IOR:1234......";
        #     The IFR and Trading service can also be configured here
        InterfaceRepository = "IOR:1234.....";
        TradingService = "IOR:1234....";
    };
};

Workaround
Notes
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 10 September 2011

#Orbix
#KnowledgeDocs