Technology Blog Posts by SAP
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Asha_Pillai
Active Participant
10,366

Forced deployment using telnet is possible.This is possible with the telnet administrator. You can choose option

'version_rule=same_lower' which lets you deploy a version that has  already been deployed

If you want to re-deploy the same or lower version of an SCA using telnet, you can use the following steps

  1. Login to telnet using : telnet localhost 5<SystNumber>08
  2. Enter j2ee_admin user and password

3. Deploy /usr/sap/<SID>/<mysda>.sda version_rule=same_lower or

Deploy /usr/sap/<SID>/<mysda>.sda version_rule=all, to deploy

regardless of version.

2 Comments