HCL Workload Automation, Version 9.4

3. Update associated WebSphere Application Server properties

On both Windows and UNIX operating systems, after you modified the WebSphere® Application Server to use LDAP, it is important that you change the SOAP client properties and revalidate the user credentials of the Windows services:
Update SOAP client properties
To update the SOAP client properties, use the updateWAS.sh/.bat script as follows. (For more detailed information, see Application server - updating the SOAP properties after changing the WebSphere Application Server user or its password).
updateWas.sh -user john.smith@domain.com -password zzzz 
where -user and -password are set to the new logical user which is authorized to stop the WebSphere Application Server. The user must be defined in the user registry.
Update Windows services
On Windows, after the WebSphere Application Server was modified to use LDAP, you must update or revalidate the credentials of the Windows services by using the updateWasService.bat script as follows. (For detailed information, seeApplication server - updating the Windows services after modifications).
updateWasService -userid tws83 -password zzzz 
–wasuser TEST_LDAP –waspassword xxxxxx
where –userid and –password are set to the operating system user ID and password of the user running the WebSphere Application Server process, and –wasuser and –waspassword are set to the new logical user authorized to stop the WebSphere Application Server. The –wasuser option must be defined in the user registry.