Anyone encountered the follwing error when using the "Add Portal Items To Catalog Dataset" tool?
ArcGIS Pro verison: 3.1
ArcGIS Enterprise version:11.1
From the error message, it indicates my portal has self-signed certificate. Is there a workaround?
Thanks!
Update:
Same behavior when using ArcGIS Pro 3.2.
Hello @xingchenc , the source of the problem is indeed described in this part of the error message.
You need to replace that Portal's Self-signed certificate with a Certified certificate. Some guidance is given here.
Update:
I was able to get around this error message by modify the code to not verify certificate
1. First change the ToolValidator code to not checking the certifiate:
2. Then change the tool source code to not checking the certifiate:
3. Tool runs error free.