<?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 Checkout SDE fersioned feature classes to a personal geodatabase using VBA in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/checkout-sde-fersioned-feature-classes-to-a/m-p/409468#M10960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to check-out more than one specific SDE Versioned feature class into a personal geodatabase (.mdb) using vba within ArcCatalog. I have found plenty of examples to do this for an entire feature dataset, but none those examples demonstrates how do to the same process selectively for specific feature classes witin a SDE versioned geodatabase. I have attached a pdf with a diagram of what I am needing to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 17:13:05 GMT</pubDate>
    <dc:creator>TimothyMorales</dc:creator>
    <dc:date>2010-06-17T17:13:05Z</dc:date>
    <item>
      <title>Checkout SDE fersioned feature classes to a personal geodatabase using VBA</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/checkout-sde-fersioned-feature-classes-to-a/m-p/409468#M10960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to check-out more than one specific SDE Versioned feature class into a personal geodatabase (.mdb) using vba within ArcCatalog. I have found plenty of examples to do this for an entire feature dataset, but none those examples demonstrates how do to the same process selectively for specific feature classes witin a SDE versioned geodatabase. I have attached a pdf with a diagram of what I am needing to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 17:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/checkout-sde-fersioned-feature-classes-to-a/m-p/409468#M10960</guid>
      <dc:creator>TimothyMorales</dc:creator>
      <dc:date>2010-06-17T17:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Checkout SDE fersioned feature classes to a personal geodatabase using VBA</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/checkout-sde-fersioned-feature-classes-to-a/m-p/409469#M10961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This can be done very easily with Python. Here is an excerpt from a script that I use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if gp.Exists(CheckoutFolder + "\\" + CheckoutDB):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; st.Report("There is already a Signs Checkout Geodatabase. Perhaps you need to Check in?")
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise Exception, "Checkout Geodatabase already exists."
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; st.Report("Creating new Checkout Geodatabase...")
&amp;nbsp;&amp;nbsp;&amp;nbsp; gp.CreatePersonalGDB_management(CheckoutFolder, CheckoutDB)
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; st.Report("Checking Out Database...")
&amp;nbsp;&amp;nbsp;&amp;nbsp; gp.Workspace = PubWorksSDE
&amp;nbsp;&amp;nbsp;&amp;nbsp; print str(gp.Workspace)
&amp;nbsp;&amp;nbsp;&amp;nbsp; gp.CreateReplica_management(CheckoutData, "CHECK_OUT", CheckoutFolder + "\\" + CheckoutDB, SignsCheckoutName)
&amp;nbsp;&amp;nbsp;&amp;nbsp; st.gpReport()&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See attached for the entire script. I only check out one feature class but CreateReplica can accept more than one. See attached for the entire script saved as a .txt file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/checkout-sde-fersioned-feature-classes-to-a/m-p/409469#M10961</guid>
      <dc:creator>ScottDavis</dc:creator>
      <dc:date>2021-12-11T18:36:35Z</dc:date>
    </item>
  </channel>
</rss>

