Import queue running continuously

Hi,
I have released one change request from Dev Server. When i am importing the same in Quality System, after importing the truck button is still there. When i am refreshing the imoprt queue in the Quality server the import status Meter is running continuously.
The status meter is not ending and the Truck symbol is not going.
Please help me to find out the solution.
Regards,
Praveen Merugu

Hi Praveen,
Here we also faced the same problem once. That time one of our onsite basis killed the process through the OS level and restarted the import again.
Options:
1) check whether u can kill the process and restart the import again.
2) check whether the tp is running properly or not. if not replace the tp with the back up and restart the import.
3)Sometimes on its own it will complet after a long time just wait for some more time so that it completes on its own.
Bye
Suresh
Reward me with points if my options work out.....

Similar Messages

  • 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

  • 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

  • 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

  • Problem STMS:  "Copying Import Queue SID "

    Hello
    I have a quetion, yesterday we changed the name server of production, now  when I want to make the tranports  I got this message
    Copying Import Queue <SID>, I had checked the configuration of stms, RFCs  and I did the test and these are ok
    In the alert viewer I found this mesage
    Could not start transport control program tp
    Message no. TP608 Diagnosis
    There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.
      Error code: 4
      RFC error text: connection to partner 'prod.line-online.com:1823'
    Meaning of the error codes:
      03  RFC system failure
      04  RFC communication failure
    System Response
    The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).
    Procedure
    Contact your system administrator or use report RSTPTEST to localize the error. You can then execute the command again.
    I don`t know Where can I check?
    thanks a lot

    Hi Danny,
    Can u just clear us is the is the problem with transport control program is resolved.
    in the above reply u r telling the requests don't load in the queue.
    Is that means spool request or transport request. please clear the point.
    Also as ur telling in  SM21: "Spool is full" ; and another message says: "Run-time error "SPOOL_INTERNAL_ERROR" occurred"
    are occurring. Can u just go to those work processes, and analyze the trace file errors(which will be listed in red colour).
    if ur having any issues, paste the trace file error log here.
    let us know if u have any issues,
    Regards,
    Ravi

  • Import queue(stms)

    Hi Friends,
    In production system, went to STMS for importing request.
    First used option queue->adjust. Next used import request, then request symbol turns to truck(import is running), after some time i refreshed screen, it turns to yellow.Yellow means request ready for import again. why system given that status "request ready for import again". I checked log for that request "ended with return code 8". What is procedure to rectify that?
    thanks,
    RP

    Hi
    release the relevant repair and repeat the import. Is it mean again we need to release from dev system and proceed stms for reimport, right?
    Once the request is released you can import again into the target system, but you cannot release it again from Dev system.So you need to check the log, Collected the required objects in the transport order and transport it. After transporting it you can import the previous failed request again so that it will import all the other objects which are collected in the previous request.
    Regards
    M.A

  • Transport mass addition to the import queue

    I have around 500 transports to be added into import queue after refresh. Now if i add once at a time, it will take a lot of time. Is there a way to add multiple transports at the same time.  I know about running multiple transports in a single type but not sure about adding them in a queue.
    Also we are doing this as a part of refresh, do we hvae a better way rather than to take the transport backup of requests waiting to be imported and manually add than run them again one by one.
    Thanks.

    Refer to the below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/96/8a99386185c064e10000009b38f8cf/content.htm
    this might help you.
    Thanks,
    Rohan

  • Clips do not run continuously in iMovie 11

    I have iMovie 11 and when I capture clips, iMovie 11 separates clips that are meant to run continuously (my grand-daughter singing a song). How can I get these clips to run continuously ? I am running iMac 10.9.2

    I see that your camera is not listed as supported by iMovie 9 (= iMovie '11) (http://help.apple.com/imovie/cameras/en/index.html?lang=en_US) so problems with import aren't entirely surprising.  Evidently your video is being split up somewhere during the transfer into multiple files, unfortunately with gaps, rather than a single file.   I don't think iMovie will ever split a file into smaller parts during import - at least I've never heard of this happening.
    You say "The camera is connected to an external hard drive that I daisy wheel with a connection from external hard drive to the iMac firewire port."  So you are transferring video from the camera to a hard drive via firewire as a first step then connecting this drive via firewire to your Mac - correct?   Presumably you can see that there are multiple files on the drive - or is there only one at this point?.   Even if a second attempt to transfer more directly as suggested by the surrey friends does not result in a single file the gaps might be in different locations and you may be able to piece together a complete movie from overlapping pieces.   I don't have any experience in using videotape camcorders so I'm not sure I can help much further.
    Best of luck!
    Geoff.

  • Fans run continuously on my iMac(1 day old)

    I don't know whether anyone might be able to assist, but the fans run continuously on my barnd new 27" iMac.
    I have upgarded the HD to 3 TB anf the ram to 12 GB.
    I have reset the smc some 4 times.
    I do not know what else to do.
    Any suggestions are most welcome.

    I second Paul_31.  If you haven't called Apple by the time you read this, you ought to do it now.  You have a brand new machine.  Don't try any more "fixes" until you call Apple. 
    Equally as important, whether they replace the machine of fix the one you have, you really ought to consider purchasing Apple Care.  It extends the warranty to 3 years and gives you access to tech support for the additional time period at no cost.

  • Why LV6.1's example:hostname will hang when "Run Continuously" under Win2K+SP2?

    After I install the LabView 6.1 under Win2K+SP2,
    I try to run a "hostname" example of LabView 6.1
    that was placed "C:\Program Files\National
    Instruments\LabVIEW 6\examples\dll\hostname".
    Then I run it under "Run Continuously" mode. It
    will hang. But I try use LabView6.02 to do same
    thing that work perfectly!

    Dear Randy Hoskin
    Thank your attention, my O.S. is Traditional-Chinese
    Win2K+SP2.I had try four kind hardwares what are ACER
    TravelMate 529TX/AcerPower 500/ACER Veriton 7100/ACER
    Veriton 7200D, they have same problem!
    I try to find out the real reason, so I just intall
    Win2K+SP2 and LV6.1; no additional software run
    simultaneously.
    I run it under "Run Continuously" mode, then click
    the STOP button, then it will hang. I use the Task
    Manager to monitor the usage. LV6.1 take 99% CPU
    usage when hang. Some time,LV6.1 can STOP after LV6.1
    lost the focus.
    This feature is very important to me. Because I have
    many products use traditional DLL. I hope upgrade my
    products to 6.1. The hostname is just a example that
    to verfiy the LV 6.1 ca
    lling DLL problem.
    Best Regards
    Jiunn-Jyh Lin

  • Copying import queue  error

    hi all,
    i had restarted my servers in the morning since then i can read import queue of qty
    from dev but can when i try to read import queue from prd to dev it shows status
    "copying import queue" that run forever. at os level i can see the request in the import
    buffer.i even activated and distributed the configuration but of no help.please help me out.
    sanjeev

    hi joe,
    i am realy very-very thankful to you as it worked like magic .
    As your reccomendation i found that there were two tp.exe
    processes were running and there was a lock file SLOG0914.PRD.LOC
    exist in usr/sap/trans/tmp folder. i rename this file to SLOG0914.PRD.LOC.old.
    this killed one tp.exe process and i am able to see the import queue of prd.
    thanks once again
    sanjeev

  • TO check whether import is running

    Hi how to check
    whether import is running or not.I am using oracle 8.1.7 in solaris 8 .I used ps -ef | grep imp
    in os level its showing its running
    i am importing the indexes only no data,When i am checking the freespace in index tablespace its not reducing.i checked the transaction it showing 1 transaction running.
    How i confirm wheter import is running fine.The log also not updating ( i am using split and compress) after completing the job only i think it will update
    How i check whether this process is running
    with regards
    ramya

    Hello !
    You can try this:
    select substr(sql_text,instr(sql_text,'INTO "'),30) table_name,
    rows_processed,
    round((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60,1) minutes,
    trunc(rows_processed/((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60)) rows_per_min
    from sys.v_$sqlarea
    where sql_text like 'INSERT %INTO "%'
    and command_type = 2
    and open_versions > 0;
    Regards,
    Jean-Luc

  • My iphone application running continuously in background to access some information by "beginBackgroundTaskWithExpirationHandler" then can i submit in appstore .

    My iphone application running continuously in background to access some information by "beginBackgroundTaskWithExpirationHandler" then can i submit in appstore ?

    This is a question that should probably be posed in the Developer forum.

  • How can I stop the fan from running continuously on my iMac?  I have tried resetting the SMC and this did not work.

    I have a 27 in. iMac OS X, Version 10.7.5, Intel Core i5 and have a problem with the very loud and annoying fan running continuously.  The fan starts up immediately upon powering up and stays on all the time.  I have researched this on the internet and have tried resetting the SMC unsuccessfully.  Should I try fan control software?

    To reset the SMC means to reset the power management settings for your Mac. To do this, follow these simple steps.
    1) Shutdown your Mac by going to the Apple Logo in the upper left hand corner of the screen and selecting "Shut Down" from the drop down menu.
    2) Turn your machine back on while continuing to hold down the power button.
    3) After the initial boot chime, your power indicator light should flash three times.
    4) Your screen will remain black and you will hear the boot chime again. At this point, you may release the power button and allow your Mac to boot up normally. 
    All the best with getting your Mac Mini to run smoothly.

  • How can I do to acquire and save date in the same time and in the same file when I run continual my VI without interrupti​on.

    I've attached a VI that I am using to acquire amplitude from Spectrum analyzerse. I tried to connect amplitude ouput to the VI Write Characters To File.vi and Write to Spreadsheet File.vi. Unfortunately when I run continual this VI without interruption, labview ask me many time to enter a new file name to save a new value.
    So, How can I do to aquire and save date in the same time and in the same file when I run continual my VI for example during 10 min.
    Thank you in advance.
    Regards,
    Attachments:
    HP8563E_Query_Amplitude.vi ‏37 KB

    Hi,
    Your VI does work perfectly. Unfortunately this not what I want to do. I've made error in my last comment. I am so sorry for this.
    So I explain to you again what I want to do exactly. I want to acquire amplitude along road by my vehicle. I want to use wheel signal coming from vehicle to measure distance along road. Then I acquire 1 amplitude each 60 inches from spectrum analyzer.
    I acquire from PC parallel port a coded wheel signal coming from vehicle (each period of the signal corresponds to 12 Inches). Figure attached shows the numeric signal coming from vehicle, and the corresponding values “120” and “88” that I can read from In Port vi.
    So I want to acquire 1 time amplitude from spectrum analyser each 5
    period of the signal that I am acquiring from parallel port.
    So fist I have to find how can I count the number of period from reading the values “120” and “88” that I am acquiring from In Port (I don’t know the way to count a number of period from reading values “120” and “88”).
    Here is a new algorithm.
    1) i=0 (counter: number of period)
    2) I read value from In Port
    3) If I acquire a period
    i= i+1 (another period)
    4) If i is multiple of 5 (If I read 5 period)
    acquire 1 time amplitude and write to the same
    file this amplitude and the corresponding distance
    Distance = 12*i). Remember each period of signal
    Corresponds to 12 Inches).i has to take these
    values: 5,10,15,20,25,35,40,45,50,55,60............
    5) Back to 2 if not stop.
    Thank you very much for helping me.
    Regards,
    Attachments:
    Acquire_Amplitude_00.vi ‏59 KB
    Figure_Algorithm.doc ‏26 KB

Maybe you are looking for