KB Article #182483
property to set the USER/PASS in command line for mapProxyDeployer and other CliTools
Problem
-- The mapProxyDeployer tool is dependant on supplying the USER/PASS when issuing the command like so:
/data/axway/b2bi/Interchange/tools/mapProxyDeployer USER username PASS password DEPLOY /data/axway/shared/mapdeploy
-- Back in B2Bi 2.6 P1, there was a change that improved the security of the mapProxyDeployer, and user has to set the USER/PASSWD in a prompt, but there was a parameter for the tuning.properties file "secureMapProxyDeployerTool=false" to afford the user to set the USER/PASS in command line
-- since UP2022-10, the property no longer works
Resolution
* There is a new properties to be used instead of secureMapProxyDeployerTool : this property is global for the command lines and can be set to true or false in the <Interchange>/conf/tuning .properties :
secureRunForCliTools=false