Cats process before output problem

Hi ,
   Can any one give me solution for cats?
Actually i have taken the personal no and infotype  2001 and sty is Cl & i am creating the half day CL(4.5),
total working hors is 9 hours.
in my case problem is that when i enter with cat2 and gives the particular date its not effecting the half day . And if i am suppose to change that time (like 1, 2...4) at that time its throwing the error message (Already Cl leave is assigend that particular date ) and after that its updating.
but my case is PBO (process before output) it should reflect.
please Give me u r valuable suggestions .

Hi,
Elaborate your problem.
Regards
Team Member.

Similar Messages

  • Run Process before Logout problem

    Good Afternoon,
    I have two pages that I am trying to run a process before logging out of the system. The code works sometimes on page 4, and not at all on page 8. I have delete process on linked to the logout button.
    code below.
    PROC_DEL_LOGOUT
    begin
    delete from email_atch upper(userid) = upper(':APP_USER');
    commt;
    end;
    button code
    button with URL Redirect
    javascript: doSubmit('LOGOUT'); redirect('&LOGOUT_URL.');I have similar code for when the browser closes, except in that javascript I just have it doing a doSubmit() to delete the files. Same problem, works sometimes on page 4, but not on page 8.
    Can you attach validations to logout buttons or closing the browser's window?
    Thanks,
    Mary

    I think this is the best way to do that
    01. Create a procedure and then add your delete commands to it and logout process as below
    CREATE OR REPLACE PROCEDURE MyLogout                        
    AS
    BEGIN
      delete from email_atch upper(userid) = upper(':APP_USER');
      COMMIT;
      wwv_flow_custom_auth_std.logout(p_this_flow=>your application id ,p_next_flow_page_sess=>Your target page after logout);     
    END;* Please see the document for "wwv_flow_custom_auth_std.logout" for further information about this function and parameters
    02. Grant permissions to apex_public_user
    GRANT EXECUTE ON MyLogout to APEX_PUBLIC_USER;03. Change the logout url of Authentication schema as below
    #OWNER#.MyLogout* This will amke sure to execute your code whenever application try to logout
    * If this answer is helpful the mark it accordingly

  • Runtime, Processes, getting Output, Problems

    Hello,
    i hope, you can help me with the following problem. I'm trying to get the output of processes from the Runtime.
    It does fine with a command like "netstat -a". With a command like "ftp" or "telnet it does not work. I don't know why.
    You can test my program, for i did summarize the problem in a short main method.
    public class Test {
         public static void main(String args[]) {
              Runtime rt = Runtime.getRuntime();
              Process proc;
              try {
                   // Das Konsolenkommando, das ausgef?hrt werden soll
                // String command = "cmd.exe /C netstat -a";          // Variante 1 funktioniert
                   String command = "cmd.exe /C telnet";               // Variante 2 funktioniert nicht
                   //String command = "cmd.exe /C ftp";                // Variante 3 funktioniert nicht
                   // Prozess erzeugen
                   proc = rt.exec (command);
                   // Stream f?r Fehlermeldungen abh?ren
                   StreamGobbler errorGobbler =
                        new StreamGobbler(proc.getErrorStream(), "ERROR");
                   // Stream f?r normale Ausgabe abh?ren
                   StreamGobbler outputGobbler =
                        new StreamGobbler(proc.getInputStream(), "OUTPUT");
                   errorGobbler.start();
                   outputGobbler.start();
                   // Warten, bis der Prozess beendet ist
                   proc.waitFor();
                // Ergebnis anzeigen
                System.out.println("RESULT: ");
                   System.out.println(errorGobbler.buff.toString());
                   System.out.println(outputGobbler.buff.toString());
              } catch (Exception ex) {
                   ex.printStackTrace();
    public class StreamGobbler extends Thread {
              InputStream is;
              String type;
              StringBuffer buff = new StringBuffer();
              StreamGobbler(InputStream is, String type) {
                   this.is = is;
                   this.type = type;
              public void run() {
                   try {
                        InputStreamReader isr = new InputStreamReader(is);
                        BufferedReader br = new BufferedReader(isr);
                        String line = null;
                        while ((line = br.readLine()) != null)
                             buff.append(line + "\n");
                   } catch (IOException ioe) {
                        ioe.printStackTrace();
         }

    no i tried that already in an client-server-application. there WAS a delay, but it worked. But i had the same problem with such commands then. I simply get back nothing, althoug the command prints something on the console.
    Unfortunately or luckily (its both, i think ;-)) i found just now that:
    from http://burks.brighton.ac.uk/burks/language/java/jprogfaq/faq_d.htm
    ".. However, you cannot read output from some DOS commands on Windows 95/98. This is bug 4109888 at Sun, but it is actually a Microsoft bug/poor design. Windows programs that explicitly use a handle to the console ("CON" or "CON:") instead of stdin and stdout cannot be used as subprocesses to Java. The Win95 FTP program is an example of such a program. Windows provides no convenient way for Java to redirect the input and output of such processes from the console to input and output pipes. The only workaround is to use a different implementation of the program that does not use the console directly."
    Probably that's my problem, or?

  • [solved]cat with colored output?

    just wondering if there is a app like cat, that outputs a file, but with vim/emacs' highlight and line numbering. (or some short of hack)
    Why? well, I'm playing around with some C++ and I have multiple little files that I'd like to see on the shell before/after I run g++, and something like that would be quite useful.
    Last edited by hack.augusto (2009-10-22 01:13:20)

    @bl1nk
    that's exactly what I imagined for highlight, thanks.
    @Ghost1227
    `cat -b` ignores blank lines, `cat -n` solved the problem , thanks
    [update]
    community/colorgcc is kinda cool too
    Last edited by hack.augusto (2009-10-22 01:16:24)

  • Mac mini audio output problems

    This is similar to a problem that appeared before, but with a different twist.
    On 4 July all was well. On 5 July I switched on and there was no "chord" from the Mac. When I collected my mail - no sound from my speakers (which are part of my screen). Logged on to a couple of sites - no sound.
    The System Profiler, under the "Audio (Built In)" category, says: "No Built-in Audio." I know that's wrong because it's always worked before and when I plug my headset in it works fine.
    When I go to the Sound preferences panel in System Preferences, it finds the headset but if I unplug that it finds nothing.
    I tried running the hardware test (by putting in the OS X install disc and holding D during startup.) It couldn't find a problem.
    So, as far as I can see, audio output is fine for the USB headset output but not for the others. Is there a simple fix? The nearest Apple store is about 200 miles away and I don't fancy the idea of posting the Mac off.
    (And I think it's still under warranty for a couple more weeks.)
    Mac mini   Mac OS X (10.4.10)  

    hello mini users with the "no audio output" problem
    it seems that there are faulty output jacks in the macbook and the mac mini
    there are two things you can try:
    i tried everything and began thinking about what new software i had installed. it was "macam" which enables you to use older webcams on OSX. i needed that to use my webcam on skype.
    macam installs a file called "macam.component"
    if you have the same, do this - take that file out of:
    (your hard drive)/library/quicktime - macam.component
    and just put it on your desktop
    restart, then in your sound pref's choose your audio output (if doesn't work restart again)
    the first time i took it out, i had my sound back instantly, another time i had to choose audio output in sound prefs. you kind of have to try different things. after you get your sound back, you can put back "macam.component" to use your webcam.
    it seems macam causes the problem, the two can not work at the same time.
    the second thing: if you dont have "maccam" try plugging and unplugging output jack a few times and restarting until you have sound.
    the problem still could be with the OSX 10.4.10 update / quicktime...or maybe even a hardware problem like others with macbooks were saying (with the red light), not sure.
    people with macbooks and who have the red light on, say to use a paperclip to turn off the switch inside.
    my mini does not have a red light on. i tried using a paperclip but it doesnt work.
    hope this helps, beleive me i feel your pain!!!!
    what good is a computer without sound?
    extremely annoying problem that i hope apple looks into and fixes
    -andrew

  • Using ServletContextListener for background process in tomcat, problems?

    Hi, I am building a web app using mojarra 1.2, hibernate 3.2, mysql 5 and tomcat 6. Currently, there's a need to run a background process every hour to:
    1) query the database
    2) process information
    3) send emails to (big) list of individuals when matched
    4) update database
    5) must happen during business hour
    For now, my approach to this problem is to hook a Timer object inside a class implements ServletContextListener. So that every hour during business hour will process the steps above when Tomcat started until someone shut down shut down Tomcat or when it crash (hopefully that won't happen).
    I read a few articles, they claimed this is not a good approach because in a managed environment, background thread like this won't be in the scope of the container.
    Due to certain reasons, we can't deploy this part as a separate daemon (e.g: jsvc) yet. We'll need to wait for few other things to occur before can we deploy a full daemon services.
    The question for this post is: What are some of the potential problems we will be dealing with when running background thread like this in tomcat? What are some of the things we'll need to watch out for before real problems arise (e.g size of db connection, # of concurrent process, etc) what are some other pitfalls other experienced when deploying background thread in tomcat?
    We hope this solution will be able to handle what needs to be done until our daemon service is ready.
    Thank you for your opinions

    You can try this.. Which gives more grip... in making threads etc..
    Here is a class with a method that sets up a ScheduledExecutorService to beep every ten seconds for an hour:
    import static java.util.concurrent.TimeUnit.*;
    class BeeperControl {
    private final ScheduledExecutorService scheduler =
    Executors.newScheduledThreadPool(1);
    public void beepForAnHour() {
    final Runnable beeper = new Runnable() {
    public void run() { System.out.println("beep"); }
    final ScheduledFuture<?> beeperHandle =
    scheduler.scheduleAtFixedRate(beeper, 10, 10, SECONDS);
    scheduler.schedule(new Runnable() {
    public void run() { beeperHandle.cancel(true); }
    }, 60 * 60, SECONDS);
    }

  • IDoc ?? must be processed before IDoc ??? can be

    Hi all,
    I am trying to run IDOC of message type VLCCPO, Basic type VEHCLE01
    I am getting the error "IDoc 123 must be processed before IDoc 456 can be" (VELO158)
    but my problem is that IDOC 123 is already deleted.
    anyone?????
    Thanks naama

    Implement the note 1450511 Error VELO158 in IDoc Processing (Basic type VEHICL

  • Change form of output signal without initializing new process of output signal

    Hello!
    How to change form of output signal produced on the output channel without initializing new process of output signal?
    Thanks 
    Message Edited by _Pavel_ on 10-28-2009 05:21 PM
    Solved!
    Go to Solution.

    I'm working with LabView 8.5.1.
    I have periodic TTL impulse with constant frequency – signal to start , which I'm used to start data acquisition (PCI-6251)and generation signal (PCI-6221).
    When TTL signal a detection, necessary generation some analog signal (PCI-6221) and acquisition other analog signal (PCI-6251).  Then wait following TTL signal.
    At this moment I write the part of the program which is responsible for data acquisition. Function retriggering (In examples C:\ProgramFiles\National Instruments\LabVIEW8.5\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-CtrRetrigg Pulse Train Generation for AI Sample Clock.vi) is used. This function necessary,because we start data acquisition each time on arrival TTL impulse, andrepeated creation of the virtual channel of data acquisition with the newtrigger spend a lot of time.
    The problem consists in the following. Generation of the data from other card should occur on the same impulse TTL as for the data acquisition card and then generation zero value.
    How I can realize it? I planned to change the form of an impulse of generation when detected TTL an impulse, without reinitialize process.

  • Error in automatic processing of output of a delivery

    Dear All,
    In the stock tranport scenario, I am using an output type SPED in an outbound delivery. When this is processed an inbound delivery is created automatically from the outbound.
    The problem is that the output is not being processed automatically. The error I get is "Output processing has been triggered in a new task".
    Dispatch time is already maintained as 4. If I process the output manually using VL71, it works fine.
    Any ideas!!
    Regards,
    VJ

    I have already checked in SM58. I do not see anything there.
    Details of the error:
    Message no. /SPE/VL300
    Diagnosis
        Output processing was triggered immediately when the delivery was saved.
        The actual processing of this output started a new task.
        This task might still be running - or might have terminated with an
        error.
    Procedure
        You can wait for a while and then recheck the processing status.
        If the processing log has not been updated, please take a look at the
        monitor for tRFC calls (transaction code SM58).

  • Error in automatic processing of output of an outbound delivery

    Dear All,
    In the stock tranport scenario, I am using an output type SPED in an outbound delivery. When this is processed an inbound delivery is created automatically from the outbound.
    The problem is that the output is not being processed automatically. The error I get is "Output processing has been triggered in a new task".
    Dispatch time is already maintained as 4. If I process the output manually using VL71, it works fine.
    Any ideas!!
    Regards,
    VJ

    SPED is having default Transmission Medium as 8 ( Special Function ) .
    Can you change it to 1 and try.
    thanks,

  • Macbook mini DVI to DVI output problems

    hi
    I've been using a samsung syncmaster 22" with my macbook for about a year now with no problems using the mini DVI to DVI connection
    then earlier this week i used a different DVI cable to plug my playstation 3 into the screen, when i plugged the computer DVI cable back into the screen lots of red/pink pixels have taken over the screen and when the desk is nudged red lines flash up
    i thought it might be either the DVI cable or the mini DVI to DVI adapter and replaced both to no avail, i have also tested all the cables on other screens/with other computers, and tested the screen with my playstation. Screen and cables all work fine so i think it must be some kind of output problem, but cant work out what it could be seeing as nothing would have happened to the port on the actual computer whilst changing connections on the samsung screen
    sorry for the long winded post, really wanna know what the problem is here

    Hi cbeth,
    welcome to macbook forum.
    For your friend macbook, try to press F7 back and forth to switch between mirror and expanded mode.
    Try to update your macbook hardware firmware and software using software updater and repair permission after that...application/utilities/disk utility/repair permission.
    Also reset your PRAM and PMU.
    Open your friend system preference / display and try to compare and set yours similar to hers, including resolution, color depth, refresh rate.
    Good Luck.

  • Lenovo ideapad yoga 13 pci data acqusition and signal processing center for problem for windows 8

    Link to picture
    hi everyone, 
    find original w8 cd and then i installed, when i was installing
    i deleted all recovery and other partition, i did not think what can i do,
    but then i activated windows and installed all driver, but i taking 
    after all drivers it stayed
    2''unknown devices''
    and when i rebooted, it says, usb device not recognized'' and also
    ''pci data acquisition and signal processing center'' devices problem for windows 8. and touchscreen not working.
    i read related for w7 same problem, but what i will do now ?
      thanks.
    Moderator note; picture(s) totalling >50K converted to link(s) Forum Rules

    hi adilsefaersan,
    Welcome to Lenovo Community Forums!
    By opening your Device Manager right click on one unknown device and choose properties,
        >On the properties windows Click on the Details Tab, on the property drop down Choose hadware IDs
         > then copy the value and post back here whats on the Value pane
    Do it for all those unknown Device and Post here the Value of the hardware ids
    also can you share your Windows Version and bit type so we'll knwo the correct download page for you
    Thanks and Regards
    Solid Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Parallel process Before Remote client copy

    i m going to perform remote client copy from production to sandbox how to enable parallel processing before that .
    and its is hugh client and i want to do it fast can i start it in Foreground and if yes what parameter i have to set to what value to do it in foreground

    Hi,
    As far as i know there is no tcode where you can set parallel processing, you can just select remote cleit copy or local client copy this methods have parallel processing .
    Regards,
    Vamshi.

  • Delimited output problem at the time of writing in to text file

    Hi ,
    I am using matrix stayle design for my reports when i am generating reports in delimited format i am getting Delimited output problem(DR.Watson ERROR) at the time of writing in to textfile.

    Hi,
    Try with new desformat delimiteddata which is available with Report 6i patch 11.
    Thanks
    Oracle Reports Team

  • Process the output with dispatch time 3

    Dear experts!
    Thank you for your attention!
    I ues output type BA00 to print order confirmation and set the dispatch time 3
    after i save the order, where can i process the output?
    as in delivery output, we can use VL71 to process outbound delivery.
    which t-code could i use to process the order output with dispatch time 3  ???
    Best regard!
    Tangdark

    is there anyone can help???
    please~~~

Maybe you are looking for

  • Is it possible to edit the table that contains sites with the passwords?

    for certain sites Firefox does not ask to remember the password, therefore this site will not appear in the security-table. By editing the table this problem could be bypassed.

  • Save attachment on content server and create a document link

    Hi All I have the following requirement: 1. We have an attachment 2. We are creating a parked document number. 3. We need to place the attachment on the Content Server 4. We need to create a link b/w the parked document number and the attachment whic

  • Com.sapportals.trex.core.DocAttribute

    Hi,   I am looking for the javadoc for com.sapportals.trex.core.DocAttribute. I want to know the value of DocAttribute.ATTRIBUTE_TYPE_TEXT If anybody has got the API, can you please post me what is its value. Points assured. Thanks! Vivek.

  • 0postxt  Item text Mapping

    When I am mapping 0FIAR_O03 to  0FI_AR_3 there is no 0postxt  in the DSO to map on to  0FI_AR_3 which has that field but when I am mapping same DSO  0FIAR_O03 to 0FI_AR_4, DSO shows up the field 0postxt in the transformation? Why so? What does field

  • Updated to windows 8.1 now can't adjust screen brightness

    Basically I have been avoiding this update for a while now because I was quite happy with my hp laptop without it, but then a couple days ago my laptop decided to do the update automatically. So everything was fine until it rebooted and I realised my