Managing projects in mobile content server

Depending on the ArcGIS Server role to which you belong, you have different access rights to manage mobile projects and folders on the mobile content server. The actions you can perform include:

Most actions described in this topic requires you to be in an administrator role or a publisher role. See Mobile content server to know what operations can be performed by users from each role.

Accessing mobile content server

You can manage projects on your content server through a Representational State Transfer (REST) endpoint.

Steps:
  1. Open an web browser and enter the uniform resource locator (URL) of the REST endpoint. The URL should have the following format: http[s]://<server name>:<port number>/<ArcGIS-instance>/mobile/content.
  2. When the page is loaded, log in with your ArcGIS Server account credential.

    If you log in successfully, you will see the Content Root page as shown below:

    Mobile content server root page

  3. Click WindowsMobile to see the Content Type page.
  4. By default, there is a Projects folder. If you have created more folders, they will be listed on the page as well. Read the following sections for more information.

Managing mobile projects

NoteNote:

To upload or download mobile projects, you can use Mobile Project Center (MPC). Your field crew can also download projects using the field applications.

Deleting and moving a mobile project

Steps:
  1. On the Content Type (WindowsMobile) page, click the folder that contains the project you want to delete or move.
  2. On the Content Type (WindowsMobile) - Folder (<Folder name>) page as shown below, click the mobile project you want to delete or move (has the .wmpk extension).
    Mobile content server project list page
  3. The Item (WindowsMobile - <Project name.wmpk> page shows. Scroll to the bottom of the page to find the Supported Operations: section, then click Delete Item or Move Item.
  4. On the next page you are prompted to confirm the action. If you're moving a project from the Move To Folder drop-down list, you can select the destination folder. You can then select Hypertext Markup Language (HTML) or JavaScript Object Notation (JSON) as the format of the output (indicates whether the action completes successfully) from the Format: drop-down list.
  5. Click the Delete Item button or Move Item button to confirm.

    If the operation is successful, you will see the "success" : "true" text (JSON format) or Success : true (HTML format) message.

Managing folders

Creating a folder

Steps:
  1. At the bottom of the Content Type (WindowsMobile) page, locate the Supported Operations: section, then click Create Folder.
  2. The Create Folder page shows. Enter the folder's name in the Title text box. You can then select HTML or JSON as the format of the output (indicates whether the action completes successfully) from the Format: drop-down list, then click the Create Folder button.

    If the operation is successful, you will see the "success" : "true" text (JSON format) or Success : true (HTML format) message.

Deleting a folder

NoteNote:

Before deleting a folder, you first have to delete all the mobile projects it contains.

Steps:
  1. On the Content Type (WindowsMobile) page, click the folder you want to delete.
  2. The Content Type (WindowsMobile) - Folder (<Folder name>) page shows. Locate the Supported Operations: section, then click Delete Folder.
  3. You can then select HTML or JSON as the format of the output ( indicates whether the action completes successfully) from the Format: drop-down list, then click the Delete Folder button to confirm deletion.

    If the operation is successful, you will see the "success" : "true" text (JSON format) or Success : true (HTML format) message.

8/16/2013