cancel
Showing results for 
Search instead for 
Did you mean: 

SCAs activity not visible in the target system tab

Former Member
0 Kudos

Hi Pascal,

I am trying to import the 3 standard SCAs (JEE, BULTDT and JTECH) into the development and the consolidation systems.

Once checked-in, i can see the 3 SCAs in the development system and can import it as well, but the same are not visible in the consolidation tab. Because of this the DCs in the consolidation system have been marked as Broken.

Please suggest what can be done for this.

Thanks and Regards

Puneet.

Accepted Solutions (0)

Answers (1)

Answers (1)

htammen
Active Contributor
0 Kudos

Hi Puneet,

I helped myself once in using the CBS command line tool for uploading the SCA files.

The tool is located in:

<program files>/SAP/JDT/eclipse/tools/cbstool

1. copy the file iaik_jce.jar into the folder

<program files>\SAP\JDT\eclipse\plugins\com.sap.ide.eclipse.ext.libs.iaik\lib

Otherwise I got an error.

2. Set environment variable SAPDEVSTUDIOHOME before calling the command line tool.

set SAPDEVSTUDIOHOME=<program files>\sap\jdt\eclipse

3. Call the command line tool

cbstool_nw.bat

The cbs prompt appears ":cbs>"

4. Connect to CBS

connect -c <CBS url> -u <myuser> -p <mypw>

5. upload a local SCA file into a buildspace

uploadsca -b <buildspace> -s <compartment> -o <build-variant> -f <inputfile> --mirror

6. Have a look at the CBS Web UI to ensure that the SCA has been uploaded.

Regards

Helmut