The ArcGIS Maps for SharePoint app configuration displays as blank because JavaScript files are not deployed as part of the installation process.
上次发布: July 20, 2021ArcGIS for SharePoint
漏洞 ID 编号
BUG-000090231
已提交
August 24, 2015
上次修改时间
April 2, 2025
适用范围
ArcGIS for SharePoint
找到的版本
4.0
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
If the issue persists, contact Esri Technical Support.
解决办法
Open the extracted ArcGIS Maps for SharePoint setup folder on the ArcGIS Maps for SharePointmachine itself. Verify that the ‘WebContentInstaller.ps1’ script file is there at the same level as the Setup.exe file.
Unblock the Webcontentinstaller.ps1 and setup.exe file from their property menus. Right click File, and click Property > Unblock, or use the ‘unblock-file’ command. The command to unblock is as follows, unblock-file setup.exe and unblock-file webcontentinstaller.ps1.
Run Windows PowerShell x64 as an administrator, and use the command ‘cd’ to browse to the setup folder where the script file is and run the following command: ‘powershell –executionpolicy unrestricted ./webcontentinstaller.ps1 –install’. This command and the output information about the files that are being copied take several minutes to execute.
After the execution of the above step is complete, reload the ArcGIS Maps for SharePoint configuration page to confirm everything is working as expected.