Toolbox : Project command not working

1071
0
09-14-2010 04:57 AM
LarryWilliams
New Contributor III
ArcCatalog 10 build 2414

I'm trying to re-project a network feature dataset from 3TM to WGS-1984.  I have turning on the Network Analyst extension and use the �??Toolbox\Data Management Tools\Projections and Transformations\Feature\Project�?� tool.

I drag the input and output locations from ArcCatalog into the Project command window (no typos' this way).  I am going from a 9.2 SDE Oracle 10 feature dataset to a FileGDB (where I have already created the Feature Dataset).

The Log and the Help follow:

<ResultViews>
<ResultView Tool="Project">
<CommandLine>Project_management 'Database Connections\Dv4spa on spa4dbdev.sde\DP3LW.TRANSE' 'C:\temp1\ArcLogistics Network.gdb\TRANSE' GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]] # PROJCS['Calgary_3TM_WGS_1984_W114',GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Transverse_Mercator'],PARAMETER['False_Easting',0.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',-114.0],PARAMETER['Scale_Factor',0.9999],PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]</CommandLine>
<ToolSource>C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\Projections and Transformations\Feature\Project</ToolSource>
<StartTime>Tue Sep 14 06:20:23 2010</StartTime>
<Parameters>
<Inputs>
<Parameter Label="Input Dataset or Feature Class" Type="Dataset">Database Connections\Dv4spa on spa4dbdev.sde\DP3LW.TRANSE</Parameter>
<Parameter Label="Output Coordinate System" Type="Scalar">GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]]</Parameter>
<Parameter Label="Input Coordinate System" Type="Scalar">PROJCS['Calgary_3TM_WGS_1984_W114',GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Transverse_Mercator'],PARAMETER['False_Easting',0.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',-114.0],PARAMETER['Scale_Factor',0.9999],PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]</Parameter>
</Inputs>
<Outputs>
<Parameter Label="Output Dataset or Feature Class" Type="Dataset">C:\temp1\ArcLogistics Network.gdb\TRANSE</Parameter>
</Outputs>
</Parameters>
<Environments>
<Environment Label="Precision For New Coverages">SINGLE</Environment>
<Environment Label="Auto Commit">1000</Environment>
<Environment Label="Minimize memory use during analysis on terrains">false</Environment>
<Environment Label="Compression">LZ77</Environment>
<Environment Label="Coincident Points">MEAN</Environment>
<Environment Label="Random number generator">0 ACM599</Environment>
<Environment Label="Raster Statistics">STATISTICS 1 1</Environment>
<Environment Label="Level Of Comparison Between Projection Files">NONE</Environment>
<Environment Label="Output has Z Values">Same As Input</Environment>
<Environment Label="Maintain fully qualified field names">true</Environment>
<Environment Label="Tile Size">128 128</Environment>
<Environment Label="Pyramid">PYRAMIDS -1 NEAREST DEFAULT 75</Environment>
<Environment Label="Default TIN storage version">CURRENT</Environment>
<Environment Label="Output Spatial Grid 1">0</Environment>
<Environment Label="Cell Size">MAXOF</Environment>
<Environment Label="Output has M Values">Same As Input</Environment>
<Environment Label="Output Spatial Grid 2">0</Environment>
<Environment Label="Output Spatial Grid 3">0</Environment>
<Environment Label="Maintain Spatial Index">false</Environment>
<Environment Label="Precision For Derived Coverages">HIGHEST</Environment>
</Environments>
<Errors>
<Error>ERROR 000210: Cannot create output C:\temp1\ArcLogistics Network.gdb\TRANSE</Error>
<Error>Failed to execute (Project).</Error>
</Errors>
<EndTime>14.00 seconds)</EndTime>
</ResultView>

The details for error 210 are:


000210 : Cannot create output <value>
ArcGIS 10
Description
The output cannot be created. Potential reasons include data locking, an incorrect path, and limited access rights.
Solution
Confirm that the data is not locked by another user or application and that you have full rights to the workspace being used. Check to make sure that the path to the data is correct (check for typos in the folder path). Try creating the output in a new location.
None of the problems suggested in the Solution apply since I�??m going to a File GDB that I just created.  All file references were copied (Dragged) from ArcCatalog into the ArcToolbox command.
Tags (2)
0 Kudos
0 Replies