<?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: get path of sde file in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796131#M1794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laurentiu,&lt;/P&gt;&lt;P&gt;You must use DatabaseConnectionProperties only to find right geodatabase from 1 step. Then you need to read Path property from GDBProjectItem. It contains full path to sde file. I can send you detailed source code sample if you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 07:11:07 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2017-06-23T07:11:07Z</dc:date>
    <item>
      <title>get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796124#M1787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello for all,&lt;BR /&gt;I have a problem and please help me.&lt;BR /&gt;I need to get path of sde file for enterprise geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up to 1.3 version for ArcGIS Pro, the Geodatabase class had GetPath() method which returned path for Geodatabase (File Geodatabase, Enterprise Geodatabase and so on) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting with 1.4 version this method is depricated (and return empty string) and&amp;nbsp;it's recomended to work with Conector and appropriate class (DatabaseConnectionFile,&amp;nbsp;DatabaseConnectionProperties and so on)&lt;/P&gt;&lt;P&gt;I need to get path of sde file (Enterprise Geodatabase), but Connector is not DatabaseConnectionFile. &lt;BR /&gt;When Geodatabase is Enterprise, the Connector is only DatabaseConnectionProperties-type. &lt;BR /&gt;But DatabaseConnectionProperties does not allow to get path of sde file.&lt;/P&gt;&lt;P&gt;(_table.GetDatastore() as Geodatabase).GetConnector() is DatabaseConnectionFile is false&lt;/P&gt;&lt;P&gt;How can I get the path of sde file?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks all,&lt;BR /&gt;Laurentiu Ichim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 13:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796124#M1787</guid>
      <dc:creator>LaurentiuIchim2</dc:creator>
      <dc:date>2017-06-07T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796125#M1788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Laurentiu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Could you please expand on the workflow where you require a connection file for an existing enterprise geodatabase connection?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Colin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796125#M1788</guid>
      <dc:creator>ColinZwicker</dc:creator>
      <dc:date>2017-06-07T19:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796126#M1789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir,&lt;/P&gt;&lt;P&gt;Yes, I do!&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the workflow, I need to run a python script. For this python script, I need to send path&amp;nbsp;of particular table (like this&amp;nbsp;@"F:\PROIECTE\Utilitati\Pro\Date\Utilitati1\database.sde\utilitati.SDE.Documente").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why run a python script?&lt;/P&gt;&lt;P&gt;I need to insert various files into BLOB field of &amp;nbsp;&amp;lt;&lt;SPAN&gt;utilitati.SDE.Documente&amp;gt; table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Working with attachment file of Geodatabase does not cover the particular functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In other words:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. I have a table with a BLOB&amp;nbsp;field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Table documentTable = standaloneTable.GetTable();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. I have a python script which insert file into table (table of point 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. In the ArcGIS Pro Add-In, I have a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ExecuteToolAsync(...)&lt;/SPAN&gt;&lt;SPAN&gt; which call python script (script of point 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt; var parameters = Geoprocessing.MakeValueArray(&lt;BR /&gt;@"C:\Users\lichi_000\Pictures\eu1.jpg",&lt;BR /&gt;@"F:\PROIECTE\Utilitati\Pro\Date\Utilitati1\dataweb@utilitati@sde.sde\utilitati.SDE.Documente",&lt;BR /&gt; foreignKey,&lt;BR /&gt;extension,&lt;BR /&gt; dateTime,&lt;BR /&gt; no,&lt;BR /&gt; author&lt;BR /&gt; );&lt;BR /&gt; var result = await Geoprocessing.ExecuteToolAsync(@"F:\PROIECTE\Utilitati\Pro\scripturi\Utilitati.tbx\Insert0", parameters);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. The&amp;nbsp;&amp;lt;&lt;SPAN&gt;@"F:\PROIECTE\Utilitati\Pro\Date\Utilitati1\dataweb@utilitati@sde.sde\utilitati.SDE.Documente"&amp;gt; parameter&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;of point 3 &amp;nbsp;is documentTable object of point 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Laurentiu Ichim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796126#M1789</guid>
      <dc:creator>LaurentiuIchim2</dc:creator>
      <dc:date>2017-06-08T06:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796127#M1790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laurentiu,&lt;/P&gt;&lt;P&gt;I had the same problem with sde file path. I have made workaround:&lt;/P&gt;&lt;P&gt;1. Read all project geodatabases using&amp;nbsp;&lt;EM&gt;Project.Current.GetItems&amp;lt;GDBProjectItem&amp;gt;().&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GDBProjectItem contains Path property.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Read connection properties from your table object (pTable.GetDatastore().GetConnector()&lt;/EM&gt; &lt;EM&gt;as&amp;nbsp;DatabaseConnectionProperties&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;3. Check all GDBProjectItem's from 1 step by comparing connection properties (&lt;EM&gt;item.GetDatastore().GetConnector()&lt;/EM&gt; and try cast to &lt;EM&gt;DatabaseConnectionProperties&lt;/EM&gt;). Equal method does not work for Connector or DatabaseConnectionProperties objects, so you need to check all &lt;EM&gt;DatabaseConnectionProperties object properties (DBMS, Database, Instance and etc.) one by one.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I hope it helps you&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Gintautas&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796127#M1790</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2017-06-15T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796128#M1791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Laurentiu, (and Gintautas)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This issue has sparked a lot of discussion between teams since its original posting. Giantautas's workaround is valid if a matching connection file exists (including the correct version). However the edge case that no matching file exists anywhere is still problematic and is the reason GetPath was deprecated. We will work towards a resolution to this in a&amp;nbsp; future release with your workflow in mind.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;On a similar note the requirement to use a custom gp script for blob manipulation should be removed with the native core.Data support of blobs via memoryblobstreams in the ArcGIS Pro 2.0 timeframe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 19:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796128#M1791</guid>
      <dc:creator>ColinZwicker</dc:creator>
      <dc:date>2017-06-22T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796129#M1792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much sir Gintautas. Isn't a solution for me. The geoprocessor object wait path for processing input (as parameters). The&amp;nbsp;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;DatabaseConnectionProperties &lt;/EM&gt;class isn't solution for me.&lt;/P&gt;&lt;P&gt;Thank you very much for your answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 06:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796129#M1792</guid>
      <dc:creator>LaurentiuIchim2</dc:creator>
      <dc:date>2017-06-23T06:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796130#M1793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;The suport of&amp;nbsp;blobs for version 2.0 it's a really good news.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you sir for your answer,&lt;/P&gt;&lt;P&gt;Laurentiu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 06:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796130#M1793</guid>
      <dc:creator>LaurentiuIchim2</dc:creator>
      <dc:date>2017-06-23T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796131#M1794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laurentiu,&lt;/P&gt;&lt;P&gt;You must use DatabaseConnectionProperties only to find right geodatabase from 1 step. Then you need to read Path property from GDBProjectItem. It contains full path to sde file. I can send you detailed source code sample if you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/796131#M1794</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2017-06-23T07:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1068705#M6747</link>
      <description>&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;DIV class="username-wrapper"&gt;&lt;SPAN&gt;&amp;nbsp;Hi Gintautas&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Regular-Contributor lia-component-message-view-widget-author-username"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="username-wrapper"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username-wrapper"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Regular-Contributor lia-component-message-view-widget-author-username"&gt;I am also working for the same issue. Can you please post the detailed source code if Is this for Pro .NET SDK.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="username-wrapper"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username-wrapper"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Regular-Contributor lia-component-message-view-widget-author-username"&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="username-wrapper"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Regular-Contributor lia-component-message-view-widget-author-username"&gt;Lakshmi&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Jun 2021 00:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1068705#M6747</guid>
      <dc:creator>LakshmiAlaparthi</dc:creator>
      <dc:date>2021-06-16T00:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081596#M6903</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;are you able to post the code on how you retrieve the full correct sde path?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 00:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081596#M6903</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-07-22T00:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081632#M6906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Situation with ArcGIS Pro SDK has changed since 2017.&lt;/P&gt;&lt;P&gt;We have used workaround with adding database to project Catalog-Databases. Then we checked database connection properties with all databases added to Catalog-Databases. On right one we used GDBProjectItem Path property to get right sde file path.&lt;/P&gt;&lt;P&gt;All registered to project databases you can get using code:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;IEnumerable&amp;lt;GDBProjectItem&amp;gt; projectDatabases = Project.Current.GetItems&amp;lt;GDBProjectItem&amp;gt;();&lt;/LI-CODE&gt;&lt;P&gt;We do not use this way now. We are trying to work without sde file path or save it to project as settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The copy of sde file you can get by calling GetPath from Geodatabase object.&lt;/P&gt;&lt;P&gt;Could you explain why do you need right sde file path? Maybe I will suggest you a way how to avoid sde file path.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 06:26:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081632#M6906</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-07-22T06:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081845#M6912</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;I need to create a relationship class using the geoprocessing module since the ddl module can't do it. I need to let the tool know what the path to the relationship class is.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var tName = table.GetName();
var rlcName = $"{ValidateMemberName(tName)}_HTE";
var rlcpath = System.IO.Path.Combine(gdb.GetPath().LocalPath, rlcName);
var originTable = gdb.OpenDataset&amp;lt;Table&amp;gt;(tName);
var destTable = gdb.OpenDataset&amp;lt;Table&amp;gt;(etTableName);
var originPrimaryKey = originTable.GetDefinition().GetObjectIDField();
var k=Geoprocessing.ExecuteToolAsync("CreateRelationshipClass_management", Geoprocessing.MakeValueArray(originTable, destTable, rlcpath, "SIMPLE", ForwardPathLabel,
                    BackwardPathLabel, "NONE", "ONE_TO_MANY", "NONE", originPrimaryKey, originForeignKey));&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Jul 2021 17:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081845#M6912</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-07-22T17:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081920#M6916</link>
      <description>&lt;P&gt;Have you tried to execute CreateRelationshipClass tool from ArcGIS Pro? Run the tool then go to History and right click mouse on&amp;nbsp;CreateRelationshipClass record and select Copy Python Command from context menu.&lt;/P&gt;&lt;P&gt;Paste content to Notepad and check Python script for relationship class path parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 18:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1081920#M6916</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-07-22T18:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1082771#M6940</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;yes I have. It still shows me the temporary/local path of the sde file which won't work in the pro sdk.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 18:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1082771#M6940</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-07-26T18:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: get path of sde file</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1083482#M6954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like a bug. I would recommend to start new thread in ArcGIS Pro SDK.&amp;nbsp; Maybe some from Esri could help you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 13:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-path-of-sde-file/m-p/1083482#M6954</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-07-28T13:36:53Z</dc:date>
    </item>
  </channel>
</rss>

