Sinple Set Up run job question

Hi bw expert please help me asap, I have run the set up job by oli9bw for billing with out any number range, but then i realized that it will take the long time, so i run a parallel set up job with number range. please help me now how to delete or end the old set up job that has no number range
thanks
soniya

lbwg  - to delete set up tables (as 2 jobs will be responsible to have duplicate enrties in set-up tables)
If u want to stop job...
SM37> check for jobs having ur onwership > click on the set-up table job will start with R*** > there will be "STOP" sign at the tool bar click on it
Hope this helps...
But even stopping the job will have duplicate entries in set-up table as it must have feteched some entries by now.
Hope this helps.
monica

Similar Messages

  • Running job in specific set of App servers

    Hi,
      Is there a way to run jobs based on one of the servers in the group similar to Logon Load balancing.  Otherwise is there a way to avoid running jobs on specific application servers.  We don't want to limit the Job onto one Target server.
    Kindly advise if you have any suggestions/solutions..
    Regards,
    Giridhara

    I have asked this question keeping in mind of running critical jobs to run in specific set of application servers.  Currently I can't run class B type of jobs in specific group.  I would like to schedule jobs with certain class, say classB, to be run in specific app servers.  Is it possible?

  • Run jobs in CRON in redhat linux

    I am a Novice DBA and have followed Google pages to run jobs in CRON in redhat linux  But in vain, I could Not jobs in cron.  Can any one provide me step by step config to run jobs in cron

    Good documentation how to automate tasks using cron is indeed a bit difficult to find and much information I've seen out there on the web is incomplete. And unfortunately, it is difficult for a newbie or student to determine.
    In addition to the information already provided by the previous resopnes, the product documentation is usually a good start. For example: https://linux.oracle.com/documentation/
    The information about cron is in the Deployment guide, for instance chapter 20 of
    https://linux.oracle.com/documentation/OL6/Red_Hat_Enterprise_Linux-6-Deployment_Guide-en-US.pdf
    To my experience, many questions or problems releated to cron can be avoided if the user keeps the following in mind:
    Cron does not perform a user login and only knows a minimum OS or user environment. For instance, it only knows about /usr/bin:/sbin:/bin PATH environment. If you wish to schedule a cron job using a shell command script that does anything Oracle database related, you will have to set the appropriate environment variables. Simply put the following header into your script:
    ORACLE_SID=your_oracle_SID
    ORAENV_ASK=NO
    . oraenv -s
    Also keep in mind that many programs produce output to stdout. Cron, by default, mails such output to the user account running the cron task.

  • How to stop a running job in 10g Scheduler?

    The following is a duplicate post. I posted the following to the general database forum before seeing that otn has a new scheduler forum:
    I am not able to find in the Admin Guide a method to stop a currently running instance of a job in the 10g scheduler.
    In 9i, I run the following script calling DBMS_JOB.broken and DBMS_JOB.remove to shut down currently running jobs:
    DECLARE
    jobid NUMBER;
    CURSOR c1
    IS
    SELECT job
    FROM dba_jobs
    WHERE priv_user = 'ME';
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1
    INTO jobid;
    EXIT WHEN c1%NOTFOUND;
    DBMS_JOB.broken (jobid, TRUE);
    COMMIT;
    DBMS_JOB.remove (jobid);
    COMMIT;
    END LOOP;
    CLOSE c1;
    END;
    How may I create similar code to shut down currently running jobs using DBMS_SCHEDULER in 10g? According to the Admin Guide, disabling jobs with the force option will still allow the job to finish.
    How can I terminate a running job in 10g?

    You can stop a currently running job using the STOP_JOB api.
    STOP_JOB Procedure
    This procedure stops currently running jobs or all jobs in a job class. Any instance of the job will be stopped. After stopping the job, the state of a one-time job will be set to SUCCEEDED whereas the state of a repeating job will be set to SCHEDULED or COMPLETED depending on whether the next run of the job is scheduled.
    Syntax
    DBMS_SCHEDULER.STOP_JOB (
    job_name IN VARCHAR2
    force IN BOOLEAN DEFAULT FALSE);
    Parameters
    Table 83-44 STOP_JOB Procedure Parameters
    Parameter Description
    job_name
    The name of the job or job class. Can be a comma-delimited list. For a job class, the SYS schema should be specified.
    If the name of a job class is specified, the jobs that belong to that job class are stopped. The job class is not affected by this call.
    force
    If force is set to FALSE, the Scheduler tries to gracefully stop the job using an interrupt mechanism. This method gives control back to the slave process, which can update the status of the job in the job queue to stopped. If this fails, an error is returned.
    If force is set to TRUE, the Scheduler will immediately terminate the job slave. Oracle recommends that STOP_JOB with force set to TRUE be used only after a STOP_JOB with force set to FALSE has failed.
    Use of the force option requires the MANAGE SCHEDULER system privilege.
    Setting force to TRUE is not supported for jobs of type executable.
    Usage Notes
    STOP_JOB without the force option requires that you be the owner of the job or have ALTER privileges on that job. You can also stop a job if you have the CREATE ANY JOB or MANAGE SCHEDULER privilege.
    STOP_JOB with the force option requires that have the MANAGE SCHEDULER privilege.

  • A problem about the "Max running jobs". Thanks a million!

    Hello everyone,
    The "Max running jobs" was set to 15.
    (1). When I dragged two assets into FCSvr at a time, in the "Search all jobs" window, I saw the first one being uploaded then transcoded, and later the second one being uploaded then transcoded.
    (2). When I dragged them into FCSvr one by one, I saw them being uploaded, then the first one being transcoded, and the second one later.
    Thus with (2), there is no need to wait or queue between the uploading of the second one and the transcoding of the first one.
    However, I intend to drag the assets at the same time, besides, I wanna attain the aim in (2) that no queue to wait. Could someone tell me how to do it?
    With best regards,
    Steven Lee
    PINZ Media

    If I understand, you used for upload menu "Upload file..."
    For uploading and conversation in same time many files you can setup production action (response) for some folder on your device (XSAN, RAID, HDD)
    This action can create production for folder, and create assets for media in folder. The add action "SCAN" in response submenu. For transcoding many assets in same time check radio button "Background Analyze" in response "SCAN".
    You can read more about that in manual.

  • Can I set up a job that kills multiple jobs?

    So, I've got some jobs that access a remote DB, and the link is not terribly reliable. When it hiccups, if a job is running, it hangs forever. Using this forum, I was able to set up a job that is triggered when a job goes over max duration, and it simply kills and restarts the job, it works great for the one job that typically runs long enough to get hit on a daily basis. This morning, I noticed one of the other jobs hung. So, I realize I can easily set up another kill job that gets fired off when this other job hangs, but what I'd really like to do is have one master kill job that can be used to kill any of several jobs so I don't have to have a kill job for each job that might get hung.
    Is there a way to reference, in the PL/SQL block, any of the "tab" fields used in the condition block? I'd like to check tab.user_data.object_name in the PL/SQL block and kill/restart the appropriate job. So, my condition would be a generic event_type of JOB_OVER_MAX_DUR and would fire for any job meeting that condition. Possible? Feasible? Dangerous?

    Thanks for the reply, Tom.
    I am using version 10.2.0.4.
    Point of clarification: I don't want to kill multiple jobs on one execution. I just want to write one job that can handle killing any one of the several jobs that I'm having issues with. So, for example, I have jobs A, B, and C. I want one snipe job that is generically called when anything raises a job_over_max_duration event, and it would figure out which job (A,B, or C) that is stuck and kill it.
    From your reply, it sounds like I could do this in 11g, but probably not in 10g?
    Thanks again!
    ---dale

  • Error :No operating system credentials were set for running the program

    i am getting this error when i am trying to execute a shell script in cmc. i got the status as failed, when clicked on that failed message this is what i got
    Title: delete_month 
    Document Type: Program 
    Status Failed 
    Destination: Unmanaged Disk destination properties have been set to the chosen Job Server's defaults. 
    Owner: boadmin 
    Server Used: cms_451.ProgramJobServer 
    PID: 15010 
    Folder Path: Temp/ 
    Remote Instance: No 
    Creation Time: 12/1/2010 7:21 PM 
    Expiry: 12/1/2020 7:21 PM 
    Start Time: 12/1/2010 7:21 PM 
    End Time: 12/1/2010 7:21 PM 
    Error Message: No operating system credentials were set for running the program.
    what might be the reason

    what do u mean by pm application, i didn't get that
    we r  using boe xi 3.1 sp3.on sun solaris
    my exact scenerio  is
    I wrote a shell script to delete the reports which r one month old. the reports generated by the boe r placed in unix machine(in a specific folder for example abc) and my boe server is also on unix .I imported the the shell script into boe.I assigned the path /xx/yy/abc (the path where our reports r stored) to the arguments and i gave the working directory path as the xx/yy/bobj/bobje/data/frsinput/a0_89/ ( this is the path where my shell script is present).after giving these details i am unable to delete any of the content from that folder. I am getting the failed message when i am trying to execute the object in cmc. i am pasting the shell script as well as the error message here if any body knows anything help me. do i need to set anything in cmc or what i need to do
    this is the shell script to delete the files in the specified directory
    #!/bin/ksh
    # set -x
    if [[ $# != 1 ]]; then
       echo "Usage : $0 [Directory Path]"
       exit 0
    fi
    echo "Source directory : " $1
    # To display the list of files more than a month older
    for v_fname in $(find "$1"/ -name "*" -mtime +30 -type f)
    do
      echo "$v_fname"
    done
    # To delete the files of more than 1 month older
    find "$1"/ -name "*" -mtime +30 -type f -exec rm {} \;

  • Setting Back ground job

    Hi Friends,
    I wnat to set the background job with following conditions:
    Monday to Friday
    From 9AM to 6 PM
    To run on every half an hour.
    Can any one guide for the same.
    Regards,
    Sai Krishna

    Hi Friends,
    In our Organization PR is created by user dept. & PR release is completed accordingly. In this process Purchase dept. is not in the release strategy. Now PR is completly released & while converting to make PR to PO, purchase dept. found there is some problem in PR. Is there any way Purchase dept. can reject PR & send to user dept. for correcting it.
    One method is to have Purchase dept. also in release strategy loop. We are having nearly 400 release strategies. To change all these will take much time. Is there any other way.
    Thanks & Regards
    Sai Krishna

  • Taskbar & Start Menu Bug: App Shortcuts set to Run as Admin don't open pinned/recent files in RaA

    This is pretty self-explanatory.
    Run in Admin does not kick in when launching a file via a Taskbar's pinned app icon, even when the pinned app has been set to 'Run in Admin' mode (under Properties -> Advanced).
    The same thing happens in the Start Menu -- the app can be set (Properties -> Advanced) to Run in Admin mode, and the file does not launch this way.
    Why is this a problem?  Because if one is supposed to use accounts like MS asks, then running as a standard user after having a file created in an admin account, that user cannot alter the doc in any way -- no saves work.  At least this is true for files not on the C partition.  The only way W7 permits saves is to run an app in Admin mode.
    (I've run into this countless times in the span of a few days with Notepad & PSPad.)
    If the W7 team wants to insist that docs won't automatically run in Admin mode under these conditions (which they should!!!!!!), then at least give users a right-click context menu option to Run as Admin from the recent/pinned items list.  Currently there is no such context menu option.
    Thereby, all recent items / pinned items are rendered a useless feature.....
    Still loving this OS.
    a.k.a.

    Sorry but this is not an answer. The answer to the question is that you cannot run pinned items with the same properties as the pinned program.
    I'll use Visual Studio as an option here but I'm assuming this is true for any program.
    Yes, right click on the pinned program and choose the Advanced settings and you can have it  run as administrator by default. For SharePoint development for example this is great (and required). You have to run Visual Studio as admin on the local box
    in order to deploy your solutions from within Visual Studio.
    Even if you pin the program to the start menu or taskbar after you've set it to run as administrator it works.
    What doesn't work are pinned files. Visual Studio will pin the last 5 or so solutions you've opened. This is handy if you're flipping back and forth between solutions and saves you an extra step when launching the program in that you can select it from the
    context menu that appears attached to the taskbar icon.
    However regardless of the setting of the pinned program, files launch in regular user mode and do not respect the "run as administrator" setting on the pinned program. I consider this a bug as it should respect the setting. And as nesmond mentioned, it makes
    pinning solutions in Visual Studio useless if you need to run the program as administrator. So the best scenario you have is to pin it and set it to run as administrator but then manually open the file after launching. There is no way to have the shortcuts
    that are pinned to run as administrator.

  • Billing Set up - Parallel jobs and size of set up table

    Hello All,
    I want to do a billing (13) set up using comp code, sales org and document number range as selection criteria.
    Would it be okay to to run jobs in parallel. I will be setting up jobs for different variants containing different document ranges. Would there be a conflict in running parallel jobs if they belong to same company codes/ sales org?
    Q.2 Is there a limit to which we can fill up the set up table and will need to empty it after transferring the data into BI?
    Thanks!
    Edited by: BI Quest on Oct 7, 2009 6:22 PM

    You can run multiple concurrent setup jobs without an issue. I'd recommend that you only execute 4 concurrently, however, unless you have a huge amount of memory on your source R3/ECC server(s). If you're using the Billing Document as part of the selection criteria, there shouldn't be a conflict. In fact, if you're using Billing Document as the selection criteria for your multiple setups, the Company Code and Sales Org designations really aren't necessary, unless the Billing Document numbering in your source R3/ECC environment has been configured to number based on Company Code and/or Sales Org, whereby you could have duplicate Billing Document numbers and the way to distinguish between them is to further qualify by Company Code and/or Sales Org.

  • How to research a long running job from 3 days ago

    Re: How to research a long running job from 3 days ago
    Client called to say that a job that normally runs for 6 hours ran for 18 hours on 11/01. 11/01 was a Saturday, and end of month. The long running job writes to a log and I can from the log that that the problem started right around 10:43am. Every step
    before 10:43 was taking the normal amount of time. Then at 10:43 a step that takes seconds hung for 12 hours. After 12 hours the step finished and the job completed successfully.
    I looked at the SQL Log, Event Log, Job History (for all jobs). What else can I look at to try and resolve an issue that happened on 11/01/2014?

    It does execute an SSIS package.
    Personally I feel this as kind of bug in SSIS package but I am not expert in SSIS so I would move it to SSIS forum. Please update your question giving complete information what SSIS package does.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Procedure for setting a background job

    Hi Experts,
    Please give me the step by step procedure in setting a background job.
    Thanks,
    Kavin

    Hi,
    Specifying ABAP Program to Run in Background
    ABAP program or external program can be specified to be run in the background. More than one program can be executed with a single background job. To do it you should add a job step for each program.
    Let us first discuss the procedure for creating an ABAP report.
    The Users field will, by default, display your name, indicating that the user (you) is authorized to run this program.
    In case there is another user authorized for scheduling the job, then the default name is changed and system displays the name of the other user.
    Now choose ABAP and enter the name of the report.
    Choose variant from the Variant list. Specify the language you want the report to be in.
    With Print specifications, you can specify whether you want the report output to be held in the SAP spool system or have it printed as soon as the job has run.
    For external command, by default, the job step will run under your SAP System authorizations. So your name will appear in the User field.
    But if the program is running under the authorization of another user, you can change this default option by entering another user name.
    Then choose External command and enter the predefined SAP name. If required, enter any additional arguments required for the command.
    The host system on which the command should run and the type of operating system at the host should be specified. You can determine the host name using the host name command on the target host system.
    You can also specify how the output from the external program should be treated, as well as other runtime options by using Control flags. It is advisable to use default settings for these options. If you are authorized for background processing, you can also choose External programs as a job step option.
    To run an external program, enter the exact path, program or script name, arguments required by the program, and the name of the host system on which the program is to run. After this, save the job step and return to the job identification screen.
    Note that in the SAP system the ABAP programs are not predefined; therefore, the system does not perform an authorization check. Hence, the system does not bother to check whether you are allowed to use the command.
    For detailed information on Background Job, Check the following link and help.sap.com,
    http://aspalliance.com/1129_Background_Processing_SAP_R3_System
    Hope this helps you.
    Regards,
    Vinodh

  • Mail set-up and other questions.

    Hello, everyone.
    I am new to this forum as I just purchased my new iphone and am now in the process of having it set-up. Some questions have come up and I would appreciate any help or suggestions any of you can offer me. Here are the questions I have:
    1. I have set-up G-Mail on the iphone using POP. First problem is the fact that it downloads only 25 messages and then stops. I have its preferences set for 100 messages. I also would like to use filters so that I can have g-mail download some messages but not others. How can I set-up filters for my g-mail account on the iphone ?
    2. After I started itunes I noticed that everytime I went back to the application it was playing a different track suggesting it was playing in the background when I was using another application. How can I exit itunes and turn it off so that it doesn't keep playing and using valuable battery power ?
    3. Last but not least I have noticed that my phone doesn't ring. I have set up the ringer to ring, have selected my ringtone and also adjusted the volume. I can hear the phone ringing if I have the headphones on but without them the phone itself doesn't ring (it does vibrate). How can I set-up the phone so that it rings when called ?
    Thank you in advance for your help.
    Best regards,
    JC

    1. You can't apply filters to email on the iPhone. The capability doesn't exist in 3.0.
    2. The iPod application stays running in the background on the iPhone so you can continue listening to music as you surf, etc. The way to stop it is to either close the iPod before going to something else or pause the playback before heading elsewhere.
    3. Try setting one of Apple's default ringtones to see if there's something amiss with your custom ringtone.
    Message was edited by: dmiannay

  • Can not see running jobs from, package

    I have a problem with processing parallely runing jobs:
    I am creating another immediately runned jobs in a main job. Those two parallel jobs (2 loads from different databases) have to be finished before I run next operation (working out loaded data). Problem is that, after starting those 2 parallel jobs, I can not see them by select from ALL_SCHEDULER_RUNNING_JOBS that is executed immediately after I create those jobs in a package. If I take a look into ALL_SCHEDULER_RUNNING_JOBS from anonymous statement I can see all my running jobs. Let's sum it up:
    1/ Start of main job
    2/ Running 2 immediately created jobs (load data)
    3/ Checking in loop if jobs created in step 2 are still running
    3.1/ Jobs are running (ALL_SCHEDULER_RUNNING_JOBS check) - sleep for a
    while - It never happens - can't see any running jobs from select executed in
    package but can see them in
    anonymous statement
    3.2/ Jobs finished - start processing loaded data
    Can somebody help me with this task?
    Thanks alot!
    Jakub

    Hi,
    There is no reason a job should be visible from an anonymous block but not from inside a job. There are two things that may be happening here.
    - jobs scheduled to run immediately my not start running as soon as they are created/enabled, you may need to wait a bit before they start running (they will appear in all_scheduler_jobs immediately but maybe not all_scheduler_running_jobs immediately)
    - you may be running into privilege issues. Is the user that executes the anonymous block the same as the user that the job is running as (the job's schema) ? If not maybe the job user does not have privileges to see the job (you can grant alter on the job to the user to ensure this).
    Can you see the jobs in the all_scheduler_jobs view from within the job with status RUNNING ? If you can see jobs in all_scheduler_jobs as RUNNING but not in all_scheduler_running_jobs then this is a bug of some sort.
    Thanks,
    Ravi.

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

Maybe you are looking for

  • SQL Report Program Name Status

    I have this report that I need to modify. The problem here is that some of our deployments uses the same program/package but different advertisement. For example, I have package "ABC version 1" with program name "Install ABC version 1". For this part

  • How to restrict the way to view or print a pdf file

    I am searching for a technique by which I can export a pdf file with following features Prompt a pdf viewer to accept some agreement such that the document can't be viewed until user accepts it Prompt a pdf viewer to select language so that correspon

  • How come i cant get itunes to open on my galaxy tab 2?

    I've dowloaded itunes 2 gimes and it says it cant open it. I have a galaxy tab 2 i,m trying to install it on. How come i cant get it? Also i need to have someone walk me through the how to get a subscribe button. Is there anyone i can call to talk to

  • SRM-SUS: "Create Invoice" button not available in "Confirmation"

    A confirmation is created from SUS(702) and posted to ECC (607). Service Entry sheet is released in ECC. Supplier unable to see the "Create Invoice" button in the confirmation. Please advise what could be missing here? Is there any status update to C

  • Can I use a WTR54G for satelitte internet access

    I am having wildblue satelitte internet installed.the install tech said I could use linksys wireless g to hook up two computers for internet access.I have bought the linksys equipment and was reading on the web site that it wont work with satelitte i