Getting "Error 032659" When Using "Add Portal Items To Catalog Dataset" Tool

120
3
a week ago
Labels (2)
xingchenc
Occasional Contributor

Anyone encountered the follwing error when using the "Add Portal Items To Catalog Dataset" tool?

xingchenc_0-1714013103947.png

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!

0 Kudos
3 Replies
xingchenc
Occasional Contributor

Update:

Same behavior when using ArcGIS Pro 3.2.

0 Kudos
ChrisUnderwood
Esri Contributor

Hello @xingchenc , the source of the problem is indeed described in this part of the error message.

ChrisUnderwood_0-1714032345659.png

 

You need to replace that Portal's Self-signed certificate with a Certified certificate. Some guidance is given here.

https://enterprise.arcgis.com/en/server/latest/administer/windows/best-practices-for-server-certific...

https://enterprise.arcgis.com/en/server/latest/administer/windows/configuring-https-using-an-existin...

 

0 Kudos
xingchenc
Occasional Contributor

@ChrisUnderwood 

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:

xingchenc_0-1714035645721.png

2. Then change the tool source code to not checking the certifiate:

xingchenc_5-1714036035440.png

xingchenc_6-1714039765641.png

 

3. Tool runs error free.

 

0 Kudos