Skip to main content

 

 

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

Hello @Commvaulter2024 

 

Try a FQDN? Just looking at examples and they all have it outlined: 

https://documentation.commvault.com/2023e/essential/samples_for_developer_sdk_for_python.html

 

Kind regards

Albert Williams


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

Issued On

Tuesday, October 24, 2023 at 10:58:50 AM

Expires On

Friday, October 23, 2026 at 10:58:50 AM


Reply