Preparing the SAP CRM ESDMA for Deployment

Follow these steps to unzip the ESDMA to the directory structure on the server where Sybase Unwired Platform is installed and create the sup-db.xml file.

Prerequisites
Generate and download the SAP CRM ESDMA from NetWeaver Mobile.
Task
  1. On the server where Sybase Unwired Platform is installed, create a directory named ESDMA at <UnwiredPlatform_InstallDir>\Servers\UnwiredServer.
  2. Extract the contents of the SAP CRM ESDMA to <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\ESDMA.
  3. Under the ESDMA directory, create a directory named META-INF.
  4. In the META-INF directory, create a file named sup-db.xml.
    1. Copy and paste the following to the contents of the sup-db.xml file.
      <package name="SAP_CRM" short-name="SAP_CRM" sup-name="SAP_CRM“ 
      version="1.0“
      java-package="com.sybase.sap.crm.db“ 
      cs-namespace="Sybase.Sap.Crm.Db“ 
      oc-namespace="crm_db_"  
      <!-- Update with new host and port, listener.url must end with /doe/publish. -->  
      <property 
           name="listener.url" 
           value="http://<supserver host name>:<sup listener port>/doe/publish" />  
      <database name="crm-database" />  
      <database-class name="CrmDatabase" />  
      <personalization-parameter name="language" type="string" owner="client" /> 
      <include file="afx-esdma.xml" />
      </package>
    2. Replace the values highlighted with values applicable to your implementation:
      <supserver host name> SUP server host name, or SUP server IP address
      <sup listener port> The listener port for SUP server. Use 8000, the default value , or port number set during the Sybase Unwired Platform installation.
      Note: Change only <supserver host name> and <sup listener port>. The other values set in the sup-db.xml have been set to match subscription configuration in Sybase Unwired Platform. If you change these values, subscriptions may fail.
    3. Save sup-db.xml to its location at <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\ESDMA\META-INF.
You are now ready to deploy the SAP CRM ESDMA to Unwired Server.