cancel
Showing results for 
Search instead for 
Did you mean: 

Migtime information

Former Member
0 Kudos

Hi,

I am trying to use migtime tool to get some information about export and import time.

Our test migration is done, I tried to test this tool by checking how long it takes for export.

When I used the tool, I got the error "No package files (.TOC/.LOG) found". I looked at Install and data directory, I was able to see *.TOC and *.log files.

The only difference is the case for log file. All I have is *.log files.

Is this tool case sensitive ? Do I need to rename all *.log files to *.LOG ?

can you help on this ?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

in unix, probably it is case sensitive, but not in windows.

You can download the MIGMON_.SAR from SAP Service marketplace. In the SAR file, contain a TimeAnalyzer.pdf file that explain the details about this tool.

There is no mention that it is case sensitive.

What you can try is make a copy of LOG file and rename it to lowercase.

cheers,

Vincent

Former Member
0 Kudos

It is not case sensitive. There is some wrong with the path JAVA library files. Logged off from the system and login as sidadm and it worked fine

Former Member
0 Kudos

I had the same issue just recently - running import_time.sh on UNIX.

Got the error:

java version "1.4.2_30"

Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.009)

SAP Java Server VM (build 4.1.009 17.0-b16, May 27 2011 00:12:32 - 41_REL - optU - linux amd64 - 6 - bas2:154157 (mixed mode))

No package files (*.LOG) found.

I am running it as <sid>adm and have JAVA_HOME set to /opt/sapjvm_4 - which is SAP JVM used for the import so I would think it would be OK.

I will be checking to re-export binaries here as in my case I think I may have binaries from source OS copied (instead of right binaries for alt version of UNIX on target)

Former Member
0 Kudos

Downloaded latest version - getting this:

./import_time.sh –installDir /x86migration/import_control –dataDirs /x86migration/DATA -html

+ /opt/sapjvm_4/bin/java -cp ./.:./migtime.jar com.sap.inst.migtime.TimeAnalyzer -import $'\342\200\223installDir' /x86migration/import_control $'\342\200\223dataDirs' /x86migration/DATA -html

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/sap/inst/migtime/TimeAnalyzer : Unsupported major.minor version 50.0

        at java.lang.ClassLoader.defineClass1(Native Method)

        at java.lang.ClassLoader.defineClass(ClassLoader.java:618)

        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:307)

        at java.net.URLClassLoader.access$100(URLClassLoader.java:59)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:250)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:243)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:354)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:318)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:300)

NB Java version:

java -version

java version "1.4.2_30"

Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.009)

SAP Java Server VM (build 4.1.009 17.0-b16, May 27 2011 00:12:32 - 41_REL - optU - linux amd64 - 6 - bas2:154157 (mixed mode))

Former Member
0 Kudos

Re-extracted latest binaries to new clean location

It worked

Answers (0)