cancel
Showing results for 
Search instead for 
Did you mean: 

SPAM/SAINT update error

Former Member
0 Kudos

Hi Friends

Iam applying spam/saint update patch OCS Package SAPKD70021 on ECC6.0

I got the following error

Error in Phase: IMPORT_PROPER

Reason For Error: TP_STEP_FAILURE

Return Code: 0012

Error message: OCS Package SAPKD70021,tp step "A" return code 0012

TP_INTERFACE_ FAILURE: THE TP INTERFACE COULD NOT BE CALLED

TP_Failure: The program tp could not be called.

Please help me out

From

Siva

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Please check whether TMS is configured or not

if not configured plz confiugre the TMS and try to import it again

Thanks and Regards

Khurshid

0 Kudos

Help,

when i import the support pacth SAPKA62042, the system retourn me this error:

The following details help you to analyze the problem:

- Error in phase: XPRA_EXECUTION

- Reason for error: TP_STEP_FAILURE

- Return code: 0012

- Error message: OCS Package SAPKA62042, tp step R, return code 0012

I have the last version of tp (tp version 340.16.41 (release 640) level 245)

Can i DO?

Please Help me...

Thanks

Former Member
0 Kudos

Hi macro

make a new thread for ur question

Resetting the buffer will clear ur query

Regards

Bhaskar

former_member182034
Active Contributor
0 Kudos

Hi Dear,

if you are facing above error then you should perform following below procedure..

SQL> connect sapsr3/password;

SQL> select * from PAT01;

after this if you got XPRA_EXECUTION

then you run below commands

SQL> delete from PAT01;

for check the status

SQL> select patch , status from PAT03 where patch='SAPKA62042';

SQL> update PAT03 set status='N' where patch='SAPKB70010' ;

row updated.

SQL> commit;

Commit complete.

now check again status

SQL> select patch , status from PAT03 where patch='SAPKB70010';

it should be with N status..

if helpful then you can rewards the points

regards,

majamil

Former Member
0 Kudos

Hi siva,

I think it is TP problem,please download the latest version of TP and apply it, otherwise you have to upgrade the Kernal.

Regards,

Pulla Rao.

Former Member
0 Kudos

Hi

Can u please tell how the procedure for applying tp.

From

Siva

andreas_herzog
Active Contributor
0 Kudos

logon to sapnet, alias patches -> entry by application group -> Additional Components -> SAP Kernel -> SAP KERNEL 32-BIT -> SAP KERNEL 7.00 32-BIT -> Windows Server on IA32 32bit -> #Database independent -> tp_49-20000961.SAR

(<i>if you are using 64bit and/or unicode, plz follow the appropriate path</i>)

either use right klick -> download or tick the check box to use the sap download manager (= upload tp-executable into dour download basket); when done (= downloaded) usr sapcar (version 7!!!) to uncar the tp executable (user: <sid>adm):

sapcar -xvf tp_49-20000961.SAR

copy the tp.exe to \usr\sap\<SID>\SYS\exe\run and make a check such as tp -v

GreetZ, AH