POST
|
The last status I heard on BUG-000149190 is "Will not be addressed". Do not know if they changed that or not. In my case, there were two gaps in the line. Once I filled the first gap, I was able to fill the second gap. A question remains: "what if we did not want to fill the first gap?" I asked further questions using paid hours, but they did not respond, so I gave up since it is working for now. Your scenario is different since you only have one gap. I still think there is a bug. Only thing I can think of is to temporarily drop the second half of the line. Then add the gap. Then add the second half back in. Sorry, not too much help. Masao
... View more
11-02-2022
08:04 AM
|
0
|
0
|
2078
|
POST
|
I encountered the same issue on ArcGIS Pro 3.0.1 after creating a new attribute rule in FGDB. I got the menu enabled after restarting ArcGIS Pro. It seems it does not recognize the addition of attribute rules until I restart. After that I tried this on Enterprise GDB by creating a new attribute rule there, and I also encountered the same issue. However, this time restarting ArcGIS Pro did not help.
... View more
10-12-2022
06:04 PM
|
5
|
0
|
4842
|
POST
|
I went through the tech-support and they filed a bug for this issue: BUG-000149190.
... View more
05-12-2022
08:15 AM
|
0
|
0
|
3375
|
POST
|
Thanks again for the explanation. But as far as I know I am already doing this. Each route is not gapped. I start a new route wherever there is a gap.
... View more
05-03-2022
08:50 AM
|
0
|
0
|
3449
|
POST
|
Here is another detail I should mention. At the start and end of the new route I am trying to create there are small gaps between the previous and next routes. The gap exists because this particular state route stops at the overpass and restart under the overpass. The picture below shows an example. The red numbers are the line orders.
... View more
05-03-2022
08:40 AM
|
0
|
0
|
3464
|
POST
|
Thanks for the detailed explanation. Whenever there is a physical gap, I start a new route (but the same line). So, each of the route on that line in the network is not gapped. The gap only exists between different routes. Now I am trying to create a new route (same line) in the gap between two different routes (same line). Do I still need to fill those gaps between different routes (same line)?
... View more
05-03-2022
08:27 AM
|
0
|
2
|
3468
|
POST
|
Thank you all for the reply. All three routes need to have different attributes, so they need to stay as separate routes, but on the same line (a line in a line network) as they are all part of the same state route. We model each state route as a line in a line network. After everything is completed, there will still be a small gaps between the purple and blue (it is too small to see in the picture). I tried some more and there was another gap earlier in the same line (state route), so I filled that with a new route, then it allowed me to create that blue route. But then when I tried to create another route after that blue route, it gave me the same error again. So I am wondering if I need to fill all the gaps??? Below is the picture of the gap I filled with a fake route. It happens where this state route stops at the overpass, then restart under the overpass. So physically there is a gap. So I created a small route to fill the gap with attribute indicating that the route is not real. On this particular state route, there are several of this type of gaps. We have another network that is derived from this line network, so we need to be very careful about adding fake routes, but if that is required then we can think of ways to do that.
... View more
05-03-2022
08:08 AM
|
0
|
1
|
3498
|
POST
|
I am trying to create a new route on a line network between two existing routes as you can see in the screenshot below. The existing two routes (purple line in the image) are on the same line and the new one (blue) should be on the same line as well. However, Create Route tool does not like this and throw an error: "Cannot create a route at the start or end of a gap of an existing route in the same line". It seem to say it does not allow adding a route in the gap of an existing single route. Those two existing routes do not have any gaps. But there is a gap between those two routes. How can I accomplish what I need to do? Thanks
... View more
05-02-2022
04:46 PM
|
0
|
9
|
3633
|
POST
|
Thank you. I ran that and got the same errors. Below is the output. For now I decided to do what I needed to do in different way so I do not need to rely on this tool. Still, this is very strange... arcpy.locref.CreateLRSNetworkFromExistingDataset(r"C:\Temp\RH_002i_test.gdb\LRS\N_SRMP", "LRS", "RouteId", "RouteName", "FromDate", "ToDate", "DO_NOT_DERIVE", '', "INCLUDE", "LineId", "LineName", "LineOrder", "AUTOGENERATED_ROUTE_ID", None) Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\locref.py", line 1946, in CreateLRSNetworkFromExistingDataset raise e File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\locref.py", line 1943, in CreateLRSNetworkFromExistingDataset retval = convertArcObjectToPythonObject(gp.CreateLRSNetworkFromExistingDataset_locref(*gp_fixargs((in_feature_class, lrs_name, route_id_field, route_name_field, from_date_field, to_date_field, derive_from_line_network, line_network_name, include_fields_to_support_lines, line_id_field, line_name_field, line_order_field, route_id_configuration, individual_route_id_fields), True))) File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 512, in <lambda> return lambda *args: val(*gp_fixargs(args, True)) arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid. WARNING 130002: The input feature class is not empty. ERROR 000308: Invalid field type ERROR 000308: Invalid field type Failed to execute (CreateLRSNetworkFromExistingDataset).
... View more
04-28-2022
01:48 PM
|
0
|
0
|
1669
|
POST
|
Thanks for trying. Thanks for the screenshot, that helps a lot. I just upgraded mine to 2.9.2 and tried again, but still having the same issue with same data you have tried. I cannot figure out what I am doing different. Can you export the Python from your session, so I can make sure I am doing the exact same thing as you did?
... View more
04-28-2022
12:45 PM
|
0
|
2
|
1672
|
POST
|
Thanks for the reply. They are all GUID. I have attached a test FGDB.
... View more
04-28-2022
12:06 PM
|
0
|
1
|
1681
|
POST
|
Trying to use the "Create LRS Network From Existing Dataset" GP tool. The document states ID fields should be text or GUID. Mine is GUID, but it gives me error saying the field is not correct type. It happens for both the Route ID and Line ID fields. In the screenshot below both the RouteId and LineId fields are GUID. I am using ArcGIS Pro 2.9. Thanks
... View more
04-27-2022
05:44 PM
|
0
|
6
|
1904
|
POST
|
I am not specifically talking about the GP tool, but wondering if there is any way to delete a route on a line using any other tools?? What happened was I was in the middle of creating a new line and added a route and later realized I should not have added that route. So I have not added any events or anything else, so I do not worry about messing up downstream measures etc.
... View more
04-27-2022
09:35 AM
|
0
|
1
|
1668
|
POST
|
Amit, Thanks for the reply. Is there a way to delete a route if we are OK with potential issues? Thanks Masao
... View more
04-27-2022
09:28 AM
|
0
|
3
|
1675
|
POST
|
I would like to delete a route on a line in a line network. I do not want to retire it, but completely delete it because the route was created in an error. The Delete Routes GP tool deletes the entire line even though I select a single route. How do I delete a single route on a line within a line network? I am using ArcGIS Pro 2.9. Thanks Masao
... View more
04-27-2022
09:09 AM
|
1
|
5
|
1689
|
Title | Kudos | Posted |
---|---|---|
1 | 11-21-2024 11:28 AM | |
1 | 10-10-2024 08:31 AM | |
1 | 07-18-2023 01:17 PM | |
1 | 05-29-2024 08:23 AM | |
2 | 05-24-2024 01:00 PM |
Online Status |
Offline
|
Date Last Visited |
11-21-2024
08:45 PM
|