If you are getting an error message like “Error : n entry found in buffer with no data file(s) transferred yet. Import has to be stopped!” while trying to import a transport request via STMS then it’s better to check this article before trying to find a solution…
For our case, we got the message below ;
Solution :
STEP -1 : Adjust the import queue in the import queue.You can do it by clicking from menu “Queue->Adjust” when you open the import queue.
STEP – 2 : If you find the data files and cofiles exist in the transport directory of the target system,then you should issue below command to remove the inactive flag.
tp settransferred ALL <SID> pf=<Path to DIR_TRANS>/bin/TP_DOMAIN_<SID>.PFL
or
tp settransferred <Request Number> <SID> pf=<Path to DIR_TRANS>/bin/TP_DOMAIN_<SID>.PFL
for our case we have executed the following command ;
tp settransferred ALL <SID> pf=<Path to DIR_TRANS>/bin/TP_DOMAIN_<SID>.PFL
Refresh & Check the situation and should be solved like the below screen ;
it worked, by step : 1, Great..
Thank you very much