<?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: I don't recognize the connection.sde in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-don-t-recognize-the-connection-sde/m-p/343186#M26872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look up python Raw Strings, or paths generally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, when python sees:&amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It starts looking for special characters, like&amp;nbsp; &amp;nbsp; &amp;nbsp;\n&amp;nbsp; &amp;nbsp;which means new line in python speak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to tell it to read the text exactly as you have it entered, we add a "r" to say this is Raw string data, and ignore any fancy stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, you need to change the code from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"E:\cnnGDB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r"E:\cnnGDB"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2019 15:05:20 GMT</pubDate>
    <dc:creator>LukeWebb</dc:creator>
    <dc:date>2019-08-22T15:05:20Z</dc:date>
    <item>
      <title>I don't recognize the connection.sde</title>
      <link>https://community.esri.com/t5/python-questions/i-don-t-recognize-the-connection-sde/m-p/343185#M26871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took my connection (sde) to the server (arcgis server) and it doesn't recognize the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the cnnGDB folder registered in the arcgis server and within the folder I have the connection (sde)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457587_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 17:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-don-t-recognize-the-connection-sde/m-p/343185#M26871</guid>
      <dc:creator>Autoridad_Nacional_del_AguaANA</dc:creator>
      <dc:date>2019-08-21T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: I don't recognize the connection.sde</title>
      <link>https://community.esri.com/t5/python-questions/i-don-t-recognize-the-connection-sde/m-p/343186#M26872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look up python Raw Strings, or paths generally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, when python sees:&amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It starts looking for special characters, like&amp;nbsp; &amp;nbsp; &amp;nbsp;\n&amp;nbsp; &amp;nbsp;which means new line in python speak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to tell it to read the text exactly as you have it entered, we add a "r" to say this is Raw string data, and ignore any fancy stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, you need to change the code from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"E:\cnnGDB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r"E:\cnnGDB"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-don-t-recognize-the-connection-sde/m-p/343186#M26872</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2019-08-22T15:05:20Z</dc:date>
    </item>
  </channel>
</rss>

