<?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: Re-check in AXF in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488090#M3550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This saved my data, I didn't even know you could run sql queries on the axf from Arc Studio.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 19:37:45 GMT</pubDate>
    <dc:creator>roemhildtg</dc:creator>
    <dc:date>2013-06-26T19:37:45Z</dc:date>
    <item>
      <title>Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488087#M3547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have several .AXF files that were previously checked in to a Personal Geodatabase successfully.&amp;nbsp; Unfortunately, the GPS data had not yet been corrected.&amp;nbsp; The edited database has been lost as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point I have a blank geodatabase that I need to check the data into again.&amp;nbsp; However, when I try to do this, the AXF knows that it has already been checked in.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is there a way to tell the AXF to forget that it has been checked in already so I can check it in again?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;One othe note: I have been able to get to where it recognizes the data and am allowed to select for modifications.&amp;nbsp; However, the modifications will not apply - principally, the updated/corrected geography.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BGOOD&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 16:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488087#M3547</guid>
      <dc:creator>RobertGoodwin</dc:creator>
      <dc:date>2010-09-29T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488088#M3548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First, I would make a safe copy of all your axf files before you begin altering any of them in this manner just to be safe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have ArcPad Studio, open up any of your axf files in ArcPad Studio.&amp;nbsp; Right-click on a layer definition, and click Show Data.&amp;nbsp; You will now have a SQL command interface and a pane that shows your data.&amp;nbsp; You are now going to run an UPDATE query against your data that alters the value in the AXF_STATUS field.&amp;nbsp; Currently, it should have a value of 16777217 for all records that were checked-in.&amp;nbsp; If you want the edits in the axf file to modify existing features in your geodatabase, change the value to 2 in the AXF_STATUS field.&amp;nbsp; If the data in your axf file are new data (i.e. new features), change the value of 1 in the AXF_STATUS field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Type a SQL query with this syntax in the space provided:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE table_name SET AXF_STATUS=value; (Don't forget the semi-colon. It is required.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where table_name is the name of the feature class in caps (e.g. REACHES) and value is either 1 or 2 depending on whether you are creating new data or updating existing data in your geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now hit the red exclamation point in your toolbar which is the Execute tool and it will execute the SQL command.&amp;nbsp; You should then get a message that X number of records were updated.&amp;nbsp; If you get an error, you have likely used the wrong syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To view the changes, close the axf file and reopen in ArcStudio, and do Show Data again or you may just be able to run this SQL query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM table_name;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware that if you have edited any of these features in your geodatabase that you are checking-in via the axf, your edits will be lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, check-in your axf file as usual.&amp;nbsp; Repeat the process for each axf file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This has worked for me, but I was not using data that had integrated GPS data, so it may not work for you.&amp;nbsp; This is entirely at your own risk to use the solution I have suggested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 21:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488088#M3548</guid>
      <dc:creator>IvanKautter</dc:creator>
      <dc:date>2010-10-20T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488089#M3549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ivan, this posting saved my life.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488089#M3549</guid>
      <dc:creator>StaceMaples</dc:creator>
      <dc:date>2010-11-04T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488090#M3550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This saved my data, I didn't even know you could run sql queries on the axf from Arc Studio.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 19:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488090#M3550</guid>
      <dc:creator>roemhildtg</dc:creator>
      <dc:date>2013-06-26T19:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488091#M3551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;saved my hide too.&amp;nbsp; thank you!!&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488091#M3551</guid>
      <dc:creator>AnthonyBedogne</dc:creator>
      <dc:date>2014-11-04T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re-check in AXF</title>
      <link>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488092#M3552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are a saviour Ivan!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 06:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/re-check-in-axf/m-p/488092#M3552</guid>
      <dc:creator>MarkShibuta</dc:creator>
      <dc:date>2016-07-05T06:53:47Z</dc:date>
    </item>
  </channel>
</rss>

