|
POST
|
Hi @kesarswet , Yes, this can be accomplished with Powershell DSC. There is a GitHUB respository with sample configs to perform this. For example, to upgrade to 10.9.1 on a single-machine, you would use the following JSON file: https://github.com/Esri/arcgis-powershell-dsc/blob/main/SampleConfigs/v4/v4.1.0/Base%20Deployment/BaseDeployment-SingleMachine.json
... View more
07-06-2023
08:36 AM
|
0
|
0
|
1299
|
|
POST
|
Hi @wizgis , The host file should be updated on the web adaptor machine with the external URL of Enterprise. For example, if the web adaptor's machine name is web1.esri.com with IP address 300.20.10.1, and the external URL of Enterprise is gis.esri.com, you will update the host file to be: 300.20.10.1 gis.esri.com
... View more
07-06-2023
07:39 AM
|
1
|
3
|
3883
|
|
POST
|
Hi @Kristofer , See the following document, it shows how to create a dynamic date filter with arcade.
... View more
07-06-2023
07:34 AM
|
0
|
1
|
1621
|
|
POST
|
@RichardHowe yes the validation will work with ArcGIS API. You just need to import the module.
... View more
06-20-2023
04:07 AM
|
1
|
1
|
2090
|
|
POST
|
@ITAdmin you could use Truncate Table or Delete Rows before you apply the append. I can't recall if Truncate Table will work on a hosted feature service, but Delete Rows will.
... View more
06-16-2023
09:53 AM
|
2
|
0
|
3518
|
|
POST
|
Hi @ZDouiri, Take a look at steps 6 & 7 in the following document.
... View more
06-16-2023
07:55 AM
|
0
|
1
|
1294
|
|
POST
|
Hi @reubjames, You could automate this with a python script instead. See the following document.
... View more
06-16-2023
05:24 AM
|
0
|
1
|
7100
|
|
POST
|
Hi @RichardHowe, If you have an ArcGIS Pro license, use arcpy's Append within your code instead of the ArcGIS API. It will work with hosted feature services.
... View more
06-16-2023
05:21 AM
|
1
|
0
|
2117
|
|
POST
|
Yes, exactly. I previously created this script for AGOL feature services, however the Append function at pro 3.x releases is very fast.
... View more
06-16-2023
05:19 AM
|
1
|
0
|
3533
|
|
POST
|
Hi @ITAdmin , I would recommend using the Append tool in ArcGIS Pro. With the latest version of Pro, there is a Matching Field for Update option: This will update existing features based on a unique field. If the feature does not exist, it will Append the new feature. If there is not a unique field, you could execute the Truncate or Delete Features tool first, and then execute the Append.
... View more
06-16-2023
04:43 AM
|
1
|
2
|
3539
|
|
POST
|
@MuhammadNaufalIhsan Does it work for all enterprise components (Portal, Server, Datastore)? Yes Does it also work for data from EGDB? No, another workflow (i.e. database backup/restore) would be required to keep the Enterprise Geodatabases in-sync.
... View more
06-11-2023
02:02 PM
|
0
|
0
|
2174
|
|
POST
|
What type of layer (i.e. feature class, shapefile) are you performing the selection on. If it's an Enterprise Geodatabase feature class, is the feature class registered as versioned?
... View more
06-11-2023
02:01 PM
|
0
|
0
|
3616
|
|
POST
|
Hi @MuhammadNaufalIhsan , What I recommend doing is using the WebGISDR utility to create a FULL backup, and then INCREMENTAL backups afterwards. For example, you could create a FULL backup once a week, and then an INCREMENTAL backup each night. The FULL backup would need to imported into the Passive environment first, and then the INCREMENTAL backup afterwards. Here is a script example on how to automate a WebGISDR backup. You could update the script to perform the import as well.
... View more
06-09-2023
04:12 AM
|
0
|
2
|
2206
|
|
POST
|
Hi @DirkThuynsma , Can you post a snippet of your code? Usually, I create a feature layer with the query to select features, and then execute the DeleteFeatures_management on the feature layer. Ex: arcpy.MakeFeatureLayer_management(r"C:\temp\data.gdb\parcels", "parcels_lyr", "LandUse = 'RES'")
arcpy.DeleteFeatures_management("parcels_lyr")
... View more
06-09-2023
04:06 AM
|
0
|
2
|
3659
|
|
DOC
|
@JulioGarrido I could not reproduce this. After running the script, an Experience Builder application that contained a search widget configured to that later worked successfully. I would create a test application to see if it's reproducible in the new application as well.
... View more
05-02-2023
11:02 AM
|
0
|
0
|
29100
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 4 | 05-07-2020 05:14 PM | |
| 1 | 03-25-2026 04:16 AM | |
| 1 | 03-16-2026 01:00 PM | |
| 1 | 12-22-2025 10:39 AM |
| Online Status |
Online
|
| Date Last Visited |
4 hours ago
|