|
POST
|
Here are some samples from my sandbox environment intended to demonstrate the REST API calls. User specific LRS model, LRS attributes need to be factored in and modify parameters to make it work.
Query locks: Home > services > Pipeline (MapServer) > LRServer > locks > query - where 1=1 The response gives you the format sample
Acquire locks: Home > services > Pipeline (MapServer) > LRServer > locks > acquire - ADMIN.Ayan_APR | [{"lineId":"{06207673-6B1F-45A7-98FA-264AD4489804}","layerId" : 911},{"lineId":"{0E025F44-A0B5-435D-9827-AD1A871C8940}","layerId" : 911}]
First attempt executed but no locks acquire as reconcile was needed.
Acquire locks: Home > services > Pipeline (MapServer) > LRServer > locks > acquire - ADMIN.Ayan_APR | [{"lineId":"{06207673-6B1F-45A7-98FA-264AD4489804}","layerId" : 911},{"lineId":"{0E025F44-A0B5-435D-9827-AD1A871C8940}","layerId" : 911}]
Reconciled versions and acquired locks
Release locks: Home > services > Pipeline (MapServer) > LRServer > locks > release - [{"lineId":"{06207673-6B1F-45A7-98FA-264AD4489804}","layerId" : 911},{"lineId":"{0E025F44-A0B5-435D-9827-AD1A871C8940}","layerId" : 911}]
... View more
11-07-2024
07:06 AM
|
1
|
0
|
2057
|
|
POST
|
@Sergio have you tried the format below (one of the samples in the Acquire Locks documentation):
https://sampleserver/arcgis/rest/services/MyLRS/MapServer/exts/LRServer/locks/acquire?f=json&editVersion=sde.job_42&acquireLocks=[{"routeId":"I90","layerId":3},{"lineId":"NWS Line A","layerId":4}]
... View more
11-06-2024
09:09 AM
|
0
|
1
|
2123
|
|
POST
|
@Sergio Thanks for specifying the versions. If you must stay at ArcGIS Enterprise 10.9.1, it's recommended to use the compatible version of ArcGIS Pro 2.9. Reference Compatibility with ArcGIS Pro
Here are some alternate methods for you to bulk load:
Use Append Routes to bulk load routes (pipelines)
Use Append to bulk load calibration points, followed by Generate Routes
It is expected that you have pre-processed and validated the geometries and attributes of the data to be bulk loaded. Failing to prepare the data, will result in errors. Usually the geoprocessing tool will provide a log with information in such cases.
... View more
10-31-2024
09:44 AM
|
1
|
0
|
2167
|
|
POST
|
@Sergio Have you tried adding calibration points on this route using 'Add Point' tool in Location Referencing ribbon in ArcGIS Pro? This is the preferred APR tool for adding calibration point to routes interactively. Perhaps, trying in Pro will provide additional details.
Please state the Enterprise and Pro versions being used. It will help to know your preference for using the LRS REST API for this step - are you trying to develop a programmatic too to automate a process?
... View more
10-31-2024
06:49 AM
|
0
|
2
|
2190
|
|
POST
|
10-26-2024
10:27 AM
|
0
|
0
|
857
|
|
POST
|
10-25-2024
12:27 PM
|
0
|
0
|
907
|
|
IDEA
|
@LiangJunDing Thanks for the idea. Please elaborate on what attributes, parameters would be used to render 2D data into 3D. For example a typical data requirement would be z-values or elevation of the pipeline features. It will also be good if you add visual samples of what you expect to see and how it will be used.
... View more
10-15-2024
01:57 PM
|
0
|
0
|
2167
|
|
POST
|
@MirekGroen I don't quite understand what tool, workflow is being used to see the event records. Based on the information provided, it appears LRS events are setup and loaded ok. I can review a sample if that can be posted.
... View more
10-11-2024
03:26 PM
|
0
|
0
|
1807
|
|
POST
|
@MirekGroen I believe the widget inherits the default Time Properties from the webmap layer. So you may want to revisit the layer Time Properties at the webmap level. For additional control, consider configuring the Timeline widget
... View more
10-11-2024
03:17 PM
|
0
|
0
|
2368
|
|
POST
|
@MirekGroen Great - thanks for validating the Geometry to Measure operation on the LRS service. Since, that's working there must be something in the LRS widget configuration.
You can use the widget and monitor the results, using the browser developer tools to troubleshoot. You may also test configuring another widget to validate all the settings are correct.
... View more
10-08-2024
07:01 AM
|
0
|
2
|
2428
|
|
POST
|
@MirekGroen please try the Explore tool: View route measures
This capability may be used on any M-aware feature and will provide measure information on routes and events. By the way, ArcGIS Field Maps also has a similar capability. https://doc.arcgis.com/en/field-maps/android/use-maps/quick-reference.htm
... View more
10-08-2024
06:56 AM
|
0
|
0
|
1858
|
|
POST
|
@MirekGroen The order of operations and screenshots seems correct. I am unsure on the expectation of showing related events. Are you expecting a drill down experience from the Explore/Identify Route tool pop-up to navigate the related records. Does the data model used have relationship class built for the event layer?
The LRS model does not rely or create related records. The Event records are 'referenced' to the routes based on LRS attributes like route IDs and measures.
... View more
10-08-2024
04:25 AM
|
0
|
0
|
1865
|
|
POST
|
@MirekGroen Does this occur on just a few routes? Suggest that you use the REST API and use the browser developer tools to troubleshoot.
Sample: https://roadsandhighwayssample.esri.com/roads/samples/GeometryToMeasure/GeometryToMeasure.html
REST API: https://developers.arcgis.com/rest/services-reference/enterprise/geometry-to-measure/
This will allow you to check if the Geometry to Measure is returning results. If not, troubleshoot the service, like republish if necessary.
... View more
10-08-2024
04:18 AM
|
0
|
4
|
2436
|
|
POST
|
@geovolve Absolutely, LRS can be modelled on Utility Network features. This pattern is well-established for Gas and Pipeline organizations. The pattern is discussed at following resources:
Benefits of Modern Network Management for Gas
Manage Pipeline Referencing and a utility network together
The modelling principles can be borrowed and applied to other domains like Fiber, Electric, if needed with careful design and development.
... View more
09-30-2024
08:41 AM
|
0
|
1
|
1645
|
|
IDEA
|
Most GIS data models have numerous feature classes, tables. It is handy to know which ones have data and the record count is an easy way to do so. The user must select each object in the ArcGIS Pro Catalog View, and preview to find this info. Alternately, the user can write a script to report all objects with record count. Enhancement Idea: In the Catalog View, add a Record Count Column in the Catalog. This will allow users to identify layers with data and inspect record count, without any additional steps.
... View more
08-27-2024
07:44 AM
|
0
|
0
|
839
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 1 | 06-17-2026 06:24 AM | |
| 1 | 05-29-2026 07:53 AM |