A system administrator has created a Python script that will run in WebSphere Network cell where
administrative security is enabled. This script is named doUpdate.py and will be run by using the
following:
wsadmin -connType RMI -f doUpdate.py
How can the administrator suppress a user/password prompt from appearing when this script is
run?
Set the user and password in the:

A.
sas.client.props file.
B.
ssl.client.props file.
C.
soap.client.props file.
D.
wsadmin.properties file.
I think the answer is wrong in this one
0
0
http://pic.dhe.ibm.com/infocenter/radhelp/v9/index.jsp?topic=%2Fcom.ibm.jythontools.doc%2Ftopics%2Ftwsadminlauncher.html
0
0
hello
0
0
The correct is A.
0
0
Durel can u give me the exact answers for all
0
0
can u post correct answers for all
0
0
The answer is A
http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/txml_security.html
If you use a Remote Method Invocation (RMI) connector or a JSR160RMI connector, set the following properties in the sas.client.props file with the appropriate values:
com.ibm.CORBA.loginUserid=
com.ibm.CORBA.loginPassword=
0
0
A
0
0
For RMI its sas.client.props while for soap its soap.client.props file.
A
0
0
The correct answer is A
0
0
I was study, then must set parameters com.ibm.SOAP.loginUserid and loginPassword in properties soap.client.props.
The correct is C.
0
0
Answer is A
0
0
https://www.ibm.com/support/knowledgecenter/en/SSHJB3_6.2.0/com.ibm.curam.content.doc/Deployment_WebsphereApplicationServer/c_WEBSPHAPS_Configuration3Sasclientprops1.html
0
0