cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with unlock the original SAP system

Former Member
0 Kudos

Hello All,

I am performing EHP3 upgrade in CRM system. During Execution phase I har a error to solve. I did tried to unlock sap system with:

S:\SUM\abap\exe>tp unlocksys QC1 pf=..\var\DEFAULT.TPP
This is tp version 380.14.51 (release 741, unicode enabled)
ERROR: No connect due to DbSl Load Lib Failure
ERROR: environment variable dbms_type is not set.
ERROR: Connect to QC1 failed (20141126161306).
INFO: no trace information stored

tp returncode summary:

TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0249
tp finished with return code: 249
meaning:
  connect failed due to DbSL load lib failure

Any Idea?

Thanks

Reza

Accepted Solutions (1)

Accepted Solutions (1)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Reza,

 

Hope you are doing good.

Nice to hear from you again.

I know this issue. I think the issue is with the profile that you are using. Are you using the right profile file?

____________

Kind Regards,

Hemanth

SAP AGS

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Another update:

To see the correct profile, look into the logfile ULOG in DIR_PUT/log and take the latest used profile.

  tp unlocksys <SID> pf=<latest used profile from ULOG>

This should solve the issue.

Regards,
Hemanth

Former Member
0 Kudos

Thanks for all help,

I had problem with SIDadm user,

The problem is solved now.

Thanks

Reza

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Great news Reza

Answers (3)

Answers (3)

former_member185239
Active Contributor
0 Kudos

Hi Reza,

Try the comamnd

tp unlock_EU QC1 pf=/usr/sap/trans/bin/TP_DOMAIN_<QC1>.PFL

tp unlocksys QC1 pf=/usr/sap/trans/bin/TP_DOMAIN_<QC1>.PFL

With Regards

Ashutosh Chaturvedi

divyanshu_srivastava3
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Divyanshu,

Thanks for reply,

I have seen this note :

1901463 - How to unlock the SAP system to perform correction(s)
during an upgrade.

I did not help too.

Thanks

Reza

divyanshu_srivastava3
Active Contributor
0 Kudos

Can you try with old tp of your CRM system ?

former_member185239
Active Contributor
0 Kudos

Hi Reza ,

Try to run the below command

tp unlocksys_EU QC1 pf=..\var\DEFAULT.TPP


With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Hi Ashutosh,

Thanks for reply.

I had already tried this:

S:\SUM\abap\exe>tp unlock_EU QC1 pf=..\var\DEFAULT.TPP
This is tp version 380.14.51 (release 741, unicode enabled)
ERROR: No connect due to DbSl Load Lib Failure
ERROR: environment variable dbms_type is not set.
ERROR: Connect to QC1 failed (20141126161501).
INFO: no trace information stored

tp returncode summary:

TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0249
tp finished with return code: 249
meaning:
  connect failed due to DbSL load lib failure

Aand:

S:\SUM\abap\exe>tp unlocksys_EU QC1 pf=..\var\DEFAULT.TPP
This is tp version 380.14.51 (release 741, unicode enabled)
ERROR: : action is unknown

"UNLOCKSYS_EU" unknown command: use "help" for an overview of possible commands

tp returncode summary:

TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0207
tp finished with return code: 207
meaning:
  action is unknown

S:\SUM\abap\exe>

Thanks

Reza