<?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 in geoprocessing service in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758943#M28793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan,&lt;/P&gt;&lt;P&gt;I tried to use your sample to upload CAD file and view it as map service, but when I publish it as Geoprocessing service on portal and try to execute it, it fails with&amp;nbsp;the following arcgis server log:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #e5edf4; font-size: 12px;"&gt;Invalid return value: c:\arcgisserver\directories\arcgisjobs\stopo\cadtogdb_sample_gpserver\j44e42223599b4b449d24ae23e8abde1f\scratch\scratch.gdb\SDS_ToGDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please give me some hints why it is not working?&lt;/P&gt;&lt;P&gt;I am using Arcgis Server and Portal 1.5.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2018 20:50:18 GMT</pubDate>
    <dc:creator>NagorneacConstantin</dc:creator>
    <dc:date>2018-04-02T20:50:18Z</dc:date>
    <item>
      <title>cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758938#M28788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use the CAD to Geodatabase tool as a service, where a user can upload a dwg file and have it shown on a web map as map service. Trouble is that the dwg file is always a 'constant' parameter as it cannot be passed by the browser. I need the user to pass files they receive as part of their workflow. Any suggestions? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758938#M28788</guid>
      <dc:creator>ZachTagar</dc:creator>
      <dc:date>2016-10-06T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758939#M28789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about writing your own script to have the user upload a zip file of the DWG, (input parameter is of File type), the script unzips the zip file, and then processes it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 16:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758939#M28789</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-10-06T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758940#M28790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. This would add a task to the user which I would ideally like to avoid: they would have to zip the&amp;nbsp;DWG before uploading it to the app. It's a workaround, but it would be great to have a&amp;nbsp;quicker way, from the user's point of view. Any ideas? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758940#M28790</guid>
      <dc:creator>ZachTagar</dc:creator>
      <dc:date>2016-10-11T06:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758941#M28791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point, Zach. &amp;nbsp;Are you familiar with Python? &amp;nbsp;If so, you can use the Copy_management tool and set the input as a File type. &amp;nbsp;This will set the initial input to the tool as a GPDataFile type, and after enabling uploads on the GP service, will tell the browser that the user can upload a file to that parameter. &amp;nbsp;The file can then be copied to the scratch folder and used as input to the CADToGeodatabase tool. &amp;nbsp;The result requires a resulting map service, as it returns a feature dataset, so you should be good as long as your application can retrieve the resulting map service. &amp;nbsp;You could also loop through the scratch geodatabase and then the feature dataset to find the feature classes if you want to return them individually. &amp;nbsp;I've uploaded a sample for you to take a look at. &amp;nbsp;See if you can grab it from &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-8881-cadtogdbgpk"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758941#M28791</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-10-11T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758942#M28792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jonathan. This is indeed very helpful. I will try this .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 11:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758942#M28792</guid>
      <dc:creator>ZachTagar</dc:creator>
      <dc:date>2016-11-17T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758943#M28793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan,&lt;/P&gt;&lt;P&gt;I tried to use your sample to upload CAD file and view it as map service, but when I publish it as Geoprocessing service on portal and try to execute it, it fails with&amp;nbsp;the following arcgis server log:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #e5edf4; font-size: 12px;"&gt;Invalid return value: c:\arcgisserver\directories\arcgisjobs\stopo\cadtogdb_sample_gpserver\j44e42223599b4b449d24ae23e8abde1f\scratch\scratch.gdb\SDS_ToGDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please give me some hints why it is not working?&lt;/P&gt;&lt;P&gt;I am using Arcgis Server and Portal 1.5.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 20:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758943#M28793</guid>
      <dc:creator>NagorneacConstantin</dc:creator>
      <dc:date>2018-04-02T20:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758944#M28794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you run the tool, then using ArcCatalog or ArcMap, take a look in the scratch.gdb and check to see if the output data is in there? It may be failing to create it, but I would expect the GP task to fail if that's the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 16:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758944#M28794</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-04-03T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758945#M28795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. Script copies the data into scratch folder, but does not&amp;nbsp;export data into scratch.gdb&lt;/P&gt;&lt;P&gt;Anyway, It is a nice start.&amp;nbsp;I will try to replicate this functionality by myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 15:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758945#M28795</guid>
      <dc:creator>NagorneacConstantin</dc:creator>
      <dc:date>2018-04-04T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758946#M28796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you defining the output paths for data? You can try to use the os module and the scratch GDB environment variable to construct the path for any output data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outData = os.path.join(arcpy.env.scratchGDB,"outData")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 15:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758946#M28796</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-04-04T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758947#M28797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: I made a mistake. The script works fine from Arcmap. it writes output to scratch.gdb.&lt;/P&gt;&lt;P&gt;Update 2: I also found out that none of my published models can write into scratchGDB. They are okay if they need to write into scratch folder. I tried "feature class to feature class" and it writes shapefile into scratch folder but refuses to write feature class in scratch GDB.&lt;/P&gt;&lt;P&gt;Update 3: wnen script tries to write into ScratchGDB it gives me the following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #e5edf4; font-size: 12px;"&gt;Error executing tool. Upload_and_Visualize_DWG Job ID: j9605b3b83e15414eaff7f14cd9b81833 : ERROR 000210: Cannot create output c:\arcgisserver\directories\arcgisjobs\stopo\upload_test_2_gpserver\j9605b3b83e15414eaff7f14cd9b81833\scratch\scratch.gdb\A44755_F1_C454_350_Polyline Failed to execute (Feature Class to Feature Class). Failed to execute (Model63). Failed to execute (Upload_and_Visualize_DWG).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So looks like it creates job folder where puts DWG file, then it tries to execute Feature class to feature class and fails to write output into scratch.gdb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758947#M28797</guid>
      <dc:creator>NagorneacConstantin</dc:creator>
      <dc:date>2018-04-04T20:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: cad in geoprocessing service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758948#M28798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please elaborate a little about that error ?&lt;BR /&gt;when i run the script from ArcMap it successfully creates a dataset with the features inside the scratch geodatabase, on the published service i get the same error as &lt;A href="https://community.esri.com/migrated-users/119692"&gt;Nagorneac Constantin&lt;/A&gt;‌ when i run from web appbuilder however when i check the job output in the server directories i find that the scratch geodatabase has been created and features inside as well.&lt;BR /&gt;this tool here does the same function i or " we " need but i have no clue how to do the same since i have no knowledge in python, i also used you methodology using model builder and it worked but couldn't get the file to be imported dynamically, the service always copied the used CAD file to the server and made it as a constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the published service from Arcmap i get an error&lt;BR /&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/477265_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the parameters i add to the script&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/477264_pastedImage_2.png" /&gt;&lt;BR /&gt;this is the current code in the script&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #c0c0c0; background-color: #191e29; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff6188;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;os&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFile&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;GetParameterAsText&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ab9df2;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;referenceScale&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;GetParameterAsText&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ab9df2;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFileName&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;os&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;path&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;basename&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFile&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;outFile&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;os&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;path&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;env&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;scratchFolder&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFileName&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;AddMessage&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #e6c866;"&gt;Copying&amp;nbsp;input&amp;nbsp;data&amp;nbsp;set&amp;nbsp;to&amp;nbsp;the&amp;nbsp;scratch&amp;nbsp;folder...&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;Copy_management&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFile&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;outFile&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;outGDBPath&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;env&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;scratchGDB&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;outDataSetName&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #ab9df2;"&gt;{0}&lt;/SPAN&gt;&lt;SPAN style="color: #e6c866;"&gt;_ToGDB&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;inFileName&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;rstrip&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #e6c866;"&gt;.dwg&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;sr&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ab9df2;"&gt;102100&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;AddMessage&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #e6c866;"&gt;Running&amp;nbsp;CAD&amp;nbsp;to&amp;nbsp;GDB&amp;nbsp;tool...&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;CADToGeodatabase_conversion&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;outFile&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outGDBPath&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outDataSetName&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;referenceScale&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sr&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;outData&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6188;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;&amp;nbsp;os&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;path&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;env&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;scratchGDB&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;outDataSetName&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #bec4cb;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #a9dc76;"&gt;SetParameter&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ab9df2;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #bec4cb;"&gt;outData&lt;/SPAN&gt;&lt;SPAN style="color: #939293;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #c0c0c0; background-color: #191e29; font-weight: normal; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2020 01:38:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cad-in-geoprocessing-service/m-p/758948#M28798</guid>
      <dc:creator>MapsGeek</dc:creator>
      <dc:date>2020-01-01T01:38:02Z</dc:date>
    </item>
  </channel>
</rss>

