cancel
Showing results for 
Search instead for 
Did you mean: 

Expiration date on ArchiveLink

Former Member
0 Kudos

The following URL is generated when a call is done to a Archivelink store:

?get

&pVersion=0045

&contRep=A1

&docId=1234567890123456789ABCDEFGHIJKLM

&accessMode=r

&expiration=20130129110643

But how is the Expiration generated in SAP, is there a way to influence this parameter?

Accepted Solutions (0)

Answers (3)

Answers (3)

sasmita_mekap
Advisor
Advisor

Hello Michiel,

The expiration timestamp is the time till which the generated URL is valid. After this timestamp, the URL generated will be invalid. Based on the settings for the content repository used, a secKey is generated . That secKey generated will have the specified lifetime till expiration and hence the URL lifetime.

By default it is 2 hours from the time the URL is generated.

The calling applications can influence this parameter when calling the URL generation/reading modules .

Hope this helps.

Thanks and Regards,

Sasmita

janosdezsi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Michiel,

it will be decided in the function module SCMS_URL_GENERATE. There is an import parameter "DURATION" (Validity Period of Signature). The default value for it is '020000', which means 2 hours.

(For BSP application please check the note 1100761.)

I hope this answers your question.

Best regards,

Janos

former_member188883
Active Contributor
0 Kudos

Hi Michiel,

Could you explain your scenario in more detail.

Regards,

Deepak Kori