Purpose

This page explains how to execute the DMT using your Java Home and not using CAST MS.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(error)
Details

If you need to run the DMT with your JRE to avoid any limitation linked to the CAST MS JRE and memory limitation, use the below command lines. Visit the following page to get the application id and the version id: Delivery Manager Tool - Information - DELIVERY Folder Structure and Contents


  1. Run the DMT on a specific application version :

    JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "<CAST INSTALLATION FOLDER>\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "<YOUR DELIVERY FOLDER>" -oneApplicationMode <UUID application> -oneVersionMode <version uuid> -serverUrl "" -logFilePath "<Path to the log file>.castlog2"
    Example :
    "C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe" -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "C:\SBO - CAST\CAST-MS\833\Delivery" -oneApplicationMode d448dea0-b5d3-46e1-be00-daab1648576e -oneVersionMode a618fc01-71f0-4c55-b301-74d7402d296a -serverUrl "" -logFilePath "C:\temp\DMT.castlog2"


  2. Run the DMT on a specific application in order to create a new version or edit an existing version

    JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "<CAST INSTALLATION FOLDER>\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "<YOUR DELIVERY FOLDER>" -oneApplicationMode <UUID application> -serverUrl "" -logFilePath "<Path to the log file>.castlog2"
    Example :
    "C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe" -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "C:\SBO - CAST\CAST-MS\833\Delivery" -oneApplicationMode d448dea0-b5d3-46e1-be00-daab1648576e -oneVersionMode a618fc01-71f0-4c55-b301-74d7402d296a -serverUrl "" -logFilePath "C:\temp\DMT.castlog2"


  3. Run the DMT freshly

    <JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "<CAST INSTALLATION FOLDER>\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "<YOUR DELIVERY FOLDER>" -serverUrl "<GIVE A URL>" -logFilePath "<Path to the log file>.castlog2" -audience Integrator
    Example :
    "C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe" -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar "C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe" -StoragePath "C:\SBO - CAST\CAST-MS\833\Delivery" serverUrl "http://CASTAICP" -logFilePath "C:\temp\DMT.castlog2" -audience Integrator

Notes / Comments

 

Related Pages