<div dir="ltr">Hi!<br><br> I am running into an issue when attempting to parse a 
stringified IOR. I have successfully used this IOR with JacORB and it 
parses correctly here <a href="http://www2.parc.com/istl/projects/ILU/parseIOR/" target="_blank">http://www2.parc.com/istl/projects/ILU/parseIOR/</a>. However, when attempting to parse the IOR with OmniORBpy I get the error:<br>



<br>&gt;&gt;<br>Traceback (most recent call last):<br>  File &quot;parse.py&quot;, line 17, in &lt;module&gt;<br>    obj = orb.string_to_object(ior)<br>  File &quot;/usr/local/lib/python2.7/<div dir="ltr">dist-packages/omniORB/CORBA.py&quot;, line 564, in string_to_object<br>



    return _omnipy.orb_func.string_to_object(self, ior)<br>MARSHAL: CORBA.MARSHAL(omniORB.MARSHAL_InvalidIOR, CORBA.COMPLETED_NO)<br>&lt;&lt;<br><br>The example IOR is:<br>IOR:010000003500000049444c3a4d79494f5254657374696e67506c6174666f726d2f434f524241466163746f72792f507269766174654d696e3a322e31000000000100000000000000460000000101010106000000424f34575600f60410000000000000006fd92d52f03106000000000001000000010000001400000001583301010001000000000000010100000000000200<br>



<br></div>I used the same client code for parsing stringified IORs that is in the User Guide. <br><br><div><div dir="ltr">Thanks!<br>-Will</div></div></div>