cancel
Showing results for 
Search instead for 
Did you mean: 

No valid SAP license found

Former Member
0 Kudos

Hi Dear,

After refresh of QAS from PRD, When I am running any action from DB13 it is giving following error.

Job started

Step 001 started (program RSDBAJOB, variant &0000000001809, user ID BCHBASIS)

Execute logical command BRCONNECT On host bchqas

Parameters: -u / -jid CHECK20100607101035 -c -f check

BR0801I BRCONNECT 7.00 (43)

BR0477I Oracle pfile I:\oracle\QAS\102\database\initQAS.ora created from spfile I:\oracle\QAS\102\database\spfileQAS.ora

BR1301W Error message from likeywlib: likey_init:Couldn't open verify PSE file ("K:\oracle\QAS\LASVerify.pse") for writing, err

BR1302W Initialization of license key library likeywlib failed, return code 1

BR1304W Checking SAP license failed at location BrLicCheck-108

BR0602W No valid SAP license found - please contact SAP

BR0805I Start of BRCONNECT processing: cedkamun.chk 2010-06-07 10.10.37

BR0252E Function fopen() failed for 'K:\oracle\QAS\sapcheck\cedkamun.chk' at location main-11

BR0253E errno 13: Permission denied

BR0121E Processing of log file K:\oracle\QAS\sapcheck\cedkamun.chk failed

BR0806I End of BRCONNECT processing: cedkamun.chk2010-06-07 10.10.40

BR0280I BRCONNECT time stamp: 2010-06-07 10.10.41

BR0804I BRCONNECT terminated with errors

External program terminated with exit code 3

BRCONNECT returned error status E

Job finished

I have applied License and it is valid upto 31.12.9999.

But when I check License from command prompt by command SAPLICENSE -SHOW, it is showing no license, Even everthings is running fine except this problem, user can logon and they are using QAS without any problem.

Please help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

BR0252E Function fopen() failed for 'K:\oracle\QAS\sapcheck\cedkamun.chk' at location main-11**

BR0253E errno 13: Permission denied**

BR0121E Processing of log file K:\oracle\QAS\sapcheck\cedkamun.chk failed

Check for the directrory permision for 'K:\oracle\QAS\sapcheck\ and also check if you could patch your DBSL to the latest one.

BR1302W Initialization of license key library likeywlib failed, return code 1

BR1304W Checking SAP license failed at location BrLicCheck-108

BR0602W No valid SAP license found - please contact SAP

The SAPLIKEY error is caused by a DBSL error in systems with Oracle databases and SAP kernel 7.00 (DBSL patches 234 and 238) or SAP kernel 7.01 (DBSL patches 71 and 75).

The DBSL error causes inconsistent check records in the table SAPLIKEY, in which the content of the field LIKEY starts with 0002LC and the field VALUE is empty.

The DBSL error is corrected in 7.00 as of patch 241 and in 7.01 as of patch 79. For the DBSL exchange, you must also manually delete the corrupt '0002LC' records that have already been created from the table SAPLIKEY, for example, using sqlplus:

SQL> delete from sap<sid>.saplikey

where likey like '0002LC%'

and (value is null or value is not like '0008%');

Important:

Do not inadvertently delete '0002LK' records.

Hope it will help you.

Former Member
0 Kudos

Dear Prateek,

Problem has been solved.

I given the permission to directory 'K:\oracle\QAS\sapcheck\ of SAPSERVICE<SID> and <SID>ADM.

And also given the permission to file K:\oracle\QAS\LASVerify.pse of SAPSERVICE<SID> and <SID>ADM.

Now I am able to UPDATE DATABALE STATISTICS or CHECK DATABASE, any action fROM db13.

But I still getting Error

BR0602W No valid SAP license found - please contact SAP

Thanks Prateek.

Former Member
0 Kudos

As I have given the solution for both the issue .. now you need to follow the second part. Patch your BRTOOLS to the latest or atleast given in the below information.

The SAPLIKEY error is caused by a DBSL error in systems with Oracle databases and SAP kernel 7.00 (DBSL patches 234 and 238) or SAP kernel 7.01 (DBSL patches 71 and 75).

The DBSL error causes inconsistent check records in the table SAPLIKEY, in which the content of the field LIKEY starts with 0002LC and the field VALUE is empty.

The DBSL error is corrected in 7.00 as of patch 241 and in 7.01 as of patch 79. For the DBSL exchange, you must also manually delete the corrupt '0002LC' records that have already been created from the table SAPLIKEY, for example, using sqlplus:

SQL> delete from sap<sid>.saplikey

where likey like '0002LC%'

and (value is null or value is not like '0008%');

It will surely solve this issue also.... !

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

This is the problem with brtools not with license installed in your system. Try to update the brtools to latest patch available.

Also, Check SAP Note 912969 - BR*Tools 7.00 fails due to license problems

Thanks

Sunny