|
POST
|
The closest equivalent in the Pro SDK is to do the following: 1. Use the DDL routines to remove indices from the table 2. Add data using an Insert Cursor 3. Use the DDL routines to re-add indices to the table You could also use python/geoprocessing with the Append tool. I hope this helps, --Rich
... View more
01-03-2025
12:12 PM
|
0
|
0
|
2419
|
|
POST
|
Happy New Year, Ed! I'd recommend using the CreateRowBuffer(Subtype) overload; this should set all fields to their default values, even the non-user editable ones. I hope this helps, --Rich
... View more
01-03-2025
09:37 AM
|
0
|
1
|
1087
|
|
POST
|
Thanks for the feedback, Justin. We agree that ObjectID is not useful here. Over the next few releases, we'll be transitioning this widget to leverage popup definitions. We're investigating if we can use the popup title that is defined for the layer rather than selecting a field in the trace widget.
--Rich
... View more
12-13-2024
11:22 AM
|
1
|
1
|
1132
|
|
POST
|
At this time, you have to author and publish your web map from ArcGIS Pro. You cannot modify symbology in Map Viewer, but you can author popus on the sub-layers. I'm not the best person t answer Experience Builder questions, unfortunately. --Rich
... View more
05-29-2024
12:07 PM
|
1
|
0
|
3766
|
|
POST
|
Ciao Daniele, No, the DisableControllerInEditOperation works equally well with feature services, file geodatabases, and mobile geodatabases. Are you sure the feature that you are passing to DisableControllerInEditOperation is, in fact, a subnetwork controller? --Rich
... View more
04-12-2024
08:57 AM
|
0
|
1
|
2368
|
|
POST
|
Hi Daniel, This looks like a mistake in our documentation. You should not have to provide the value of nonnullable fields when updating a feature, unless of course you intend to change the value of those fields. I hope this helps, --Rich
... View more
04-03-2024
01:48 PM
|
0
|
0
|
983
|
|
POST
|
I just realized that I never went back and updated this thread. We added support for mobile geodatabases in Pro 3.0, which shipped in June 2022. Instead of using DatabaseConnectionProperties as shown in Kirk's code, you should use the MobileGeodatabaseConnectionPath class. --Rich
... View more
04-03-2024
01:41 PM
|
0
|
0
|
1072
|
|
POST
|
The VersionManagementService class requires ArcGIS Enterprise 11.2. For earlier versions of ArcGIS Enterprise, you have to call the reconcile REST endpoint directly.
... View more
03-29-2024
07:54 AM
|
1
|
0
|
2124
|
|
POST
|
PierreloupDucroix, Again, it depends a bit on what version of ArcGIS Enterprise you are using, and plan to use. We're adding subtype group layer support with each new version- the goal is to have parity with ArcMap across the platform (web, field, desktop). That said, functionality is evolving at a different rate across these three, and if what you need isn't available on one of those platforms, you might have to revert to using regular feature layers. I hope this helps, --Rich
... View more
02-01-2024
04:15 PM
|
0
|
1
|
4151
|
|
POST
|
It depends a bit on what version of Enterprise you are using and when you think you will upgrade to 11.3 (forthcoming later this year). We added a lot of Subtype Group Layer support to the Map Viewer in 11.2 (not a Network Management release) and 11.3. The definition query strategy you outlined above will certainly make multiple queries, and is the main reason we added subtype group layers to the platform. If you ever want to take utility network data offline, sync only works if you have a maximum of one layer per feature class; that's another reason to use Subtype Group Layers. If you're using an older version of ArcGIS Enterprise and want to use Map Viewer, you are right that subtype group layers are unfortunately not a good solution. --Rich
... View more
01-30-2024
02:39 PM
|
0
|
2
|
4274
|
|
POST
|
@DasheEbra , Have you edited the config.js file on your Portal machine has documented in this blog post (in the section titled "How to configure the utility network's offline capability")? --Rich
... View more
11-20-2023
09:48 AM
|
0
|
0
|
1812
|
|
POST
|
@DaveFullerton No changes here. I'm not familiar with the CIM*** classes, but if you have a reproducible case you can share with tech support, they can send it to us for investigation. --Rich
... View more
09-21-2023
10:16 AM
|
0
|
2
|
1108
|
|
POST
|
First, I assume that __user__ has read/write access to the default version, right? A great way to verify this is try to make an identical edit using the ArcGIS Pro user interface. Another thing to try would be to use the low-level geodatabase routines- using Geodatabase.ApplyEdits, etc. Not good for a production app- for example, you'd have no undo/redo, but the error messages might be better. --Rich
... View more
09-14-2023
03:31 PM
|
0
|
0
|
2311
|
|
POST
|
Siva, The Pro SDK is perfectly capable of working with Enterprise geodatabases, regardless of whether or not the tables and feature classes are in the map. You can start reading here to see how to connect. The Enterprise SDK is designed to build server-side extensions. Using it on the desktop is not supported and extremely unlikely to work. --Rich
... View more
09-14-2023
08:54 AM
|
0
|
1
|
2323
|
|
POST
|
Siva, This looks like ArcObjects code designed for ArcMap. ArcGIS Pro has a completely different API. The documentation home page is here. --Rich
... View more
09-13-2023
11:37 AM
|
0
|
1
|
2355
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-13-2024 11:22 AM | |
| 2 | 01-29-2026 09:34 AM | |
| 2 | 01-28-2026 08:20 AM | |
| 1 | 12-10-2025 09:15 AM | |
| 2 | 11-30-2025 12:23 PM |
| Online Status |
Online
|
| Date Last Visited |
6 hours ago
|