Upgrading the Mashery Local SDK 5.2 or 5.3 to Mashery Local SDK 5.3.1

These instructions apply if you are upgrading from TIBCO Mashery Local 5.2 or 5.3 to TIBCO Mashery Local 5.3.1.

Procedure

  1. Extract the TIB_mash-local_5.3.1.GA*.tar.gz to your desired location and locate the sdk.zip file file.
  2. Extract contents of sdk.zip to a known location.
  3. Note: Windows users can skip this step.
    Navigate to the location where you have extracted the sdk.zip file.

In the command prompt, input the following :

  1. cd <extract location>/MasheryLocalSDK
  2. chmod +x update-sdk.sh

  1. In the command prompt, input the path of the extracted contents of TIBCO MasheryLocalSDK 5.2 or TIBCO MasheryLocalSDK 5.3.
    • For windows:
      C:\Users\Administrator\MasheryLocalSDK> update-sdk.bat -d "<path of TML 5.2 MasheryLocalSDK folder>"
      Or
      C:\Users\Administrator\MasheryLocalSDK> update-sdk.bat -d "<path of TML 5.3 MasheryLocalSDK folder>"
    • For Linux/MacOS:
      /home/user/MasheryLocalSDK$ ./update-sdk.sh -d "<path of TML 5.2 MasheryLocalSDK folder>"
      Or
      /home/user/MasheryLocalSDK$ ./update-sdk.sh -d "<path of TML 5.3 MasheryLocalSDK folder>"

What to do next

The libraries, documents and example folder will get updated. You will be required to rebuild the processors and other extensions.

To rebuild the adapters:
build-adapter.sh
build-adapter.bat