Deploying the Database Mobile Business Objects

Goal: Deploy the project that contains the database mobile business objects to the server.

Prerequisites
Finish the Tutorial: Developing Database Mobile Business Objects. You must be connected to both the sampledb database and Unwired Server.
Task
  1. Right-click in the SUP101 Mobile Application Diagram , and select Deploy Project.
  2. On the first page of the Deploy Mobile Application Project, accept the defaults, select Message-based, and click Next.

    SUP101_deploy
  3. On the Contents page, select the customer and sales_order MBOs and click Next.
  4. On the Package Jars page, click Next.
    Note: This window appears only if you are using the Advanced developer profile.
  5. On the Target Server page, from the list of available servers, select My Unwired Server and click Refresh (or connect to the server, if not already connected).
    Once connected, accept the default Domain and Security configuration settings, and click Next.
  6. If you have multiple server connections, you see the Server Connection Mapping page. Select the sampledb server connection and click Finish.
    select_sampledb
  7. When the Deployment status window shows the deployment was successful, click OK.
  8. Connect to Unwired Server and view the deployed project.
    1. In the Enterprise Explorer, click My Unwired Server.
      My Unwired Server is a default Unwired Server connection profile that provides access to Unwired Server, which you started in a previous step.
    2. Expand Domains > default > Packages. The server package sup101:1.0, into which you deployed the MBOs, appears in the Packages folder. The two MBOs appear in the Mobile Business Objects folder.
Related tasks
Generating C# Object API Code
Creating the User Interface for the Windows Mobile Device Application
Installing Sybase Messaging Runtime
Registering the Emulator in Sybase Control Center
Configuring Connection Settings
Deploying and Running the Device Application