Problem:
This is very common problem do we face sometime while importing the transport request in SAP ABAP system.
To trouble shoot this long running transport we need to check import log, file system, transport job, work process, system log and etc.
Troubleshooting / Solution :
1. Check you File system (/usr/sap/trans , /sapmt, /sapmt/<SID>, /oracle/<SID>/oraarch, /usr/sap/<SID>) of the application server.
2. Check the availability of space in Tablespace . If its 100 % full extended the size of tablespace by adding datafile to it.
3. Check RDD* Job that has been schedule with DDIC, is running or not. If its failing check the job log or the SM21 logs.
4. Check the status of Update from SM13.
5. Check for dialog or background work process is sufficient available in system to preform the import of Transport.
6. Check the transport directory have necessary permission to read the cofile and datafile.
7. Delete entry from TRBAT and TRJOB tables and also delete any *.LOC file which has been created at /usr/sap/trans/temp
To cancel the long running transport below steps can be helpful.
1. Cancel the specified work process "Cancel without core" option from SM50.
2. Kill the tp processes running at OS
sidadm> ps -ef | grep tp
sidadm> kill -9 <tp-process-id>
3. Delete the necessary transport from Import monitor by doing Right Click -> Delete Entry.
4. Delete the released RDDIMPDP job in client 000 and reschedule it with report RDDNEWPP in 000 client of the system.
No comments:
Post a Comment