%Net.SSH.Session
We are getting CoClass not available [80040111] when using %Net.SSH.Session. Does anyone know if there is a security setting that would disable this object?
Any help would be greatly appreciated.
We are getting CoClass not available [80040111] when using %Net.SSH.Session. Does anyone know if there is a security setting that would disable this object?
Any help would be greatly appreciated.
Hi Russell,
Can you share more of how you're trying to use %Net.SSH.Session and where exactly the error is coming up? Your version information may be useful as well.
Hi Vic,
Just trying to instantiate the object:
s ssh=##class(%Net.SSH.Session).%New()
ssh equals a null at this point and we see this:
%objlasterror="0 ▒L▒"CoClass not available [80040111]▒DV1▒%e^zssherror+21^%Net.SSH.Session.1^1!e^%OnNew+4^%Net.SSH.Session.1^1%e^%Construct+2^%Net.SSH.Session.1^1e
I think the WRC should be able to help out with this - definitely seems like an odd issue worth investigating.