230 Keeping Commerce Applications Updated: WebSphere Commerce 5.1 to 5.6 Migration Guide
Creating the wcs_pmpassword script
The WebSphere Commerce V5.6 Toolkit does not ship with a script to generate
encrypted passwords for WebSphere Commerce Payments. Create a file called
wcs_pmpassword.bat in the wctoolkit_home\bin directory. Example A-4 shows the
contents of the file.
Example: A-4 wcs_pmpassword.bat script for WebSphere Commerce V5.6 Toolkit
@echo off
%~d0
cd %~p0
setlocal
rem Pick up the WebSphere Commerce environment variables
call setenv.bat
set CP=%RUNTIME_CLASSES%;%PROPERTIES%;%RUNTIME_JARS%\wcs.jar
%JAVA_HOME%\bin\java -classpath %CP% com.ibm.commerce.util.WCSPMPassword %1 %2
endlocal

Get Keeping Commerce Applications Updated: WebSphere Commerce 5.1 to 5.6 Migration Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.