To launch the Text Transformation tool, do the following:
- Run the appropriate script:
WC_installdir/bin/TextTrans.sh
WC_installdir\bin\TextTrans.cmd
Copy the files necessary in order to run the Text Transformation tool to their Windows machines.
The following is an example of how to do this:- Create a new directory on the Windows machine (drive:\TextTrans for example).
- Create the following new subdirectories under
drive:\TextTrans:
\bin \lib\loader \wcmadmin \logs \web
- Copy the files from the iSeries machine to these directories according to
the following chart:
iSeries directory Windows directory /QIBM/ProdData/CommerceServer55/bin/TextTrans.cmd drive:\TextTrans\bin\TextTrans.cmd /QIBM/ProdData/CommerceServer55/lib/loader/wcmxmlp.jar drive:\TextTrans\lib\loader\wcmxmlp.jar /QIBM/ProdData/CommerceServer55/lib/loader/wcmxslt.jar drive:\TextTrans\lib\loader\wcmxslt.jar /QIBM/ProdData/CommerceServer55/wcmadmin/*.* drive:\TextTrans\wcmadmin\*.* /QIBM/ProdData/CommerceServer55/web/*.* drive:\TextTrans\web\*.* - Modify the TextTrans.cmd file on the Windows machine by
inserting the following text:
set WCS_HOME=drive:\TextTrans
before the following:
set lib=%WCS_HOME%\lib\loader set WCLOGDIR=%WCS_HOME%\logs set log=%WCLOGDIR%\texttransform.log
- Launch the Text Transformation tool by running TextTrans.cmd on the Windows machine.