terça-feira, 16 de dezembro de 2008

Proper way to run a Bwengine on a 64Bits machine

First make sure your bwengine thats on your BW_HOME/bin isn't already a 64 bits.


/tibco/.../bin >file bwengine

bwengine: ELF-32 executable object file - IA64


As you can see "ELF-32" shows us that the file is a 32bits executable.


Please follow these steps to enable 64-mode for BW:


1) cp TIBCO_TRA_HOME/bin/wrap64 to BW_HOME/bin

2) Change directory to BW_HOME/bin

a. mv bwengine to bwengine32

b. mv wrap64 to bwengine

3) cp bwengine.tra to bwengine-bak.tra

a. Using a text editor, open bwengine.tra

b. Find all occurrences of IA64N and replace with IA64W

c. In the tibco.env.STD_EXT_CP property, find %RV_HOME%/lib/ and change it to %RV_HOME%/lib/tibrvj.jar

Sem comentários: