How to schedule job with a system user BTC_100

Hi,
Someone setup the background job user BTC_100 as a system user (not a dialog nor service user). I need to schedule a new job and want to have the createBy as BTC_100 instead of my own ID.
I got error (Please logon as a dialog user) when tried to logon as BTC_100.
Do people usually set up their background job ID as a system ID? How can I schedule a new job as BTC_100?
Many thanks in advance!
-Serine

Hi Prince,
Besides the step owner, I wanted to have the job owner to be BTC_100 as well. Otherwise when I run SM37 and search for job, I'll have to put my ID instead of keep it as BTC_100.
From SUIM, I see BTC_100 has been changed from dialog to SYSTEM so maybe I have to change it to dialog first, create the job and then change it back to SYSTEM?
thanks!
-Serine

Similar Messages

  • How to schedule job with spool list recipient in CPS ?

    Dear Guru,
    i import job with spool list recipient from r3 to cps and schedule in CPS, job is finished but there is no spool send to the recipient ?
    Please advise ?
    Best regards,
    Supat Jupraphat.

    What job definition did you use? SAP_AbapRun? SAP_AbapRunPrint? SAP_AbapRunPrintExt?
    Do you have XBP 2.0 or 3.0 in the SAP system? (check SE38 > INITXBP2)
    Have you loaded the CPS transport files in the SAP system?
    Note that using spoollist recipients either involves SAP_AbapRunPrintExt in combination with XBP3.0
    OR
    It involves SAP_AbapRun or SAP_AbapRunPrint and XBP 2.0 using transportation files in the SAP System.
    Please check the section of the CPS admin guide called: "Enhanced SAP Interfaces with Redwood Transports"
    Regards,
    David

  • How to schedule jobs using

    Hello Gurus,
    I have a job in SM37 scheduled using the prog. RSBATCH1 with var.&0000000000049. When I go to SE38, give the program name and the var and execute it, there is nothing entered in the 'Jobname' in the user selection screen.
    But when it is executed it runs two(2) Infopackages for that variant.
    I want to remove one of the infopackages. How do I achieve this?
    Where can I get more info on how to schedule jobs using
    RSBATCH1.
    Thanks in advance
    Simmi

    Hi Simmi,
    If the variant is like "var.&0000000000049" in  the job then the program does not ahve any variant.
    To remove the infoapckage for that job goto the infoapckage -> scheduling tab -> Scheduling option -> remove the job from "after job" tab.
    Bye
    Dinesh

  • How to schedule jobs for brtools/oracle on EP

    How to schedule jobs for brtools/oracle (Update statistics
    Chech db
    Db verify
    ) on an EP system where as  no tool for java to do that (like db13). How to invoke it with cron?

    In Brtools you can always see the "Command line" before executing an action, You can simply copy that and use it to run BRTOOLS command from prompt, You can make a script with it and schedule via Cron.
    Regards
    Juan

  • How do I boot with a certain user in-control?

    Duh.  Maybe I am suffering a lapse mentally.  But my question is my Subject, please:  "How do I boot with a certain user in-control?"  I set Users as I want, then I re-start, but I use the older user, still.  So I feel perplexed, which is not good.  :-(
    I feel Frustrated at trying to _download_ Mavericks.  More than two-weeks I've seen:  "Your request is Temporarily unable to be processed.  Please try again later."
    [On my iMac, I am trying to create a new account to use to try to get Mavericks.]  Thank you.  :-)

    Well, depending on your current OS version, what you need to do is to switch user at the login screen.  On Lion, there's a switch user icon to click on.  Switch user then log in.
    But I don't think that will fix not being able to download Mavericks, though I guess it's possible.  If you already have an Apple ID and account, you want to be careful about associating multiple IDs with different apps, video, music, etc. on your system.  That can result in problems, as Apple IDs can't be consolidated.

  • How to schedule jobs in Oracle?

    Hello everyone,
    Can you explain me how to schedule job in oracle?
    I want to execute one stored procedure weekly. How would I schedule job to execute that procedure weekly?
    Regards
    Swati

    Swati wrote:>
    > Or can I schedule this job in oralce itself?
    > Regards
    Hi,
    before 10g:
    you may check the dbms_job package in ORACLE.
    simply it can execute i.e. a procedure with a scheduled time pattern:
    DBMS_JOB.SUBMIT (
       job       OUT BINARY_INTEGER,
       what      IN  VARCHAR2,
       next_date IN  DATE DEFAULT sysdate,
       interval  IN  VARCHAR2 DEFAULT 'null' );
    example (the commit is important because without it no job will be started): weekly job at 9 a.m.
    BEGIN
    DECLARE
    v_JobNum   NUMBER;
    BEGIN
    DBMS_JOB.SUBMIT(v_JobNum,'your_proc;',sysdate,'trunc(sysdate)+7+9/24');
    commit;
    end;
    END;
    sysdate: 
    your date when to execute it
    trunc(sysdate)79/24 :
    execute the job weekly , reset to midnight , add 9 hours. the interval has to be set that way that you avoid a sliding job
    10g and above:
    you have a additional package dbms_scheduler (a more advanced implementation)
    please check the documentation

  • How to schedule Job for data uploading from source to BI

    Hi to all,
    How to schedule Job for data uploading from source to BI,
    Why we required and how we do it.
    As I am fresher in BI, I need to know from bottom.
    Regards
    Pavneet Rana

    Hi.
    You can create [process chain |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502b2998-1017-2d10-1c8a-a57a35d52bc8?quicklink=index&overridelayout=true]for data loading pocess and schedule start process to any time/date etc ...
    Regadrs.

  • How to schedule job V3 unserialised Update job for Inventory

    Hi gurus,
    How to schedule job V3 unserialised Update job for Inventory management
    What are the things need to be configured
    Thank you

    Hi,
    In R/3 go to SBIW > Settings for Application-Specific DataSources (PI) > Logistics > Managing Extract Structures > Logistics Extraction Structures Customizing Cockpit
    UIn this Screen you can define delta type, and the jog usign the control job option.
    Regards,
    Dani

  • How to find out whether the system user is a vendor or a purchaser

    Hi,
    I am working in SRM 5.0. I have a requirement that some fields of Bid invitation can be visible by purchaser but not to bidder.
    How to find out whether the system user (user id though which system logged in) is a vendor or a purchaser. Kindly help me to resolve this issue.
    Sushmita Singh

    check his role.
    is surrogate bidding available for that bidder.
    via surrogate bid , purchaser can submit bid on behalf of the bidder.
    masa is correct
    pposa_bbp - search via user . so he might be  a purchaser.
    maintain business partner -supply your bidder bp number -edit
    go to bidder data .Under bidder data you must flag "PERMIT PROXY BIDDING"
    regards
    Muthu
    br
    muthu

  • How to schedule jobs in cron using shell script

    Pls help me regarding that.
    Thanks

    Not sure about what do you want exactly.
    How to schedule jobs in cronhttp://www.adminschoice.com/docs/crontab.htm
    http://www.rahul.net/raithel/MyBackPages/crontab.html
    Nicolas.

  • How to start weblogic server with non system user

    I want to start wls6.1 as an nt service with different user name other than
    system.
    Thanks
    Madhu

    I have installed weblogic server as an nt service. In install Nt service
    cmd, if I make any change in the script, I have to uninstall and install it
    again. I do not know where to specify the weblogic.management.username =(Non
    system user)
    I have created a user name in NT server and added them to Administrator
    group. I have also modified in file realm propertes i.e to boot and shutdown
    the non system user.
    I have to start weblogic server as a non system user.
    Thanks
    Madhu
    I think I replied to some of the questions when I found out the answers.
    Only thing I did was hit reply, instead of reply group. Might it went to
    persons e-mail. That might be the reason, the answers I posted is not found
    in the newsgroup
    Thanks
    freelance_code_inspector <[email protected]> wrote in message
    news:[email protected]..
    "m holur" <[email protected]> wrote in message
    news:<3bfbafce$[email protected]>...
    I want to start wls6.1 as an nt service with different user name otherthan
    system.Madhu,
    Specify weblogic.management.username={Non system user} in your -D
    option. BTW, just curious, have observed that u have been posting a
    lot of weblogic questions lately, did u find out the answers? If so, u
    should share it back to this community.
    Regards
    drit
    Freelance Java Developer/Code Inspector
    http://www.geocities.com/doc_i_t/CodeInspectionService.html

  • How to define job with different username

    Friends,
    How can I define a job with another username . Or how can I change a job running with a user name to another username. Please advise.
    Thanks.

    You can change the ID of the user than is used to run each step of the job, but not the user that created the job. In SM37 go into the job of interest (the next scheduled job) choose Job -> Change. From here choose the steps and go into each job step by choosing Change, the first field in the pop-up holds the user ID that will be used to run that step when the job is executed.
    The user ID that created the job will still show in the SE37 job overview, it it nolonger plays an active part in the job.
    ~As found in forum

  • Checking status of scheduled jobs in Hyperion System 9.3.1 ....

    Hi All,
    We have Hyperion System 9 9.3.3. We have a Daily job scheduled every morning to check the status of the scheduled jobs that run daily. One of the jobs has a status message as below.
    Failure - Internal error.ContainerCache.populate: The object "0000011386a6823b-0000-a99f-0a103a4a" is not found. It either does not exists, or it may be inaccessible.
    But when I check the job status in View Job Status > Job Scheduler module, I see the report is still running. It's just that this report is taking longer to run and completes some time after the Daily Job Status check report runs.
    In this case, shouldn't the status should say something like the job is still running instead of "Failure" which is misleading?
    Thanks in advance.
    Z

    Hi,
    I have the same problem with Oracle EPM 11.1.2:
    com.sqribe.transformer.ObjectNotFoundException: ContainerCache.populate: The object "0000012f0710ca12-0000-a4ad-c0a80003" is not found. It either does not exists, or it may be inaccessible.
    Who gives me the right answer?
    Thanks in advance, Ron

  • How to schedule job?

    Hello All,
    i have a few questions about jobs (scheduling jobs)
    I want to run one procedure at 7:00 A.M and I want to stop this procedure at 12:30 PM on Daily basis.Is it possible with DBMS_JOB? I don't know how to stop running job at specified time.
    I m using Oracle 9i on Linux

    Hi,
    Your best bet is probably to schedule a second job to run at 12:30pm every day and execute the stop. To do the stop you will probably need to figure out the session and terminate the session (google for stopping dbms_job).
    In 10gR2 and up dbms_scheduler (the replacement for dbms_job) can handle this scenario in a much more striahgtforward way (generate an event if the job exceeds a max_run_duration and have the event trigger a second job to snipe the first using a stop_job call).
    -Ravi

  • How to schedule job under dbms_job??

    Hello,
    How would i go about scheduling a dbms job ?? All i have is the schema name and a procedure that i need to schedule. It need to run every night at midnight...i was said everything is ready in the procedure(some partitioning) of tables...i just need to put on dbms scheduler...how would i go about doing that?? schema name is syk2ws and the procedure name is maint....how can i put this on the dbms job ?? Do i need to tweak or do anything with the procedure ??

    Hi,
    You need to create a scheduler job which runs every night at midnight.
    You need to use the dbms_scheduler.create_job call.
    You can search online for examples or find Oracle's examples here
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/scheduse002.htm#i1006395
    There is a forum dedicated to dbms_scheduler here
    Scheduler
    -Ravi

Maybe you are looking for