Question Russell Carpio · May 7, 2020

%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.

Comments

Vic Sun · May 7, 2020

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.

0
Russell Carpio  May 7, 2020 to Vic Sun

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
 

0
Vic Sun  May 7, 2020 to Russell Carpio

I think the WRC should be able to help out with this - definitely seems like an odd issue worth investigating.

0