cancel
Showing results for 
Search instead for 
Did you mean: 

SSL connection

Former Member
0 Kudos

Hello everybody,

I am trying to set up the SSL in my J2ee server and i am unable to find the SDA files. the only files I can find are the CAR files but i was told to deploy SDA from the

SAP Java Cryptographic Toolkit.

someone please guide me as to how I can get the SDA files to set up the SSL

ITS very urgent !! points guaranteed !!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bala,

SAPCAR (older version was called CAR) is a compress utility (similar to winzip, tar, zip, gz, etc.) , that is used by SAP to compress and decompress nearly all delivered files and executables.

On Windows Operating Systems, the executables are called SAPCAR.EXE and CAR.EXE.

So,U have to unpack the CAR file to get the SDA file.

U can unpack the CAR file using SAPCAR.exe,

In command prompt goto loationof SAPCAR.exe and execute the command,

<b>SAPCAR -xfv *.CAR</b>

Example.. SAPCAR -xvf <filename.CAR>

Regards,

Vinoth.M