wodshh.dll COM error - WeOnlyDo Discussion board

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

by diael01, Tuesday, February 19, 2008, 22:17 (5882 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

Re: wodshh.dll COM error

by wodSupport, Tuesday, February 19, 2008, 22:35 (5882 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

Re: wodshh.dll COM error

by test, Wednesday, February 20, 2008, 00:05 (5882 days ago) @ wodSupport

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

by Elena Diaconu, Wednesday, February 20, 2008, 00:07 (5882 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.