anyone using cvpysdk ? I am unable to connect to commserve, although I can ping commserve just fine
>>> from cvpysdk.commcell import Commcell >>> commcell = Commcell('commserve', 'admin') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/System/Volumes/Data/apps/cv/lib/python3.12/site-packages/cvpysdk/commcell.py", line 570, in __init__ raise SDKException('Commcell', '101') cvpysdk.exception.SDKException: Commcell is not reachable. Please check the commcell name and services again >>>
Page 1 / 1
Hello @Commvaulter2024
Try a FQDN? Just looking at examples and they all have it outlined:
tried FQDN. Same error message. Thanks for the link to samples though!
Can be related to SSL connect and/or certificate.. Perhaps 2 things to further check. i.e. this error will also appear if you attempt to connect via https and certificate is expired etc.
Can be related to SSL connect and/or certificate.. Perhaps 2 things to further check. i.e. this error will also appear if you attempt to connect via https and certificate is expired etc.
That’s it! Thank you!
I get this error every time I login through a web browser. Now how do I fix this ? :)
Not sure why it’s saying cert is not valid. It hasn’t expired yet