Hello everyone,
We are upgrading our Enterprise installation from 11.2 to 11.4. It is a single-machine install and we are upgrading each component individually.
The portal upgrade completes without any problem. But when we run the server executable, it keeps getting stuck and up pops an error message saying that it cannot write to a file in the Config.Msi folder (see screenshot below).
Needless to say, we are doing this upgrade with full admin privileges on the server machine. We cannot see/find the Config.Msi folder and thus cannot change any read/write permissions for it. We have talked with Esri tech support, but they say that it is a Windows issue.
We are really stuck, having tried to run the upgrade three times in three days, only to get stuck at the same step every time.
I am hoping someone here has run into a similar issue and would have some suggestions for us.
Thanks in advance for your help!
Deb
That folder is used by Windows Installer during installation processes of software. I believe that that folder is automatically created during the installation process, and then automatically deleted after the installation process. So it makes sense that you are not able to see it.
There are a couple things that I would try next.
Thanks @RyanUthoff, would try the two suggestions and post the results.
Hello, our IT team is understandably hesitant to give full control permissions to the entire C: drive.
We tried to create a Config.Msi folder but we receive a message saying that the folder already exists (though still not visible). And we cannot change permissions of a folder that is not visible.
I am starting to believe that the problem is with the Server executable file given that we didn't run into the issue with the Portal or Portal Web Adaptor installation files. Those executables must have used the Config.Msi folder during the installation process too, yet they didn't have any problems writing to the folder.
We have already spent 4 days trying to complete the upgrade, have broken connections to our organization's network drives and our reverse proxy server due to rollbacks every time the process got stuck at the Server installation stage.
Thanks for your help!
Deb.
I just want to ask, do you have both install files (<filename>.exe & <filename>.exe.001) in the same location?
Have you done a checksum on the files you downloaded matches what is in My Esri?
As far as I know, there is NOT a way to download "114_192937". That is not a released version.
Hello @George_Thompson
Yes, both files are at the same location.
I just ran the checksum on both files and they match.
ArcGIS_Server_Windows_114_192938.exe
ArcGIS_Server_Windows_114_192938.exe.001
I do not know what the previous version numbers are. I just wanted to know how to access older versions.
Thanks for your assistance.
Deb.
You cannot access "older versions". That is a build number and related to the version that was released (i.e. tested).
For the installed version (11.2) what are you running the account that "runs" the service as?
Are all the ArcGIS Enterprise services using the same account?
I would highly recommend working with Esri technical support on this issue since you have eliminated some of the common items.
Yes, all the services (Portal, Server and Data Store) are running using the same account.
Open command prompt as an administrator and type in: icacls "C:\Config.Msi" /T /C /grant administrators:F
Once you do that, you should be able to access the C:\Config.Msi directory in file explorer (note you will still need to type the file path into file explorer and navigate to it that way). I had the same issue, where I couldn't navigate to the folder in File Explorer. It existed, but it said access was denied, even though I have admin privileges. Running that command fixed it for me. My Source.
From there, you can set privileges appropriately. And if you see the .rbf file that Esri is having issues with, you can probably delete it and try installing server again.
Thanks @RyanUthoff. We will try this.