cancel
Showing results for 
Search instead for 
Did you mean: 

Environment variable set in Inplace Migration

Former Member
0 Kudos

(a) Set OLDSYBASE to your pre 12.5 release directory.

(b) Set your OLDSYBASE_ASE to your ASE component version ONLY if you are

    upgrading from ASE 12.0 version and above.

    For e.g., set OLDSYBASE_ASE to ASE-12_0 if you are upgrading from ASE 12.0

    If you are upgrading from 11.9.X and below, set OLDSYBASE_ASE to NULL value

(c) Set your OLDSYBASE_OCS to your Opent Client/Server Library version ONLY if you are

    upgrading from ASE 12.0 version and above.

    For e.g., set OLDSYBASE_OCS to OCS-12_0 if you are upgrading from ASE 12.0

    If you are upgrading from 11.9.X and below, set OLDSYBASE_OCS to NULL value

Please guide where to set environment variable . I am not linux proficient

Accepted Solutions (0)

Answers (1)

Answers (1)

victoria_normand
Contributor
0 Kudos

Hi Santosh,

Please keep in mind that this Comunity is for SAP applications running on ASE.
By the release of ASE, you are not using SAP applications I would suggest to post a discussion on comunity "SAP ASE for custom applications" Comunity -> http://scn.sap.com/community/ase-custom-applications

Just a quick reply. It will depend which shell are you using but basically you can use one of them:
- export command:
<VARIABLE_NAME>=<value>
export <VARIABLE_NAME>

- setenv command:
setenv <VARIABLE_NAME> <value>

setenv OLDSYBASE <old_$SYBASE_directory>

setenv OLDSYBASE_ASE ASE-12_5


A useful link: http://www.unix.com

Best regards,
Victoria.