<?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: Not able to set workspace using standalone Python script for ArcGIS in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862990#M5840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in a standalone script it will need more information that provided since the script has no information as to where the project is.&amp;nbsp; Can you use a full path to your database connection&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-connection.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-connection.htm"&gt;Create Database Connection—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 09:53:21 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-08-22T09:53:21Z</dc:date>
    <item>
      <title>Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862985#M5835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I am facing a very weird issue in setting the workspace. When I setup the workspace inside python window in ArcMap/ArcCatalog, it just works fine. But the moment I do the same in a standalone python script, the things do not work at all. I tried other options like creating connection file in scratch folder and then setting it as a workspace but still no luck. I am facing this issue on ArcGIS Desktop 10.2.1 and my database is 64 bit Oracle.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I had ArcGIS Pro 2.1 installed on the same machine hence I also tried the same thing after uninstalling ArcGIS Pro but still no luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 06:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862985#M5835</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T06:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862986#M5836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you browse the database in ArcCatalog once you have opened the connection file?&lt;/P&gt;&lt;P&gt;Just setting env.workspace = "my connection file.sde" has always worked for me.&lt;/P&gt;&lt;P&gt;What happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 07:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862986#M5836</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-22T07:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862987#M5837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;Yes, I can browse the database in ArcCatalog/ArcMap and walk around the featureclasses/datasets etc.&amp;nbsp;But this is driving me crazy as&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;env.workspace = "my connection file.sde" is no way working for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 07:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862987#M5837</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T07:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862988#M5838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you set&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;env.workspace = "my connection file.sde" in your python script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Are you using os.path.join() to construct the path pointer to the connection file? Or just raw strings.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 08:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862988#M5838</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-22T08:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862989#M5839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set up my workspace in the following manner&lt;/P&gt;&lt;P&gt;arcpy.env.workspace = r"Database Connections\Connection to sde.sde"&lt;/P&gt;&lt;P&gt;# Just for sake of testing, I am trying to print all the datasets&lt;/P&gt;&lt;P&gt;print arcpy.ListDatasets()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code snippet prints all the datasets list if I run it in python window withing ArcMap but If I try to run the same snippet in a script, it Print "None"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 09:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862989#M5839</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T09:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862990#M5840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in a standalone script it will need more information that provided since the script has no information as to where the project is.&amp;nbsp; Can you use a full path to your database connection&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-connection.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-connection.htm"&gt;Create Database Connection—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 09:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862990#M5840</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-22T09:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862991#M5841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. I have tried that option as well and it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862991#M5841</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862992#M5842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like to use ArcCatolog to provide the the path:&amp;nbsp; with it open, navigate to the workspace and up at the top of the window is the actual path.&amp;nbsp; Click, copy and paste it into your code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'X:\your\copied\path\here'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862992#M5842</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-22T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862993#M5843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not going to work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;arcpy.env.workspace = r"Database Connections\Connection to sde.sde"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The script has no idea where your user profile will be.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Copy the full path as Joe suggests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Or copy the sde file to a local space and use that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862993#M5843</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-22T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862994#M5844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried with full path as well, no luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862994#M5844</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T13:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862995#M5845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's see exactly what your are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862995#M5845</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-22T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862996#M5846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;Option1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;Import arcpy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;arcpy.env.workspace = r‘Database Connections\Connection to sde.sde’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;print arcpy.ListDatasets()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #4472c4;"&gt;Option2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #4472c4;"&gt;Import arcpy&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #4472c4;"&gt;arcpy.env.workspace = r‘C:\Users\&amp;lt;MyUserName&amp;gt;\AppData\Roaming\ESRI\Desktop10.2\ArcCatalog\Connection to sde.sde’&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #4472c4;"&gt;print arcpy.ListDatasets()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;Result in Python Window within ArcMap : [‘dataset1’, ‘dataset2’]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4472c4;"&gt;Result in Pyscripter : None&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862996#M5846</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862997#M5847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have pyscripter but I can run this in an idle shell:&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/420310_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 14:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862997#M5847</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-22T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862998#M5848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here how it happens even when I try the same in IDLE&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/420321_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 14:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862998#M5848</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862999#M5849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if it's bombing on the spaces in your actual paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ ; care to comment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 14:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/862999#M5849</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-22T14:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863000#M5850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you also try arcpy.Exists(r"path to sde connection file.sde")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863000#M5850</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-22T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863001#M5851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I zone out whenever I see&lt;STRONG&gt; SDE&lt;/STRONG&gt; anywhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863001#M5851</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-22T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863002#M5852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha, ha, &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;But I also zone out when I see this sort of stuff...&lt;/P&gt;&lt;PRE style="color: #333333; background-color: #f5f5f5; border: none; font-size: 12px; margin: 0px 0px 9.5px; padding: 9px;"&gt;&lt;SPAN class="" style="color: #c65d09; font-weight: bold;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;X&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;Y&lt;/SPAN&gt; &lt;SPAN class="" style="color: #666666;"&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;np&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;mgrid&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;xmin&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;xmax&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208050;"&gt;100&lt;/SPAN&gt;&lt;SPAN class=""&gt;j&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;ymin&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;ymax&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208050;"&gt;100&lt;/SPAN&gt;&lt;SPAN class=""&gt;j&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c65d09; font-weight: bold;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;positions&lt;/SPAN&gt; &lt;SPAN class="" style="color: #666666;"&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;np&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;vstack&lt;/SPAN&gt;&lt;SPAN class=""&gt;([&lt;/SPAN&gt;&lt;SPAN class=""&gt;X&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;ravel&lt;/SPAN&gt;&lt;SPAN class=""&gt;(),&lt;/SPAN&gt; &lt;SPAN class=""&gt;Y&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;ravel&lt;/SPAN&gt;&lt;SPAN class=""&gt;()])&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c65d09; font-weight: bold;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;values&lt;/SPAN&gt; &lt;SPAN class="" style="color: #666666;"&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;np&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;vstack&lt;/SPAN&gt;&lt;SPAN class=""&gt;([&lt;/SPAN&gt;&lt;SPAN class=""&gt;m1&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;m2&lt;/SPAN&gt;&lt;SPAN class=""&gt;])&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;What does it mean.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863002#M5852</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-22T15:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863003#M5853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just numpy messing with you Neil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan- I think because SDE isn't pc any more.&amp;nbsp; It's really Enterprise Geodatabse....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863003#M5853</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-22T15:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to set workspace using standalone Python script for ArcGIS</title>
      <link>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863004#M5854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried after getting rid of spaces as well, same result. This is driving me crazy since a week!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/not-able-to-set-workspace-using-standalone-python/m-p/863004#M5854</guid>
      <dc:creator>HarshalGharat</dc:creator>
      <dc:date>2018-08-22T16:45:31Z</dc:date>
    </item>
  </channel>
</rss>

