|
POST
|
I'm seeing the same type of error as I posted here : https://community.esri.com/t5/arcgis-api-for-python-questions/after-3-3-upgrade-featurelayercollectionmanager/m-p/1481624#M10087 It looks like it could be a file size issue but I don't see anywhere in the updated documentation how to get around it.
... View more
06-19-2024
03:04 PM
|
0
|
0
|
1048
|
|
POST
|
It appears to be a file size issue as I faked a 1k zip folder with the same name. The script found the file and attempted to validate the file and obviously fails so at least there's progress. Does anyone have any idea how to up the file size limitation? The geodatabase in question is only about 65megs. Thanks!
... View more
05-30-2024
02:54 PM
|
1
|
0
|
1716
|
|
POST
|
Hi all, Having another issue with the 3.3 update. This was working fine (and still is) on 3.2 Pro machines. Using the FeatureLayerCollectionManager.overwrite() method fails on 3.3 machines. I am simply passing in a path to a zipped file GDB as I have always done, no schema changes etc have been made. The error result is 'The data file provided does not exist or could not be accessed. -- <class 'ValueError'>' Again this exact script works fine on a 3.2 machine. Any ideas would be great! Thanks - Mike
... View more
05-30-2024
01:15 PM
|
3
|
6
|
1774
|
|
POST
|
There error is: HTTPSConnectionPool(host='myserver.mc.local', port=443): Max retries exceeded with url: /arcgis/rest/services?f=json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(100
54, 'An existing connection was forcibly closed by the remote host', None, 10054, None))) I have also discovered that this fails also when using the ArcGIS for Python API when trying to get a list of services in the same internal portal instance.
... View more
05-22-2024
11:02 AM
|
0
|
0
|
950
|
|
POST
|
I can use urlopen with a webpage (https://google.com) but I get the error when trying to access our server rest endpoint (https://my.server.local/rest). I'm missing something here.
... View more
05-18-2024
01:18 PM
|
0
|
1
|
1011
|
|
POST
|
There appears to be something new in the urllib (or urllib3) libraries with Pro 3.3. I just rolled back to ArcGIS Pro 3.2 and the script and the request.url open successfully returns the list of versions as expected.
... View more
05-17-2024
01:47 PM
|
0
|
2
|
1049
|
|
POST
|
Hi All I have had a version of the code example below that reconciles/posts branch versions on a nightly basis for quite some time now. The day I upgraded to ArcGIS Pro 3.3 it no longer works. The main failure point seems to be in the urllib.request.urlopen request to get the list of versions to reconcile for each service. I've tested the URL and it is valid along with the token. Does anyone know if something has changed with the urllib since previous versions. FYI I tested the sample code below (which says ArcGIS Pro 3.3) but it also fails. https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/automate-reconcile-and-post-operations-for-sync-enabled-branch-versioned-data.htm#ESRI_SECTION1_8E1E8184695B4CF0A23EE719F53FC67F Any help would be great. Thanks!
... View more
05-17-2024
11:27 AM
|
0
|
4
|
1089
|
|
POST
|
In the properties for each SearchSource item that you have referenced in your Search Widget, add the 'prefix' and 'suffix' properties as needed with a wildcard '%'. https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html
... View more
04-22-2024
06:46 AM
|
1
|
1
|
1152
|
|
POST
|
Well shoot...I just figured that out: mapView.popup.open({
location: event.result.feature.geometry, // <- use map point of the click event
fetchFeatures: true // <- fetch the selected features (if any)
}); It still would be nice to fire the click event though...
... View more
04-19-2024
08:59 AM
|
0
|
0
|
1874
|
|
POST
|
Hi...any luck on this? No matter what I try I can't seem to get the click to fire. The mapview.emit does not seem to work in this case. I am trying to get a forced map click to run an identify programatically. Thanks.
... View more
04-19-2024
08:27 AM
|
0
|
1
|
1875
|
|
POST
|
I use the Python methods Truncate and Append all of the time to do this. Granted, you can't have versioning in place on the SDE as truncate won't work with versioned feature classes.
... View more
03-27-2024
06:54 AM
|
0
|
0
|
473
|
|
IDEA
|
After working in Pro for a bit you tend to gather a bunch of open tabs all over the place (Export, Symbology, Attributes, Popup, Labling, etc). The ability to wipe all of these away with the 'Reset Panes' options is great but there are only three to choose from (Mapping, Geoprocessing, Editing). It would be great if you could customize this to show specific tabs that you want, including custom Add-In dock panes that match particular workflows. Thanks!
... View more
08-31-2023
06:35 AM
|
0
|
0
|
2063
|
|
POST
|
In ArcGIS Online you need to add your app to your content. Content > New Item -> Application Then choose 'Web Mapping' -> enter the URL -> Next. Then enter the details to the app and then add it to your content. Once it's added click 'Settings' on your newly added item details page and scroll to the bottom. Click 'Register' and enter the redirect URL (usually just the main URL), then click 'Register'. This will then generate a client ID that you use in the code. Here's a sample app: https://developers.arcgis.com/javascript/latest/sample-code/identity-oauth-basic/ Follow the links on this page to learn more about OAuth for the JSAPI. Lastly...you will also need the oauth_callback.html page a the root of your app url. See the ESRI github docs here: https://github.com/Esri/jsapi-resources/blob/main/oauth/oauth-callback.html Mike
... View more
08-31-2023
06:28 AM
|
0
|
0
|
1218
|
|
POST
|
Hi all This should be a no-brainer but for the life of me I can't seem to remember/find where to alter the default email message that is sent out to new users. Is this still possible? Thanks! Mike
... View more
08-15-2023
06:34 AM
|
1
|
1
|
681
|
|
POST
|
Hello! I have looked everywhere for a simple solution...I am trying to allow a user of a simple javascript 4.x app to select certain features in a feature service on the map to a KML file. Has anyone done this? Thanks!
... View more
08-01-2023
04:38 PM
|
0
|
0
|
443
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-14-2011 01:45 PM | |
| 15 | 10-29-2024 10:14 AM | |
| 1 | 05-31-2023 12:34 PM | |
| 1 | 05-30-2024 02:54 PM | |
| 3 | 05-30-2024 01:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
1 weeks ago
|