cancel
Showing results for 
Search instead for 
Did you mean: 

DEPLOY_ONLINE_SHD_DM error

Former Member
0 Kudos

HI Expert,

MY system BW Netweaver 7.0 to 7.3 upgradation stucked on DEPLOY_ONLINE_SHD_DM phase, so i need to deploy manualy SERVERCORE component on the system via telnet, i am able to logon the shadow system but not able to deploy the package.

please guide me for deploy the package.

Regards

Ashwani

Accepted Solutions (0)

Answers (2)

Answers (2)

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Ashwani,

Did you try to deploy SERVERCORE.SCA using telnet? What is the result? These are the steps:

3.1 telnet localhost 5xx08
3.2 Login with Administrator/j2ee_admin
3.3 type: "add deploy" and then deploy command:
  deploy version_rule=all <path_to_the component>

Regards,

Blanca

Former Member
0 Kudos

Just a small addition to Blanca's reply.

You need to ensure that the service "tc~bl~deploy_controller" is started. You can use command:

   lss | grep deploy_controller

If this service is not started, you will have to start it to be able to deploy using telnet.

Hope this helps.

Tapan

Former Member
0 Kudos

Hi Tapan ji,

My OS is windows, please provide the command  for windows to start  "tc~bl~deploy_controller"

Regards

Ashwani

Former Member
0 Kudos

Dear Ashwani

To start a service, do as below:

3.1 telnet localhost 5xx08

3.2 Login with Administrator/j2ee_admin

3.3 startservice <tc~bl~deploy_controller>

If you face any error, please try deploying without bothering about service "tc~bl~deploy_controller".

Thanks

Tapan

Former Member
0 Kudos