|
POST
|
First off, please log a case with support in case this turn out to be a bug. Lets try a few things. Do you receive the same error if you run the Load Data to Preview tool? Try using the append tool to manually append rows from Nodes_Plant_ElectricJunction_XYTableToPoint to electric junction. try running a mapping through where you are only bringing over the shape and relying on default values for the rest of the fields.
... View more
08-20-2024
04:51 PM
|
0
|
0
|
2068
|
|
POST
|
Can you include a copy of the gp messages from the data loading tool that show the error message? Did it generate any .fid files? Also, I'd recommend not putting values in the system managed fields (associationstatus, subnetworkname, supportedsubnetworkname, supportingsubnetworkname, tiername, tierrank, isconnected, issubnetworkcontroller). You can also leave those other unused phase fields unmapped so they have the default (de-energized)
... View more
08-20-2024
02:45 PM
|
0
|
0
|
2104
|
|
POST
|
If the point is inside the polygon(s) you should be able to use the Spatial Join GP tool with the One to Many option. You can then use the field map to determine how to handle conflicts, in this case you would take the max value of the field from the polygon and put it on the point. If the relationship between the point/polygon(s) isn't spatial you can still achieve something similar using the Join Field tool with a similar set of options.
... View more
08-20-2024
02:39 PM
|
0
|
3
|
3010
|
|
POST
|
If you want the rule to be that a tap can only exist between a lateral and a main, try adding edge-junction-edge rules that enforce that then REMOVE all the junction-edge rules for the tap.
... View more
08-20-2024
11:23 AM
|
1
|
1
|
1105
|
|
POST
|
You can read sheets within an Excel workbook using a Data Access SearchCursor. Subtypes can be added using the Add Subtype GP tool. Domains can be created or altered using the various GP tools (Create Domain, Assign Domain to Field, etc). You can review existing subtypes and domains in a geodatabase using the ListSubtypes and ListDomains methods. Each of these pages includes sample code to help you understand how to use the APIs.
... View more
08-12-2024
05:44 AM
|
0
|
0
|
1522
|
|
POST
|
The *_ATTACHREL relationships are relationships to file attachments and are unrelated to the attachment associations used by the utility network. If you populate the C_Associations table in the asset package it will load those associations into the UN when you deploy it.
... View more
08-09-2024
09:28 AM
|
1
|
1
|
4089
|
|
POST
|
Try setting the alias on the table/feature class on the other side of the relationship. I also found that if the table/class is in my map and I change the alias of the layer (then restart pro) it will use the layer name.
... View more
08-08-2024
07:47 AM
|
0
|
0
|
937
|
|
POST
|
Ah, use the delete spatial index and add spatial index tools to drop/recreate the spatial index on the Dirty Area layer in your map. Sometimes when a lesson is packaged the spatial index on the dirty areas layer can get reset to be too large or too small.
... View more
08-08-2024
06:39 AM
|
0
|
1
|
2824
|
|
POST
|
UPDATE: At 3.1 a change was made to this dialog, so the text was no longer selectable. You can still select the dialog and press Control + C to copy the text from the entire dialog. Then you can paste it into a notepad to get the message. --------------------------- Trace Subnetwork --------------------------- ERROR: One or more dirty areas were discovered. [[ElectricDistributionDevice: {01E0EA22-DA29-4244-98F8-FCBF7BF5DB47}, {9CC09E08-4726-4DE1-A8EC-D5F5A68C5007}]] --------------------------- _OK --------------------------- There was a change made at 3.1 that caused this text to not be selectable. I have confirmed that this was fixed with 3.3.
... View more
08-07-2024
07:44 AM
|
0
|
1
|
899
|
|
POST
|
Can you please post a screenshot of the error? Once I see the specific tool/message I can give you a more precise response.
... View more
08-07-2024
07:04 AM
|
0
|
3
|
2844
|
|
POST
|
The behavior of the find subnetworks pane shouldn't be changed from the behavior in 2.7.4. If you look at the SQL created by the pane (click the SQL toggle) you'll see that they both use the database command (e.g. SUBNETWORKNAME LIKE '%one%'). The like operator is case-sensitive in some database systems, if you're using one of these databases then you will need to adjust your SQL to do something like UPPER(SUBNETWORKNAME) LIKE '%ONE%'.
... View more
08-07-2024
07:01 AM
|
0
|
1
|
1014
|
|
POST
|
This configuration is not currently supported by ArcGIS Pro, but there is an outstanding enhancement request to support this configuration for operations like trace.
... View more
08-06-2024
06:53 AM
|
1
|
0
|
2282
|
|
POST
|
You use the Set Network Category gp tool to modify the network categories (including Subnetwork Tap) on an asset type. You can read more about that here: Set or modify a network category assignment—ArcGIS Pro | Documentation. The Try ArcGIS Utility Network tutorial includes examples that show you how to create associations between features. If you're getting an error about attachment being invalid, or not being ablet to create attachments because they're invalid that means that the two asset types you're trying to associate with each other don't have a rule that allow for that. Your equipment may have been converted with the wrong asset type, or if you really want those two asset types to connect you can add a new rule. These kinds of errors are covered in tutorials in the editing and connectivity series and there are some electric specific examples in the Learn ArcGIS Utility Network for Electric Utilities series. In the case of creating connectivity between a transformer and a connection point, is there a reason why you can't use an electric line to model that connectivity and you need to use an association? Your original post said that you were modelling transmission data, so you should only need to use a connectivity association to model the connectivity between a transformer and a connection point if you are creating a transformer inside an assembly.
... View more
08-06-2024
06:45 AM
|
1
|
1
|
4128
|
|
POST
|
@EvelynHsu just to confirm, you're having issues with the data posted with the tutorial? If so, which step specifically are you seeing the error on and what version of ArcGIS Pro are you using?
... View more
08-06-2024
06:36 AM
|
0
|
1
|
2887
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | Thursday | |
| 1 | Tuesday | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
3 hours ago
|