Hi
I'm in the process of upgrading my BO v4 SP2 to SP11.
Installation of SP11 has been completed and now I'm in the midst of deploying EAR file.
Below is the command that I used to deploy :-
$ ./wdeploy.sh websphere7 -DAPP=AdminTools deploy
However, unable to deploy due to below error msg :-
"Unable to connect to websphere, please check the administrative user name and password, and the administration port, if specified (DEP00297)"
Few things have been checked :-
- Ensure followings in "config.websphere7" are correct :-
as_dir=/opt/IBM/WebSphere/AppServer
as_profile_name=CRPERF
as_soap_port=8880
as_admin_is_secure=true
as_admin_username=username
as_admin_password=password
- Run below command as stated in SAP KBA "1570456"
$ ./wsadmin.sh -conntype SOAP -port 8880 -user username -password password
WASX7209I: Connected to process "server1" on node branchcrnfrapp02Node01 using SOAP connector; The type of process is: UnManagedProcess
WASX7029I: For help, enter: "$Help help"
wsadmin>
To be surprised that I've no issue to deploy EAR file in WAS console via :-
Applications > Applications Types > WebSphere Enterprise Applications
Anything that I left out ? To successfully deploy via command line instead of WAS console... Thanks