# --------------------------------------------------------------------------- # fug.py # Created on: 2011-02-03 08:28:07.00000 # (generated by ArcGIS/ModelBuilder) # Description: # --------------------------------------------------------------------------- # Import arcpy module import arcpy # Local variables: Basemap_DBO_Fabric = "Database Connections\\DefaultOnBasemap.sde\\Basemap.DBO.ParcelFabric\\Basemap.DBO.Fabric" FabricTable_View = "FabricTable_View" jobs = "C:\\Dan\\TurdPolishing.gdb\\jobs2" # Process: Make Parcel Fabric Table View arcpy.MakeParcelFabricTableView_fabric(Basemap_DBO_Fabric, "Jobs", FabricTable_View) # Process: Copy Rows arcpy.CopyRows_management(FabricTable_View, jobs, "")
Traceback (most recent call last): File "R:\DanN\b4after\fug.py", line 18, in <module> arcpy.MakeParcelFabricTableView_fabric(Basemap_DBO_Fabric, "Jobs", FabricTable_View) File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\fabric.py", line 250, in MakeParcelFabricTableView raise earcgisscripting.ExecuteError: ERROR 999999: Error executing function.Failed to execute (MakeParcelFabricTableView).
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.