cancel
Showing results for 
Search instead for 
Did you mean: 

Downgrade JAVA components

Former Member
0 Kudos

Hi,

We have a dual stack JAVA and ABAP at SPS 12 we upgraded on JAVA side 2 components (BIBASES and BIWEB) to SP13 P4.

It's there a way to revert pack thes 2 components to SP12 P 0 whithout doing a restore ?

Thank you for you help

Chak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes, you use remotegui to connect to SDM server.

When you go to deployment tab, add the SCA that needs to be deployed, you see a small triangle at the bottom. Expand it. The 3rd option is this one.

If you are using command line to make a deployment, you use the following command :

sdm deploy file=<...>|list=<...>|softwaretype=<...> [updateversions=lower|samelower|lowerchanged|all] [onerror=stop|skipdepending|ignore]

with updateversions=all

You can find this documentation under SDM\program\doc.

Hope this helps.

Best Regards,

Snehal

Former Member
0 Kudos

Hello Chak,

You could deploy the SP12 SCAs for those 2 and choose an option 'Upgrade regardless of the version' in SDM (third option).

Regards,

Snehal

Former Member
0 Kudos

Hi Snehal,

Thanks for your replay . deploying with this option is it the same as a normal deploy ?

Thanks