Hi Sahay, CORBA::string_dup(0) does not yield an empty string. It is more likely not to allocate any thing at all returning another NULL pointer. You can allocate an empty string using CORBA::string_dup(""); Yours sincerely, Bjorn