I have a web application that interfaces with Ellipse 5.2.3.8 using MIMSJ and CICS. Recently one of our clients made a change on the Ellipse UI Login Properties page. They had been using “Host User Edit” and “Host Password Edit” and not “User Edit” and “Password Edit”.
So, when connecting to ellipse we had something like this:
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_USERNAME, “some_name”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_PASSWORD, “some_password”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_MIMSUSER, “”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_MIMSPASSWORD, “”
Recently they turned on “Use Host Login” and all the sudden are we getting the following CICS error, regardless of the user:
ERZ030051W 0001 : Unable to validate the password received with userid ”some_user”
Any ideas on how to remedy this? Thanks!
So, when connecting to ellipse we had something like this:
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_USERNAME, “some_name”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_PASSWORD, “some_password”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_MIMSUSER, “”
oMIMSConnect.setParameter oMIMSConnect.MIMSX_PARAM_MIMSPASSWORD, “”
Recently they turned on “Use Host Login” and all the sudden are we getting the following CICS error, regardless of the user:
ERZ030051W 0001 : Unable to validate the password received with userid ”some_user”
Any ideas on how to remedy this? Thanks!