cancel
Showing results for 
Search instead for 
Did you mean: 

Error during deployment using JSPM

Former Member
0 Kudos

Hi all,

I am facing this error when I apply support packages in JSPM.

I followed the below process:

Kept the files in the path /usr/sap/trans/EPS/in

Unzipped the files using the command SAPCAR -xvf "xxxxxxxxxxx.SCA"

Started JSPM by logging with SDM password.

It showed all files with target patches.

I proceeded with upgradation of JSPM but I face problems when I try to deploy the other files like ADS,BASETOOLS.... etc all at a time.

Why is it throwing an error even if it is showing deployed and then error after sometime.Would there be any space issue?

I checked

/usr/sap

/usr/sap/trans

/tmp

The same files when deployment in small blocks are being deployed.

Where exactly this space issue comes when we are deploying the .SCA files in the system.Why does JSPM shows an error for some components even if it shows deployed earlier?

Please help.

Regards,

Sudheer.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I'm not sure if you have resolved this question, but I had exactly the same issue recently.

The problem turned out to be that I had not patched the JSPM to the latest version, therefore the patches were newer than the JSPM.

Once I downloaded and installed the latest JSPM patch the other files went in successfully.

Hope this helps,

Matt

debasissahoo
Active Contributor
0 Kudos
Why does JSPM shows an error

Whats the error? did you check the log?

p330068
Active Contributor
0 Kudos

Hi Sudheer,

>This issue not related to the space problem.

>I think you are try to deploy the component which is not supported by JSPM.

>Check if you have .SAR file in you /usr/sap/trans/EPS/in directory. unpack/extract the .SAR file using mentioned commoned in /usr/sap/trans/EPS/in directory.

Then try to lanch JSPM and check it.

Hope it helps.

Regards,

Arun

Former Member
0 Kudos

Hello Sudheer,

The appropriate way to use JSPM is to download complete support package stack from sap's service marketplace, which also includes XML descriptor. You download that file from the screen where you add all files to your download basket. Somewhere at the bottom of the screen.

Copy all SCA files and the XML file to /usr/sap/trans/EPS/in and start JSPM.

Choose the option install support package stack from the JSPM menu.

You shouldn't extract any of the files.

Regards,

ventsi Tsachev

Former Member
0 Kudos

> Unzipped the files using the command SAPCAR -xvf "xxxxxxxxxxx.SCA"

You don't have to do this, unlike the patching for ABAP. Here's the steps:

Put all SCAs packages in directory /usr/sap/trans/EPS/in --> launch JSPM --> Single support packages, then you'll see all the applicable packages can be deployed.

Regards,

Effan