Question and Answer Database FAQ3026D.txt :Finding the RepositoryId of a CORBA Server Category :CORBA Platform :Win95/NT Product :Delphi4.x, Question: Where can I find the RepositoryId for a CORBA server? I need it in order to put it in the client's TCorbaConnection. Answer: Open up the_TLB.PAS file that got generated for your server's type library and go to the end of it. You'll see the RepositoryId as the first parameter to the call to CorbaFactoryCreateStub in the CreateInstance class function for your CORBA factory. 12/01/1998 1:42:14 PM
Last Modified: 01-SEP-99