You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steve's Find Self Intersecting Polygon tool automatically adds and symbolizes output feature class to Contents. Might be a reference to auto add output feature class to Contents? Uses OpenFileGDB.
Common lines output is feature dataset. I think its better to have outside feature dataset. Common points outputs correctly.
Creates an Error for Common Lines when a feature class does not reside in a file geodatabase, such as a checked out layer from AGOL. A checked out feature layer from AGOL creates a Mobile Geodatabase. A mobile geodatabase data can be converted into a File Geodatabase.
Found 2 common line problems for main.RTSD_R11___Mapunit_Polygon featurelayer
File "C:\workspace2\github\SSURGO-QA-ArcGIS-Pro-master\SSURGO-QA-ArcGIS-Pro-master\QA_CommonLines.py", line 520, in
arcpy.CopyFeatures_management(tmpFL, comFC2)
arcgisscripting.ExecuteError: ERROR 000210: Cannot create output C:\workspace2\arcgispro\R11_RTSD_MUPOLYGON_FY2021_20200825_A0409A0A101E4411B9B941D2C41CF606.geodatabase\QA_CommonLines
Failed to execute (CopyFeatures).
Failed to execute (QACommonLines).
Creates a similar issue for a checked out features class from AGOL for Find Common Points.
Total of 4 'common points' found in R11_RTSD_MUPOLYGON_FY2021_20200825 edit
File "C:\workspace2\github\SSURGO-QA-ArcGIS-Pro-master\SSURGO-QA-ArcGIS-Pro-master\QA_CommonPoints.py", line 179, in MakeOutLayer
arcpy.CreateFeatureclass_management(env.workspace, outLayer, "POINT", "", "DISABLED", "DISABLED", sr)
arcgisscripting.ExecuteError: ERROR 160537: This operation is not supported in Offline Mobile Geodatabase.
Failed to execute (CreateFeatureclass).
Failed to create common-points layer
Failed to execute (QA-CommonPoints).
The text was updated successfully, but these errors were encountered:
Steve's Find Self Intersecting Polygon tool automatically adds and symbolizes output feature class to Contents. Might be a reference to auto add output feature class to Contents? Uses OpenFileGDB.
Common lines output is feature dataset. I think its better to have outside feature dataset. Common points outputs correctly.
Creates an Error for Common Lines when a feature class does not reside in a file geodatabase, such as a checked out layer from AGOL. A checked out feature layer from AGOL creates a Mobile Geodatabase. A mobile geodatabase data can be converted into a File Geodatabase.
The text was updated successfully, but these errors were encountered: