|
POST
|
On ArcGIS Entrerprise 10.9.1, our webgisDR job just started failing last week. No changes were made on our part. the log records this error. No Windows updates have been installed since the last successful run of the utility. 2024-11-29 11:11:48 WARN [main] com.amazonaws.http.apache.utils.ApacheUtils - NoSuchMethodException was thrown when disabling normalizeUri. This indicates you are using an old version (< 4.5.8) of Apache http client. It is recommended to use http client version >= 4.5.9 to avoid the breaking change introduced in apache client 4.5.7 and the latency in exception handling. See https://github.com/aws/aws-sdk-java/issues/1919 for more information
2024-11-29 11:12:03 ERROR [pool-1-thread-3] com.esri.arcgis.webgis.component.service.impl.ServerDRService - Failed to back up the ArcGIS Server:
Url: https://landbase.sangis.org/maps.
2024-11-29 11:12:03 ERROR [pool-1-thread-3] com.esri.arcgis.webgis.component.service.impl.ServerDRService - {"code":500,"messages":["Export operation failed. null"],"status":"error"} The portal and datastore parts still work. ArcGIS Enterprise is fully patched.
... View more
11-29-2024
11:23 AM
|
0
|
2
|
618
|
|
POST
|
I'm trying to sync a bulk published datastore item following the sample code here. Code I have tried bulk_publish_job = portal_ds.publish_layers(item = db_dsitem,
srv_config = service_template,
server_id = host_id,
folder = None,
server_folder= None)
bulk_publish_job = portal_ds.publish_layers(item = db_dsitem,
srv_config = service_template,
server_id = host_id)
bulk_publish_job = portal_ds.publish_layers(item = db_dsitem,
srv_config = service_template,
server_id = host_id,
server_folder= 'CurrentFolderName') I get this error no matter the value I enter for the server folder. Publish layers failed.
Invalid value for serverFolder. Layers have been published from this data store before and the value is read-only. Passing null is valid.
(Error Code: 400)
... View more
11-26-2024
08:16 PM
|
0
|
2
|
435
|
|
POST
|
@feralcatcolonist_old, Did you figure this out? I have the same issue trying to sync a bulk published datastore item using the python API. bulk_publish_job = portal_ds.publish_layers(item = db_dsitem,
srv_config = service_template,
server_id = host_id,
folder = None,
server_folder= None) returns Exception: Publish layers failed.
Invalid value for serverFolder. Layers have been published from this data store before and the value is read-only. Passing null is valid. Skipping the server_folder argument returns the same error.
... View more
11-26-2024
08:00 PM
|
0
|
0
|
1232
|
|
IDEA
|
This would be useful, especially for crappy programmers like myself. I frequently forget to test for NULL values in variables, and as a result, my attribute rules crash, and users can't make particular edits. A catch block would allow me to gracefully fail the edit, possibly send more useful information to the editor, and log the failure.
... View more
11-20-2024
09:10 AM
|
0
|
0
|
1719
|
|
POST
|
I'm considering creating a notebook in AGOL to monitor the status of a 3rd party app and update a hosted feature service when the app changes. If I use time.sleep(xy) in a loop to keep the code executing and the kernel active, what is the maximum time I can run the process for?
... View more
11-06-2024
11:12 AM
|
0
|
2
|
568
|
|
POST
|
@samlhwonguk, Did you ever figure this out? We are having the same issue with a branch-versioned feature service.
... View more
09-25-2024
10:34 AM
|
0
|
0
|
686
|
|
POST
|
Can Workflow Manager prevent new projects from being created in an area covered by a currently active project? In a related question, is it possible to ensure that only features in the active project area are edited? I would like to prevent edits to features outside of specific project areas.
... View more
09-23-2024
11:36 AM
|
0
|
0
|
366
|
|
POST
|
We have a notebook in ArcGIS online that runs some geoprocessing tools on a .csv file and publishes the results to a hosted feature layer. The .csv file is currently manually uploaded each week. Is there any way to automate this upload? The problem is that we don't have a local server to act as an intermediate host of the file. We need to add the .csv to our AGOL content directly from Notebook.
... View more
09-12-2024
02:24 PM
|
0
|
2
|
1262
|
|
POST
|
I just encountered this error on 3 apps running 4.14. 2 of them I upgraded to 4.20 and they are working now. 1 of them is using IdentifyTask class which is removed at 4.20. I downgraded to 4.11 as a quick and dirty fix and now this app is also working, at least so far. @JonathanWilding I'll update this thread if my users encounter the bug on the 4.11 app.
... View more
08-27-2024
02:21 PM
|
0
|
1
|
1719
|
|
IDEA
|
Currently, editors with an Admin user role or Version Admin role in Portal can edit the Default version directly in ArcGIS Pro even when it is Protected. I, and many users I have worked with over the years, find it too easy to accidentally start editing Default instead of first switching to a version. This is potentially very dangerous since there is no Undo editing Default using branch versioning. Adding the ability to lock the Default version from direct edits would prevent this. Only Rec and Post operations will be allowed to update the default version. This would help enforce data integrity workflows and tools, such as the use of the Version difference tool.
... View more
07-03-2024
10:12 AM
|
17
|
2
|
1066
|
|
POST
|
Thanks, Marlon. I was wondering if Esri has a preferred approach, as both are equal from a client's point of view.
... View more
07-02-2024
03:55 PM
|
0
|
0
|
1640
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-21-2025 01:39 PM | |
| 1 | 07-29-2025 10:45 AM | |
| 1 | 07-17-2025 03:33 PM | |
| 1 | 07-10-2025 10:30 AM | |
| 1 | 06-30-2025 12:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|