hi,
I have to update a PRODUCTION Environment with Support Packages (unfortunately without a ready Quality one as mirror for testing them).
So, I'm trying to install again the same software someone else used for PRODUCTION, in a Quality server.
on
SO: Microsoft Windows Server 2003 R2 Standard x64 Edition SP2
I installed successfully SAP NetWeaver CE 7.1 EHP1, but after launching JSPM to install SAP MII 12.1, I'm requested to insert login of an
Java AS user with deployment permissions.
In details I undestrood that the path to be followed, after activating Java AS and checking read rights of OS user on JSPM packages folder,
it should be:
1- launch the JSPM with OS <SAPSID>adm user;
2- insert Java AS user credentials with deployment permissions when requested (to log in to JSPM Server).
3- ...
n- ...
on step 2, even inserting user administrator and master password of NetWeaver installation, I cannot proceed.
Shouldn't it have those rights. How are them called and where can I assign them?
Looking at the logs of JSPM I found something like this:
Info: Connecting to Deploy Controller on host localhost port 50004 with user ce1adm.
Error: com.sap.engine.services.dc.api.ConnectionException: ERROR CODE DPL.DCAPI.1144 NamingException.Cannot get initial context.
Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.
Info:DC API is trying to connect to 'localhost:50004'
Error: Exception ::SessionImpl::getContext():get ctx. NamingException,cause=Exception during getInitialContext operation. Cannot establish connection to the remote server.
Even if I try to "add" components starting from NetWeaver installation, I'm requested with a Java EE Administrator I cannot identify.
any ideas of what's happening?
regards