DN Root of data store has a space e.g.: 'o=my company c=us'
Originally Published: 2004-01-06
Article Number
Applies To
Sun Solaris
Issue
Error: "Too may arguments" while running configtool.sh
Cause
Resolution
1. Edit configtool.sh's ADDLDAP line to the following which has quotes around each argument:
./configtool.sh ADDLDAP "$LDAP_CONFIG_NAME" "$TYPE" "$LDAP_SERVER" "$PORT" "$SECUREPORT" "$DN_ROOT" "$USER_BRANCH" "$RSA_BRANCH" "$LDAP_ACCOUNT_DN" "$PASSWORD" "$CONFIRM"
. Edit configtool.sh and change the following line:
$JAVA_HOME/bin/java $VM_OPTIONS $RSA_OPTIONS com.rsa.csf.techservice.datastore.configuration.ConfigTool $*
to the following:
$JAVA_HOME/bin/java $VM_OPTIONS $RSA_OPTIONS com.rsa.csf.techservice.datastore.configuration.ConfigTool $@
NOTE: Changing "$*" to "$@" tells configtool to pass the arguments as quoted strings.
3. Rerun the configuredatastore.sh script
Related Articles
RSA Governance & Lifecycle Integration: Microsoft Office 365 O365 Summary 71Number of Views Installation fails on Linux due to missing O/S libraries 68Number of Views RSA SecurID Access O365 WS-Fed Authentication Fails Intermittently 113Number of Views O365 WS-Fed authentication fails with RSA SecurID Access 109Number of Views MFA 2.3.x: .NET Framewrok "System.OutOfMemoryException" error and OS Crash During Authentication Due to Corrupt User Tile … 7Number of Views
Trending Articles
RSA SecurID Software Token 5.0.2 for Windows Desktop displays message after reboot due to roaming profile: No token stor… RSA Release Notes for RSA Authentication Manager 8.8 RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) Troubleshooting RSA SecurID Access Application Portal unsuccessful logon message due to a bad identity source bind
Don't see what you're looking for?