Saturday, July 14, 2018

IBM WCS ACPLOAD Command Execution Steps

Acpload command
To run the access control policies you need to use acpload.bat in  \bin directory with in you WebSphere Commerce Developer installation directory (M:\IBM\WCDE80\bin).

To run acpload if you are using default WCD (Derby DB)

  • Open command prompt and go to bin directory 
  • Run acpload ACPolicyfilename.xml

To run acpload if you are using DB2 or Oracle

  • Open command prompt and go to bin directory 
  • Run acpload <your database name> <your Db user name>  <your Db user password>   <ACPolicyfilename.xml >  <DB schema name (normally it will be same as  your database user name)>

acpload.bat WCSDB db2admin db2admin D:\IBM\WCDE80\xml\policies\xml\ACPPolicy.XML WCSADMIN

  • check the acpload.logs and make sure there is no errors. 


Sharing Is Caring!!!!!!