POST
|
https://enterprise.arcgis.com/en/server/10.7/administer/windows/securing-services-with-users-and-roles-from-an-ldap-server.htm looks useful.
... View more
yesterday
|
0
|
1
|
34
|
POST
|
In the past month, the Portal URL in ArcGIS Web Adaptor was modified while a WebGIS DR restore was running and no one else was using the ArcGIS Enterprise server. This doesn't happen every time a restore runs. Has anyone else seen this behavior? Environment: 1 primary ArcGIS Enterprise server (Portal/Server/Data Store) called "fwwtesri01" connected to a web server (ArcGIS Web Adaptor for IIS) called "fwwtdevweb1". Multiple backup sets of identically-configured servers (for instance, "StoutESRI2" runs Portal and talks to the world through "StoutESRI2-Web"). All running: Windows Server 2019 10.7.1 version of ArcGIS software WebGIS DR process: Backup: At 3 AM, take a full backup of the primary server Restore: At 12 AM (before the backup), restore the most recent backup from the primary server I've attached a screenshot of one of the backup servers and the corresponding WebGIS DR log file. I plan to enable the most verbose logging possible to see if any additional information is available.
... View more
|
0
|
0
|
41
|
POST
|
In ArcGIS Server 10.7.1, if you compare the object ("if result > 0") then sometimes, the boolean condition will return True and sometimes it returns False. Hope this helps anyone else wondering why their script breaks once every few hours.
... View more
12-07-2020
03:22 PM
|
0
|
0
|
231
|
POST
|
Thanks for the tip. I've also taken to cleaning out the "tmp-ags-site" folders inside C:\Program Files\ArcGIS\Server\framework\runtime\tomcat\temp\ for the same reason.
... View more
11-24-2020
05:15 PM
|
0
|
0
|
254
|
POST
|
Does Portal have anything that automatically cleans up the temp folder once in a while? I see that it is using >18 GB to hold temporary files (likely from routine WebGIS DR restores). If there isn't an automated solution, then when is it safe to delete the files in the temp folder? Can I delete all the tmp-portal-unzip folders every time WebGIS DR finishes restoring a backup?
... View more
10-14-2020
12:58 PM
|
0
|
2
|
318
|
POST
|
2 possible explanations (both of them sufficient): 1. ArcGIS Data Store had become disconnected from AGS. Reconnecting the two made WebGIS DR happy. 2. After WebGIS DR runs, the scheduled task is configured to reboot the VM. In the debugging process, I may have pressed the Step Over key twice (running webgis dr and restart) rather than once (run webgis dr only and then wait before running the reboot command). Either way, the computer no longer reboots itself.
... View more
10-14-2020
11:18 AM
|
0
|
0
|
167
|
POST
|
By "walarchive directory", are you referring to "C:\arcgisportal\backup\walarchive"? I noticed it is 11 GB on a secondary server that only receives restores (I create backups from our primary Portal server).
... View more
10-14-2020
11:15 AM
|
0
|
0
|
274
|
POST
|
When I try to restore my WebGIS DR backup, the program reboots my entire server (ArcGIS Enterprise 10.7.1, Windows Server 2019 version 1809). Why does it reboot my computer? I turned on Debug level logging and the last few entries in the log file say: 2020-10-14 09:50:31 DEBUG [ForkJoinPool.commonPool-worker-3] com.esri.arcgis.webgis.util.WebGISUtil - The response for the url https://stoutesri2.datacenter.local:6443/arcgis/admin/backupRestoreInfo: {"incrementalBackupTimeStamp":0,"backupMode":"FULL","incrementalRestoreTimeStamp":0,"fullBackupTimeStamp":1599906696446,"fullRestoreTimeStamp":1599906696446} 2020-10-14 09:50:31 ERROR [main] com.esri.arcgis.webgis.service.impl.WebGISDRFrontController - Failed to validate the current Web GIS. com.esri.arcgis.webgis.WebGISException: Cannot get the configuration of the ArcGIS Data Store in the current Web GIS. at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.a(WebGISDRFrontController.java:852) at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.service(WebGISDRFrontController.java:108) at com.esri.arcgis.webgis.service.impl.WebGISDRManager.c(WebGISDRManager.java:187) at com.esri.arcgis.webgis.service.impl.WebGISDRManager.importWebGIS(WebGISDRManager.java:170) at com.esri.arcgis.webgis.client.WebGISDR.main(WebGISDR.java:103) 2020-10-14 09:50:31 DEBUG [main] com.esri.arcgis.webgis.service.impl.WebGISDRFrontController - Deleting the temp directory C:\Backups\WebGISSite1602694181243. 2020-10-14 09:50:31 DEBUG [main] com.esri.arcgis.webgis.client.WebGISDR - Exiting the WebGIS DR utility. com.esri.arcgis.webgis.WebGISException: Cannot get the configuration of the ArcGIS Data Store in the current Web GIS. at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.service(WebGISDRFrontController.java:111) at com.esri.arcgis.webgis.service.impl.WebGISDRManager.c(WebGISDRManager.java:187) at com.esri.arcgis.webgis.service.impl.WebGISDRManager.importWebGIS(WebGISDRManager.java:170) at com.esri.arcgis.webgis.client.WebGISDR.main(WebGISDR.java:103) Caused by: com.esri.arcgis.webgis.WebGISException: Cannot get the configuration of the ArcGIS Data Store in the current Web GIS. at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.a(WebGISDRFrontController.java:852) at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.service(WebGISDRFrontController.java:108) ... 3 common frames omitted 2020-10-14 09:50:31 ERROR [main] com.esri.arcgis.webgis.client.WebGISDR - Cannot get the configuration of the ArcGIS Data Store in the current Web GIS.
... View more
10-14-2020
09:57 AM
|
0
|
1
|
194
|
POST
|
Thanks for the explanation. After I did what you suggested, the files were deleted.
... View more
10-07-2020
08:50 AM
|
0
|
0
|
235
|
POST
|
Share and download options—ArcGIS Pro | Documentation says that "After the package is uploaded, it is deleted from the staging folder." Unfortunately, I have >2 GB of leftover files from old publishing attempts. Is it safe to delete the contents of the SharingProcesses folder located inside the staging folder? Some Sample Files: Exits With Spaces.msd Exits_With_Spaces_WFL1.msd Exits_With_Spaces_WFL1.sddraft Exits_With_Spaces_WFL1_PublishResults.json SharingInfo.json SharingJobLog.log Thumbnail.png I'm running Windows 10 with ArcGIS Pro 2.6.2 (just upgraded a few minutes ago).
... View more
10-06-2020
03:13 PM
|
0
|
2
|
283
|
Online Status |
Offline
|
Date Last Visited |
yesterday
|