<?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 Archive Table in ArcGIS Pro in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807230#M2223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access to an archive class is on the road map, hopeful to have it for the next release of ArcGIS Pro's SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would would mind briefly describing what you then do with the archive class, what questions are you answering?&lt;/P&gt;&lt;P&gt;(this discussion can be taken offline if you feel more comfortable)&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>Wed, 26 Jul 2017 20:38:35 GMT</pubDate>
    <dc:creator>ColinZwicker</dc:creator>
    <dc:date>2017-07-26T20:38:35Z</dc:date>
    <item>
      <title>Get Archive Table in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807229#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get access to the archive table associated with a feature class using the ArcGIS Pro SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past we could access directly the archive table using the code below:&lt;/P&gt;&lt;P&gt;IArchivableClass archivableClass = table as IArchivableClass;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where table is an ITable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a batch script coded in ArcObjects to abstract us from the underlying gdb schema changes that require conversion to the new SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// This is my ArcGIS Pro feature class object&lt;/P&gt;&lt;P&gt;FeatureClass featureClass = geodatabase.OpenDataset&amp;lt;FeatureClass&amp;gt;("SDE.DBO.MyFeatureClass");&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the archive table associated with this feature class directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807229#M2222</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2017-07-25T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get Archive Table in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807230#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access to an archive class is on the road map, hopeful to have it for the next release of ArcGIS Pro's SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would would mind briefly describing what you then do with the archive class, what questions are you answering?&lt;/P&gt;&lt;P&gt;(this discussion can be taken offline if you feel more comfortable)&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>Wed, 26 Jul 2017 20:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807230#M2223</guid>
      <dc:creator>ColinZwicker</dc:creator>
      <dc:date>2017-07-26T20:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get Archive Table in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807231#M2224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying and confirming that it is coming hopefully in the next release of the SDK.&lt;/P&gt;&lt;P&gt;Regarding your question it really depends on the organisation we are working with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Integration between ArcGIS and SAP PO or SAP Gateway. Every CRUD&amp;nbsp;operation must be kept in sync with SAP. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is a queuing mechanism for this. So we have scheduled tasks running nightly to move the deltas (and other&lt;/P&gt;&lt;P&gt;&amp;nbsp; additional information) back into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Provide a way for third party systems to easily poll for updates that happened in GIS. Because the centralized archives&lt;/P&gt;&lt;P&gt;&amp;nbsp; are lost when you deactivate Archiving we keep track of the last 90 days deltas into a separate table which can then be &amp;nbsp; accessed via&amp;nbsp;SQL&amp;nbsp;or through REST/SOAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Have custom services that provide to client apps access to historical data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side note, I hope that History (not just Archiving) is implemented throughout the platform soon. I believe many people including myself would be happy with this. Or maybe having the ability to restore the archive tables with the geodatabase once you re-enable Archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 01:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-archive-table-in-arcgis-pro/m-p/807231#M2224</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2017-07-27T01:55:54Z</dc:date>
    </item>
  </channel>
</rss>

