RSA/RAD 6.0 Console output fails to display in the v6 Test Env when global security is enabled.
Detail is in the following link:
http://www-1.ibm.com/support/docview.wss?uid=swg21198280
Basically the steps are:
1. Use SOAP as the server connection type
2. Run the following (with server secured and started):
3. Restart server (always use SOAP as server connection type)
wsadmin -profile redeployFileTransfer.jacl -lang jacl
-c "fileTransferAuthenticationOn cellName nodeName serverName"
-user username -password password -conntype SOAP -host hostName -port portNumber
Replace blue-highlighted with real values. The -conntype, -host and -port can be omitted for default values.
Example:
wsadmin -profile redeployFileTransfer.jacl -lang jacl
-c "fileTransferAuthenticationOn home-ptybeeka11Node03Cell home-ptybeeka11Node03 server1"
-user wsadmin -password here4you -conntype SOAP -host home-ptybeeka11 -port 8881
http://www-1.ibm.com/support/docview.wss?uid=swg21198280
Basically the steps are:
1. Use SOAP as the server connection type
2. Run the following (with server secured and started):
3. Restart server (always use SOAP as server connection type)
wsadmin -profile redeployFileTransfer.jacl -lang jacl
-c "fileTransferAuthenticationOn cellName nodeName serverName"
-user username -password password -conntype SOAP -host hostName -port portNumber
Replace blue-highlighted with real values. The -conntype, -host and -port can be omitted for default values.
Example:
wsadmin -profile redeployFileTransfer.jacl -lang jacl
-c "fileTransferAuthenticationOn home-ptybeeka11Node03Cell home-ptybeeka11Node03 server1"
-user wsadmin -password here4you -conntype SOAP -host home-ptybeeka11 -port 8881
1 Comments:
Upgrade to RAD v6.0.1.1 plus Interim Fix (Ifix) 001 and 002 should resolve this problem. But SOAP connection type should be used for it to work.
Post a Comment
<< Home