IP-COE 14.0 save_credential.sh
Hi Experts,
I'm trying to configure the What-If service call for Item Planning (Configured for COE), version 14.0.
The Operations Guide, mentions a script named save_credentials.sh that will be used to create wallet entries, for instance:
$ save_credential.sh -a <keyadm> -u <keyadm> -p <csmwallet_mapname> -l <csmwallet_file> <password>
Apparently this script is located in the installation directory: CDROM/itemcoe/retail-public-security-api/bin but it does not accept parameters -u, -p, -l.
Instead, save_credential.sh expect parameters:
$ save_credential.sh <userNameAlias> <username> <locationofWalletDir>
Is this s documentation bug? Is there any other save_credential.sh script that I'm overlooking?