If you enable security for a WebSphere Application Server cell, supply authentication information to communicate with servers.
The nature of the properties file updates required for running in secure mode depend on whether you connect with a Remote Method Invocation (RMI) connector, or a Simple Object Access Protocol (SOAP) connector:
com.ibm.CORBA.loginUserid= com.ibm.CORBA.loginPassword=Also, set the following property:
com.ibm.CORBA.loginSource=propertiesThe default value for this property is prompt in the sas.client.props file. If you leave the default value, a dialog box appears with a password prompt. If the script is running unattended, it appears to hang.
com.ibm.SOAP.securityEnabled=true com.ibm.SOAP.loginUserid= com.ibm.SOAP.loginPassword=
Note: To use an RMI connector you must log in using a user ID that has a SAF keyring defined.
To specify the user and password information, choose one of the following methods:
wsadmin.sh -conntype RMI -port 2809 -user u1 -password secret1
If you specify user and password information on a command line in addition to specifying it in the sas.client.props file or the soap.client.props file, the command line information overrides the information in the props file.