cancel
Showing results for 
Search instead for 
Did you mean: 

tp problem

Former Member
0 Kudos

Hi,

I am using 30c system. While i am tring to import transport request manually using tp command i am getting an error.

Highest tp internal error was 0212

tp finished with return code 212

please tell me where can i get 30c version kernel.

Regards,

Suraj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

SCN wonderful as always..

chmod 777 worked for us.

Thanks for getting the help at a very critcal stage of our project.

Sadhu Kishore

Former Member
0 Kudos

Hello,

Check the Permissions.

Login as root user and execute:

chmod 777 <cofile_name>

chmod 777 <datafile_name>

Then change the owner of the files to <SID>adm

chown <sid>adm <cofile_name>

chown <sid>adm <datafile_name>

Then login as <sid>adm user and check:

The cofiles & Datafiles will have full permission & <SID>adm will be the owner of those files.

Import it into your target client.

Note: Points always encourage me to reply !!