Provisioning Properties Reference

Enter properties in the provisioning file that seed applications with initial connection registration values to SAP Mobile Server.

The provisioning file is an ASCII text file where each setting must be in a separate line, or separated by a semicolon. All fields in the configuration file are optional—that is, whatever is present in the file is imported.
Key Description
servername= The server name for the machine that hosts the SAP Mobile Server or Relay Server if this is used.
serverport= The server port number for SAP Mobile Server. The default is 5001.
companyid= The company or farm ID you entered when you registered the device in SAP Control Center, in this case, 0 (zero).
username= The name of the user to which the package is assigned. This should be the user name used in the registration.
activationcode= The activation code for the registered user, for example, 123.
serververificationkey= The server verification key, if present, must be a valid Base64-encoded string of the messaging server public key. An invalid Base64 string results in an empty key.
autoreghint= The preferred method for initial connection registration. The application defaults to the configured method as determined by the value you set.
  • 0 – No preference. The application implementation decides what is the default method to use
  • 1 – Default to automatic registration using password authentication
  • 2 – Default to manual registration
  • 3 – Default to automatic registration using a provisioned certificate from Afaria. (Afaria Certificate)
  • 4 – Default to automatic registration using certificate from a local source preferred. (Local Certificate)  
When an application does not support the requested registration method, an alternative method can be used as determined by the application.
urlsuffix=

The URL suffix is a pattern that is used internally by SAP Mobile Platform when constructing URLs as part of the correct path to connect to SAP Mobile Server. By default, you do not need to set this property; the client auto-detects the correct path when connecting directly to SAP Mobile Server, or when connecting to SAP Mobile Server via the Relay Server using its default settings.

Note: Only use when the administrator sets something other than the default path and URL suffix for the Relay Server.
protocol=

The protocol used to connect to the Relay Server or the reverse proxy server. (HTTP or HTTPS)