cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy WebDynpro application without SDM password

Former Member
0 Kudos

Is it possbile to deploy WebDynpro application without SDM password? I have account with SAP_J2EE_ADMIN role.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

hai,

go to server path

open the dos editor

go to this dir

usr/sap/j2e/jcXX/sdm/program

x:usr/sap/j2e/jcXX/sdm/program\>

StopServer

sdm jstartup "mode=standalone" "sdmhome=."

sdm deploy "sdmhome=." "file=xxx.ear" "onerror=stop"

sdm jstartup "mode=integrated" "sdmhome=."

StartServer

use the above commands one by one

regards,

Naga Raju

Former Member
0 Kudos

I Think it isn't possible when you are developing the application. I think it's possible just when your application are in 'production' server, but, i'm a begginner and i cannot affirm it.

Regards,

Fernando Camargo