Select to view content in your preferred language

Importing Data from a Mobile Map Cache

3854
11
10-22-2010 04:38 AM
jeffroberts
New Contributor
Hello,

We are having issues moving our field collected data from the mobile device to the enterprise geodatabase. The syncronization process iniated by our ArcGIS Mobile 9.3 application keeps throwing an error. Debugging that error is another topic.

At this moment, time is of the essence so what I 'd like to know is whether there are any other options for exporting the data from the mobile map cache to a geodatabase? A file geodatabase would be fine.

Thanks,
jeff
0 Kudos
11 Replies
AkhilParujanwala
New Contributor III
Hi,

If you don't mind telling us what the error is, then we may be able to help you.

Are you able to download from your ArcGIS server but not able to upload?

Are you manually copying the mobile cache to the devices and then doing data collection and then trying to upload them to your server?

My guess is that you are having a Fully Qualified Domain name problem, if so, please let us know.
0 Kudos
DeniseKing
Esri Regular Contributor
The Mobile Cache to Shapefile tool can be used to extract selected features from a mobile cache to shapefile format. This tool provides a solution for recovering abandoned edits.

Mobile Cache to Shapefile tool (9.3)
http://resources.esri.com/arcgismobile/index.cfm?fa=codeGalleryDetails&scriptID=16296

Mobile Cache to Shapefile tool (9.2)
http://resources.esri.com/arcgismobile/index.cfm?fa=codeGalleryDetails&scriptId=16297

MobileCacheTool 10.0
http://www.arcgis.com/home/item.html?id=30280910f8a1441d8cb962e6225ebd2d

Checksum explained...
http://blogs.esri.com//Dev/blogs/mobilecentral/archive/2009/5/18/5981.aspx

Checksum Revisited
http://blogs.esri.com/dev/blogs/mobilecentral/archive/2010/10/14/checksum-revisited.aspx

Please visit ArcGIS Mobile Resource Center for additional information, blogs, tools, and samples.

Thanks,
Denise
0 Kudos
DavidCarpenter
Occasional Contributor
How does one go about running the MobileCacheTool 10.0 found here and mentioned by Denise in her post?
http://www.arcgis.com/home/item.html...b962e6225ebd2d

I found an .exe in the bin folder but get an error when I try to run it:
"mobileCache2Shape10.0 has encountered a problem and needs to close....."

Are there any system prerequisites to run the tool, etc.  I have an ArcGIS Mobile 10 project with 4 days of data collected, for some reason when the consultant using it opened it this morning it said the project was corrupt.  I am hoping this tool will let me retrieve the 4 days of work :p.
0 Kudos
DeniseKing
Esri Regular Contributor
Hi David,

Thank you alerting us to the MobileCacheTool 10.0 error message. We have identified and added missing DLL to the sample which was causing the error. Please download and run the modified tool from original location.

MobileCacheTool 10.0
http://www.arcgis.com/home/item.html...b962e6225ebd2d

MobileCacheTool can extract selected features or features in a  specified status (original/added/deleted/modified/current) to a  shapefile. Photos saved in raster/blob fields are exported as files.


  • This  version works for ArcGIS Mobile 10 cache

  • This tool relays on ArcGIS Mobile 10 runtime and ArcGIS Desktop 10 runtime (need to have both mobile and desktop installed)

  • In  mobile10, esri.arcgis.mobile.dll is not installed to GAC, to run this  tool,  esri.arcgis.mobile.dll needs to be in current folder

Denise
0 Kudos
by Anonymous User
Not applicable
"Photos saved in raster/blob fields are exported as files"
Is there a way to determine which record in the table each photo should be associated with?

Thanks,
Ali
0 Kudos
VickyS
by
Occasional Contributor
Is this tool available for 10.1?
0 Kudos
DeniseKing
Esri Regular Contributor
Victoria,

Are you referring to the 2 GP tools included with Mobile Tools toolbox in ArcToolbox at ArcGIS 10.1 SP1 release with ArcGIS for Windows Mobile 10.1.1?
These are Create Mobile Cache and Synchronize Mobile Cache.

Or are you meaning the mobile cache to shapefile tool samples on ArcGIS Gallery?
   MobileCacheTool 10.0
   MobileCache2Shape 3.1
   MobileCache2Shape 3.0

If the mobile cache to shapefile tools, its likely on Mobile Teams To Do list as they've published this tool for previous ArcGIS for Windows Mobile releases. Let me know if this is indeed what you are inquiring of, and I'll be happy to inform them of your request to have an updated tool for 10.1. Curious, are you running on 32-bit or 64-bit OS?

Thanks,
Denise
0 Kudos
MiguelDias
Deactivated User
Hello Denise,

I used ArcGIS Mobile 10.1 to collect features in the field. The feature class we used to collect features didn't had a GlobalID, but it allowed us to create the Mobile Cache and collect the features. We then tried to synchronize the changes back to the feature class but it did nothing. It was then we noticed that the GlobalID is missing. Now we have 100+ features stuck in the Mobile Cache.
I tried to use the MobileCacheTools10.0 with that cache but it threw an error about the cache version.
I'm trying to update the source code of the tool to 10.1, but there are many references to 10.0 which I don't know the difference in 10.0.
Is there a new MobileCache10.1 available or any other tool that allow us to get the data out of the cache?

Thank you
Miguel Dias
0 Kudos
DeniseKing
Esri Regular Contributor
Miguel,

Do you mean you are using ArcGIS for Windows Mobile v10.1.1?
Please confirm version & build of ArcGIS for Windows Mobile installed (from ArcGIS Mobile > About option).
What version & build of ArcGIS for Desktop installed (in ArcMap or ArcCatalog, from Help menu > About).
Doesn't appear v10.1.1 MobileCacheTool sample is currently available, once it is it will be uploaded to Gallery
with the other versions, http://www.arcgis.com/home/search.html?q=mobile%20cache%20shapefile&t=content.

Thanks,
Denise
0 Kudos