Sunday 13 July 2014

Long Running Transport Troubleshooting

Long Running Transport Troubleshooting


1.Go to Stms_import t-code
Long running issue due to following
a.Non availability of space to perform the operation.(ie file system or table space is 100% full)
solution:
Check out if any of the file systems(like sapmnt,oraarch etc )of the central instance ,Database and application servers is 100% full.If so , add necessary space,which resolves issue automatically and completes the import of Transport.
Also ,Check out tablespaces fill levels .If auto extend is off and table space is 100% full then add sufficient datafiles ,which resolves the issue.

b.RD* jobs are not running in SAP System
Solution:;
Check out in SM37 whether RDD* Jobs (RDDIMPDP,RDDIC3L,RDDVERSL etc)
 are running or not ,make sure that they are scheduled and perform import of transport of again.
c.Update got deactivated.
Solution:
Check out in SM13 whether  update is active or not .If not active ,Activate it and import the transport .
d.There are no free background processes.
Check SM50 whether all background workprocesses are running status.If so you would need to wait for the free background workprocess to run RDD* jobs to complete the Import  of transport .To Avoid issue in future increase the no.of background processes.
Transport Not Getting Terminated , How to Terminate:
If you unable to terminate a transport which is running , go to SM50 t-code and identify the PID of the transport process .Try to  cancel  the process without core.
2.IF it is not getting terminated from SAP Level, then go to OS Level and kill
In the windows it is taskmanager
In the unix  it is kill -9 PID
3.IF Tpt not getting terminated then go to import monitor delete entry.


No comments:

Post a Comment