-
ENTWURF: Erstellen Sie eine ArcGIS Online Webverbindung für ArcGIS Data Interoperability
(Spoiler) Web Connections authorize ArcGIS Data Interoperability to work against ArcGIS Online services using the Esri ArcGIS Connector package, the Geocoder transformer, or other REST calls to the many services Online offers. Your authorization (permissions) for each of these services is tied to your Online account, but…
-
Die DuckDB-Benutzeroberfläche mit ArcGIS Pro
The DuckDB UI Are you using the DuckDB user interface? It might just be the easy data exploration tool you've been looking for. As far back as version 3.5, duckdb has been included with the standard Python distribution for ArcGIS Pro. DuckDB is a powerful analytics database engine that reads from a wide variety of sources…
-
Hin zu einer serverlosen Abfrageebene
During the 2026 Esri User Conference we heard from several people they would like zero-copy external data integration. That means live data delivered on demand into ArcGIS without being written to an ETL copy, and ideally also without any intermediate server. This is a step beyond data virtualization, where a cache might…
-
Datengenerierung im großen Maßstab
Spoiler (Highlight to read)Warning: The tool in the blog download has a known issue, in ArcGIS Pro 3.6 when run in the foreground thread the output is not properly returned - the lookup table for alternative place categories is missing - so use the geoprocessing thread, which is the default behavior.Warning: The tool in…
-
Scheduling Parquet File Maintenance For Transactional Data - The Insert-Only Data Model Edition
At writing it's the week after the 2026 Esri User Conference where I worked in the Esri Showcase and gave a few demo theatre presentations. It's also time to help with things I heard customers struggling with, and my blog topic combines two that are a good match: * Scheduling ETL tools * Sharing continuously changing…
-
Schreiben von HTML und anderem < und > getaggtem Inhalt in einen Feature-Service
My ArcGIS Data Interoperability ETL process was going fine but suddenly its ArcGIS Online Feature Service writer threw an error which terminated my workspace, the error message looked like this: The error code from the server was '400' and the message was: ''. Details: 'Field public_description has invalid html content.…
-
Mehr vom Duck Pond - Verwendung von DuckDB in ArcGIS Pro
In an earlier post I got my feet wet using DuckDB in a hosted notebook in ArcGIS Online. That post highlighted reading GeoParquet files in an object store to maintain a feature service. That's a powerful workflow but it is much more likely your daily work involves wrangling common file formats which take up way too much…
-
Introducing ArcGIS for ServiceNow: Connect ServiceNow business data with ArcGIS location intelligence
Esri is excited to introduce ArcGIS for ServiceNow, a new integration that connects the ArcGIS and ServiceNow platforms to bring location intelligence directly into business workflows. It includes two components: 1. The Connector for ServiceNow is built for ArcGIS users who want to bring ServiceNow business data into their…
-
FME-Lizenzierungsfehler nach ArcGIS Enterprise 11.5 Upgrade — Advanced ArcObjects nicht gefunden
Has anyone run into licensing issues with FME after upgrading to ArcGIS Enterprise 11.5? My FME Workbench (2025.1.1.0) workspace was working as of Friday. After our Enterprise upgrade over the weekend, I can no longer read a feature class from our enterprise geodatabase due to a licensing error. FME reports that an…
-
Neuigkeiten in ArcGIS Data Interoperability für Pro 3.7 (und Enterprise 12.1)
It's that time of year again, another release! At writing we're in sync with the FME product in FME engine terms - 2026.1. The post attachment contains details on notable features, new formats and transformers, plus productivity enhancements in the Workbench application. What keeps us motivated is learning what you need in…
-
Feature-Services schneller lesen
A recent (at writing) release of the Esri ArcGIS Connector package quietly delivered a significant benefit for people working with ArcGIS Online or Enterprise feature services - namely concurrent read requests. This matters for people doing things like change data capture (aka change detection) for current and revised…
-
Data Interoperability Extension 2026.1
I am wondering when the Data Interoperability Extension might be updated to include new features and functionality of FME Form version 2026.1
-
Change Data Capture mit einem ArcGIS Online Notebook
In a previous blog I explored the performance of no-code change data capture versus view source swap in a speed test when the goal is maintaining a hosted feature layer - and declared it a tie! Now I have a new entrant from the coded solutions world - using an ArcGIS Online hosted notebook to calculate and apply the delta…
-
Data Sync between Cityworks, GDB, and Internal App
I am looking for assistance with migrating data that is/was in Cityworks with a Geodatabse. This data is needed in a GDB for use in Field Maps. Additionally, once certain components are updated/edited in Field Maps, I need this data synchronized with a separate internal application and oracle database. If possible, I would…
-
Eine Studie zur Daten-Geschwindigkeit in der Cloud Native Vector Data Distribution
At writing I'm tasked with delivering a demo theatre session at the 2026 Esri User Conference titled Cloud-Native Georelational Data Distribution. If you're coming to UC 2026 you can add it to your schedule. If you can't make it then the book of the play is what follows below, however to encourage UC attendance there is a…
-
Steuern Sie Ihr ETL mit Map Interaction und Web Tools
There are many ETL jobs you might want to trigger from your map and the patten we'll explore in this blog will help you get there. Here is one use case, running an ETL web tool that accepts area features from a map as an input. The web tool happens to build a mobile geodatabase which is returned to my Pro session or…
-
Neue Schulungskurse zur Dateninteroperabilität (APIs & Generative AI)
Hi everyone, Please accept my apologies, I know it isn't good practice to post these things through this forum (I wont make a habit of it) but I wanted to get the word out. Following the success of our free technical session (link here with a recording) we have launched a couple of new Esri Data Interoperability training…
-
Wie kann ich OGC GeoPackages in ArcGIS Pro 2.6 verwenden?
Everyone likes SQLite. It is a single portable file, performs and scales well, supports enough SQL to be useful and has a DB-API compliant Python module and API access in other languages. It is embedded in many mobile and desktop apps, and is directly usable in ArcGIS Pro. SQLite as a container has an incarnation - OGC…
-
Esri Developer & Technology Summit 2026 - Erforschung von Tools und Mustern für die Datenmigration
At writing it's conference week for the Esri Developer & Technology Summit 2026 and I'm just back from presenting my technical session Exploring Tools and Patterns for Data Migration. I like to go demo-heavy at event presentations, it lets me generate content I can share. Here's a snapshot of some of the live action - ETL…
-
Access MDB > Extracted data to GDB > Geodatabase table to feature class?
So this is my first time extracting data from MS Access MDB database to an ArcGIS Pro 3.6 geodatabase. I used the Quick Import tool for this purposes. The conversion worked as in the data was extracted as geodatabase tables. However some of these geodatabase tables are actually vector data but Pro does not recognize them…
-
Big Data gehostete Feature-Layer in ArcGIS Online teilen und pflegen
Here is my subject matter data, the State of New Jersey's parcel data (~3.5 million features, 4.4 GB with 45 fields), with thanks to the NJ tech team for their assistance putting this sample together. I'll get to why one parcel is highlighted shortly... First, with reference to the post's title, this discussion isn't tied…
-
Token für FeatureReader Transformer generieren, aber alle Endpunkte werden gelesen
We are moving to short-lived token authentication for ArcGIS Feature Service access, so the workbench was updated to self-generate the token. The FeatureServer reader does not support passing the self-generated token. I was able to add a FeatureReader transformer, but it reads all the endpoints for the REST Service, which…
-
Windows Task Scheduler Error
When I run Data Interoperability via Windows Task Scheduler, I receive an "ERROR : Python Exception <ExecuteError>: ERROR 160236: The operation is not supported by this implementation. Failed to execute (DeleteRows)." from my shutdown script. When I run it manually in ArcPro, I do not receive any errors and everything…
-
How to use 'Truncate Existing' using the Esri ArcGIS Feature Service in v3.16.0
I have been using the prior version of ArcGIS Connector v3.16.0 to write and update my data on an Enterprise portal, and after the upgrade to v3.16.0 the Esri ArcGIS Feature Service writers still work. However, all new Esri ArcGIS Feature Service writers with the same parameter settings do not work when trying to truncate…
-
FME- und Schema Mapper Excel-Datei
Good morning, After creating a new Excel file by copying the existing Schema Mapper Excel file and updating it, I modified the corresponding parameter in FME under Edit User Parameter → SchemaMapper_Master to point to the new file. However, when I run the FME workspace, the log file shows that several SchemaMapper_NN…