cancel
Showing results for 
Search instead for 
Did you mean: 

Update Content

former_member204618
Active Contributor
0 Kudos

Hi All,

I've recently updated Solution Manager to 7.1 SPS14 but when I try to update the content section 2.7 of Technical Monitoring I get an error

Error while extracting file STCONT10016_0-10011958.SAR; download not possible,error code 16-SAPCAR: Error category    >LOGGABLE_WARNING<

I even tried doing this manually using this blog

But get the same error!

Any idea what might be causing this and how do I correct it?

Thanks

Craig

Accepted Solutions (1)

Accepted Solutions (1)

ruth_reilly
Advisor
Advisor
0 Kudos

Hello Craig,

Please review the following:

1693915 - FAQ: Rapid Content Delivery in SAP Solution Manager 7.1

2241001 - Dump in MAI 2.7 step and and in the import UI of content delivery while reading from postbox

Regards,

Ruth

former_member204618
Active Contributor
0 Kudos

Hi Ruth,

Thanks for the notes, I applied 2241001 but that hasn't helped and probably wasn't an issue as I wasn't experiencing shortdumps anyway.

However after running job SM:RCD_CHECK_UPDATES manually as mentioned from the other note I now see this in the log :-

Job started

Step 001 started (program RCSU_AUTO_NOTIFY_AND_DWLD, variant , user ID SOLMAN_BTC)

Job SM:RCD_CHECK_UPDATES started

User SOLMAN_BTC has used the destination SAP-OSS as S user S000XXXXXXX

Error while extracting file ST-CONT10015_0.SAR; download not possible,error code 16- SAPCAR: Error category    >LOGGABLE_WARNING<

Error while downloading delivery 15: Error Text -  Error while extracting file ST-CONT10015_0.SAR; download not possible,error code 16- SAPCAR: Error cat

Error while extracting file ST-CONT10016_0.SAR; download not possible,error code 16- SAPCAR: Error category    >LOGGABLE_WARNING<

Error while downloading delivery 16: Error Text -  Error while extracting file ST-CONT10016_0.SAR; download not possible,error code 16- SAPCAR: Error cat

Error while extracting file ST-CONT10003_0.SAR; download not possible,error code 16- SAPCAR: Error category    >LOGGABLE_WARNING<

Error while downloading delivery 3: Error Text -  Error while extracting file ST-CONT10003_0.SAR; download not possible,error code 16- SAPCAR: Error cate

Job finished

So the problem persists!

Looks to be an issue with SAPCAR but I can't see what the problem might be as it's in the path and the latest version.

Thanks

Craig

former_member204618
Active Contributor
0 Kudos

OK I now know, through debug where the error is coming from, in function module CU_APP_CAR it calls a subroutine  analyse_result which loops round the output from the SAPCAR command, which is below and checks for any lines containing 'error' or 'ERROR' and raises an exception.

F:\>SAPCAR -xVvf STCONT10003_0-10011958.SAR

SAPCAR: processing archive STCONT10003_0-10011958.SAR (version 2.01)

x CSU_INFO.XML

x GPA_111843__01.XML

x 710_12_MAI_12_03.XML

x GPA_112052__02.XML

x 710_0012_T_SYS_MON_12_04.XML

SAPCAR: Error category    >LOGGABLE_WARNING<

SAPCAR: Validation reason >CRL missing. Download and use CRL from https://tcs.mysap.com/crl/crlbag.p7s<

SAPCAR: Signature Subject >CN=CodeSigner005, OU=Code Signing, O=SAP Trust Community II, C=DE<

SAPCAR: Signature Issuer  >CN=SAP Code Signing CA, O=SAP Trust Community II, C=DE<

SAPCAR: Signature Type    >SAP software<

SAPCAR: 5 file(s) extracted

As can be seen there is a line in the output with that string and so it errors.

Strange thing is within Method UNCAR_SAR_FILE of class CL_CSU_CONTENT_DOWNLOAD has the following comment


* unpack files with SAPCAR

* Signature Check -xvf -> -xVvf -crl revoclst.crl

Just before calling function CU_APP_CAR but that's not what is actually called simply -xVvf is used.

How do I get round this, is this a bug, should I raise it?


Thanks

Craig

UPDATE.

Adding the crl still produces an Error line! :-


F:\>SAPCAR -xVvf STCONT10003_0-10011958.SAR -crl F:crlbag.p7s

SAPCAR: processing archive STCONT10003_0-10011958.SAR (version 2.01)

x CSU_INFO.XML

x GPA_111843__01.XML

x 710_12_MAI_12_03.XML

x GPA_112052__02.XML

x 710_0012_T_SYS_MON_12_04.XML

SAPCAR: Error category    >OK<

SAPCAR: Signature Subject >CN=CodeSigner005, OU=Code Signing, O=SAP Trust Community II, C=DE<

SAPCAR: Signature Issuer  >CN=SAP Code Signing CA, O=SAP Trust Community II, C=DE<

SAPCAR: Signature Type    >SAP software<

SAPCAR: 5 file(s) extracted

This is a bug which I'll raise with SAP.

Former Member
0 Kudos

Your sapcar is broken in the kernel.  Go to your (UNIX) /usr/sap/SID/DVExxx/exe and do a sapcar -xvf  or Windows drive:\usr\sap\SID\DVEBMGS<inst>\exe. 

You will see something like ( 0.510) Error codes for SAP-MANIFEST signature check (note 1794354)

I rename the old sapcar and put in a new one,

Make sure you also check the sapcar in the SYS/exe/uc area as well so you don't sapcpe over the replaced file.

former_member204618
Active Contributor
0 Kudos

Hi Rob,

How is it broken, there isn't a newer one?!

I'm running SAP Kernel 7.21 Patch 600.  Patch version of SAPCAR is 510 source id  0.517 the one listed in Software Download Center (SAP Technology Components > SAPCAR > SAPCAR 7.21 > Windows on x64 64bit) is patch 0 source id 0.418.

What do you suggest?  By the way that SAP Note 1794354 isn't released so I can't read it.

Cheers

Craig

UPDATE

I decided to try the older one, sure enough that worked.  Thanks but the ABAP code is still incorrect.

Answers (1)

Answers (1)

former_member204618
Active Contributor
0 Kudos

UPDATE for anyone also experiencing this issue.

I raised an incident with SAP and they have provided a SAP Note 2253312 - RCD manual upload or download fails, SAPCAR error


Cheers

Craig

philip_seman
Explorer
0 Kudos

Thanks for the info. I was having the same issue and the note corrected the problem. This also affected SP14, even though the note states SP13 fixes the issue.

tariqmaqsood
Explorer
0 Kudos

Thanks a lot.

I updated Kernel to 722 but still same issue.

Note you provided solved my issue as well.

0 Kudos

The Note resolved the issues.

Thanks for sharing,

former_member307779
Discoverer
0 Kudos

Craig

thank you for your post

     SAP Note 2253312 - RCD manual upload or download fails, SAPCAR error

this fixed my issue too

fantastic

kirtsy