I'm currently working on distributing ArcGIS Pro 3.0.3 to on number of machines on our Campus and I've run into an issue I can't solve. When we install ArcGIS Pro machine wide through SCCM, or when I try to replicate installing that way via PsExec64.exe, ArcGIS Pro refuses to run for any non-admin user. What will happen is no UI will appear and I get no error message, but I can see an ArcGIS Pro process running in the background with 0% CPU usage. It will do this every time it's run unless it is run by a user with administrator privileges, then ArcGIS Pro will launch normally. After that, any user on the machine can run it. It seems like its trying to configure something the first time it's run that requires admin, but I can't determine what its trying to do.
We are currently installing ArcGIS Pro, the Data Interop, and Help. We're installing ArcGIS Pro via Powershell this way:
Start-Process "MsiExec.exe" -ArgumentList "/I `"C:\Windows\ccmcache\<folder in cache>\ArcGISPro\ArcGISPro.msi`" ALLUSERS=1 SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=NAMED_USER License_URL=`"https://<Campus URL>.maps.arcgis.com`" Portal_List=`"https://<Campus URL>.maps.arcgis.com`" CHECKFORUPDATESATSTARTUP=0 LOCK_AUTH_SETTINGS=TRUE ACCEPTEULA=yes /qn /norestart /l*v `"C:\Windows\EUC\LOG\ArcGIS_Pro_3.0.3\ArcGIS_PRO_3.0.3-Vendor.log`"" -Wait
We've never had installs of ArcGIS Pro behave this way before the 3.0 update. It's only since 3.0 we've seen this, and it looks like I'm not the only person running into this. https://community.esri.com/t5/arcgis-pro-questions/problem-starting-arcgis-pro-3-0-after-normal/m-p/.... I contacted ESRI's support, but they weren't able to give a solution to the issue.
Some of the workarounds I've tried:
Anyone else run into this kind of issue and figure out how to fix it?
EDIT: I was able to to get ArcGIS running for regular users by running ArcGISCleanup.exe in C:\Program Files\ArcGIS\Pro\bin as Admin. Taking a closer look it seems when ArcGIS Pro launches it starts ArcGISCleanup. This doesn't solve my problem since it still require an admin to run something, but its still strange behavior.
I found a solution to the problem and it looks like the issue is related to certs. After importing a "VeriSign Class 3 Public Primary Certification Authority - G5" and a "DigiCert Trusted Root G4", ArcGIS Pro began to work for all users on the machine.
Can you elaborate James on where these were found and installed to? I believe ArcGIS Pro v3+ is licensed through our Portal site? Thanks.
how do you install the certs? I installed Cert to trusted root in windows 10 but the problem still present. Thanks