Integration News
Troubleshooting
IBM Sterling B2B Integrator
Creating a user with less than 5 characters
PROBLEM
IBM Sterling B2B Integrator (SBI) allows user account creation atleast if it contains five characters. However, Are there any options to create a user with less than five characters?
RESOLVING THE PROBLEM
- Stop SBI
- Traverse to <SI_INSTALL_DIR>/properties folder and locate customer_overrides.properties file.
- If customer_overrides.properties file does not exists then create one.
- Add the below property into customer_overrides.properties file.
userIdMinLength=4 (Ex: to create a user id with 4 characters) - Start SBI
