Any update from ESRI on this? We need to be able to create mobile map cache files using ArcObjects in our .NET code.Regards,Joe
Dear All,Have you had any news about this issue ? Even after the SP1, when I run the "CreateMobileMap_mobile" geoprocessing from dotnet code, it returns successful and 3 temporary folders are created in C:\Windows\Temp. Each of them contains the same 3 files: "MapSchema.bin", "MobileCache.db" and "MobileCache.db-journal".It seems it ignores the output folder parametter I set, and then generate an empty mapcache...Is there any workarround or fix ?Best regards,
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Desktop); ESRI.ArcGIS.Mobile.GP.CreateMobileMapTool createMobileMap = new ESRI.ArcGIS.Mobile.GP.CreateMobileMapTool(); IArray mobileParams = new ESRI.ArcGIS.esriSystem.Array(); mobileParams.Add("C:\\projects\\czPitDemo.mxd"); mobileParams.Add("C:\\projects\\testfolder"); ITrackCancel tc = new CancelTracker(); tc.CancelOnClick = true; createMobileMap.Execute(mobileParams, tc, null, null);
ArcGIS Mobile 10.0 Build 2500 is now available on the Customer Care portal for download. The build appears to resolve a previous software defect in which automated map cache creation using both Python and ArcObjects executed without error, but failed to create content.During my testing, a Windows console application which instantiated an ArcGIS Desktop license generated the appropriate content when using C#. I noticed however that checking out an Engine license instead causes a COM error in the same code. This issue was logged as [#NIM068816 Initializing an Engine license is not sufficient to execute Create Mobile Cache programmatically. ]If you have questions or concerns related to this issue, please don't hesitate to contact Esri Technical Support. If someone else could confirm that they can use ArcObjects to create map caches, it would be appreciated.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.