![]() |
![]() |
© 2013 Attachmate Corporation. All rights reserved.
Version 4.1This file contains late-breaking information about the Verastream Bridge Integrator.
The Transaction Studio will open and update projects created with Verastream Transaction Integrator 4.0/4.1.
You can develop VBI client runtime code on the mid-tier so that each session issues a Disconnect() API when the session has completed it's tasks. This prevents stranded CICS Temporary storage queues from negatively impacting performance.
The new RACF security rules provide for mixed case passwords. These VBI API methods are compliant with this development:
Any userID or password information collected in custom developed 3270 applications on the host must make sure that the terminal is operating with a 3270 model terminal defined with a TYPETERM that allows for mixed case. Also, you should only shift userID and password to upper case if the RACF rules for passwords that are in effect in that CICS region require passwords to be in upper case. If there are too many incorrect sign-on or verification attempts when executing the security related API, the RACF userID may be suspended.
![]() |