wodshh.dll COM error (wodSSH / wodSSH.NET)
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
Re: wodshh.dll COM error
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
Re: wodshh.dll COM error
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.
Re: wodshh.dll COM error
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.