+ Reply to Thread
Results 1 to 2 of 2

Thread: ExportCAD ,report the issue is :error 999998

  1. #1
    xu xingyuan
    Join Date
    May 2012
    Posts
    1
    Points
    0
    Answers Provided
    0


    0

    Default ExportCAD ,report the issue is :error 999998

    i want to export shapefile to CAD use ExportCAD through gp tools, report the error 999998:unexcepted error,why

  2. #2
    Carlo Frate
    Join Date
    Dec 2010
    Posts
    24
    Points
    0
    Answers Provided
    0


    0

    Default Re: ExportCAD ,report the issue is :error 999998

    Anyone? Anyone?

    I've also been having little luck converting to either DGN or DWG from file GDB or SHP. I've been blaming file size so far, as I'm using a selection of contours that is >250MB. I was successful converting a much smaller selection to DWG. After more than an hour on the phone with ESRI support, we still couldn't find a solution.

    Has anyone been able to figure this out?
    I've tried across the network as well as staying on my hard drive. I've tried various settings. I've tried running as Python script. Nothing works.

    Here's the error from Python (appears after script runs for at least a minute):
    Traceback (most recent call last):
    File "C:\Python26\ArcGIS10.0\Lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 326, in RunScript
    exec codeObject in __main__.__dict__
    File "G:\Projects\DataRequests\AEI\exportDWG.py", line 17, in <module>
    arcpy.ExportCAD_conversion("G:\\Projects\\DataRequests\\Storage.gdb\\contours", "DWG_R2010", contours_DWG, "Use_Filenames_in_Tables", "Overwrite_Existing_Files", "")
    File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\conversion.py", line 946, in ExportCAD
    raise e
    ExecuteError: ERROR 999998: Unexpected Error.



    Thanks.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts