Is it posible to do silent installation of EMS drivers in BW 6.x?

Is it posible to do silent installation of EMS drivers in BW 6.x?

book

Article ID: KB0081363

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 6.3.4 and onwards

Description

It is possible to do silent installation of EMS drivers in BW 6.x ?

Issue/Introduction

It is possible to do a silent installation of EMS drivers in BW 6.x ?

Environment

Windows, Linux

Resolution

In BW 6.3.4 and forward, EMS client libraries are no longer shipped with the BW product. They are installed by running the utility "bwinstall ems-driver" and it will prompt for the location where the EMS client libraries reside in the EMS directory. It is possible to automate the installation of the EMS client libraries in BW by running the "bwinstall" utility using the following command:

For Windows platforms:

You can run following commands.
 
Steps: 

Goto bin directory of BW Home and run one of the following commands:

For Windows platforms:

1). echo C:\EMS_HOME\components\shared\1.0.0\plugins|bwinstall.exe ems-driver

2). bwinstall ems-driver -Dzip.location.esc=C:\EMS_HOME\components\shared\1.0.0\plugins

For Linux platforms:

1). echo C:\EMS_HOME\components\shared\1.0.0\plugins | ./bwinstall ems-driver

2).  ./bwinstall ems-driver -Dzip.location.esc=C:\EMS_HOME\components\shared\1.0.0\plugins

See the attached (Filenames: Ems-driver_silent.png , ems-driver_2.png) for reference.

Attachments

Is it posible to do silent installation of EMS drivers in BW 6.x? get_app
Is it posible to do silent installation of EMS drivers in BW 6.x? get_app