Re: omniINSPOA and wstring support
Duncan Grisby <[email protected]> Mon, 02 Feb 2004 14:32:36 +0000
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 29 January, David Berry wrote: > I'm having problems setting up an OmniOrb python server so that it > supports wstrings. > > We are using OmniPy 2.3, OmniOrb 4.0.3, Windows 2000. > > We are currently using the omniINSPOA to connect the client to the > server and get > the following error when trying to send wstring information to the server. > > BAD_PARAM: Minor: BAD_PARAM_WCharTCSNotKnown, COMPLETED_NO. Information about what code sets a server supports is embedded in the IOR. They aren't present in a corbaloc URI, so the ORB doesn't know what to do. You should avoid using corbaloc for anything apart from initial bootstrapping. Cheers, Duncan. -- -- Duncan Grisby -- -- [email protected] -- -- http://www.grisby.org --