cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy .SCA files into the Java server

Former Member
0 Kudos

Hi SDN Team,

I am new to SAP JAVA, Could any one please let me know how to deploy .SCA files into the Java server.

Thanks

Gaddam rambabu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rambabu,

You can deploy the SCA on Netweaver server Java system.

You can also use JSPM to deploy SCA file:

http://help.sap.com/saphelp_nw70/helpdata/EN/10/017842b3b1173be10000000a155106/frameset.htm

Check this to know how to deploy sca file using SDM:

http://help.sap.com/saphelp_nw04/helpdata/en/92/fb673ba8ecf22fe10000000a11402f/frameset.htm

Hope this helps to you.

Cheers,

Praveen.

Answers (2)

Answers (2)

snehal_kendre
Active Contributor
0 Kudos

HI,

It depends upon your environment.

IF you are using CE 7.1 then you can deploy .sca file from you NWDS through deploy view...

Or from server using JSPM tool

\usr\sap\<server>\DVEBMGS00\j2ee\JSPM\go.bat

IF you are using 6.4 to 7.0 then you have to deploy form server only.

1. using remote gui(using SDM)

\usr\sap\<server>\DVEBMGS00\SDM\program\RemoteGui.bat

2. using command line(using SDM)

1 open command prompt.

2. go to \usr\sap\<server>\DVEBMGS00\SDM\program\

there are diff sdm commands using that you can deploy .sca file

3. using JSPM

Former Member
0 Kudos

Hi ,

AS mentioned in the earlier reply,

You can deploy .SCA files using SDM,JSPM and also IDE(Quite complicated though)

You can go to SDM subdirectory,

/usr/sap/<SID>/JCxx/j2ee/SDM-RemoteGui.bat or ./Remotegui.sh(if its unix)

Give administrator password to login

You should have copied the .SCA file on the system,where deployment is to be done.

To add the .SCA file for deployment,Click on '+' symbol,on the left hand corner.

Then specify the location of ,where the .SCA file is copied.

Select for deployment and after it gets loaded,selct option 'next' and then deploy.

JSPM :

Copy the SCA's to /usr/sap/trans /EPS/in.

This folder should be cretaed,if it does not exist.

if it is unix,ensure all SCA;'s are under "sidadm" authorisations.

should be a "sidadm" user,to do deployment using jSPM.

Windows: login through "sidadm" user

Unix : switch user to 'sidadm"(su - sidadm)

if its unix,you need to set DISPLAY

command: EXPORT DISPLAY=<IP adress of your desktop>0.0

You can go to JSPM subdirectory,

/usr/sap/<SID>/JCxx/j2ee/JSPM-go.bat or ./go.sh(if its unix)

.SCA file

JSPM logs in through SDM for teh deployment.

hence give SDM password for login.

Select "Single support Package " option and trigger the deployment

Regards

usha