cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Assistant Administrator Password

Former Member
0 Kudos

Hi,

I need to reset the password of Upgrade Assistant NW2004s because the admin who start the project has left and no one know the password now.

Do someone know how to do this ?

Thank in advance,

Alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Alexandre,

You could use Visual Administrator (login using Administrator or SAP*) -> Server-> Services -> Security Provider -> User Management -> Search for that particular user and change the password. If its dual stack, also set the same password for that user using SU01 using SAPGUI.

Hope this helps !

Best Regards,

Snehal

Answers (1)

Answers (1)

former_member265210
Active Participant
0 Kudos

if it is portal..

1. login to the config tool.

2. set this value

ume.superadmin.activated = true ( This activates the SAP* user.)

ume.superadmin.password = <password> ( Enter any password of your choice.)

This defines the password for the SAP* user.

Follow the link info :http://help.sap.com/saphelp_nw04s/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/content.htm

if is is ABAP the , it can be reset at DB leval.

Regards

Shridhar Gowda

Former Member
0 Kudos

Hi,

I contacted SAP and they provide me a solution.

It can be solved by deleted these two files : Ks and UAstate in \usr\sap\put\ua directory. After that, restart UaServer and provide a new password.

I'm now confronted to a new problem.

After giving to system the new admin password, i'm getting this error message from UA..

UaServer> Stable storage file 'D:\usr\sap\put\ua\UaState' not found

UaServer> Creating stable storage file 'D:\usr\sap\put\ua\UaState'

Please enter administrator password

Enter password:*********

Confirm password:********

*UaServer> Temporary directory is 'D:\usr\sap\put\ua'

UaServer> Property file 'D:\usr\sap\put\ua\UaServer.properties' read

UaServer> Configuring HTTP server

UaServer> Using HTTP index file name: index.html

UaServer> Signing JAR file uagui.jar

*com.sap.sdt.engine.core.security.SecurityException: msg.diag.0002 java.util.zip.ZipException error i*

+n opening zip file+

at com.sap.sdt.server.core.security.SunJARSigner.signJARFile(SunJARSigner.java:311)

at com.sap.sdt.server.core.security.SunJARSigner.signJARFile(SunJARSigner.java:294)

at com.sap.sdt.server.core.security.SunJARSigner.sign(SunJARSigner.java:289)

at com.sap.sdt.server.ext.r3up.R3upService.signJARFile(R3upService.java:676)

at com.sap.sdt.server.ext.r3up.R3upService.<init>(R3upService.java:122)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at com.sap.sdt.server.core.SDTServer.createService(SDTServer.java:252)

at com.sap.sdt.server.core.SDTServer.startUaServer(SDTServer.java:126)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:80)

at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:76)

at UaServer.main(UaServer.java:367)