cancel
Showing results for 
Search instead for 
Did you mean: 

Tp return code 8 when doing importing script files ie KX ..

Former Member
0 Kudos

Hi,

Our import was running fine and when importing KX Files it ended with return code = 8.

And now we want to check whetner the client independent data ie :<SID>KT has been imported succesfully or not..

Now we are unable to logon to the imported client using sap* password..It is saying that is locked..

we are unable to logon using any ID..

Could you please provide your valuable suggestions in this regds..

Appreciate for quicker response..

Regds,

Satyanarayana N.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Login using DDIC user and unlock the sap* from txcode su01

Former Member
0 Kudos

Hi,

The good way i know is to go to the table usr02 directly in the DB and delete the entry for sap* (for the client you created) then when you'll restart the instance the user will be created again with the defult SAP password. This is always works.

This is the procedure to do it from SQLplus

sqlplus "/as sysdba"

DELETE from SAPR3.USR02 where mandt='000'

and bname = 'SAP*';

After this if you are trying to log in with SAP* ans password "pass" you should check in the cleint (source client the following profile parameter and set the value as 0

login/no_automatic_user_sapstar = 0. Then only you can login to any new client as SAP* with pwd PASS)

If it is not the case try with sap standard password.

Kind Regards,

Vamsi.