Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
This situation may occur if you can not determine which BusinessConnect Software installer (64 bit or 32 bit) was used.
You can check the file type of bcengine binary executable in <TIBCO-HOME>/bc/5.x/bin directory.
Example : (Unix)
$ file <TIBCO-HOME>/bc/5.3/bin/bcengine
<TIBCO-HOME>/bc/5.3/bin/bcengine: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), not stripped
$ file <TIBCO-HOME>/bc/5.2/bin/bcengine
<TIBCO-HOME>/bc/5.2/bin/bcengine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
Windows does not provide in-build 'file' command. However this utility can be downloaded from
http://www.vowles-home.demon.co.uk/utils/windows_file_exe.htm
or
http://gnuwin32.sourceforge.net/packages/file.htm