cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to open SAP MII workbench

ankit12
Active Participant
0 Kudos
1,198

Hi Experts,

we are trying to open the SAP MII workbench using command prompt. when its start download the dependencies from the system. we got this message that all jar's download Skipped and not required.

we have cleaned everything(all JAR's) from the system also we have reinstalled Java.

could you please help us what we are missing or any additional step we have to do it for make this work.

Regards,

Ankit Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

What does the cmd script look like?

It should look like:

C:\WINDOWS\system32>java -jar C:\Users\maapp\Downloads\workbench\workbench.jar

[or wherever the workbench.jar file resides]

Which generates these results:

Jar download started...This may take some time.

Downloading dependent jars...

Dependent jars downloaded.

Downloading CustomAction jars...

CustomAction jars downloaded.

Jar download completed.

Launching Workbench...

ankit12
Active Participant
0 Kudos

Hi Mike,

You are correct, and that is how it should work.

Instead of this, it is opening like this above screenshot in the question and skipping all the required jar's that need to download.

Could you please help us on this.

Regards,

Ankit Gupta