Wait time after GR

Dear Friends
In REM,When i do backflush,after GR it comes to inspection stock and then in unrestricted stock.Now before going to next order it should be in wait 30 days in storage loaction and then it goes to next planned order.
plz give solution.
thanks
KK

Hi,
The wait time maintained in Operation is for Scheduling purpose only..
You can not enforce the componnt to get issued to the higher assembly (for th next stage)..
Till one month, you can Block the Stock or keep the Stock as Quality stock, thn no one can issue the stock to the next stage.
In my view, there is no other option than the manual tracking of the Materials..
Regards,
Siva

Similar Messages

  • Reduce TCP wait time after connection breaks

    Hi
    I am running code on NI9651, based on RT Linux. (My application would like to connect to the server for prolonged intervals, and if it somehow gets disconnected, should be able to reconnect to the system as soon as possible.)
    I try to connect to the system using TCP/IP, port 6123 which is working fine, even with multiple cilents at a time. Now when the server, (here 9651) resets all of a sudden, the connection breaks, without sending a formal close command to the client. Next time I run the code, I get error 60 at my TCP listen VI, which says that the port is in use, hence I cannot reconnect to system from my client. The server waits exactly for 60 seconds, after which I am able to reconnect to it from my client. 
    From what I understand, if a formal close command is not sent and acknowledged, the server tries to reconnect to the old clients for 60 seconds before releasing the port again. For this reason, I added TCP_fin_timeout parameter = 10, TCP_tw_recycle = 1 and TCP_tw_reuse = 1 in the corresponding Linux file, at /etc/sysctl.conf. Even now, the server takes exactly 60 seconds to release the port. 
    Is there any method by which I can reduce the TCP wait time in my Linux server side?
    Thanks
    Arya

    Ah yes, I guess a 0 input for the wait VI has a unique function. I should've been a bit more clear in my post, it is actually a event structure inside of a while loop.
    Hmmmmm, but that might be exactly what I am looking for. So with the "Wait (ms)" VI if you wire a 0 it will yield to any other processes in queue to go to the processor, but if there none it will actually not wait at all?? Do you know how this VI works with 0 input?

  • What is the wait time after submitting an ibook?

    I have waited 3 weeks after using iBooks Author and submitting my book. Everything looked fine and I got the message that it had been submitted. But it is not showing up for purchase? How long does this take and who should I contact/call to check the status?

    She can refund at anytime. 

  • If the flash object is placed in 0px div, the creationComplete event is fired after a long wait time

    <Problem>
    My requirement is to hide flash object on browser. However, If the flash object is placed in 0px div, the creationComplete event is fired after a long wait time. Is this a bug of Flex? (or Flash Player?)
    <Sample Code>
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
              initialize="app_initialize(event);" creationComplete="app_creationComplete(event);" >
    <mx:Script>
            <![CDATA[
            import mx.events.FlexEvent;
        private function app_initialize(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "application initialize.");
        private function app_creationComplete(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "application creation complete.");
        private function button_creationComplete(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "button creation complete.");
            ]]>
        </mx:Script>
        <mx:Button id="testButton"  label="button"  creationComplete="button_creationComplete(event);"/>
    </mx:Application>
    <Steps to reproduce>
    1) Dowload the following samples
    MySwf-src.zip
    https://files.acrobat.com/a/preview/c6b7a191-c6c4-486f-9345-e2b5c21a4c0b
    TestSwf.zip
    https://files.acrobat.com/a/preview/98e613e1-63b1-4b2f-93f3-f6e4f4a27f24
    2) Unzip TestSwf.zip.
    3) Copy MySwf.swf, TestInvisible.html, and TestVisible.html to "c:\inetpub\wwwroot\". (Need to install the IIS.)
    4) Visit "http://localhost/TestVisible.html" via IE. notice the creationComplete event fired after initialize event immediately.  -- Correct
    5) Visit "http://localhost/TestInvisible.html" via IE. notice the creationComplete event fired a long time after initialize event.  -- Incorrect
    <Environment>
    Win8.1x64+IIS8.5+IE11+Flash player(13.0.0.182)
    <Note>
    If the flash object is placed in 1px or larger div, the creationComplete event is fired immediately.
    The problem occurs with other browsers(IE9,IE10,FF,Chrome) too.

    Thank you for your response. The computers are indeed running Flash Pro CC 13.1.0.226. I tried to generate a minidump file on four different computers where Flash Pro hung, but was not able to do so on any of them as Flash Pro makes the entire system unresponsive. I get the spinning circle cursor and then the GUI of all apps greys out and fails to update. I don't actually get any sort of error message; everything simply stops responding.
    I was probably unclear above; even if I can alt-tab I can't really interact with any other programs once Flash Pro hangs beyond one or two mouse clicks. So on some computers I could right-click on the process in Process Explorer and choose to create a minidump, which then froze, or I might right-click on the process and have it immediatly freeze. I've experienced about two dozen crashes and I've never been able to really use another program or even kill the Flash process in task manager. I also have to power off the computer by holding down the power button, since while I might be able to open the Start menu I can't reach the point of being able to shut it down without it freezing.
    From what I was able to see in Process Explorer, Flash Pro was using <1% CPU and 120M private / 170M working memory.

  • Long waiting times when going back to the organizer after doing changes of images. Elements 11.

    After doing changes of images and going back to the organizer I have to wait a long time. This was not the case when I used elements 9. I have a lot of images stored around 18000. There are also often long waiting times when I move around in the organizer. Any suggestion?
    Bo Augustsson

    Please see blog: http://psekb.blogspot.in/2013/04/how-to-improve-pses-performance-please.html
    Please let me know if that doesn't helps.
    ~Andromeda

  • Wait activity waiting even after expiration time elapsing

    Hi,
    I have a table containing rows which has a specific execution time (i.e. start_time)
    I have a synchronous ever-running service (i.e. Kinda Job Consumer Svc) which has to pick a row one-by-one from the table, manipulate information and execute another async svc & afterwards will wait intelligently, till the next rows start-time.
    I am using a WAIT activity whose wait time is set dynamically, which is working absolutely fine however when there is a failure in the async svc this WAIT in parent flow, waits forever and doesn't respond back while log contains error.
    What I am looking for is:
    1) is there is any way that I can bypass the effect of failure of a async partner link, on the WAIT activity of parent flow? Any parameter?
    2) is there is a way that I can notify my WAIT activity to break?
    3) is this a bug or a feature (no pun intended) ?
    TIA
    regards
    JD

    Hello Joy,
    May be you try with a 'Pick' activity.
    It has a message and a timer, the branch which receives a response first from the child process will get executed first.
    So, you can add your wait in the message part ... which work fine, as you hv said ... and do other processing.
    In the timer, you can set the time to be greater than the wait time & if it is ... its an error. you can add code to handle this error ... here.
    Hope this helps.
    Regards,
    Madhu !

  • How to keep waiting time between processed messages !!

    Hi Folks,
    I have got one scenario required waiting time between processed messages. The problem as follows !!
    File --> Proxy scenario. I receive 15 messages from sender side (same messages structure) so working with one interfaces. File picking and transforming this message and split into 2 messages. messages are receiving to receiver. I am using BPM with 7,8 steps like receiving step, block , message transformation step , internal block 1 for sender 1, internal block 2 for sender 2.
    All things are working fine, messages are going to receiver properly. But customer requirement is , wait step required between processed messages before sender1. I have put wait step still, PI picks all messages in one shot processing and waiting for 2 minutes, after 2 minutes sending all messages at the same time, this process is not working.
    I have tried with wait step in mapping (Sarvesh) given excellent idea, still PI works the same way.
    Can someone please explain a bit why the messages or not waiting message by message. I am using EOIO with Queue name and file process mode "BY NAME" and I have tried "BY TIME" as well. I have given priority to this Queue. On BPM Queue assignment : One Queue.
    Please I am expecting positive answer !!
    Many Thanks in Advance
    San

    Hi Rudolf Yaskorski ,
    Not sure about your PI release and BPM model, do you create separate process instance for each file, or do you process files collecting them in one single instance? Are you using parallelization within your ccBPM ?
    I am using serialization, I don't think bpm can do Parallization until PI 7.0, but PI 7.11 has got has queue assignment. But I am using one queue. This must be serialization.
    To me it looks like your issue is not in ccBPM but rather more in polling files (as per your post file CC polls all 15 files in one shot). So if you wish to poll the files not at the same time some workaround is required. Possible options you could check out:
    A. Either implement "wait" in your mapping based on file name or other criteria (e.g. directory name). Check out if respective BPM instances are really created at different times.
    I have used wait step in mapping. These 15 messages has to go through one interface. So I am using one interface. But I have checked mapping process time in all messages on receiver system. Shows same timing, even though I put 40000 ms waiting time in mapping.
    B. Try polling different files (or use different directories) with different channels and coordinate starting / stopping of your channels by scheduling availability for each CC in RWB. E.g. you poll file 1 with CC 1. You start 2 minutes later CC 2 and poll file 2. And so on.
    I am not clear about this . On BPM waiting step is working and it keeps wait all messages, which are coming through one interface. Then it releases all messages at the same time.
    I don't know how to resolve this. I have tried with Transport acknowledgment, but all messages are going to reciver system waiting at receiver system in priority queue and processing in EOIO, but taking so long. Rather all messages go and sits in queue, I want to stop messages by message with 2 minutes time gap. How please?
    Kind Regards
    San

  • Waiting time between entry posting in R/3 and avail. in BW

    Dear SAP community,
    We have set up a process chain which gives us the freedom to load GL account into BW on an ad-hoc basis.
    Unfortunately it is not really ad-hoc after we have  posted an entry in GL account in R/3 we need to wait approximately 1 hour before we run process chain in order to see posted entry. If we run process chain immediatly after posting entry we woul not see the entry in BW.
    Does anyone knows if there is a waiting time from when we post an entry into SAP R3 to when we can run the process chain and see the posting in BW?
    Thanks  a lot for you help.
    Stefanie

    Hi Stefanie,
    What is the Datasource being used?
    For old GL extractors, like 0FI_GL_4, there is a safety interval upper limit of 1 day, meaning data posted till yesterday will be extracted if the chains run today. There are workarouds given by SAP to extract most recent data for these.
    For new GL extractors like 0FI_GL_10, there is a safety interval lower limit of 1 hour, meaning the most current data would be extracted and there would be an overlap of 1 hour between delta loads and some records are extracted twice.

  • How to increase the waiting time for response in Adapter Engine not in IE

    Hi Experts,
                It is a SOAP to Proxy Synchronous interface. SOAP system is sending the request to PI, PI sending the same request to ECC system, After execution of some logic response back to PI in 7 minutes. In ABAP Stack(sxmb_moni) processing the response message also successfully with success flag after completion of these 7 minutes. But exactly 5 minutes later getting the error at Java Stack RWB- in communication channel monitoring i.e
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message bd2bf8d0-b2c2-11e0-c383-001cc4fb5cb7(OUTBOUND) expired.  We have set the "runtime-HTTP_TIMEOUT" parameter as 3600. thats why in Integration engine it is processing successfully.
    kindly suggest me how to increase the waiting time for response in Adapter Engine. Exactly after 5 mins getting the above error in rwb, but in Integration Engine getting successful flag after 7 mins until then it is waiting for response with  status flag Log version.
    Thanks & Regards,
    Srihari.

    Hi,
    Please see
    How To... Investigate Timeouts In Synchronous XI/PI Scenarios
    It will answer all your queries
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747?QuickLink=index&overridelayout=true

  • (excruciating) waiting time to download a movie!!!

    I've just got the new appleTV 2G and went to watch my 1st movie: 8hrs waiting time to download it!...My internet speed connection is good, fast, no problems there. In the mean time the 24hrs watching time is ticking, not good at all. I know there are people that can watch instantly, any ideas or suggestions to solve this problem?
    thx

    Hi,
    After experiencing the same issue and trying different changes ie DNS settings, wireless position, channels etc the solution was the following:
    1) Switch off "Send Data to Apple". This is under Settings-General. Give it a few minutes.
    Hope this helps,
    Regards,
    Greg

  • Re: HP 15-g020ca long wait time to reach lock screen windows 8

    i have the same issue as this guy but can't seem to figure it out.
    http://answers.microsoft.com/en-us/windows/forum/w​indows8_1-performance/45-seconds-delay-to-reach-lo​...
    long wait time when i open the lid of my notebook. it says locking for a good minute or more, if i do win+L to manually lock it , it takes the same amount of time. can anyone help!! thanks

    DSORacing wrote:
    I have same problem but in a 15-j040us. I made everything that you offer as solution but it cannot upgrade to Windows 8.1.  I read this post from another user with same graphics adapter that my laptop has and it looks like a solution, but at the same time, looks quite dangerous to make. Here is the post. http://208.74.204.203/t5/Notebook-Operating-Systems-and-Software/Updating-to-WIN-8-1-Fix-to-black-sc... Let me know if yu can help with this issue as soon as possible.
    Thanks!
    This  worked for me after 7 attempts with all kind of solutions on different forums. HP Envy 15 Notebook - Intel HD 4000, Nvidia 740
    Locate the F11 key and start tapping it as soon as you turn on the system.
    Stop tapping once you reach the recovery manager screen.
    Click Troubleshoot .
    On the Troubleshoot screen, click Recovery Manager .
    On the OS selection screen, click Windows 8 . Recovery Manager opens.
    Under I need immediate help , click Minimized Image Recovery .
    When Recovery Manager prompts you to back up your files, select a backup option.
    If you have already backed up personal files or you do not want to back up personal files, select Recover without backing up your files , then click Next . Continue to the next step.
    Follow the on screen options and complete the system recovery.
    After the system recovery is complete, click Finish to restart the computer. Complete the setup screens and wait until the computer finishes the setup
    -Then, make sure to install all updates via Windows Update. Do NOT install any drivers for graphics etc.
    -I did NOT do any updates with HP Assistant
    -Run the update via Wired network, disable WiFi and Bluetooth
    -I did disable all things in Autostart. Could be reached via Win8 taskmanager
    -Ran Microsoft Compability checker
    Update went fine this time.
    Some of my steps might not be needed. And of course if MS compbility checker says a driver is not compatible you will have to update it.
    Hopefully it will get you there.

  • Sub-Millis​econd Wait Time

    Hello,
    Currently I am using Labview to control my shutter system in an experimental set up. The shutter takes a TTL signal to open/close, so currently I have the programming set up to send a 5 V DC voltage to the shutter to open it after certain other routines have finished, then wait a user defined amount of time, then send a 0 V DC voltage to the shutter to close it. The steps involving the shutter are in a Stacked Sequence Structure. I wish to have .1 ms resolution for this wait time, (i.e. how long the shutter is open). I am new to Labview, but from what I have read it would seem that the best resolution possible is 1 ms with my current set up. Is there any way in which to get .1 ms?
    Thanks
    Jeff

    NI PCI-6221:
    16 bit Aout (x2)
    16 bit Ain (x16)
    24 DIO
    32 bit CTR (x2)
    Looks like it won't work with the "classic" drivers (which is what I know best).
    Unfortunately, when they simplified everything for the new MX drivers, it got more complicated.
    Look in the FUNCTIONS - NI MEASUREMENTS - DAQmx palette.
    You'll have to create a virtual channel and use the DAQmx Timing vi to configure it.
    I am not an expert on MX - I'd recommend looking at the examples:
    HARDWARE INPUT and OUTPUT - DAQmx - GENERATING DIGITAL PULSES -- GEN DIG PULSE.vi looks promising.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Increase in wait time of synchronous interface

    I am working on HTTP to proxy synchronous interface on PI 7.3
    PI uses communication channel with SOAP receiver adapter over XI protocol
    Now I am facing below error in the interface while testing after 3minutes-
          com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message (INBOUND)expired
    Can anyone please tell me how can I increase wait time in the channel.
    I have tried adding the parameter name 'XMBWS.Timeout' and parameter value '30000' to increase wait time to 5minutes. But it didnot work.

    Shwetha,
    Set property of Service "XPI Adapter:
    XI" within SAP NetWeaver Administrator -->xiadapter.inbound.timeout.default ---180000ms--(3 min)
    Executing the below mentioned steps
    1.(PI 7.3)
    Goto NWA(PI 7.3)-->configuration-->Infrastructure-->Java System Properties-->goto Services tab-->find xiadapter--> u can increase value inbound.timeout.default
    see the below screenshot :
    2.
    PI 7.0 & 7.1x
    Please check point no 2.2.7 of the below doc:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747?QuickLink=index&overridelayout=true&44478681512917
    Mutti

  • Cannot get Local Connection, No available resource, Wait-time expired

    Hi Friends,
    Please answer my queries below.
    Thanks and Regards
    Busincess Requirement
    I have to display a particular set of rows in a dashboard or screen, and it is being refreshed every 1 minute, also user can update from that screen displayed values.
    The below program extracts some data from database and passes to the front end through a collection where it is being displayed.
    Code Logic Flow
    1. CockpitAction calls CockpitOraDAO for database results
    2. CockpitOraDAO is a singleton class.
    3. After getting the CockpitOraDAO object, the action will then call the getLabAreaCockpitDetails() method.
    getLabAreaCockpitDetails will
         - Get the Connetion from the OracleConnectionManager class (It is a plain class with getPooledConnection() and releaseConnection() methods).
         - Execute the query and put the result to a collection
         - close the connection
         - return result to the calling action.
    This getLabAreaCockpitDetails() are called around once in every 1 minute
    So, I believe everytime a call is made to action for cockpit display, it will take the existing object of the CockpitOraDAO class and make a call to database. i.e there will be only one object of CockpitOraDAO reside in application server at any particular interval of time.
    My Understandings
    1. Only 1 object of CockpitOraDAO will reside in application server (provided it is not user longer and garbage collected) at a particular instance.
    2. Many objects of Connection will be created and destroyed.(Each time the getLabAreaCockpitDetails() method is called, we will get one connection from connection pool and in finally the Connection will be released to connection pool).
    My Problems
    It is showing the "Cannot get Local Connection, No available resource, Wait-time expired"
    after running around 1 full day.
    My doubts
    1. Can anybody say why I get this error ?
    2. There may be some connections are not closed. But I have checked at finally block, the status of the connection is closed after calling this method.
    3. There may be some problem due to the singleton instane of CockpitOraDAO, Is it affecting performance ?
    4. Is it valid that I have to make CockpitOraDAO as Singleton ?
    public class CockpitOraDAO extends DAOAdaptor //implements BISample
         private static CockpitOraDAO instance=null;
         private static boolean debug = true;
         * The below method will be used to provide the singleton intance of the CockpitOraDAO object.
         public static CockpitOraDAO getInstance()
              if (instance == null)
                   synchronized (CockpitOraDAO.class)
                        if (instance == null)
                             instance = new CockpitOraDAO();
              return instance;
         * The below method will be used to get the cockpit details of the lab area.
         * This will return collecton of sample details for the specific lab.
         public Collection getLabAreaCockpitDetails(Collection prevCockpitDetailList,Collection filterCriteria) throws Exception
         if(debug)
              System.out.println("Inside CockpitOraDAO::getLabAreaCockpitDetails() method");
              Connection conn = null;
              boolean sampleExists = false;
              PreparedStatement pstmt=null;
              ResultSet rs=null;
              String returnStr=null;
              StringBuffer sqlQuery = null;
              String tempComment1=null, tempComment2=null;
              LabCockpitDO labc=null;
              LabCockpitDO labc2=null;
              Collection resultList=null, manCommentList=null, labCommentList=null, labCompCommentList=null;
              ArrayList result1List=null, prevCockpitDetail1List=null,filterList = null;
              OracleConnectionManager manager = null;
              boolean flag = false;
              try
                   labc2 = new LabCockpitDO();
                   prevCockpitDetail1List = (ArrayList) prevCockpitDetailList;
                   sqlQuery = new StringBuffer();
                   sqlQuery.append("select s.sample_sample_no sample_no, s.sample_inspection_lot_no inspection_lot_no,");
                   manager = new OracleConnectionManager();
                   conn = manager.getPooledConnection("myDS");
                   pstmt = conn.prepareStatement(sqlQuery.toString());
                   if(debug)
                   System.out.println("Query********"+sqlQuery.toString());
                   rs = pstmt.executeQuery();
              catch(Exception e)
                   //System.out.println(e);
                   throw e;
              finally
                        try
                             manager.releaseConnection("myDS");
    if(debug)
    System.out.println("Connection Status Closed=true/ Open=false=["+conn.isClosed()+"]");
    if(conn!=null || !conn.isClosed())
    conn.close();
    if(debug)
    System.out.println("Connection Status After Closing Connection Closed=true/ Open=false=["+conn.isClosed()+"]");
                             if(rs != null)
                                  rs.close();
                             if(pstmt != null)
                                  pstmt.close();
                             conn = null;
                             pstmt=null;
                             rs = null;
                             sqlQuery=null;
                             returnStr=null;
                             labc=null;
                             labc2=null;
                             manCommentList=null;
                             labCommentList=null;
                             labCompCommentList=null;
                             tempComment1=null;
                             tempComment2=null;
                             resultList=null;
                             prevCockpitDetailList=null;
                             prevCockpitDetail1List=null;
                        catch(Exception e)
                             //System.out.println("Unable to Release Connection ="+e);
                             throw e;
              //if(debug)     
              //System.out.println(resultList);
              return result1List;
         }

    Hi,
    As you can see from other posts, this is a very common problem. Until now the cause always ends up pointing to a connection not being close.
    I suggest you try to run through a full single cycle of you app, while using the CLI monitoting to check that the connections created/closed matches the expected created/closed connections. Also that the number of free connections at the end is correct.

  • Wait time

    Hi, in our business after machining we need to keep the product in an area for 30 mins. after that the product will be moved to second operation. i think we can capture those 30 mins thru wait time. pls advise where and how to capture that 30 mins. pls note that we want to capture the cost of that 30 mins also. pls suggest.

    Dear,
    In work center queue time is your wait interoperation time or in CA01 or CA02 operation details screen minimum wait time has to be enter in the operation (view "Interoperation times")
    Then go to transaction CA02 ( change routing ) and schedule routing using following menu:
    Extras -> Scheduling -> Schedule
    In scheduling overview screen press on 'Scheduling results' button. Scheduled interoperation time calculated.
    Also note the wait time is scheduled according to the Gregorian calendar, i.e. neither a factory calendar nor the capacity of the work center are taken into account.
    Hope clear to you.
    Regards,
    R.Brahmankar

Maybe you are looking for