Select to view content in your preferred language

Operational Layer from 10.2 mobile cache dosent show nothing in MPC

1671
4
11-08-2013 06:20 AM
JohnBendix
Regular Contributor
Hi I am trying to use a mobile cache generated in arc 10.2 for layers in Mobile Project Center.
The issue I am having is the layers show up in the left payne but no layers show up in the preview?
I,m using version 10.2 for everything. Am I doing something wrong???
Thanks John
0 Kudos
4 Replies
JohnBendix
Regular Contributor
ANYONE...???
0 Kudos
JohnFannon
Frequent Contributor
Have you tried zooming to the full extent in MPC?

The other thing you can do is download SQLite3 (http://www.sqlite.org/sqlite.html) and check there are features present in the relevant tables in the cache database. The mobile caches are just SQLite databases that can be accessed/queried using SQLite3.

John
0 Kudos
JoshPritt
Regular Contributor
You can also use the Fiddler app to watch the traffic coming to/from the ArcGIS Server.  We're trying to figure out issues with MPC right now during go-live and are going crazy trying to figure out what the issue is.  If you have a lot of layers (more than 12) and are zoomed out to the entire extent of all of the features then it is going to take HOURS for it to draw.  You'll see in Fiddler the size of the HTTP responses (mostly JSON and SOAP strings) coming back and weighing in around 4-12 MB in size!
It has to pull down all the attribute and geometry data of every single feature so it takes quite a while if you have a lot of data like we do.  You can get Fiddler here: http://fiddler2.com/
0 Kudos
DustinEdge
Deactivated User
Hi John

I had the same issue a few days ago. My situation was that I was building the Mobile project on the tablet by accessing the cache off our network drive. And same things....I couldn't preview any of the layers.

I copied the cache to the local drive and then built the mobile project. That worked.

Cheers
0 Kudos