cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Assistant directory is not created

0 Kudos

Hi,

We are upgrading SAP R/3 4.6C to ECC5.0, while running the PRPARE.BAT and selecting the proper upgrade path(c:\usr\sap\put) it is not able to load the upgrade assistant. We have latest SapUp version It displays as follows:

C:\usr\sap\put\bin>SAPup.exe -V

This is SAPup version 7.00/3, build 25.002

C:\usr\sap\put\bin>java -cp c:\usr\sap\put\uagui.jar UaGui

Exception in thread "main" java.lang.NoClassDefFoundError: UaGui

C:\usr\sap\put\bin>

Can anyone help.

Environment:

DB: MS SQL Server

OS: Win2003 Server/SP2

Thanks,

Prasad

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I think itu2019s a dual stack system or ABAP only system please use STARTUP.BAT to start the upgrade,

If itu2019s a JAVA only system please use JPREPARE.BAT

In the Dual Stack System first run the STARTUP.BAT until end of configuration Road Map step.

Then you have to proceed with JPREPARE.BAT once the preparation step comes to end, you can continue to check Road map.

Further you can follow the guide.

marcos_dulgher
Explorer
0 Kudos

I have the same error in the UASERVER....

java -cp d:\usr\sap\put\UA\ua.jar UaServer

Exception in thread "main"java.lang.NoClassDefFoundError: UaServer

Any ideia?

Former Member
0 Kudos

Hi Prasad,

Was my previous answer helpful to you?

Shitij

Former Member
0 Kudos

The first run of the sapup need the jdk parmater in the command line.

read upgrade guide.

Former Member
0 Kudos

Hi Prasad,

As far as I remember, you need to start the uaserver first and not the ua gui. So please run the command: java -cp ua.jar UaServer from within the directory usr\sap\put\ua. Pay attention here I am using the directory usr\sap\put\ua whereas you were using the usr\sap\put dir only.

After this, start the ua gui from internet explorer using the URL: http://<host>:4239

Let me know if this works.

Regards,

Shitij

Edited by: Shitij Bagga on Apr 30, 2010 9:57 PM