cancel
Showing results for 
Search instead for 
Did you mean: 

warning in Backup

Former Member
0 Kudos

Dear All,

we are using OMNI data protector for backup of SAP systems.

in backup logs am getting warning as -

BR1301W Error message from likeywlib:

===...could not load SSF library libsapsecu.so .

BR1301W Error message from likeywlib: likey_init: Couldn't load SAPSECULIB ("libsapsecu.so") using function SsfSupInit (), rc = 10.

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

BR1304W Checking SAP license failed at location BrLicCheck-104

BR0602W No valid SAP license found - please contact SAP.

as per note "912969 - BR*Tools 7.00 fails due to license problems" i have checked the environments variables, its correct.

our BRSPACE is already on a higher patchset 7.00 (36)

i have checked the permission of libsapsecu.so, its 744.

what could be the reason.

Kindly suggest.

Thanks & regards!!

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

As you mentioned, it could be the warrning message(License error and BR1301W Error message from likeywlib: likey_init).

It will not stop the backup until you have the right License and right env variables.

It might be a problem with license, because u telling that BR*Tools getting failed due to license.

FYI, try to add this env also : LD_LIBRARY_PATH=/oracle/<SID>/920_64/lib

With Regards,

CSK

Former Member
0 Kudos

Hi All,

Still the same problem. Warning in the backup logs.

our BRTOOLS is on 7.00 (36).

license is valid till 31.12.9999

backup logs :

BR1301W Error message from likeywlib:

===...could not load SSF library libsapsecu.so .

BR1301W Error message from likeywlib: likey_init: Couldn't load SAPSECULIB ("libsapsecu.so") using function SsfSupInit (), rc = 10.

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

BR1304W Checking SAP license failed at location BrLicCheck-104

BR0602W No valid SAP license found - please contact SAP

kindly suggest.

Former Member
0 Kudos

Hi,

The issue is not related to your license. Even I too have the same problem and requested backup team to update the environmental variables and later it worked fine.

Ask your backup team to update variables.

Thanks

Former Member
0 Kudos

Hi All,

environment variabled is correct, logged in through ORASID --> ENV --> DIR_LIBRARY = /usr/sap/<SID>/SYS/exe/run

as per note 912969 - BR*Tools 7.00 fails due to license problems.

Regards!!

Former Member
0 Kudos

did you read the SAPnote and apply the changes !!

I have already informed that you need to patch and remove the old entry form likey table. Read my previous post !

Former Member
0 Kudos

Hi,

Check SAP note 912969.

Regards,

Sachin Rane.

Former Member
0 Kudos

Hello,

Well what I feel as there is some issue in NW700 in SAP license check...The 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.

Solution

The DBSL error is corrected in 7.00 as of patch 241 and in 7.01 as of patch 79. (Also see Note 1413668, point 3.)

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 work for you..

former_member227283
Active Contributor
0 Kudos

Hi,

Run the following command

ENV

Paste the output in forum.

Command should be run with ORASID

Thanks

Anil

Former Member
0 Kudos

Hi ,

Kindly check the ENV:\

HOME=/oracle/MDP

PATH=/oracle/MDP/102_64/bin:.:/oracle/MDP:/usr/sap/MDP/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sas/bin:/opt/wbem/bin:/opt/wbem/sbin:/usr/bin/X11:/opt/resmon/bin:/usr/contrib/kwdb/bin:/opt/graphics/common/bin:/opt/sfm/bin:/opt/hpsmh/bin:/opt/upgrade/bin:/opt/gvsd/bin:/opt/sec_mgmt/bastille/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/ignite/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/thunderbird:/opt/gwlm/bin:/usr/contrib/bin/X11:/opt/java1.4/bin

LOGNAME=oramdp

SHELL=/bin/csh

TERM=xterm

COLUMNS=157

LINES=44

MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/ldapux/share/man:/opt/ldapux/ypldapd/man:/opt/ipf/man:/opt/cifsclient/share/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/usr/dt/share/man:/opt/samba/man:/opt/samba/WTEC_Support_Tools/man:/opt/resmon/share/man/%L:/opt/resmon/share/man:/opt/VRTS/man:/opt/graphics/common/man:/opt/sfmdb/pgsql/man:/opt/sfm/share/man:/opt/amgr/man:/opt/amgr/man/%L:/opt/sec_mgmt/share/man:/opt/drd/share/man/%L:/opt/drd/share/man:/opt/dsau/man:/opt/gnome/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/perl_32/man:/opt/perl_64/man:/opt/sec_mgmt/share/man/%L:/opt/ssh/share/man:/opt/swa/share/man/%L:/opt/swa/share/man:/opt/gwlm/man/%L:/opt/gwlm/man

TZ=IST-5:30

SAPSYSTEMNAME=MDP

DIR_LIBRARY=/usr/sap/MDP/SYS/exe/run

SHLIB_PATH=/usr/sap/MDP/SYS/exe/run:/oracle/MDP/102_64/lib

THREAD=NOPS

dbms_type=ORA

dbs_ora_tnsname=MDP

dbs_ora_schema=SAPSR3

ORACLE_SID=MDP

DB_SID=MDP

ORACLE_BASE=/oracle

ORACLE_HOME=/oracle/MDP/102_64

NLS_LANG=AMERICAN_AMERICA.WE8DEC

SAPDATA_HOME=/oracle/MDP

regards!!

Former Member
0 Kudos

Hi,

Kindly check the ENV:

HOME=/oracle/MDP

PATH=/oracle/MDP/102_64/bin:.:/oracle/MDP:/usr/sap/MDP/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sas/bin:/opt/wbem/bin:/opt/wbem/sbin:/usr/bin/X11:/opt/resmon/bin:/usr/contrib/kwdb/bin:/opt/graphics/common/bin:/opt/sfm/bin:/opt/hpsmh/bin:/opt/upgrade/bin:/opt/gvsd/bin:/opt/sec_mgmt/bastille/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/ignite/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/thunderbird:/opt/gwlm/bin:/usr/contrib/bin/X11:/opt/java1.4/bin

LOGNAME=oramdp

SHELL=/bin/csh

TERM=xterm

COLUMNS=157

LINES=44

MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/ldapux/share/man:/opt/ldapux/ypldapd/man:/opt/ipf/man:/opt/cifsclient/share/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/usr/dt/share/man:/opt/samba/man:/opt/samba/WTEC_Support_Tools/man:/opt/resmon/share/man/%L:/opt/resmon/share/man:/opt/VRTS/man:/opt/graphics/common/man:/opt/sfmdb/pgsql/man:/opt/sfm/share/man:/opt/amgr/man:/opt/amgr/man/%L:/opt/sec_mgmt/share/man:/opt/drd/share/man/%L:/opt/drd/share/man:/opt/dsau/man:/opt/gnome/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/perl_32/man:/opt/perl_64/man:/opt/sec_mgmt/share/man/%L:/opt/ssh/share/man:/opt/swa/share/man/%L:/opt/swa/share/man:/opt/gwlm/man/%L:/opt/gwlm/man

TZ=IST-5:30

SAPSYSTEMNAME=MDP

DIR_LIBRARY=/usr/sap/MDP/SYS/exe/run

SHLIB_PATH=/usr/sap/MDP/SYS/exe/run:/oracle/MDP/102_64/lib

THREAD=NOPS

dbms_type=ORA

dbs_ora_tnsname=MDP

dbs_ora_schema=SAPSR3

ORACLE_SID=MDP

DB_SID=MDP

ORACLE_BASE=/oracle

ORACLE_HOME=/oracle/MDP/102_64

NLS_LANG=AMERICAN_AMERICA.WE8DEC

SAPDATA_HOME=/oracle/MDP

TomCenens
Active Contributor
0 Kudos

Dear

Please check your SAP license in transaction SLICENSE:

BR0602W No valid SAP license found - please contact SAP

Without a valid SAP license, brtools will fails.

Perhaps the system has been refreshed or moved or something similar that the license key is no longer valid.

Kind regards

Tom