I have created a model that utilises the Pivot Table tool. When I run the model, the tool creates a DBF file in a file GDB. However the naming convention of the file is incorrect. It just has the name "dbf", rather than the output table name stated in the parameters. It subsequently stops the model from continuing giving me an error:
ERROR 000229: Cannot open C:\AIS\Model_testing_area\AIS_2013_Density.gdb\PivotTable.dbf Failed to execute (Add Join). I have tried to trim the name, change the workspaces (in_memory, %currentworkspace%) however to no avail.
-
3You cannot have a file extension ".dbf" within a geodatabase. Try removing the extension part and re-run the model.artwork21– artwork212016年04月12日 11:22:51 +00:00Commented Apr 12, 2016 at 11:22
1 Answer 1
You cannot save a table in a geodatabase with an extension like ".dbf". Remove the extension and the tool should run.
Explore related questions
See similar questions with these tags.