Preparing Transport Scripts for CTS

SAP Mobile Platform archives are imported by CTS using a script-based deployment. Prepare the transport script using supadmin.bat.

Prerequisites
Because transport scripts rely on supadmin.bat, validate that the installed version of JRE is 1.6+.
Task
  1. Download supadmin.zip from SMP_HOME\Servers\UnwiredServer\bin\CTSPlus.
  2. On the server hosting CTS, check for the existence of a CtsScripts subfolder. If it does not exist, create it.
    To determine where to create the CtsScripts subfolder, use the System Information Console to find the value of the sys.global.dir system property. For example, the default value of the sys.global.dir property on Windows platforms is: C:\usr\sap\<SID>\SYS\global.
  3. Extract supadmin.zip into the CtsScripts subfolder.
  4. Change the JAVA_HOME variable in deploy_SUP.bat, to point to a JDK 1.6+ installation on the local server.
    Note: You can search for JAVA_HOME in deploy_SUP.bat to find and modify it.
  5. Set security settings according to your needs and security policy.
    • The CtsScript folder must be executable by the SAP sidadm user of the CTS host system.
    • Restrict access to the CtsScripts folder to users who are performing setup and deployment.
    Note: The supadmin.zip archive file also includes shell (.sh) versions of the deploy and supadmin CTS scripts, that enables script-based deployment for UNIX and Linux platforms.