<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CAD to Geodatabase - bug 2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62075#M3621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried to post this into &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Esri Technical Support group here in GeoNet but will resend it directly to our local distributor to forward it to the Esri.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 13:55:47 GMT</pubDate>
    <dc:creator>FilipJung</dc:creator>
    <dc:date>2016-02-29T13:55:47Z</dc:date>
    <item>
      <title>CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62071#M3617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I have came across a problem with loading some Microstation drawings in ArcGIS 10.3. The problem is that some lines are marked as Complex Multiline. During run of the CAD to Geodatabase tool, it throws an exception that the value 'Complex Multiline' could not be written into Entity field. That is right beacuse the field length is only 16 and the text has 17 characters. I would like to report it as a bug. Can you confirm, that it already is registered or resolved in 10.3.1 or 10.4? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Best regards&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Filip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;P.S.: Since I had a bunch of such a drawings, that needed to be imported into GDB, I had to deal with it somehow: The workaround was to separate the import process to Import CAD Annotation tool for annotations and using Create Feature Class with template that has the Entity field set to e.g. 20 and then using the Append to load Polyline data from drawings. I can share the Python code if anyone is interested.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I submitted same question also to Esri Technical Support group on Feb 17, but got no answer yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 10:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62071#M3617</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2016-02-29T10:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62072#M3618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you try to load data into an existing schema, the data should "fit". It sounds logically to me that an error is produced when you try fitting 17 characters in a field that allows only 16. The same will happen when doing this with a normal featureclass (not CAD drawing).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 12:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62072#M3618</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-29T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62073#M3619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it sounds logically but the out-of-the-box &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;CAD to Geodatabase geoprocessing tool has no schema settings so it throws an error on such a Microstation drawing.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62073#M3619</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2016-02-29T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62074#M3620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the tool assumes a schema and then generates the error, since the schema is not suitable for the CAD data, then you should report it as a bug. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62074#M3620</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-29T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62075#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried to post this into &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Esri Technical Support group here in GeoNet but will resend it directly to our local distributor to forward it to the Esri.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:55:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62075#M3621</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2016-02-29T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAD to Geodatabase - bug 2</title>
      <link>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62076#M3622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I contacted our local support and they forwarded the problem to Esri as BUG-000094797 Multiline entities from Microstation DGN file display correctly at 10.3 in ArcMap but display is wrong at 10.3.1&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cad-to-geodatabase-bug-2/m-p/62076#M3622</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2016-03-15T12:26:43Z</dc:date>
    </item>
  </channel>
</rss>

