Creating an AgentAdapter subscription

Procedure

  1. Open the Mobile Devices Administration Center.
  2. Select the Subscriptions folder of the Mobile Devices Administration Center.
  3. Right-click on the Subscriptions folder of the Mobile Devices Administration Center and select Create Custom Subscription.
  4. Type a name for the subscription in the Name field.
  5. Select the AgentAdapter in the Adapter field.
  6. Click the Launch Customizer button. The Source database window opens.
  7. Type a DB2 user ID with access privileges to the database into the User ID field
  8. Type the password for the user ID in the Password and Verify password fields.
  9. In the Other field, type the following line:
    dbname=DATABASE;procname=PROCEDURE
    

    where DATABASE is the name of the database used by the stored procedure, and PROCEDURE is the name of the stored procedure. For example to use stored procedure SP1 from data source DS1 and stored procedure SP2 from data source DS2, the following string is used:

    dbname=DS1;procname=SP1;dbname=DS2;procname=SP2
    
  10. Click OK to close the Source database window. Click OK to close the Create Custom Subscription notebook.

Related concepts