Impact of Running COGI program for every two HRS...

Hi,
As per requirement in my business scenario, we have lot of materials with negative stocks currently.
Now for physical inventory purpose, customer wants us to remove these negative stocks and want us to run COGI program every 2 hrs.
As we are going to deactivate negative stocks for all materials, the error due to goods movements will get accumulated heavily in COGI.
For countering this previously they were monitoring COGI once in a day.
Now we have decided to schedule COGI in background job for every 2HRS.
Is there any impact on system from PP prospective if we run COGI for 2hrs daily.
Your view points will be highly appreciated.
Rgds,
Yogesh...

Hello Yogesh,
it is not possible to schedule COGI (report CORUAFFW) in background.
But you may schedule report CORUAFWP (which was designed for background running) with option "failed goods movements" in order to clear your COGI records.
There is no real impact, however, if there are that much records in COGI, you should schedule it for a time with low business in order to avoid lock errors.
Regards,
Andreas

Similar Messages

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • Trying to install CS3 on my Mac from DVD and I get Required Resources are missing. I have run this program for years but this occurred after I rebuilt OSx

    Trying to install CS3 on my Mac from DVD and I get Required Resources are missing. I have run this program for years but this occurred after I rebuilt OSx

    I ran the adobe cleaner and that did not help. I then uninstalled norton antivirus. and that solved the problem and I was able to install photoshop cs3. I than reinstalled norton antivirus. My system seems to be fine,

  • Can we schedule sender file channel for every 2 hrs??

    Hi all,
    I want to run sender channel for every 2hrs. i searched in Availability Timings but there is no such facility to schedule the channel for every 2 hrs
    There is an option to schedule the channel on daily basis and for how much duration time it should run.
    This won't work in my case
    please share your thoughts...
    Regards

    Hi RP,
    >>in the configuration of CC sender file --> poll interval(secs) = 7200. this value is equals to 2hs
    problem solved right?
    Good Idea, but the problem here is a i explained above this is combination of 2 interfaces
    1) Idocs will be triggered every 2 hrs in ECC and records will be appended to single file on XI Shared drive.This is one interface
    2) Another Interface is to pick up the appended big file From XI Shared drive to FTP Server.
    EX:
    If all Idocs triggered at 1:30pm from ECC----all records will be appended to single file suppose by 1:31pm
    Now in second interface i gave poll interval as 7200 and activated at 1:40pm, so the file will be picked up at 1:40pm
    So this frame of time interval continues smoothly like next job is ecc will run at 3:30pm and appends to file by 3:31pm there by second interface will pick up at 3:40pm. This is the correct way of execution
    PROBLEM: In this process, If my PI server is down at 2:00pm and is up at 4:11pm, there won't be any problem with first interface.my second interface starts from 4:11pm(server up time) onwards and keep polling for every 2 hrs from there onwards. so my total time frame is collapsed .
    Regards

  • Want to schedule the backgroundjob on weekdays(Mon-Fri) for every 2 hrs

    Hi,
    can anyone please take this request and tell me the solution for scheduling the background job according to factory calendar and also that job should run for every 2 hrs.

    Hi
    You can schedule job in SM36 transaction.
    Enter Job name and click on start condition.
    In next screen click on date/time button and enter date and time when do you want to start.
    Next click on Restrictions, assign factory calendar.
    Next click on periodic values and choose Other period and enter 2 hours and save.
    Again save.
    JOb will be scheduled for every 2 hours and as per factory calendar.
    regards
    Srinivas

  • Running a Java Program for every shut down of system

    Hi
    I have a java program that sends an email to the Admin of my network.
    But this is program i just want to execute for every shutdown and on of my system
    Please Tell me how to execute my java program at system shutdown time and on time..
    Thanks

    Despite your objective, this is not a Java issue. The real question is "How does one run a program just before system shutdown?"
    How you execute such an application is system dependent. Java doesn't know when the system shuts down, only when the JVM shuts down. Unless you're willing to have JVM running the entire time the system is up, you'll need native code to detect system shutdown & launch the notification app.

  • /SAPAPO/SDRQCR21 program is not working correctly if we run the program for range of material and plant wise

    Hi APO Experts,
    In our project, we have received more sales order inconsistencies which is not clearing by CCR program and it is clearing by  program /SAPAPO/SDRQCR21 with option as Build Reqmts from Doc. Flow, So We have decided to schedule the background job on daily basis for program /SAPAPO/SDRQCR21 with option as Build Reqmts from Doc. Flow, performing the testing in our quality system and observed the below strange behavior. 
    When I am running the program /SAPAPO/SDRQCR21 with Range of products and some location range with option as Build Reqmts from Doc. Flow, in Background job. In output it is suggesting to delete one sales order. If I checked that Sales order in ECC, it is for an different location, that is not part of my selection and the order is open. In MD04 the Qty is showing 1 ( as per sales order) but in APO RRP3 view the order qty is showing Zero. I have run the CCR, it is coming in different in content and if I push, the different is not going to APO.
    I have tried running the program /SAPAPO/SDRQCR21 with plant which is mentioned in that sales order with option as Build Reqmts from Doc. Flow, in Background job , it is suggesting this sales order under update option correctly.   
    Can you please help me understand why it is behaving differently like the location is not part of my selection and why it is suggesting the wrong action. And also whether is it advisable to run the /SAPAPO/SDRQCR21 with option as Build Reqmts from Doc. Flow at plant range and material range in background job.
    Thanks & Regards,
    Sundaram Radhakrishnan

    Sundaram,
    It sounds to me like the sales document records in the OLTP and in APO were created at different times.  This is common in Dev and Qual environments when the systems are commonly created at two different times, and each was a copy of an existing system that contained sales data.  The order number you see in //rrp3 is somewhat irrelevant; system generally uses the guid for many activities.
    FYI during Dev and Qual refreshes, if you are copying from a production environment that contains data, it is always best to create the OLTP and SCM images at the same time, and to copy them both to the Dev and Qual systems at the same time.  If you don't do this, you are faced with the additional tasks associated with getting the copied systems back into synch.
    If this is Dev or Qual, I suggest that you just completely wipe out all sales orders in APO and rebuild them using the CIF.
    If this is a mature production environment, the only time I have ever seen this issue is due to improperly created CIF enhancements.  Speak to your developers to find the root cause, and correct this problem.  Then, wipe out all sales orders and rebuild with CIF.
    Best Regards,
    DB49

  • How to run the program for specified time

    Dear Friends,
    I have a small problem, I want to run my labview program for specified amount of time, Say for example it might be 1 hour or 5 hours or 10 minutes or even milliseconds(The time will be specified by the user).
    How to write programs for this
    And I want to get the system time in an instance, how it can be achieved,
    Could you please help me?
    Regards,
    Rathan

    Hi,
    Herewith my screenshot attached. There are thre inputs thres, tempX, xValue, it is in side the while loop.'xValue' will be acquired every iteration, It will be saved through shift register and acquired to 'tempX' for the next iteration, 'thres' is a constant value. I'm doing some logic, and calculating the dvalue and convert it to a string and concatenate it with end of line character, then after writing it into a file.
    In the logic, inside of the functional logic  I'm assigning some values dValue, if the logic is true or else dvalue will be 0
    What I require is I don't want to write the dValue in to a file, if it is equal to zero. Could you please help me, how to tackle this problem?
    Thanks.
    Regards,
    Rathan   
    Attachments:
    writing except 0.GIF ‏9 KB

  • I have FF7, but to run a program for work I need FF3. Is there a way to normally run FF7, but have access to FF3?

    I have a project required for work that is incompatible with FF7. My computer is upgraded to FF7. The program is compatible with FF3. Is there some way to have access to FF3 while keeping my FF7 for regular use?

    "SheepShaver is an Open Source PowerPC MacOS run-time environment. That is, it enables you to run PowerPC Classic MacOS software on your computer, even if you are using a different operating system. However, you still need a copy of MacOS and a PowerMacintosh ROM image to use this program. SheepShaver is distributed under the terms of the GNU General Public License (GPL). "
    http://gwenole.beauchesne.info/en/projects/sheepshaver
    Installing Mac OS Classic on SheepShaver is a struggle. There is some instability once you have completed the installation.
    Message was edited by: rccharles

  • Getting warning while running concurrent program for XML report

    HI,
    Am trying to run a xml-publisher report by converting a D2k report and am getting the following warning message and not getting the out put.
    Receivables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XX_EMPLOYEES module: XX_EMPLOYEES
    Current system time is 04-DEC-2007 12:25:37
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /dplay/applmgr/product/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /dplay/applmgr/product/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    Report Builder: Release 6.0.8.25.0 - Production on Tue Dec 4 12:25:38 2007
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2057165 on node CRMAP102.ASHOKLEYLAND.COM at 04-DEC-2007 12:25:42.
    Post-processing of request 2057165 failed at 04-DEC-2007 12:27:43 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    ------------- 2) PRINT   -------------
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 04-DEC-2007 12:27:43
    pls help
    Thanks

    Hi
    pls see this post
    OPP Timing out
    Thanks
    Rahul

  • Error while running saschinvoke program for running the ibots created.

    Hi Experts,
    I am trying to invoke an ibot job from the unix command line. But, it is erroring it out. Can any one please help why is this error.
    [oracle@ginza oracle]$ cd OracleBI
    [oracle@ginza OracleBI]$ cd server
    [oracle@ginza server]$ cd Bin
    [oracle@ginza Bin]$ ./saschinvoke -u Administrator/abc2008 -j 5
    ./saschinvoke: error while loading shared libraries: libnqschedulerobjects.so: cannot open shared object file: No such file or directory
    [oracle@ginza Bin]$ ls -l saschinvoke
    -rwxr-x--- 1 oracle oracle 511132 Jul 30 2008 saschinvoke
    [oracle@ginza Bin]$ pwd
    /sdb1/appl/oracle/OracleBI/server/Bin
    Thanx
    svr
    Edited by: user8699680 on Sep 1, 2009 5:38 PM

    Hi Experts,
    Thanks for all your valuable inputs.
    But still I have another problem in running my script. This time it is with the authentication. here is the log file
    [oracle@ginza svr]$ ./autocache.sh
    Oracle BI SASchInvoke
    Copyright (c) 1997-2006 Oracle Corporation, All rights reserved
    Execution Error: [nQSError: 68019] Authentication Failed.job completed
    [oracle@ginza svr]$ id
    uid=501(oracle) gid=501(oracle) groups=501(oracle)
    I am here trying to run the script with Oracle unix user with which the OBIEE has been installed on linux server. I had checked that, all the files and script has necessary permissions, but missing some authentication. For further information, my instanceconfig.xml file has the following contents... ( where cryptools has run and passphare is mentioned in the instanceconfig.xml file)
    <CredentialStore>
    <CredentialStorage type="file" path="/sdb1/appl/oracle/OracleBIData/web/config/credentialstore.xml" passphrase="ppsecret"/>
    </CredentialStore>
    Pls let me know you valuable inputs to resolve this issue.
    Thanks
    svr

  • Why does the terms for logic say we cant run these programs for commercial use

    question i have regarding the terms for garage band and logic terms where is says just under section 2 it says ((i) to download, install, use and run for personal, non-commercial use, one (1) copy of the Apple
    Software directly on each Apple-branded computer running OS X (“Mac Computer”) that you
    own or control; and)
    im not sure if it means i cant use garage band or logic to produce music for clients for commercial use ?
    check it out here
    http://images.apple.com/legal/sla/docs/LogicPro.pdf
    http://images.apple.com/legal/sla/docs/GarageBand.pdf

    Section C/2/A/(ii) of the Logic Pro document says:
    if you are a commercial enterprise or educational institution, to download, install, use and run
    one (1) copy of the Apple Software for use either: (a) by a single individual on each of the Mac Computer(s) that you own or control, or (b) by multiple individuals on a single shared Mac Computer that you own or control.
    and section C/2/B says:
    The Apple Software may contain sample content including but not limited to artwork, audio files, audio loops, built-in sound files, graphics, images, impulse responses, photographs, samples, sound sets, sound settings, video files, or similar assets (“Sample Content”). This Sample Content is proprietary to Apple and/or its licensors, and is protected by applicable intellectual property and other laws, including but not limited to copyright. Except as otherwise provided, all Sample Content included in the Apple Software may be used on a royalty-free basis to create your own original soundtracks for your film, video and audio projects. You may broadcast and/or distribute your own soundtracks that were created using the Sample Content, however, individual Sample Content assets may not be commercially or otherwise distributed on a standalone basis, nor may they be repackaged in whole or in part as audio samples, clipart, music beds, sound effects, sound files, sound libraries, stock animation, or similar assets.
    (my emphasis).
    All this would seem to cover you for the use you propose (this is not a legal opinion). GarageBand is presumably similar.

  • How do I find the BIOS settings? I'm trying to install a VM so I can run CAD programs for my work.

    I am an engineering student and thus having the capability to utilize CAD programs is highly advantageous to me, so I talked to several of my friends who have Macbooks and they recommended using Parallel. After I installed the program and my Windows OS, it keeps giving me an error message saying that the hardware virtualization has been disabled in the BIOS settings. I cannot find the BIOS settings anywhere! How do I change this? Does anyone know?

    There are no BIOS settings, because Macs don't have a BIOS. I don't use Parallels, but I assume it has simulated BIOS settings. You'd have to consult its documentation to find out how to change them.

  • I am trying to run my registered CS6 Design Standard programs for the first time after install. InDesign runs OK, but Illustrator and Photoshop will only run in trail mode. How do I activate those two?

    I can't get my registered versions of CS6 Photoshop and Illustrator to run in full mode. I installed CS6 Design Standard online end of June (an upgrade from CS5.5), on my old MacBook Pro. I didn't run the programs then as I was waiting on arrival of new MacBook Pro. I migrated the programs from my old MacBook to the new, and today tried to run those programs for the first time. InDesign work OK (after an initial hiccup) but Illustrator and Photoshop will only run in trial mode, and won't let me save files. My CS6 Design Standard shows with it's registration in my Adobe Account. All seems in order, but Illustrator and Photoshop won't run in registered mode. Can you please help?

    Demons1 in the future please only migrate your documents and settings.
    Please use the uninstallers to remove your current installation.  They are located in the Applications/Utilities/Adobe Installers folder.  Once the uninstall is complete you will also want to run the CC Cleaner Tool.  You can find more details at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    If you need to download a fresh copy of the installation files for Creative Suite 6 you can do so at Download CS6 products.

  • For every 2 hours run

    Hi,
    I am runing program for every 2 hours,
    suppose,if no data found, job log dispays message " no data found".
    or if job retrive data after job cancel.how will you do?
    due to some reasons.
    if next time runs also that job next two hous data not job cancel (data).
    how will we execute the job ?
    give any code or suggestions.

    Dear Gurus
    No start after function is not working to prevent the job running after specified period (eg .6.pm).According to ABAPer that is time period the job will try to excute if there is a delay due to Que in Job excution.
    Please guide is there any other way to schedule the job only between specific time
    Thanks a lot
    narayana

Maybe you are looking for