• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Map 3D

    Reply
    Contributor
    kt_akel
    Posts: 11
    Registered: ‎04-20-2011
    Accepted Solution

    sdf to shp

    559 Views, 12 Replies
    08-23-2011 03:52 PM

    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

    Please use plain text.
    Product Support
    Posts: 88
    Registered: ‎04-25-2008

    Re: sdf to shp

    08-24-2011 08:56 AM in reply to: kt_akel

    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
    Please use plain text.
    Contributor
    kt_akel
    Posts: 11
    Registered: ‎04-20-2011

    Re: sdf to shp

    08-24-2011 09:18 AM in reply to: NateMoore

    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

    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,608
    Registered: ‎05-21-2003

    Re: sdf to shp

    08-24-2011 10:49 AM in reply to: kt_akel

    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

    Please use plain text.
    Contributor
    kt_akel
    Posts: 11
    Registered: ‎04-20-2011

    Re: sdf to shp

    08-24-2011 11:06 AM in reply to: AllenJessup

    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.

     

    Please use plain text.
    Valued Mentor
    Posts: 311
    Registered: ‎03-24-2004

    Re: sdf to shp

    08-24-2011 11:36 AM in reply to: kt_akel

    Try an underscore in contour_polyline

    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,608
    Registered: ‎05-21-2003

    Re: sdf to shp

    08-24-2011 11:54 AM in reply to: AllenJessup

    I was thinking of renaming the field in the original DBF file. After making a backup of course.

     

    Allen

    Please use plain text.
    Contributor
    kt_akel
    Posts: 11
    Registered: ‎04-20-2011

    Re: sdf to shp

    08-24-2011 12:00 PM in reply to: AllenJessup

    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!

    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,608
    Registered: ‎05-21-2003

    Re: sdf to shp

    08-24-2011 12:03 PM in reply to: kt_akel

    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

    Please use plain text.
    Contributor
    kt_akel
    Posts: 11
    Registered: ‎04-20-2011

    Re: sdf to shp

    08-24-2011 12:05 PM in reply to: AllenJessup

    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!

    Please use plain text.