|
POST
|
If you can get the spreadsheet in a CSV format, you can use the Watch a Folder for New CSV Files input.
... View more
09-02-2025
05:33 PM
|
0
|
0
|
1519
|
|
POST
|
You won't be able to update the point feature service, but you can output the buffers to a new polygon feature service using the Buffer Creator processor. Below is an example of how this is setup. It's getting the buffer distance from a field called distance: For the Coordinate System, make sure you specify a Projected Coordinate System.
... View more
09-02-2025
08:49 AM
|
0
|
0
|
1540
|
|
POST
|
Hi @JeffSilberberg, I'm not sure I'm understanding your workflow. Are you trying to iterate through the feature service, and create a buffer using a distance value from a field in the feature service?
... View more
09-02-2025
07:55 AM
|
0
|
0
|
1549
|
|
DOC
|
@RClavero that was my mistake, there are changes to the Validation. You can easily add this with the following steps: 1. Right-click on the script > Properties > Validation 2. Update the following lines: elif 'Map Service' in str(item.typeKeywords) or 'Feature Service' in str(item.typeKeywords) or 'Image Service' in str(item.typeKeywords) and 'Hosted Service' not in str(item.typeKeywords): with: elif 'Map Service' in str(item.typeKeywords) or 'Feature Service' in str(item.typeKeywords) or 'Image Service' in str(item.typeKeywords) or 'Geoprocessing Service' in str(item.typeKeywords) and 'Hosted Service' not in str(item.typeKeywords): May be difficult to see above, but you're just adding the following: or 'Geoprocessing Service' in str(item.typeKeywords)
... View more
08-28-2025
03:47 AM
|
0
|
0
|
6826
|
|
DOC
|
@RClavero download the Item_Dependency.zip and use that with your existing script tool by right-clicking on the script tool > Properties > Execution tab: The differences between the Item_Dependency.zip and the Item Dependency - Python API 2.4. and Earlier.zip is only the Validation within the toolbox.
... View more
08-27-2025
05:58 AM
|
0
|
0
|
6842
|
|
POST
|
Hi @LarissaDrysdale, 1. What version of ArcGIS Enterprise are you running? 2. Within Portal > Organization > Settings > Servers, is the Administration URL set to the Web Adaptor URL or the 6443 URL?
... View more
08-27-2025
04:13 AM
|
0
|
2
|
840
|
|
POST
|
I'll consider increasing The maximum time a client will wait to get a service to 2 minutes. I would recommend increasing your max instances for the service rather than the maximum time a client will wait. When clients are waiting long periods, it's usually due to there not be enough instances to handle all the requests. Personally, I know if I open a web map/application, I won't wait 2 minutes to see if the service is going to render. After about 10 seconds I would think the application is broken and close out.
... View more
08-27-2025
03:48 AM
|
0
|
0
|
1529
|
|
DOC
|
@RClavero I've updated the code to include GP services. You can download the Item_Dependency.zip and you should be good to go.
... View more
08-26-2025
02:00 PM
|
0
|
0
|
6872
|
|
POST
|
Hi @SuhasGadhave1, Here are the steps I would recommend: 1. Remove the Azure AD authentication from the custom dashboard 2. Allow automatic account creation for SAML logins 3. Enable SAML based group membership within Enterprise 4. Create a SAML based group in Enterprise 5. Share the secure services to this Group When a user accesses the Dashboard, they will be prompted for credentials to access the secure services. If they do not have an account, their account will be created automatically in Enterprise. If their Azure AD account is part of the SAML based group the services are shared to, they will have access to the Dashboard.
... View more
08-26-2025
03:57 AM
|
0
|
0
|
660
|
|
POST
|
Hi @amarcz_cc, did you run the command prompt as an Administrator before executing the command?
... View more
08-25-2025
11:22 AM
|
0
|
1
|
860
|
|
IDEA
|
Hi @KevinWyckoff1, To build off of @MichaelVolz's suggestion, you can easily accomplish this with Windows Task Scheduler and ArcGIS Pro. Create a python script that performs the following operations using arcpy: convert the GeoJSON to a feature class using the JSON to Features tool truncate the feature service append the feature class to the service
... View more
08-25-2025
04:11 AM
|
0
|
0
|
1224
|
|
POST
|
Hi @Hlynur, is it correctly understood here that I shouldn't be seeing FeatureServices in my directory at all and its enough to do as above described to create a FeatureService webhook, Yes, that is correct.
... View more
08-25-2025
03:54 AM
|
1
|
2
|
1692
|
|
DOC
|
@LisaKing4 not the registration, but you can use this script to see which Data Stores are in use by which services: https://community.esri.com/t5/arcgis-enterprise-documents/report-which-services-are-using-enterprise/ta-p/1644987
... View more
08-23-2025
11:52 AM
|
0
|
0
|
15564
|
|
POST
|
Hi @SaraBellchamber1 here are some additional tools you can try: https://community.esri.com/t5/arcgis-enterprise-documents/migrate-content-for-arcgis-enterprise-arcgis/ta-p/1365455
... View more
08-22-2025
05:46 PM
|
0
|
0
|
870
|
|
POST
|
Hi @MatthewTsui5, I recommend looking at the Max Response Time and Avg. Response Time for your services. I try to keep the Avg. Response Time around 2 seconds or less. If you see high response times, compare this to the Max Instances Running. If the service has it's maximum amount of instances running this is an indication that users are waiting for other requests to complete before the service can handle theirs. This can also lead to a timeout. Instead of increasing the timeout value, you should increase the maximum number of instances for that service.
... View more
08-22-2025
05:33 PM
|
1
|
3
|
1886
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-25-2026 04:16 AM | |
| 1 | 03-16-2026 01:00 PM | |
| 1 | 12-22-2025 10:39 AM | |
| 1 | 01-20-2026 04:04 AM | |
| 1 | 12-29-2025 06:27 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|