<?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 Permissions for CreateMobileMap in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97855#M462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a Mobile Map With the GeoProcessor and ArcGisMobile build 2525 from an ArcGIS Engine application. This is working fine when I run the application as an administrator. But when the same application runs as a ordinary user i get a general exception from Arcobjects (80004005). My code is fairly simple:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IVariantArray parameters = new VarArrayClass();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add("C:\\temp\\test.mxd");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add("C:\\temp\\MobileCache");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoprocessor GP = new Geoprocessor();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GP.Execute("CreateMobileMap", parameters, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know anything about permissions using this tool or other tools with the GeoProcessor object?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Anders&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2012 14:14:06 GMT</pubDate>
    <dc:creator>AndersWallberg</dc:creator>
    <dc:date>2012-03-19T14:14:06Z</dc:date>
    <item>
      <title>Permissions for CreateMobileMap</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97855#M462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a Mobile Map With the GeoProcessor and ArcGisMobile build 2525 from an ArcGIS Engine application. This is working fine when I run the application as an administrator. But when the same application runs as a ordinary user i get a general exception from Arcobjects (80004005). My code is fairly simple:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IVariantArray parameters = new VarArrayClass();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add("C:\\temp\\test.mxd");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add("C:\\temp\\MobileCache");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoprocessor GP = new Geoprocessor();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GP.Execute("CreateMobileMap", parameters, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know anything about permissions using this tool or other tools with the GeoProcessor object?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Anders&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 14:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97855#M462</guid>
      <dc:creator>AndersWallberg</dc:creator>
      <dc:date>2012-03-19T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions for CreateMobileMap</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97856#M463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any updates on this??? I am experiencing the same issue. I'm getting "Implementation of this Tool's Validate is invalid" error, while running Create Mobile Map as ordinary user (Member of agsadmin, administrators), when I run it as administrator there is no problem at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 05:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97856#M463</guid>
      <dc:creator>matuskajba</dc:creator>
      <dc:date>2012-09-03T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions for CreateMobileMap</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97857#M464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am running version 2550 and still the same issue. It doesn't happen in all machines though. Anybody has any updates?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 18:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97857#M464</guid>
      <dc:creator>nagavijayasankaran</dc:creator>
      <dc:date>2012-09-24T18:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions for CreateMobileMap</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97858#M465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did anyone at ESRI answer this Q?&amp;nbsp; Unfortunately, I currently do NOT have access to ESRI support because our I don't have my organization's customer number (and for whatever reason there appears to be a bit of resistance in the organzation to share that w/ the GIS power users).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if anyone knows the answer it would be great.&amp;nbsp; Unfortunately I don't have admin rights at this time in my work PC. I'm trying to figure out if I will need it to be able to fully support a customized ArcGIS for Mobile app that I'll be inheriting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 04:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/permissions-for-createmobilemap/m-p/97858#M465</guid>
      <dc:creator>DianaUmpierre</dc:creator>
      <dc:date>2012-12-03T04:00:13Z</dc:date>
    </item>
  </channel>
</rss>

