POST
|
That was the trick! I used the feature service, instead of the map service. Now my Event Editor is working. Is there any way you can bold the "map service" or add a caution note on the Authoring a web map for Event Viewer page? Whenever there is editing, I automatically assume feature services should be used. Using the map service for an editing application seems counter-intuitive. Thanks Ayan Palit for the quick and accurate answer.
... View more
09-22-2020
01:26 PM
|
0
|
0
|
251
|
POST
|
I recycled the application pool, which should clear the cache and reload the web application and will do this whenever I make a change to config.json going forward. Unfortunately, that didn't change anything. I'm still getting the same error. Does the Event Editor write a log file anywhere? If so, maybe it will hold some clues I appreciate the quick response. Thanks.
... View more
09-22-2020
10:35 AM
|
0
|
0
|
251
|
POST
|
Do you need to restart the Event Editor when you make changes to config.json?
... View more
09-22-2020
09:46 AM
|
0
|
0
|
251
|
POST
|
I'm unable to build a working Event Editor application. After logging in, I'm getting the following error: I'm attempting to follow the sparse and possibly outdated instructions here. Clearly, I've missed something important in the configuration and I'm looking for ideas. The error seems to be saying that the app was unable to find an LRS network to work with. I've confirmed that the service it's configured to use has an LRS network that I can manipulate with ArcGIS Pro. I've created and published a map that includes the LRS Engineering Network along with it's related features, including Redline. I confirmed that M and Z are disabled in the Redline. Feature editing is enabled. Fortunately, the server I'm using had a pre-installed Event Editor application because I was unable to find the download using the instructions Event Editor Deployment Guide. I could not find an Event Editor listed in My Organization -> Downloads. I'm attaching the config.json file. Here's how I filled in the values mentioned in the config guide: webmap: Set to the ID of the map web map created and published for event editing, obtained from the Portal portalAppID: Set the the ID for the Event Server application registered with the Portal portalURL: Set to the ArcGIS portal on the same server geometryServiceUrl: Set to a local geometry server allowReconcileAndPost: true allowChangeVersions: true allowCreateVersions: true allowDeleteVersions: true The login works file, which I think means the portalAppID and portalURL are OK. I think the issue must be with the services in the published webmap. I've checked repeatedly, the map has an LRS network: I'm attaching the config.json file, in case someone can see the mistake.
... View more
09-22-2020
07:58 AM
|
0
|
7
|
296
|
POST
|
I'm working with the ESRI-supplied Naperville data, so I don't have actual survey data. To simulate this, I manually From and To values based the feature's calculated length. Now, I'm able to create routes. Marking as correct answer. Thanks.
... View more
09-17-2020
01:40 PM
|
0
|
0
|
131
|
POST
|
I'm attempting to build a UPDM utility network with APR using the Gas and Pipeline Enterprise Management Solution. I've completed the solution's task list, which included enabling APR and creating an engineering network. When I open maps, I can see the Location Referencing tab, which seems like a good sign. Engineering Network feature class is empty, which I presume is normal at this stage. I want to create new a route and line. I've created a map in ArcGIS Pro that includes the published feature services and the Engineering Network. After clicking on the "Create Route" button in the Location Referencing ribbon, I selected a single pipeline line object (a Transmission Pipe segment) which I want to be my first route. I entered a start date, assigned line and route names then pressed the Run button. Instead of a route, I got an error that says: "Chosen centerlines do not contain From or To Measures." as shown in this screenshot I checked, the Pipeline Line feature class has From and To Measure fields defined, as shown below: There isn't any data in these fields, they'll all null at the moment. I searched GeoNet and Google, but came up empty. What is this message trying to say? How do I fix this? Any help would be appreciated.
... View more
09-15-2020
01:36 PM
|
0
|
2
|
714
|
POST
|
With some wonderful help from ESRI support, I've got Apply Asset Package working on Oracle 12.2.0.1 and can answer my own question: Yes, it works but only on 12.2 or greater. A known issue with "Apply Asset Package" means Oracle 12.1 can't be used to host Gas and Pipeline Enterprise Data Management network at this time. Oracle 12.2 and up support object names longer than 30 characters, which is needed by the package. If "Apply Asset Package" fails, it can be tricky to figure out what went wrong. In my case, problems getting it to work in 12.2 were due to an Oracle spatial index that was not in a "VALID" state. This prevented the Append function from adding data to the PipelineDevice feature class. My best guess as to why the index wasn't valid is that the it was still under construction when the Append function started running (A race condition, of sorts). Changing the number of processes (in the Environment tab) to 1 seems to have forced steps to run in series and fixed the problem. TIP: If you want to know what exactly is going on with anything in untools, do this before running the tool: Open a Python window Run these two lines of code: import untools untools.logger.setLevel('DEBUG') Then run the tool. This will add lots of valuable information to the Messages section of the output.
... View more
09-03-2020
01:42 PM
|
0
|
0
|
183
|
POST
|
After updating untools, I re-ran Apply Asset Package with debugging on. I checked the Load Data and Calculate Spatial Index checkboxes. The run failed in Append (18/26). It processed PipelineJunction but failed in PipelineDevice. This time there was an underlying Oracle error: ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE Here is the bottom of the Messages log (let me know if you want the whole thing): 2020-09-03 10:15:17 Append (18/26) 2020-09-03 10:15:17 Starting 3 processes for Append 2020-09-03 10:16:02 Starting PipelineJunction... 2020-09-03 10:16:02 Finished PipelineJunction (0:00:37)... 2020-09-03 10:16:08 Starting PipelineDevice... 2020-09-03 10:16:08 Start Time: Thursday, September 3, 2020 10:15:28 AM ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds. Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Column index not found Underlying DBMS error [ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE] [UPDM.PipelineDevice] Failed to execute (Append). Failed at Thursday, September 3, 2020 10:15:57 AM (Elapsed Time: 29.86 seconds) 2020-09-03 10:16:11 Starting PipelineLine... 2020-09-03 10:16:11 Finished PipelineLine (0:00:46)... 2020-09-03 10:16:11 Cleaning up workspace locks... Failed to execute (AssetPackageToUtilityNetwork). Failed at Thursday, September 3, 2020 10:16:11 AM (Elapsed Time: 42 minutes 37 seconds)
... View more
09-03-2020
09:29 AM
|
0
|
0
|
183
|
Online Status |
Offline
|
Date Last Visited |
01-25-2021
08:54 AM
|