|
POST
|
Turn off background processing. I had a similar error with build mobile cache in 10.2 and it worked fine with background processing turned off.
... View more
11-10-2013
12:16 PM
|
0
|
0
|
724
|
|
POST
|
That only works for tile caches (conf.xml) and navmaps. Not for mobile caches (ie. mobilecache.db). Can't use tile caches - take up too much room - would be looking at 100+GB tile cache versus a 400meg mobile cache.
... View more
10-29-2013
09:16 PM
|
0
|
0
|
1100
|
|
POST
|
With 10.0 or was it 3.1 you could edit your amp and have your base map - in our case a mobile cache - outside your project folder. That doesn't seem to be the case with 10.1.1 and 10.2. We end up having to copy our 300-400meg cache 4+ times instead of once. You used to be able to have relative paths, now it appears to be just looking for folder names within the project folder. I've tried "..\" in the name of the folder in the amp (which has been made much more difficult to edit btw) and it just says the amp is not formatted correctly. What about UserID caches.... we have 4+ projects and each uses the same user ids. Each has to be synced before using. Wouldn't it make sense to have that in a central location? Is there a workaround?
... View more
10-29-2013
02:05 PM
|
0
|
4
|
1469
|
|
POST
|
No that's not what I meant above (that's my other login above). There's an option to have a base map that's already on the device so you don't have to upload it to your server or arcgis online and then download it again. You currently can do it with tile caches, but not mobile caches. Saves you having to upload and download your large base maps.
... View more
10-27-2013
02:49 PM
|
0
|
0
|
849
|
|
POST
|
With 10.1.1 if you have a numeric field you get the numeric keypad on Trimbles (don't know about other devices). With 10.2 it stays with the standard keyboard. Was that intentional?
... View more
10-23-2013
08:49 PM
|
1
|
0
|
1008
|
|
POST
|
I find if I change the data structure I have to rename the service. It's been the only sure fire way, though I'm sure someone at ESRI told me you have to delete it from the map and readd it and it will have the modifications.. I've got some feature services with the number 5 or 6 or bigger after them. Yes I hope someone at ESRI proves us wrong.
... View more
10-15-2013
04:55 PM
|
0
|
0
|
2298
|
|
POST
|
As far as I can see yes only to the root. But you can move after.... though if you've got a scheduled task to update I wouldn't move it out of the root. Please someone at ESRI inc prove me wrong.
... View more
10-15-2013
04:39 PM
|
0
|
0
|
2298
|
|
POST
|
You're not posting to feature services in sub-directories are you? 10.2 appears to have removed that ability.
... View more
10-14-2013
06:20 PM
|
0
|
0
|
2298
|
|
POST
|
We have been testing 10.1.1 and BGAN satellite uploading and noticed attachments are not uploading off our devices. I got the same device to upload a few points with attachments through 3G last week no trouble but as soon as we added 60+ points with a photo on each one no attachments at all have uploaded. The devices are connecting through USB cable and Windows Mobile Device Centre on laptop ethernet cabled into a BGAN dish... (two types of dishes - 60 points each). This is a typical scenario for us. Data is hosted publicly and sits with SQL2008R2. You can't even get them off once you're back on wifi. The devices still say there are photos but there is no way to get them off I can see. I'll be going to the local help desk anyway as soon as I can make this a water tight issue but just wanted to know whether anyone has experienced this with attachments. I hope 10.2 doesn't have this ... Thanks, Peter <edit> Since this I've tested same data set now with 120+ points on a fresh device using ethernet direct and now I'm getting no attachments at all even when I add 1 or 2 points?? Something about timing out I bet? I'm having flashbacks to raster/blob fields!!
... View more
10-08-2013
06:47 PM
|
0
|
0
|
796
|
|
POST
|
OK will do. Thought the problems had settled down. Then I just went to create a new dashboard to recreate the problem and it crashed again. I suspect the secure services hosted on our DMZ and registered on AGOL. I also get disconnections to the services sometimes while running dashboard - the little orange triangles with exclamation marks. And sometimes can't login using any of our organisation accounts - says I have the username or password wrong even though I'm sure I do... and will start working again in a few minutes. The other unknown could be our organisations firewalls... which I hope it isn't. I'll send the screen captures and work out a way for you to share the service causing the problem. Peter
... View more
10-08-2013
03:38 PM
|
0
|
0
|
1703
|
|
POST
|
Well I solved it in the end by having both an insert and update after trigger. As far as I can see ArcGIS Mobile inserts a row, but then adds the data in a seperate step. I had to use the insert after to make a new row in the second table, copy the globalid across so I could do a join back when the update comes through so I could do an update after and copy the data across. Seems to work smoothly. If anyone knows a better way please tell me.
... View more
09-25-2013
02:13 PM
|
0
|
0
|
1111
|
|
POST
|
No our services are hosted on a 10.1 ArcGIS Server situated in our DMZ with AGS maintained security with our data on a SQL Server inside the firewall. If I register those services and their password with AGOL then they work. Mind you as I said in the other thread here... it's crashing a bit. And giving me little triangles with exclamation marks - ie. disconnection notifications I imagine. I'm wondering whether it's our firewall now. It's even stopping me logging back on... saying things like I'm getting the password wrong.. which I know I'm not. All sorts of trouble and with the way it is it's not something I can give to anyone else in our dept. Yet btw Our data is emergency management data also... emergency current incidents, aircraft and vehicle tracking.
... View more
09-23-2013
10:27 PM
|
0
|
0
|
1871
|
|
POST
|
Operations Dashboard. When a feature layer fails to respond in from the Map in AGOL the dashboard bails. We've got features services on our DMZ ArcGIS Server 10.1 that are password protected using ArcGIS maintained security. Could be a timeout issue. But sometimes it's my fault when a service is restarting or stopped by mistake and the dashboard starts it then crashes. I can repeat the crash.
... View more
09-23-2013
03:34 PM
|
0
|
0
|
1703
|
|
POST
|
If you add a record to arcgis mobile then synchronise it, it appears you aren't getting a proper insert after event. The inserted record doesn't have any geometry. If I add the point in ArcMap it all works like it should with the geometry existing in inserted. Would it be that the geometry is added after the initial insert in an update? No versioning involved here. ArcGIS Mobile 10.1.1 and Server 10.1
... View more
09-23-2013
02:14 PM
|
0
|
2
|
4323
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-23-2013 08:49 PM | |
| 1 | 02-21-2017 04:04 PM | |
| 1 | 06-23-2015 04:22 PM | |
| 1 | 08-01-2017 07:18 PM | |
| 1 | 01-10-2017 03:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-19-2021
10:19 AM
|