Skip to Content
Author's profile photo Asha Pillai

Forced deployment using Telnet in NW Java

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

/wp-content/uploads/2015/12/telnet_860422.jpg

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.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Juan Carlos Jacinto
      Juan Carlos Jacinto

      Hi Asha, great information...but what happens if deploy disconnects my session and java is stucked during deployment?

      Author's profile photo Eduardo Bratz
      Eduardo Bratz

      You can get the results by calling "get_result" on a new telnet session