One of our administrators recently left the organization and I've taken over one of his old tickets to deploy ArcGIS Pro. He had create a deployment for the software, but that deployment is failing.
I am pretty green when it comes to troubleshooting deployments, so I'm going to need a little help with this. I found the following in the AppEnforce log:
Exceeded timeout of 119 minutes while waiting for process 2548 to finish. AppEnforce 5/29/2019 10:52:24 AM 11996 (0x2EDC)
WaitForRunningProcess failed. Error 0x87d00213. AppEnforce 5/29/2019 10:52:24 AM 11996 (0x2EDC)
CScriptHandler::CompleteEnforcement failed with 0x87d00213 AppEnforce 5/29/2019 10:52:24 AM 11996 (0x2EDC)
CAppProvider::CompleteEnforcement failed with error 0x87d00213 AppEnforce 5/29/2019 10:52:24 AM 11996 (0x2EDC)
++++++ Failed to enforce app. Error 0x87d00213. ++++++ AppEnforce 5/29/2019 10:52:24 AM 11996 (0x2EDC)
I was unable to find any other references to process 2548, so I have no idea what that is. I searched on the error code and found a post on Reddit suggesting that this error is often caused by a dialog box being displayed that expects input, but the user is unable to see the dialog box. Based on that, I decided to launch the installation from the command line without the /q switch so that I could see what is happening, and it does prompt for a destination folder.
So I guess that I have two questions. First, am I on the right track? Second, assuming that I am on the right track, is there a way to modify the deployment so that it automatically accepts the default value for the destination folder, or can I somehow specify the destination folder for the deployment to use?
Thanks in advance for any help that you can offer!
--Tom