AutoCAD Map 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hey all,
Using bulk copy to move sdf to shp, but when I go to complete, returns an error of "An exception occurred in FDO component. Invalid property name." Seems to be with the contour polyline field, but I am unable to figure out what is going. Any suggestions as to how to fix this? I am moving basic contour lines and have done this before with the exact same contours, only I have altered some alignments.
Best regards,
Kevin
Solved! Go to Solution.
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I believe that SHP has some reserved property names, like AREA. Since the data itself is stored in a DBF, you also are bound by the limitations of that file type. In your case if you have two similarly named fields, such as SELECTEDPARCELOWNER and SELECTEDPARCELAREA, both will be truncated after 10 characters to the same name, which could also cause that error.

Nate Moore, GISP
Geospatial Premium Support Specialist
Global Services
Autodesk, Sarl
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
That was what I figured at first, but even randomly naming the polyline portion proved no help. They are basic contours, so nothing fancy with the names. Elevation Index, Elevation, IsMajor, and Contour Polyline. The Contour Polyline is the field giving me issues, which also happens to be the geometry file that gives the shp file the lines. Any ideas?
Kevin
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This is just a total guess. But some DBF formats don't like spaces. Could you rename Contour Polyline to something like Cont_Pline. That way you have no spaces and only 10 characters.
Allen
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Tried your suggestion Allen with the same result. Image is of the error is attached. Maybe something obvious is wrong that the image may help define.
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try an underscore in contour_polyline
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I was thinking of renaming the field in the original DBF file. After making a backup of course.
Allen
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Park I attempted that with the same result.
Allen, I don't believe the polyline file is editable in the database. There is no dbf for an sdf, but even opening the actual table in the CAD viewer, the polyline file is not available. Is there a possible mismatch in the geometry trying to take a polyline to a shapefile?
Regards!
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You're right. I was working backwards as usual!
I've never had a problem creating shape files from polylines create in Map. But I'm not familiar with how they are defined in SDF. Since SDF was developed by AutoDesk, I would think there may have been a problem with the generation of the file.
Allen
Re: sdf to shp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have been working at this every way I can! I have been able to create the contours before, but this time I made some adjustments to the alignment of the actual sdf, and now I can't get it to transfer. I don't know what happened but the help is greatly appreciated!


