POST
|
Jared, I got this to work by setting the "calculation" field of my second geopoint question to reference the field name of the first. When I place a point in the first geopoint question, a point is placed in the second one as well. Josh
... View more
2 weeks ago
|
0
|
4
|
100
|
POST
|
Morning, AlanMcDowell1! I'm not aware of any Esri tools to accomplish what you describe, but the docx Python module looks like it might do the job. https://python-docx.readthedocs.io/en/latest/ Josh
... View more
2 weeks ago
|
2
|
1
|
137
|
POST
|
Hello, There is no Esri-recommended order in which the Enterprise components should be stopped/started. However, Portal by far has the longest startup time. With that in mind, I usually restart the services in this order: Portal Server Data Store Best, Josh
... View more
11-10-2020
07:17 AM
|
2
|
1
|
125
|
POST
|
Hey Adam, Can you reply with one of the files you're trying to upload? According to the doc below, .kml is supported. What can you add to ArcGIS Online?—ArcGIS Online Help | Documentation Thanks, Josh
... View more
11-09-2020
12:54 PM
|
0
|
1
|
21
|
POST
|
Can you please share the exact error message you get when logging in?
... View more
10-26-2020
01:42 PM
|
0
|
3
|
148
|
POST
|
Hi Andrea, Have you tried validating the Data Store from the server admin endpoint? (https://server.domain.com:6443/arcgis/admin > data > items > enterpriseDatabases > AGSDataStore... > machines > <machineName> > validate). This validation process will give you a more in-depth look at the Data Store. Is there a particular pattern you've noticed when it comes to which services are still working? For example, are they services that were published around the same time? Thanks, Josh
... View more
10-26-2020
01:40 PM
|
0
|
1
|
39
|
POST
|
Hi Tony, I'm wondering if you need to keep the connection to the FTP open while you login, as demonstrated in the documentation for the ftplib module. ftplib — FTP protocol client — Python 3.9.0 documentation Something like this: with FTP( "ftp.proper.com" ) as ftp: ftp.login( 'blahuser' , 'blahpass' ) # ... do more stuff
... View more
10-26-2020
01:30 PM
|
0
|
1
|
177
|
POST
|
It's possible, but not directly through the Python API. You'd want to get the web map JSON, modify it to your liking, and use the item.update() function from the API to apply the changes. More on this below: Configure Popup Attributes Programmatically with ArcGIS API for Python popupInfo | ArcGIS for Developers arcgis.mapping module — arcgis 1.8.2 documentation
... View more
09-14-2020
01:05 PM
|
1
|
0
|
230
|
POST
|
Great to hear! I found the technical article below and it explicitly says that zipped shapefiles over 10MB cannot be added directly to the map. Problem: Receiving errors when uploading a shapefile to ArcGIS Online, Business Analyst Online, or Community Analyst Have a great rest of your day!
... View more
08-31-2020
06:12 AM
|
0
|
0
|
93
|
POST
|
Bimall, Ah, you're using a different workflow than what I was testing. When I do "Add Layer from File" in the Map Viewer, I get this error: Try this workflow and let me know the results: Navigate to your Content. Click Add Item > From your computer. Browse to the file. Check the box for "Publish this file as a hosted layer." Click "Add Item". Does this work?
... View more
08-31-2020
05:54 AM
|
0
|
2
|
93
|
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|