|
POST
|
I may be misunderstanding your workflow. Are you trying to truncate/delete rows from the CSV? Instead of doing this, I would recommend creating a ModelBuilder that performs the following: Truncates the feature service Converts the local CSV to points using XY Table to Point Append the feature class to the feature service
... View more
08-03-2023
04:00 AM
|
0
|
0
|
2626
|
|
POST
|
@NielsPerfectPlace this script may give you what you need.
... View more
08-01-2023
01:43 PM
|
0
|
0
|
1286
|
|
POST
|
@SudhirPonnappan1 one other thing you can try if you have an additional server: Install ArcGIS Data Store on the new server Configure with ArcGIS Server (Data Store will be standby) Make new ArcGIS Data Store primary Remove old Data Store Check validation
... View more
08-01-2023
10:33 AM
|
0
|
0
|
4615
|
|
POST
|
@SudhirPonnappan1 are you able to upgrade the existing environment to 11.1? I find with the latest release of the software, the webgisdr performs better. I would try upgrading your existing environment to 11.1, create the webgisdr backup, install 11.1 in your new environment, and then try the import.
... View more
08-01-2023
05:41 AM
|
0
|
0
|
4631
|
|
POST
|
@GISAdmin7 , Do you have access to ArcGIS Pro? If so, you can add the feature service and use the python expression you have above in the Calculate Field tool.
... View more
08-01-2023
04:28 AM
|
1
|
0
|
1003
|
|
POST
|
@swhitcombMCC , What version of Pro are you running? Maybe try the Truncate Table tool instead.
... View more
08-01-2023
04:26 AM
|
0
|
1
|
2650
|
|
POST
|
@Hels77, Instead of overwriting, try performing a truncate/append of the service: https://community.esri.com/t5/arcgis-online-documents/overwrite-arcgis-online-feature-service-using/ta-p/904457 In the above python script, you can set the disableSync variable to False.
... View more
08-01-2023
04:22 AM
|
1
|
0
|
2413
|
|
DOC
|
Hi @Karlie_Kendall, Can you configure the script to another feature service as a test and see if you get the same error?
... View more
07-31-2023
01:32 PM
|
0
|
0
|
13360
|
|
DOC
|
@AnthonyAtkins2 yes, you can simply use ArcGIS Pro's Append tool.
... View more
07-23-2023
06:27 AM
|
0
|
0
|
28447
|
|
POST
|
Hi @AngelaSchirck, Make sure you're adding your feature class from a geodatabase connection that is connected to Branch versioning type in the Geodatabase Connection Properties:
... View more
07-17-2023
08:54 AM
|
1
|
0
|
3507
|
|
POST
|
@wizgis check the Service URL (Portal > Organization > Settings > Servers) for the original and new environment. Are these the same? i.e. https://gis.esri.com/server
... View more
07-14-2023
04:11 AM
|
0
|
0
|
3768
|
|
POST
|
@wizgis log into Portal Administrator Directory and navigate to System > Web Adaptors > click on the Web Adaptor: In the URL, add /edit. Update the Web Adaptor URL to the external URL (i.e. gis.esri.com) and click Edit Web Adaptor: Afterwards, try signing into Portal using this URL. If this works, you should be able to restore the backup.
... View more
07-07-2023
03:54 AM
|
1
|
2
|
3836
|
|
POST
|
@Kristofer , Try the following: var year = Year(Now());
var month = Month(Now());
var day = Day(Now()) + 1;
var hour1 = 00;
var minute1 = 00;
var second1 = 00;
var hour2 = 23;
var minute2 = 59;
var second2 = 59;
var dateField = $feature.duedate;
var tomorrowDate1 = Date(year, month, day, hour1, minute1, second1)
var tomorrowDate2 = Date(year, month, day, hour2, minute2, second2)
IIf(dateField > tomorrowDate1 && dateField < tomorrowDate2, 'future', 'past');
... View more
07-06-2023
05:35 PM
|
0
|
0
|
1580
|
|
POST
|
@wizgis the private IP should work. When configuring the web adaptor, specify gis.esri.com for the URL in the browser (i.e. https://gis.esri.com/portal/webadaptor), and specify the Fully Qualified Domain Name for the Portal or ArcGIS Server server for the Portal/Server Name:
... View more
07-06-2023
01:21 PM
|
1
|
1
|
3860
|
| 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 |
6 hours ago
|