<?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: ArcPad 10 Automated Python Check Out in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454739#M3235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The way to do this is only have your editibale features in the axf and set up you arcpad Project (for ProcessArcPadProject tool) to only check those out.&amp;nbsp; From what I recall it is bettert o have your readonly basemaps in shapefile anyway as they draw faster, thats what I do.&amp;nbsp; Then you just have the shapefile sitting on the device and it is just the editable layers in the axf that get exchanged.&amp;nbsp; Then up to you how and how often you need to update the basemap data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also set a definition query on your editable layers if you want to further filter down the size of what is being exchanged with the device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And that "Failed to load layers" error is a thing with the axfcopy tool.&amp;nbsp; Pretty easy to fix but still annoying.&amp;nbsp; In your .apm file you will see the layers axfname(1), axfname(2) etc, you just need to change those numbers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2011 21:45:56 GMT</pubDate>
    <dc:creator>nev</dc:creator>
    <dc:date>2011-10-02T21:45:56Z</dc:date>
    <item>
      <title>ArcPad 10 Automated Python Check Out</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454737#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way in ArcPad 10 to perform a partial ArcPad check out where only the editable features in the AXF are refreshed?&amp;nbsp; Our ArcPad projects have significant read only basemap material (routes, street names, etc) which take 3-4 minutes to check out from ArcMap (or otherwise using the ArcPad model tools). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a "project template" folder with the template project with forms and custom script and a "project out" folder with the current ArcPad project in it.&amp;nbsp; Users copy the project out folder to their mobile device.&amp;nbsp; I would like to refresh this project frequently and automatically so that the users can have access to the newest data.&amp;nbsp; While the server is updating this project, the folder is locked so users don't get a nasty copy. I would like to reduce the amount of lock time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using python script and ProcessArcPadProject_ArcPad() when generating a full refresh.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, I would like to simply refresh the data tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried using AxfCopy.exe (from older ArcGIS forums I think). That ran with no errors but the arcpad project would not open completely, reporting "Failed to load 3 layer(s):...".&amp;nbsp; Using studio I was able to confirm that the features are there in the axf and do contain data and no sql errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 3-4 minutes doesn't seem like much but my goal is to run this as a service which will be checking for checked in data and creating a refreshed check out copy when it finds it.&amp;nbsp; It might check every minute and I would like the field technicians to be able to get a new copy as quickly as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm open to suggestions on the entire process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 12:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454737#M3233</guid>
      <dc:creator>MichaelReynolds</dc:creator>
      <dc:date>2011-08-29T12:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad 10 Automated Python Check Out</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454738#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;another approach...&amp;nbsp; how to support automated deployment of large reference layer data sets without having them generated and deployed most times?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 10:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454738#M3234</guid>
      <dc:creator>MichaelReynolds</dc:creator>
      <dc:date>2011-08-31T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad 10 Automated Python Check Out</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454739#M3235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The way to do this is only have your editibale features in the axf and set up you arcpad Project (for ProcessArcPadProject tool) to only check those out.&amp;nbsp; From what I recall it is bettert o have your readonly basemaps in shapefile anyway as they draw faster, thats what I do.&amp;nbsp; Then you just have the shapefile sitting on the device and it is just the editable layers in the axf that get exchanged.&amp;nbsp; Then up to you how and how often you need to update the basemap data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also set a definition query on your editable layers if you want to further filter down the size of what is being exchanged with the device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And that "Failed to load layers" error is a thing with the axfcopy tool.&amp;nbsp; Pretty easy to fix but still annoying.&amp;nbsp; In your .apm file you will see the layers axfname(1), axfname(2) etc, you just need to change those numbers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 21:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454739#M3235</guid>
      <dc:creator>nev</dc:creator>
      <dc:date>2011-10-02T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad 10 Automated Python Check Out</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454740#M3236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure I fully understand what you need to have happened but here is what I am currently doing with what I think is a similar situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our crews use an automated checkout procedure that is written in VBA.&amp;nbsp; The user will get all the data that is available on their replicated database.&amp;nbsp; As for background data none is checked out.&amp;nbsp; If your background data is static then you can create it once and place on all devices.&amp;nbsp; The user will then have to add the .shp files to the map.&amp;nbsp; This will eliminate the need to check it out constantly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking toward converting my automated checkout code in VBA to either .NET or python so that it will continue to be supported by later versions of Arc.&amp;nbsp; I am curious what your python automated checkout code looks like.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 22:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-automated-python-check-out/m-p/454740#M3236</guid>
      <dc:creator>ForrestKaye</dc:creator>
      <dc:date>2011-10-20T22:55:52Z</dc:date>
    </item>
  </channel>
</rss>

