cancel
Showing results for 
Search instead for 
Did you mean: 

Where to download older version of software provisioning manager like SWPM10SP01

Former Member
0 Kudos

Hi all

I would like to install SAP NW Non-Unicode System. With the last vesion of SWPM SWPM10SP07, there is no possibility to select a non-unicode installation.

Using an older version of SWPM like SWPM10SP01, we are able to install non-unicode based systems.

Have someone any idea where can we download older versions of SWPM.

Thanks

Kind regards

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Abdellatif,

I was faced with the same problem about 1-2 years ago.  There is a way.  You have to modify the product.xml file and add some line to enable this feature. 

Regards,

Dave Seetao

Former Member
0 Kudos

Hi Dave,

Could you please tell me which lines in the file product.xml should be added.

Thhanks in advance

Regards

AB

Hello Abdellatif,

After you have un-SAPCAR SWPM10SP01, product.xml is under the following directory in Unix (Windows is similar):

/BS7i2011_Installation_Master/DATA_UNITS/BS2011_IM_HPUX_IA64/NW703/WEBAS/ORA/PD

   - edit product.xml

       - insert the following lines after line 51.  In Unix, use the(:set number) feature.

          <row>

          <fld name="Name">

          <strval><![CDATA[NeedUnicode]]>

          </strval>

          </fld>

          <fld name="Value">

          <strval><![CDATA[false]]>

          <strval>

          </fld>

          </row>

  Rerun sapinst with the following option:

     ./sapinst  SAPINST_OFFER_UNICODE=TRUE

Let me know how it goes.

Regards,

Dave Seetao