|
POST
|
Xander - Thanks for the feedback. I followed the steps in Gas Utility Network Configuration <http://solutions.arcgis.com/gas/help/gas-utility-network-configuration/> to the best of my ability. Though I admit that I'm not sure if the results of the deployment tool <http://solutions.arcgis.com/shared/help/deployment-tool/#what-you-get> were complete or correct. I was just hoping that the error message I got when trying to add the feature service layers would have a little more info. Ed
... View more
12-13-2018
07:07 AM
|
0
|
0
|
3658
|
|
POST
|
So I published to my ArcGIS Enterprise site a set of utility network layers based on UPDM 2018. I can view these in map viewer and scene viewer and even in ArcMap. But when I try to add the feature service to ArcPro it fails and I get the notification "Failed to add facility network data" with no further information. Any pointers on what I am missing here would be much appreciated. Thx, Ed#
... View more
12-13-2018
06:43 AM
|
0
|
13
|
6225
|
|
POST
|
It seems to be that when the data from the asset package is loaded (appended) into the utility network feature class the '0' GlobalIDs all get updated with new, valid GlobalID values. At least that's my initial experience. Would be good to hear from Esri on this, though. Ed
... View more
12-12-2018
11:04 AM
|
0
|
0
|
1807
|
|
POST
|
Remi - Thanks for the info. It was a data migration partner who said that their tools would not work with data in a geographic coordinates. I guess on reflection this wouldn't mean that UN itself doesn't support data in geographic coordinates. Thanks again, Ed
... View more
12-06-2018
12:01 PM
|
0
|
1
|
2685
|
|
POST
|
Hello - I just heard in a workshop that the Utility Network does "not work well" with data in a geographic coordinate system. I thought this was supposed to be one of the advantages of the Utility Network compared to a geometric network. Could anyone elaborate? Thx, Ed
... View more
12-06-2018
09:56 AM
|
0
|
5
|
2998
|
|
POST
|
Hello - Am creating annotation expressions for a new Geodatabase that will be maintained both by desktop applications and by services published via ArcGIS server. My understanding had been that VBScript was *not* recommended for this as it may not be supported by ArcGIS Server and thus have pursued building expressions in Python. However, in testing the Python expressions I've found inconsistent results. For example, anno is not always updated when a driving attribute value is changed for an anno class that has a complex Python expression. Then I found a NIMBUS bug related to use of Python for anno expressions (below). So.. now I'm looking for an authoritative direction on a preferred scripting language for annotation expressions. Any feedback on this would be much appreciated. Thx, Ed NIM101020: When an advanced Python label expression for an anno..
... View more
10-08-2018
06:49 AM
|
0
|
1
|
1137
|
|
POST
|
Am setting up an environment with a versioned production editing instance and an un-versioned replica instance that will be used for view-only users. The production instance will have a geometric network the replica instance will not. We want to establish archiving on the replica instance for a number of business reasons. My question is: would or how would archiving on the replica instance be affected if we find a need to un-version and then re-version the production instance? Any comments would be much appreciated. Thx, Ed
... View more
07-18-2018
08:33 AM
|
0
|
2
|
1594
|
|
POST
|
George - Thanks for this link. Says Oracle 12.1.x.x is supported but what I'm really looking for is whether Oracle 12.2.x.x is supported. At 12.2 Oracle adds support for table and column names longer than 30 characters. Ed
... View more
07-06-2018
06:38 AM
|
0
|
1
|
1859
|
|
POST
|
Is Oracle v12.2 supported for ArcGIS 10.2.1? (Sorry to ask but can't find a set of certified versions anywhere else.) Am particularly interested to know if we can take advantage of the larger table/column naming available with Oracle 12.2. Thx, Ed
... View more
07-05-2018
04:24 PM
|
0
|
5
|
2074
|
|
DOC
|
Robert - That was it! I bounced Pro between staging the utility network and applying the asset package and it completed successfully. Much appreciated! Would be good if Esri added this step to their process. Ed
... View more
05-07-2018
01:27 PM
|
0
|
0
|
36215
|
|
DOC
|
Did not bounce Pro after closing. Per your suggestion will try re-creating the database from scratch and try again. Thanks much for the info! Ed
... View more
05-07-2018
09:10 AM
|
0
|
0
|
36215
|
|
DOC
|
BTW... at first I thought the problem was that I had a map open while running the GP tool, which the instructions clearly indicate not to do! However I deleted the utility network, re-ran the "Stage Utility Network" tool (which worked) and re-ran "Apply Asset Package" with the Pipeline_AssetPackage.gdb with no map open and got the same results. Ed
... View more
05-06-2018
10:46 AM
|
0
|
0
|
36215
|
|
DOC
|
Tried applying the Asset Packge gdb downloaded from UPDM site after staging a new Utility Network. After running quite a while this failed with a message that a table is already locked. This is a new database and new utility network. Any suggestions would be much appreciated. Thx, Ed
... View more
05-05-2018
12:51 PM
|
0
|
0
|
36215
|
|
POST
|
Whaddya know... Removed the \ from the list and that seems to have resolved my problem. Thank you so much! Ed
... View more
04-09-2018
05:22 PM
|
0
|
1
|
1663
|
|
POST
|
Hi - Am trying to add a field to multiple classes in a File Geodatabase in ArcCatalog with a python script (below.) The script periodically errors on AddField_management returning a "General Function Failure". After the error I can't open the class and receive a "Can't edit object(s)" message box. I've made sure that all classes are OK (can be opened and inspected) prior to running the script. So, I'm pretty sure there is something about the script that is causing a problem. At first I though it might be the number of items in the class name list -- it seemed to fail on processing the 20th item. But now I'm not so sure. Any insights on this would be greatly appreciated. Thanks, Ed import arcpy #Set the connection information arcpy.env.workspace = "C:\Projects\Pilot_Test.gdb" def FieldExist(featureclass, fieldname😞 fieldList = arcpy.ListFields(featureclass, fieldname) fieldCount = len(fieldList) if (fieldCount == 1😞 return True else: return False try: ######################################################################## # Field properties for all new fields ######################################################################## fieldName = "FACILITYID" aliasName = "Facility ID" fieldType = "TEXT" fieldLength = 20 ######################################################################## # Iterate over classes ######################################################################## print("Add FACILITYID to classes") classNames = ["cwFieldRestraint", "cwFitting", "cwPipe","AbandonedCurbBox","AbandonedWaterFitting",\ "AbandonedWaterMain","AbandonedWaterService",\ "AbandonedUGSecondary","AnchorGuy","BusBar","FaultCurrentZoneLimit",\ "FixedConsService","XY","PriOHElectricLineSegment","SecOHElectricLineSegment",\ "SecUGElectricLineSegment","ServicePoint","SpanGuy","Streetlight","Substation",\ "Transformer","TransmissionLine",\ "wCasing","wFitting","wCurbBox","wFieldRestraint","wMainTap","wMaintenanceTap",\ "wOffset","wPumpOut","wRawCasing","wRawFitting","wRawMain","wServicePoint",\ "wSludgeCasing","wSludgeFitting","wSludgeMain","wMain","wMeter","wService"] for c in classNames: if (not FieldExist(c, fieldName)): arcpy.AddField_management(c, fieldName, fieldType, "", "", fieldLength, aliasName, "NULLABLE") else: print "Field " + fieldName + " already exists in class " + c print("Fields added successfully") print("Process completed") except: #If an error occurs when running Addfield, print out the error message. print(arcpy.GetMessages())
... View more
04-09-2018
12:45 PM
|
0
|
4
|
1720
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-14-2026 07:31 AM | |
| 1 | 05-11-2026 02:55 PM | |
| 1 | 01-07-2026 12:34 PM | |
| 1 | 01-04-2026 05:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|