Steps to deploy TIBCO IntegrationManager application on the TIBCO Administrator.

Steps to deploy TIBCO IntegrationManager application on the TIBCO Administrator.

book

Article ID: KB0093050

calendar_today

Updated On:

Products Versions
TIBCO IntegrationManager -
Not Applicable -

Description

Resolution:
To deploy an IM application on Administrator, do the following.

1).  Copy <IM_HOME>/tools/jars/tsmim.jar to <TRA_HOME>/hotfix/lib .

2).  Restart the TIBCO Admin and TIBCO Hawk Agent daemons so that the daemons recognize the tsmim.jar.

3).  Use the utility "adddeployinfo" to add deployment information to an existing IM installation. The "adddeployinfo" utility is located in <IM_HOME>/tools/bin. See readme.adddeployinfo for more information.

     Run the command "adddeployinfo <registryFile>" where <registryFile> is on Windows platform.
    --------------------
    <SystemDrive>:\<WINDOW>\vpd.properties.tibco.<systemName>

      Example: If your systemDrive is C: and your systemName is "turbo", then the registryFile is C:\WINNT\vpd.properties.tibco.turbo .

4).  Find the target VC-File format IM instance. If the IM instance is of the ".dat" format, use the "RepoConvert" utility to convert the existing .dat file into a multi-file VC format instance (i.e. RepoConvert in        C:\test\test.dat -r c:\temp\testtarget). The "RepoConvert" utility can be found in the <TRA> application installation.

5).  Use the utility "createear" to create the IM EAR file for the target IM instance. The "createear" utility is located in <IM_HOME>/tools/bin.
  
  To create a TIBCO IntegrationManager EAR file, do the following:

    a). Modify "createear.properties" file to add the required properties:


    im_engine.deploy.instance_root_dir - the root directory of the IM instance (VC file format)
    im_engine.deploy.author - specifies the author of the EAR file
    im_engine.deploy.owner - specifies the owner of the IM iar file

    b). Run the command "createear <name of IM EAR instance>" .
        
    c). The result will be an EAR file to be used for deployment (i.e. <name of IM EAR instance>.ear).

6).  Launch TIBCO Administrator.

7).   In TIBCO Administrator, go to the Application Management module and choose "New Application".

8).  Click "Upload EAR File" and choose the newly created EAR file.

9).  Configure the application.

10). Deploy the application.

Issue/Introduction

Steps to deploy TIBCO IntegrationManager application on the TIBCO Administrator.

Environment

Product: TIBCO IntegrationManager™ Version: 5.0.2, 5.0.2-HOTFIX-11 OS: All Supported Operating System.