Sterling B2B Integrator - Accessing the User Interface
After IBM® Sterling B2B Integrator is installed, your system administrator creates your user account and assigns user permissions related to using the various system components.
Before you can access the IBM Sterling B2B Integrator UI, the system must be installed and you must log in.
- IBM Sterling B2B Integrator UI URL for the login page
- Your User ID
- Your Password
Log In and Out
You log in to IBM® Sterling B2B Integrator with your User ID and password, and you log out by clicking the Logout in the top right corner of the page.
- Navigate to theIBM Sterling B2B Integrator Login page.
- Enter your User ID.
- Enter your Password.
- Click Sign In.If the Login page is displayed again, this indicates that your system administrator requires you to create a new password the first time you log in, for security reasons. Enter a new password in the corresponding fields, and click Sign In again.The Admin Console pane is displayed.Note: If your User ID or password or both do not work, contact your system administrator.
Troubleshoot a Failed User Login
Repeatedly entering an invalid User ID or password can lock you out of the system, and you need to troubleshoot the system to successfully log in.
- Passwords are case-sensitive. Check whether the Caps Lock key is off.
- Repeatedly entering an invalid User ID and Password can lock you out of the system. The system administrator configures the number of failed login attempts that are allowed.
- Log in using any other computer that has access to IBM Sterling B2B Integrator. Lock outs affect only the computer being used and do not apply to the User ID or Password being attempted.
- Wait for thirty minutes, which is the duration of the lock out. Then try again using the same computer.
- Request the system administrator to deactivate the lock. The administrator uses the Lock Manager page in IBM Sterling B2B Integrator to deactivate the lock.
Lock Out Parameter
The lock out parameter specifies the number of consecutive failed login attempts that are allowed before a user is locked out of the application.
By default, the lock out parameter (ConsecFailedAttempts) is set to 0, which tells the login servlet to not lock users, regardless of the number of failures. System administrators can set this lock out number to any numeric value by editing the ui.properties.in
file in the properties directory.
ui.properties.in
file and not the ui.properties
file. If you make changes to the ui.properties
file, and restart the system, the changes you made to the ui.properties
file are overwritten by the ui.properties.in
file.The ConsecFailedAttempts parameter controls the user lock out behavior for:
- IBM® Sterling B2B Integrator Administration Menu
- FTP Server Adapter
- SSH/SFTP Server Adapter (for SFTP and SCP protocols)
- MBI (Mailbox Browser Interface)
Edit the Lock Out Parameter
You can edit the lock out parameter from the properties directory.
- Stop IBM® Sterling B2B Integrator.
- Navigate to the installation directory.
- Navigate to the bin directory.
- Navigate to the properties directory.
- Locate the
ui.properties.in
. - Using a text editor, open
ui.properties.in
. - Locate the
ConsecFailedAttempts= 0
entry. - Highlight and change 0 to the new number of login attempts.
- Save the
ui.properties.in
file under the same name in the same location. - Run the setupfiles script.
- Restart IBM Sterling B2B Integrator.The changes you made in the
ui.properties.in
file are applied