Import queue is empty

HI all,
I've a problem like this:
I have two system: X and Y. which have different transport domain controller (for some reason). Now, I want to transport the T.Orders form X to Y (the  transport route has been configured.).
When I check transport directory in Y (transaction AL11), these requests are available. But when I access import queue of Y, I can't see any T.O (import queue empty).
Do you know this problem.

Hi Sylvecast,
You need to add your system Y to the same trasnport domain as the system X... first configure the transport domain in system X client 000, then configure Y to be added to the same transport domain as X this is also done in client 000.
For detail steps read here,
Configure the transport domain controller,
http://help.sap.com/saphelp_nw04s/helpdata/en/44/b4a0b47acc11d1899e0000e829fbbd/frameset.htm
include a system in a transport domain,
http://help.sap.com/saphelp_nw04s/helpdata/en/44/b4a0c17acc11d1899e0000e829fbbd/frameset.htm
Regards
Juan
Please reward with points if helpful

Similar Messages

  • Systems in same transport domain, but PRD import queue is empty

    Hi all!
    I have previously set up ERP 2005 development and QAS system, and there has been some development and transporting occuring between these two systems. Now I have installed the production system and added it to the transport landscape in STMS. The three system are in the same transport domain and the same transport group. In STMS I have created the Delivery route to the PRD system.
    When I check the import queue for the production system, only transports created AFTER the installation of the production system appear in the import queue. Transports created and released from DEV to QAS before the production system was available is not displayed in the queue.I know that I can add single requests to the import queue easily, but that required a lot of manual work and making sure that the transports are added to the queue in the correct sequence.
    How can I get all the transports to appear in the PRD system import queue? In AL11 in PRD, I am able to access the TRANS_DIR and I see all the transport requests in the directory.
    Regards,
    Thomas

    Hi Thomas,
    "Only transports created AFTER the installation of the production system appear in the import queue." - <b>This is expected</b>
    From table E070, you can get a list of all transport imported into QAS system. Sort that list according to the date imported, and save the transport requests into a text file.
    Run this below script from production by logging in as <sid>adm.
    Provide the transport text file as an input to the script. It will add the transports to queue automatically one by one.
    @echo on
    set SID=<Prd SID>
    set CL=<Client>
    set filename=<drive>:\usr\sap\trans\scripts\transports.txt
    FOR /F "tokens=1,2* delims=K" %%i in (%filename%) do (
    tp addtobuffer %%iK%%j %SID% client%CL% pf=<drive>:\usr\sap\trans\bin\TP_DOMAIN_%%i.PFL >> )
    Before running the script, take a backup of the production buffer at the OS level, incase u need to restore it.
    Cheers,
    Fahad

  • Dev and Qty import queue is empty

    Hi All,
    We are having three system landscape Dev, Qty and Prd. In STMS we configured PRD as a virtual system. We have released some requests in Dev 15 days back & we are not imported and we are able see the requests in STMS_IMPORT of Qty.  But suddenly when we are checking now there are no requests in QTY stms_import and DEV stms_import as well.
    We have checked all the checks STMS and we manually checked wether trans directory of Domain controller also accessing from QTY.
    Please suggest on the issue.
    Thanks & Regards,
    Sreekanth

    Hi All,
    I have reconfigured STMS. Still when i am adding released request with tp command to the buffer of QTY its not showing in import queue.  While when i added to the DEV buffer the request is showing in queue but not to QTY.
    When i checked consistency check for DEV it showing 4KB of datafile and 1KB of cofile, but when checked for QTY it showing 0 KB for data and cofile. But all folders in trans of domain controller are accessible from QTY, even all checks are showing the same trans directory of domain controller.
    Please suggest.
    Best Regards,
    Sreekanth

  • Cannot delete service pack in import queue

    Hi all,
    we restored our system and I want to apply some patches now. In SPAM I get an error that the queue is not empty.
    I checked STMS and found a support package stuck in the import queue which we tried to upload before we restored the system.
    I tried to delete it but the delete job get stuck while the taskbar shows "tp user check ok".
    Can anyone give me a hint how I can free the import queue again?
    Thanks in advance
    Cornelius
    Message was edited by:
            Cornelius Goldhahn

    I solved the problem.
    I just give the answer in case anyone experiences a similar problem.
    The thing was, that the file did not exist anymore but the queue was still blocked because the buffer was not cleared after the system was restored.
    All I needed to do was to delete the file "<sid>" in the folder /usr/sap/trans/buffer and do a refresh in transaction STMS.
    Hope this will help someone in the future
    Cheers
    Cornelius

  • TMS problem - queue is empty

    Hello,
    Our systems are ECC5.0 on windows/oracle. We have installed production system. Now we have a problem in our test system. The TMS queue is empty in test system, the queues of the development and production systems are ok. We have a central transport directory.
    There are transport requests in data and cofile at OS level.
    DIR_TRANS is pointing ok, cofile and data file are in the right
    locations. I can't transport requests manually by clicking on
    Extras -> Other requests -> Add, because after I choose the request,nothing appears in the queue .
    When I check from TMS (systems -> check : Connection test, Transport directory, Transport tool) there are no errors.
    DIR_TRANS is the same with TRANSDIR.
    Settings for DIR_TRANS are correct in AL11.
    Do you have any ideea what could be the cause of this?
    It is very important to us, because we have GO-LIVE on 01st of January.
    Thank you

    Hi,
    1) Queue --> Check --> Consistency  -
      OK
    2) I can't add a request to the queue
    3) I don't have any end mark. In queue -> move end mark it is in grey ... maybe because the queue is empty.
    The alert from TMS alert viewer:
    Command  TMS_MGR_TRANSMIT_TR_QUEUE   
    Service  Transport Service           
    Start    Online                      
    Function TMS_TP_COMMIT_BUFFER        
    Message  TP_REPORTED_ERROR           
    Transport control program tp ended with error code 0211
    Errors: no info about transport request found
    ERROR: tpsettainfo: Cofile F:\usr\sap\trans\cofiles\KMARK.STO does not  exist
    ERROR: EXIT(16) -> process ID is: 5296                                 
    tp returncode summary:                                                 
    TOOLS: Highest return code of single steps was: 16                     
    ERRORS: Highest tp internal error was: 0211                            
    Output from tools called by tp:      
       Thank you

  • After all event queue be empty

    Hello everyone,
    I know events are added to event queue from application thread or background thread (using Platfrom.runlater() ) . but I find out when some events add to event queue , UI dosent upadate until the event queue be empty (all events be handled ). My question is what object update UI after all event handled and more information about it .
    thanks

    Hi,
    QUEUE_NOT_EMPTY--> There are incompletely processed OCS requests in the tp buffer.
    Use the following tp command to display these requests-->
    tp SHOWBUFFER <SID> -D SOURCESYSTEMS= TAG=SPAM
    You can continue processing the queue as soon as these requests have been processed completely, or deleted from the tp buffer.
    http://help.sap.com/saphelp_nw04/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCUPGOCSSPAM/BCUPGOCSSPAM.pdf
    you probably forgot to confirm last SPAM or SAINT application.
    go into SPAM and choose CONFIRM
    go into SAINT, and choose FINISH
    OR
    It appears that already some support pack update is in process. So check tcode SPAM or SAINT and see whether anything is running.If it is running wait for it or see whether it is asking for confirmation.. then u need to confirm the queue.
    Also you can go to tcode SPAM and see display/define tab and see whether anything is available over there..if you are sure u dont want to import the ones in the queue,then just delete the queue using trash icon over there..
    Regards,
    Srini Nookala

  • Who clear the import queue?

    Hello,
    The import queue at our site was cleared by someone. I recovered the queue from backup but would like to know if there is a way to discover who cleared the list?
    TIA,
    Yossef

    There is more than one way how an import queue might have been deleted.
    The file may have been deleted or emptied at OS level, by tp command or other operating system commands. Follow Rishi's advice to investigate further.
    All the transports may have been deleted from the queue by means of transaction STMS. In this case you may find out from the transport protocols the time when this happened. Then you may find out who called STMS at that time by transaction STAD.
    hope this helps

  • Need TP command for Add  Transport Request to import Queue all at a time

    Hi SAP gurus,
    Can you tell the o/s  or  TP  command  to  Add   Transport Request to import Queue all at a time which are available in co files directory   ,
    Because I have to add 500- 600 request .  For every request I canu2019t  do like this  STMS_IMPORT  -- Extras=> other requests -add--
    Thanks and regards
    babu

    Hi,
    You can export list of all transport requests from your DEV system in one shot, from SE09-> Display (provide your required selection criteria) -> Goto -> "Display as List"
    You can export these all Transport Requests as Spreadsheet. Then Filter out all your required 400 to 500 Transport Requests.
    Now,use another excel sheet to create a file with the list of required transport request Nos only, then concatenate all of them to generate the required TP commands as mentioned below.
    The syntax will become as follows:
    column1           column2         column3
    tp addtobuffer DEVK900123 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp addtobuffer DEVK900124 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp addtobuffer DEVK900125 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp addtobuffer DEVK900126 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp addtobuffer DEVK900127 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp import          DEVK900123 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp import          DEVK900124 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp import          DEVK900125 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp import          DEVK900126 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    tp import          DEVK900127 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
    -> Open Notepad and Copy+Paste these three columns & save the text file in the <Drive>:\usr\sap\trans\bin\ folder.
    -> Then rename this .txt file to *.bat.
    -> open a command prompt and change to the <Drive>:\usr\sap\trans\bin\ folder and run the .bat batch file.
    Make sure that object lists of all the Trans. Requests are checked and confirmed for the transport to avoid data incosistency in target system. (e.g. Number Range Object)
    Regards,
    Bhavik G. Shroff

  • STMS Import queue Fails - FTP_FAILED

    Hi All
    Stms import queue fails with the following error message
    System   BWP              Command  TMS_MGR_TRANSMIT_TR_QUEUE
    Client   001                   Service  Transport Service
    User     SAPBASIS        Start    Online
    Date     14.05.2009        Function TMS_TP_ADD2BUFFER
    Time     11:48:34           Message  FTP_FAILED
    Source file could not be opened
    long text
    ========
    An error occurred when opening the source file for reading.
      File name: R901010.BWE
      Directory: $TR_DATA
      Error code: 16
    Definition of the error codes:
    03   RFC system failure
    04   RFC communication failure
    11   invalid EPS subdirectory
    12   sapgparam failed
    13   build directory failed
    14   no authorization
    15   build path failed
    16   open failed
    17   read directory failed
    18   read attributes failed
    System Response
    Transmission was terminated.
    Procedure
    Eliminate the cause of the error and restart the transmission
    ==========
    suggesstions please
    Edited by: Harendranath Medarametla on May 14, 2009 11:59 AM

    Hi Saurabh,
    I am able to FTP files manually between servers.
    START TRANSMIT BUFFER ENTR BWP g      20090511092623              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090511092638              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512152143              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512152159              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512152251              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512152307              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512152321              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512152338              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512171040              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512171056              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512171405              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512171421              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090512171429              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090512171446              MEDARAMETLAH smuc021                    
    START CMDIMPORT            BWP L      20090512172121              MEDARAMETLAH smuc021 20090512172120681  
    STOP  CMDIMPORT            BWP L      20090512172123              MEDARAMETLAH smuc021 20090512172120681  
    START MAIN IMPORT          BWP I      20090512172124              MEDARAMETLAH smuc021 20090512172123291  
    STOP  MAIN IMPORT          BWP I      20090512172139              MEDARAMETLAH smuc021 20090512172123291  
    START CMDIMPORT            BWP L      20090512172139              MEDARAMETLAH smuc021 20090512172139056  
    STOP  CMDIMPORT            BWP L      20090512172343              MEDARAMETLAH smuc021 20090512172139056  
    START CREATE VERSIONS BEFO BWP w      20090512173112              MEDARAMETLAH smuc021                    
    START tp_getprots          BWP W      20090512173112              MEDARAMETLAH smuc021                    
    STOP  tp_getprots          BWP W      20090512173322              MEDARAMETLAH smuc021                    
    STOP  CREATE VERSIONS BEFO BWP w      20090512173322              MEDARAMETLAH smuc021                    
    START DD IMPORT            BWP H      20090512173623              MEDARAMETLAH smuc021 20090512173622926  
    STOP  DD IMPORT            BWP H      20090512173855              MEDARAMETLAH smuc021 20090512173622926  
    START DD ACTIVATION        BWP A      20090512173905              MEDARAMETLAH smuc021                    
    START tp_getprots          BWP J      20090512173905              MEDARAMETLAH smuc021                    
    STOP  tp_getprots          BWP J      20090512174100              MEDARAMETLAH smuc021                    
    STOP  DD ACTIVATION        BWP A      20090512174100              MEDARAMETLAH smuc021                    
    START imp all              BWP        20090512174101              MEDARAMETLAH smuc021 20090512174100971  
    INFO: event SAP_IMPORT_START triggered successfully
    START CMDIMPORT            BWP L      20090512174102              MEDARAMETLAH smuc021 20090512174100971  
    STOP  CMDIMPORT            BWP L      20090512174102              MEDARAMETLAH smuc021 20090512174100971  
    START DD IMPORT            BWP H      20090512174103              MEDARAMETLAH smuc021 20090512174100971  
    STOP  DD IMPORT            BWP H      20090512174103              MEDARAMETLAH smuc021 20090512174100971  
    START DISTRIBUTION OF DD-O BWP S      20090512174103              MEDARAMETLAH smuc021 20090512174100971  
    START tp_getprots          BWP S      20090512174103              MEDARAMETLAH smuc021 20090512174100971  
    STOP  tp_getprots          BWP S      20090512174118              MEDARAMETLAH smuc021 20090512174100971  
    STOP  DISTRIBUTION OF DD-O BWP S      20090512174118              MEDARAMETLAH smuc021 20090512174100971  
    INFO  TBATG CONVERSION OF  BWP N      not needed                  MEDARAMETLAH smuc021 20090512174100971  
    START MOVE NAMETABS        BWP 6      20090512174118              MEDARAMETLAH smuc021 20090512174100971  
    START tp_getprots          BWP P      20090512174118              MEDARAMETLAH smuc021 20090512174100971  
    STOP  tp_getprots          BWP P      20090512174223              MEDARAMETLAH smuc021 20090512174100971  
    STOP  MOVE NAMETABS        BWP 6      20090512174223              MEDARAMETLAH smuc021 20090512174100971  
    START MAIN IMPORT          BWP I      20090512174224              MEDARAMETLAH smuc021 20090512174100971  
    STOP  MAIN IMPORT          BWP I      20090512204043              MEDARAMETLAH smuc021 20090512174100971  
    START TBATG CREATION OF EN BWP n      20090512204043              MEDARAMETLAH smuc021 20090512174100971  
    START tp_getprots          BWP Y      20090512204043              MEDARAMETLAH smuc021 20090512174100971  
    STOP  tp_getprots          BWP Y      20090512204053              MEDARAMETLAH smuc021 20090512174100971  
    STOP  TBATG CREATION OF EN BWP n      20090512204053              MEDARAMETLAH smuc021 20090512174100971  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              BWP   0004 20090512204055              MEDARAMETLAH smuc021 20090512174100971  
    START EXECUTION OF REPORTS BWP R      20090512204200              MEDARAMETLAH smuc021                    
    START tp_getprots          BWP R      20090512204200              MEDARAMETLAH smuc021                    
    STOP  tp_getprots          BWP R      20090512205837              MEDARAMETLAH smuc021                    
    STOP  EXECUTION OF REPORTS BWP R      20090512205837              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205840              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205840              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205840              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205840              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205840              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205841              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205841              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205841              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205841              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205842              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205842              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205842              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205842              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205842              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205843              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205843              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205843              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205843              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205844              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205844              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205844              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205844              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205844              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205845              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205845              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205845              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205845              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205846              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205846              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205846              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205846              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205846              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205847              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205847              MEDARAMETLAH smuc021                    
    START tp_rm_cntl_mark      BWP        20090512205847              MEDARAMETLAH smuc021                    
    STOP  tp_rm_cntl_mark      BWP        20090512205847              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513095342              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513095359              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513095701              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513095718              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513095723              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513095740              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513100151              TMSADM       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513100208              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513100213              MEDARAMETLAH smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513100231              MEDARAMETLAH smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513100238              TMSADM       STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513103804              TMSADM       smuc021                    
    START TRANSMIT BUFFER ENTR BWP g      20090513103833              MEDARAMETLAH START TRANSMIT BUFFER ENTR BWP g      20090513115655              MEYERA       smuc021                    
    STOP  TRANSMIT BUFFER ENTR BWP g 0000 20090513115713              MEYERA       smuc021                    
    INFO: Buffer saved as
    smuc021\sapmnt\trans\buffer\BWPSAV.
    ======================
    also please see the error when i try to connect using TP command in os
    This is tp version 372.04.40 (release 700, unicode enabled)
    Connection to Database of BWP was successful.
    This is R3trans.exe version 6.14 (release 700 - 16.10.08 - 16:26:00).
    unicode enabled version
    2EETW152 Cannot open file "
    SMUC013\sapmnt\trans\tmp\C090514.BWP".
    R3trans.exe finished (0012).
    SMUC013\sapmnt\trans\log\C090514.BWP for transport: ALL: Permission denied
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (1)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (1), I'm waiting 1
    sec (20090514174859). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (2)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (2), I'm waiting 3
    sec (20090514174900). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (3)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (3), I'm waiting 1
    sec (20090514174903). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (4)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (4), I'm waiting 5
    sec (20090514174904). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (5)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (5), I'm waiting 3
    sec (20090514174909). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (6)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (6), I'm waiting 3
    sec (20090514174912). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (7)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (7), I'm waiting 2
    sec (20090514174915). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (8)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (8), I'm waiting 5
    sec (20090514174917). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (9)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (9), I'm waiting 5
    sec (20090514174922). My name: pid 4340 on smuc021 (bwpadm)
    Access denied on
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC (10)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC is already in use (10), I'm waiting
    4 sec (20090514174927). My name: pid 4340 on smuc021 (bwpadm)
    SMUC013\sapmnt\trans\tmp\SLOG0920.BWP.LOC: Permission denied
    PANIC --> exiting
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0212
    tp finished with return code: 212
    meaning:
      could not access file as supposed (see dev_tp or SLOG0920.BWP for more details
    I have 4 system lanscape but other systems dont have this problem, even i have not maintained any permissions.
    regards
    hari

  • Request not visible in the production import queue

    Hi all.
    When importing some requests in the QUA system, these requests do not automatically appear in the PRD import queue: they need to be added manually.
    This only happens for some request: there are requests which automatically appear in the import queue of the production system.
    There is no approval queue used.
    I'm looking for the cause of this behaviour, but without success until now.
    Can anybody help?
    Thanks a lot,
        Dino

    Hello Dino,
    This might happen when the request is originated from a system which is not inside the same transport domain of the target system (QA/PRD).
    So if you've DEV > QAS > PRD landscape and you've somehow imported a transport ABCK9xxxx of system ABC into the DEV, then qas then prd, it won't appear automatically in the next target queue, but you've to manually add it.
    Regards,
    Debasis.

  • Released request are not appearing in import queue

    Dear experts,
            Released requests are not appearing in the import queue. Can any one help me to get these requests in import queue.
    rgds.....
    Art

    Hello Ratna,
    Can u please check that once u release the request from DEV it should be appear in QA COFILE and DATAFILE or not...u have to physically check it .....
    and if yes then  u can also import that file through ADDTOBUFFER and IMPORT command at command prompt level.

  • Need to delete the SPAM requests from the import queue

    Dear all,
    There were some issues with my QA system SAP patch application and we were forced to do a DB refresh from our production system. Now our QA system ABAP stack is having an issue with the  STMS import queue which shows 4 old patches(witch were applied to the system before the refresh)  with u201Crequest will not be importedu201D status. When I try to delete these requests from the import queue it shows the following error
    u201CThis is tp version 372.04.29 (release 700, unicode enabled)
    ERROR: Client 'ALL' is not possible.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0246
    standard output from tp and from tools called by tpu201D
    When I try to import a new support package it gives the  following error,
    Error in phase: CHECK_REQUIREMENTS
    Reason for error: QUEUE_NOT_EMPTY
    Not sure how these requests arew still in the import queue even after the DB refresh. How can I delete these 4 old requests from the import queue?
    The System is ECC6.0 ABAP+JAVA stack with Oracle 10g on Win2003 server.
    Thank you,
    Siju Sam

    Dear Ganesh,
    I have tried the steps you suggested, but still the import queue is not cleared.
    Now I just wanted to remove these entires from the STMS=>queue=>import queue list.
    Number   Request      Clt   Owner          Short Text
         1   SAPKB70013   ALL   SAPUSER        Basis Support Package 13 for 7.00
         2   SAPKA70013   ALL   SAPUSER        ABA Support Package 13 for 7.00
         3   SAPKB70014   ALL   SAPUSER        Basis Support Package 14 for 7.00
         4   SAPKA70014   ALL   SAPUSER        ABA Support Package 14 for 7.00
    I think these requests(Patches) are not there in the tp buffer/(import queue) but somehow some table entries shows the status that they are still in the  queue. So I just wanted to reset the status that These TPs are already applied.
    Thank you,
    Siju Sam

  • Could not read import queue

    Dear experts,
    We have DEV,QAS & PRD(ON AIX and oracle 9.2) and solman (win2k3 & oracle 10.20 single system TMS).Few days ago we had configured Change request management successfully.As per requirement we had made Domain link between SOLMAN and Domain controller (QAS).Everything was working fine till two days ago when we observed that R/3 systems were not able to read the import queue of SOLMAN.Even solman was not reading its own import queue and giving error TP PROGRAM COULD NOT BE STARTED.checked sharing,permissions,hosts file entry ,service file entry ,rfcs(CALLTP_WindowsNT) but no benefit.But while checking dev_rfc we got the log
    * Trace file opened at 20100518 100121 India Standard Time, SAP-REL 700,0,221 RFC-VER U 3 1090073 MT-SL
    ======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
    Timeout during connection setup (check that partner exists)             
    ABAP Programm: SAPLSTPA (Transaction: )
    Called function module: RFC_TP_INTERFACE_VERSION
    User: TMSADM (Client: 000)
    Destination: CALLTP_WindowsNT (handle: 3, 60566250, {243662DF-DDF4-F173-B81D-001A64656336})
    SERVER> RFC Server Session (handle: 1, 95414842, {4BF07341-C79C-00D0-E100-8000AC10013A})
    SERVER> Caller host:
    SERVER> Caller transaction code: STMS (Caller Program: SAPLTMSC)
    SERVER> Called function module: TMS_CI_START_SERVICE
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3339
    CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456*
    Timeout during connection setup (check that partner exists)             
    Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1833
    seems to us that TP is not able to resolve host nameas entry is blank .Check RZ10 and tp profile where host name is mentioned.how to resolve this issue.please help me out.
    Regards
    Rahul

    Hi,
    Have you tried restarting the SAP system (SOLMAN system) ?
    Please check the HOST file on each server whether it also contains "host" entries for other servers.
    Also check the below note if applicable in your problem.
    [Note 616621 - RFC listener does not start after importing SR3|https://service.sap.com/sap/support/notes/616621]
    Regards.
    Rajesh Narkhede

  • Short text problem in import queue (STMS)

    hello,
    I have a problem with the short text in the import queue on STMS,.
    The short text no longer appears on new request, but still appear on import history.
    would anyone help me with this matter?
    Anthony P.

    This topic already discussed many times. If you search on SDN you will get the answer.
    Unde stms import queue there is a icon personal setting --> under other setting make sure the read missing texts from data file is ticked.

  • Import queue is running - couldn't delete

    Hi,
       I have imported a request (by manually copying the export to import folders - since they are different servers on windows). The first imort worked well, importing all data dictionary objects.
    When I tried to import the function group, function module, the import started running (it keeps showing  running even after an hour), but function module and function group are not imported. When I tried to import again, I couldn't import again, I am getting the message - import queue is still running. I closed the queue and deleted the queue and recreated the queue, but it looks like some background process is still running.
    Could anyone help? Thanks,
    Regards,
    Sundar.

    Hello Sundar,
    In case you are talking about TP imports -STMS then there might be some old TP processes running at os level.Please kill them. Also delete any enries you find in /usr/sap/trans/tmp folder pertaining to the transport and then also delete any entries in import monitor.
    After this you can start afresh with the imports.
    Regards.
    Ruchit

Maybe you are looking for

  • Cannot preview PDF in Designer 8.1

    Hi, I'd just recently installed FoxIt (an alternative to Adobe Reader) to test compatibilities and what are the limitations. It's good for viewing but not for dynamic PDF or even extended PDF. It also seems that it corrupted the preview tab in the LC

  • HOW TO FIX COLUMN IN BEX REPORT

    Hello Gurus, I have created BEX report in which user want 1st two column (Material and its describtion) to be fixed as if he want to check all relavent result related to Material the first 2 column should not be move it should be fixed and rest other

  • Location services related to router?

    I have been unable to get my iPad to work at home with my Linksys wireless WRT160N router.  The iPad works with several public routers and even with my neighbors Linksys 54G wireless router.  I've been around the barn with Linksys (not our problem) a

  • Sql developer columns autocomplete

    I have sql server 3.20.I create a table with 4-5 columns.When i typed : "insert into mytable(column1,column2,...)" the autocomplete works only for 2 colums after that to the third column even if i write the first letters for my cloumn and the press "

  • Get Logical file name from Physical file name

    Hi everybody, Please how can i get Logical file name from Physical file name ? Thanks & Regards Hassan