cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract SDA file..........

Former Member
0 Kudos

Hi All

how do we extract SDA files.......

we started adapter development by testing sample code in 'sample_ra.jar' file, available in sample_ra.sda, and deployed on XI server. now we want to see all jar files available in 'sample_ra.sda'.

if any one already gone through adapter development have any idea, how to extract SDA file, help me out Pls .......... very urgent.

Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Rajesh,

You can extract sda-files with any zip-program you want - e.g. with WinZip or WinRAR. In this way you will be able to retrieve all the jar files.

See this link:

/thread/136596 [original link is broken]

Bye

Ankur

Do reward points if it helps!!

Former Member
0 Kudos

Hi Ankur,

Thanks for u r helpful answer.

But unfortunately there is no option to unzip SDA file as it is not a zipped file.

i'm trying to unzip 'sample_ra.sda', it is not zipped file.

can u pls tell me how do i unzip SDA file.

Regards

Rajesh

MichalKrawczyk
Active Contributor
0 Kudos

hi,

just do what I said - open it with winrar

Regards,

michal

Former Member
0 Kudos

HI,

In general SDA files are to be deployed into Server using SDM.

see the below link , how to deploy

http://help.sap.com/saphelp_webas630/helpdata/en/05/4fac3e00c8b014e10000000a114084/content.htm

Also

you can unzip the file with WinZip or WinRar edit the xml configuration file and zip it back together (in ZIP format and not RAR!).

Also

Tools like zipgenius http://www.zipgenius.it/intweb/features.htm#Innovazione, Private encryptor http://www.filesweb.com/private-encryptor/ and securefile http://www.devsolutions.net/htmlpages/securefile.html should help you further.

Regards

Chilla

Answers (3)

Answers (3)

Former Member
0 Kudos

since its an archive....you can use java jar command to exctract from it.

i.e. if your SDA is abc.sda...then

<b>jar -xvf abc.sda</b>

should help you extract the content...

Former Member
0 Kudos

Hi,

try to change extension to zip

regards,

wojciech

MichalKrawczyk
Active Contributor
0 Kudos

hi,

open the file with winrar

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>