wodshh.dll COM error (wodSSH / wodSSH.NET)

by diael01 @, (6283 days ago)

Does anyone know what this error: HRESULT = 0x800A7537 means, or where the documentation about the COM object wodssh.dll is?
We are getting this error when submitting the following command:
cat /usr/oracle/product/10.2/inventory/ContentsXML/comps.xml | grep <BUG> 2> /dev/null
through the wodssh.dll Execute(...) Interface.

Thank you very much,
Elena Diaconu
Sr.Software Engineer
www.appsecinc.com

locked

Re: wodshh.dll COM error

by Jasmine, (6283 days ago) @ diael01

Elena,

yes, if you take WORD value from 0x800A7537 it's HEX(7537) which is same as 30007 - Cannot receive at this time, not connected .

Hope this helps!
Kreso

locked

Re: wodshh.dll COM error

by test @, (6283 days ago) @ Jasmine

Thank you; we found out why it happens and it is because a previous command submitted is not supported by the user shell. Not because of wodssh.dll.

locked

Re: wodshh.dll COM error

by Elena Diaconu @, (6283 days ago) @ test

Thank you; we found out why it happens and it is because a previous command submitted is not supported by the user shell. Not because of wodssh.dll.

locked