cancel
Showing results for 
Search instead for 
Did you mean: 

Sap license problem running checkdb by DB13

Former Member
0 Kudos

Hi Guys,

I upgraded Oracle DB from 102 to 11204 on my production system, but when I schedule a checkDB by DB13 the log file reports a warning on the top of the file (we can see the attached png).

My production system is a distribution installation on Windows 2008 with Oracle DB:

1. SAP EHP4 fro ECC 6.00 (NW 7.01) on the first server - SAP Kernel 7.22 UC p. 115

2. Oracle 11g on the second server - DBTOOLS 7.20 p. 42 - oci.dll Oracle 11g

On the DB side I installed a SAP GW and updated the same SAP Kernel 7.22.

After the Oracle upgrade all operation by DB13 report the SAP license error, I don't understand why it appends.

On the OS side the checkDB didn't have problem.

I hope to find a solution.

Please help me, Thanks in advance.

Pietro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check if environment variable is set correctly.

SAPSYSTEMNAME=PRD

If you still use an older SAP kernel version, it is often necessary to replace the libsapsecu.so.

For more information about downloading patches, see Notes 12741 and 19466

Regards,

Prithviraj

Former Member
0 Kudos

Hi,

I verified the SAPSYSTEMNAME variable and it point to correct system.

The variable is set to the users: prdadm and gw1adm (sap standalone gateway user).

I think that the warning depends to the dirty entry into the sapsr3.saplikey tables.

I found these two sap notes:

1413668 - Avoiding unnecessary connect attempts; short dump correction

1440360 - Error in license check - Invalid parameter HANDLE

they say to do the following command:

select * from sapsr3.saplikey

where likey like '0002LC%'

       and value is null;

I haven't found nothing.   

select * from sapsr3.saplikey

where likey like '0002LC%'

       and value not like '0008%';

I have found 7 entry on the table.

The final command:

SQL> delete from sap<sid>.saplikey

     where likey like '0002LC%'

       and value not like '0008%';

I'm afraid to do this on my production system, does anyone have the same problem?

Thanks,

Pietro

Former Member
0 Kudos

Hi,

I make a mistake, I don't have any entry with the two select.

I reconfigured again the SAP GW instance profile with the following parameter:

ssf/ssfapi_lib = E:\usr\sap\GW1\SYS\exe\uc\NTAMD64\sapcrypto.dll

sec/libsapsecu = E:\usr\sap\GW1\SYS\exe\uc\NTAMD64\sapcrypto.dll

ssl/ssl_lib = E:\usr\sap\GW1\SYS\exe\uc\NTAMD64\sapcrypto.dll

I copied the sapcrypto.dll form the DIR_CT_RUN of production system and they have the same dll version.

I don't know where is the mistake and why the brconnect displays me the sap license warning.

I think to open a message to the sap support.

Regards,

Pietro