Set Schedule Manager to run OB52 on certain condition

Dear Friends,
Can i use Schedule Manager to automatically run OB52 with certain condition? For Example, on the last day of the period, i want to set to extend all the account type to the next period. And then, after a certain day of the new period, I want to set schedule manager to close previous period for certain account type.
Can Schedule Manager do that?
Thanks a lot,
CW

Hi Akhilesh,
Thanks for replying. So, does it mean that Schedule Manager can not support for automation? I mean, even though that we can put OB52 in the tasklist, but we still have to execute it manually?
Thanks,
CW

Similar Messages

  • Task Scheduler Won't Run Task With Idle Condition

    When I schedule a task to run Disk Cleanup with a one minute idle condition the task does does not run successfully and provides the following run result.
    The Task Scheduler service has asked the task to run. (0x41325)
    If I manually run the task or remove the idle condition the task runs and completes successfully.
    Why won't the task start with an idle condition?

    Hi,
    I noticed that you set the idle time shorter than the waiting for idle time. In my opinion, we should set the idle time longer than the waiting for idle time if we schedule a task running during the idle contidion. As the documents described, the Task Scheduler service will verify that the computer is in an idle state every 15 minutes. If a task is set to start only if the computer is idle for 30 minutes, and the task waits for the computer to be idle for 10 minutes, then the task will launch in 5 minutes only if the computer has been idle for 25 minutes prior to the time the trigger was activated. The task will not start if the computer enters an idle state 5 minutes after the trigger is activated. For more information, please refer to Task Idle Conditions.
    Best Regards
    Dale

  • How do I schedule an automator script to run at a certain time every day?

    How do I schedule an automator script to run at a certain time every day?
    This used to be done through iCalendar and this option is no longer available.
    How do I do this?
    --Kenoli

    Kenoli Oleari1 wrote:
    How do I schedule an automator script to run at a certain time every day?
    This used to be done through iCalendar and this option is no longer available.
    How do I do this?
    --Kenoli
    You can use lauchd to run the script.
    Here's an example of an Automator App that I have scheduled to run at 7am daily:
    You would save this as com.yourname.plist and put it the the Folder: ~/Library/LaunchAgents/ (then log out and back in, or reboot)
    (To run a workflow, change open to automator)
    (A nice GUI launchd editor is Lingon)
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>com.tonyt.EventReport</string>
              <key>ProgramArguments</key>
              <array>
                        <string>open</string>
                        <string>/Users/Tony/Library/Scripts/Events Report.app</string>
              </array>
              <key>StartCalendarInterval</key>
              <dict>
                        <key>Hour</key>
                        <integer>7</integer>
                        <key>Minute</key>
                        <integer>0</integer>
              </dict>
    </dict>
    </plist>

  • How do i set the scheduler schedule property to run at 6am & 9pm daily?

    How do i set the scheduler's schedule property to run at 6am & 9pm daily?
    Do I have to use a PeriodicSchedule ?
    Edited by: DivyaR on May 19, 2013 11:10 PM

    Use the Calendar schedule. set the schedule property as following in your scheduler
    schedule=calendar * * * * 6,21 0
    The value of 6,21 specifies that its going to run once at 6AM and other time at 9PM everyday.
    Thanks

  • What is Setting Resource Manager plan SCHEDULER[]:DEFAULT_MAINTENANCE_PLAN

    "Setting Resource Manager plan SCHEDULER[]:DEFAULT_MAINTENANCE_PLAN "
    1. I would like to know what is this.
    2. How to disable this message from alert ?
    Please provide your comments or doc for this subject.
    Thanks,

    References:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/dbrm005.htm
    http://www.dba-oracle.com/job_scheduling/resource_manager_plan.htm
    http://oradbpedia.com/wiki/Oracle_11g_Resource_Manager_Changes
    Regards,
    Venki

  • How to set schedule run..?

    Dear Expertise,
               How can we set schedule run for my custom BO's script..?  Is it possible in SAP BYD...
    Thanks
    Regrads
    Naveen Kumar N

    Naveen,
    This can be done through the creation of a "Mass Data Run" for your custom business object.
    You'll also need a Custom Query for your BusinessObject (you can't just use QueryByElements).
    Basically, you'll create a Query that allows you to select which BusinessObjects will be processed, select which Action that will be executed at the scheduled time, and then, once your mass data run is activated, you can add those screens to the main work center you use for your custom business object, then, through the front end, schedule the MDR to run periodically.

  • Setting Data Manager Packages Priority

    Hi Experts
    Is it possible to set the priority of data manager packages, for example, if we have multiple scheduled data manager packages running on a server in different appsets. all of the packages are scheduled to run at different time intervals, but unfortunately due to the nature of the processes, they overlap and cause contention issues on the servers.
    Would it be possible to set the priority level of packages, for example package A is highest priority and hence will always take priority, even if package B is running.
    is this possible through SQL server or Integration services?
    The packages being run are standard BPC packages, for example Import, Admin_Optimize (Lite), certain packages are SQL based, meaning that they execute SQL Stored procedures to export data to other systems (R3, BW, etc)
    Kind Regards and Thanks
    Daniel

    Priority will be that always first package requested will be first satisfy.
    You don't have any other priority.
    SG(send governor) + tbldtslog table are used for this.
    If you are looking to standard SP from BPC you will see actually nolock or tablock or rowlock instruction are used.
    Your custom packge depending by what were design to do must avoid concurentiality with other packages.
    Lite optimize is not a problem if you are doing always the select from wb table with condition Source = 0.
    It is not easy to explain the entire mechanism into forum thread.
    Regards
    Sorin

  • How to set schedule in JBOSS 3.x?

    As you know, JBOSS can set schedule to do something. So I want to use this facility to schedule a task. The task is as follows,
    1. At 23h59'59 everyday, the task will be done.
    2. Or At 23h59'59 in the last date of month, the task will be done.
    I use Jboss 3.2.1 and schedule_service.xml. So how can I config this xml file for two above tasks.
    I found the config code for the period timer, but in my case, it cannot be in useful. See the following,
    <server>
    <classpath codebase="lib" archives="scheduler-plugin.jar,scheduler-telephony.jar"/>
    <mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=Scheduler">
    <attribute name="StartAtStartup">true</attribute>
    <attribute name="SchedulableClass">com.cdit.telephony.schedule.OracleSchedule</attribute>
    <attribute name="SchedulableArguments">Schedulabe call,InfogateOracleDS</attribute>
    <attribute name="SchedulableArgumentTypes">java.lang.String,java.lang.String</attribute>
    <attribute name="InitialStartDate">0</attribute>
    <attribute name="SchedulePeriod">5000</attribute>
    <attribute name="InitialRepetitions">-1</attribute>
    </mbean>
    </server>
    Thanks in advance!

    Hope you haven't been waiting for two years for this but for sake of reference:
    1) You could write your own code that is scheduled to run frequently, say every minute, and then when this is fired off you work out for yourself if its not time to do anything usefull. Basically you get polled and you manage your own list of taks.
    2) You can make use of InitialStartDate and SchedulePeriod to make jobs fire at set times a day. Read up on the docs for jboss and you'll see that you can set the start date in the past and then set the schedule period to a day in milliseconds to get a job run once every day. eg:
    <attribute name="InitialStartDate">01/01/1970 13:12</attribute>
    <attribute name="InitialRepetitions">-1</attribute>
    <attribute name="SchedulePeriod">86400000</attribute>
    would run at 1:12pm every day (The Initial Start Date is in your locale format). I think you'd need to use a combination of daily run jobs and your own date checking, to try and get something run on the last day of every month.

  • Setting Resource Manager  - 11g database

    Could you help please, I'm getting the following in my 11g database alert log but can't find anything helpful in google.
    Setting Resource Manager plan SCHEDULER[0x2C0A]:DEFAULT_MAINTENANCE_PLAN via sch
    eduler window
    Setting Resource Manager plan DEFAULT_MAINTENANCE_PLAN via parameter
    Tue Dec 08 22:00:04 2009
    Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TU
    NING_TASK"
    Tue Dec 08 22:02:09 2009
    End automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNI
    NG_TASK"
    Tue Dec 08 22:02:12 2009
    Logminer Bld: Lockdown Complete. DB_TXN_SCN is UnwindToSCN (LockdownSCN) is 9
    755590147971
    thank you
    BB

    Hi,
    Please check this out.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10595/dbrm.htm#i1010776
    Regards

  • Server 2012 Scheduled tasks not running after DST

    Since the DST change this weekend the weekly scheduled tasks on our 2012 standard server are not running.  The schedule show the correct next run time, but the task never runs.  The server correctly adjusted for the DST changes (We are in CST in
    the US) and if you look in the date time it notified us that the clock was set forward.
    Any ideas?

    Hi Mark,
    Before going further, would you please let me confirm whether only weekly scheduled tasks t run? In other words,
    did some daily scheduled tasks run smoothly?
    Based on current situation, please create a new weekly
    scheduled task and check if encounters the same issue.
    If this issue still persists. Please let me confirm if you make scheduled task run some commands or a script,
    or others I misunderstand. For an example, if run a script, please directly run it in the Windows Server 2012 Standard and check if there any issue occurred.
    Meanwhile, please open Task Scheduler, select this problematic weekly scheduled task, click General tab. Please
    check which user account was used to run this task. And please check Run with highest privileges, then check if can solve this issue.
    In addition, please check History tab in task Properties. Please pay attention on the time-point when the weekly
    scheduled task should be ran, and check if you can find some events at that time-point. It may help us to go further analysis.
    By the way, there is a similar thread. Please refer to.
    Certain scheduled tasks do not run anymore after DST change
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/47483baf-e7af-4bff-9db4-9c3d0ead2b41/certain-scheduled-tasks-do-not-run-anymore-after-dst-change?forum=winserver8gen
    Hope this helps.
    Best regards,
    Justin Gu

  • Run VI at certain time

    Hello All,
    I want to know of there is a way to run a VI at a desired time. For example lets say I want a VI to automatically start running at 6 PM w/o me physically having to press the run button. Is there a way to tie a VI to the PC time clock and have it run at a desired time?
    Thanks

    As far as I know, Windows task scheduler can only run programs. You would have to create an exe from your project to make this work. If you could somehow schedule your VI to open at a certain time, you could just set it to run when opened.
    My suggestion: use code to wait in the VI itself. Then you can start the VI and push a button to have it wait until a certain time before actually starting.

  • Issues using HTTP Connection Manager to run SSRS reports from SSIS

    In my package, I have a HTTP Connection Manager called "ReportServer". And I have two variables called "ReportURL" and "ReportFile". "ReportURL" is the URL for the report. I won't get into the details of this
    URL because I don't think this is the issue. "ReportFile" is the complete path and name of the output file I want to generate from "ReportURL".
    With these things in place, I have a script component that that looks like this.
    Public Sub Main()
    'Connect to http conn mgr
    Dim httpConn As ConnectionManager = Dts.Connections("ReportServer")
    Dim clientConn As HttpClientConnection = New HttpClientConnection(httpConn.AcquireConnection(Nothing))
    'file name with path
    Dim ReportFile As String = Dts.Variables("ReportFile").Value.ToString
    'report url
    Dim ReportURL As String = Dts.Variables("ReportURL").Value.ToString
    clientConn.ServerURL = ReportURL
    'Download PDFReport
    clientConn.DownloadFile(ReportFile, True)
    Dts.TaskResult = ScriptResults.Success
    End Sub
    I don't know too much about the inner workings of the above script. It's from a template I copied from somewhere and it's been working fine.
    But, today all of a sudden, it started a mysterious behavior. Let me see if I can describe it to see if this sounds familiar to anyone.
    For some reason, a run of this package failed at time T1, running with a certain value of "ReportURL" and "ReportFile". Now everytime I try to fun the package with the same "ReportURL" and "ReportFile", it fails because
    it tries to write out two files with the same name, "ReportFile", one from the current one and another from the failed one at time T1. It looks like somehow, the connection is still open from the failed one in time T1 and it won't go away.... does
    this sound like anything? Can you understand the problem I am describing?

    May it be that this post is NOT SSIS related?
    Arthur My Blog

  • Blocking p2p or setting up a firewall to only allow certain programs?

    Hello there,
    I have a wireless dual-n router (WRT610N) and a cable modem (CM100) both from linksys.
    My problem is that we live in an aprtment with 6 people and sometimes the connection crawls even with 2-3 people using the internet. My concern is that my roommates are file sharing like hell sometimes and eating all the bandwith. We're talking 20second to load the google main page slow, no person should be making the network that slow when it's just me and them using it.
    So I'm interested in options to block access to bandwith killing activities. Friends have recommended that I set up a firewall and only permit certain programs access but I have no idea how to go about doing this. Another option would be if their was just a way to limit their bandwith, I already have my computer set with the highest prioriety on the network and it doesn't help.
    Please let me know of any solutions you can suggest for this problem it sucks to be dishing out extra for highspeed internet + powerboost just to have all of fizzle away the second the connection hits the router.  

    You cannot limit their computer's bandwidth, however if you know what time they are using the bandwidth and downloading from Internet you may block the Internet access for them using the Access Restrictions, you can enter their MAC Addresses and schedule a time when you want to Deny Internet Access for them...

  • How to change the worklist in schedule manager in production system

    we are using schedule manager (SCMA) to arrange the daily process in SAP system. but we have to config the worklist and transport it to the production system every time cause in production system if we press edit worklist there would be a message called " TK430 The system administrator has set your logon client to the 'not modifiable' status.Client-specific objects can not be changed in this client."
    Is there any way that I can directly change the worklist in production system?
    Thanks.
    Jiajia

    Hi SUN,
    Take a look at 11g Grid Control: Steps for Migrating the 11g Grid Control Repository from One Database to Another [ID 1302281.1]. Step 4.7
    and
    http://gavinsoorma.com/2010/10/11g-grid-control-how-to-change-the-oms-repository-database-listener-port-or-hostname/
    ps Stop the OMS first.
    Eric

  • Scheduling job perodically vs schedule manager

    Dear SAP expert
    I would like to run the report fbl1n(PRogram  RFITEMAP ) and email to users.
    I have 2 option:-
    1.Schedule the job periodically and email it through SM36.
    2. customise the report in schedule manager in flow definition and email to users.
    option 1 i am able to execute.
    option 2 i am not fully through. Please clarify how option 2 can be done.
    How i should decide pros and cons of schedule the job periodically through SM36 OR THROUGH SCHEDULE MANAGER
    PLS CLARIFY
    thanks
    S AP

    Hello Santosh,
    the link that you already got is good. Perhaps you also want to check out [http://wiki.sdn.sap.com/wiki/display/SM/FAQJobSchedulingManagement|http://wiki.sdn.sap.com/wiki/display/SM/FAQJobSchedulingManagement] and [SAP is first vendor to provide a comprehensive Job Management Suite |SAP is first vendor to provide a comprehensive Job Management Suite] for further information.
    In short SAP CPS is an advanced scheduling tool like which competes against other like UC4, Control-M from BMC etc. But all these tools do not provide any real job documentation or job request functionality in order to get the process governance right. That's where the SolMan gets into the game.
    Best Regards
    Volker

Maybe you are looking for

  • Do I need a blu ray burner to burn HD using Final Cut Express?

    I just wanted to ask a question. I am new to burning after editing is complete. I am using Final Cut Express and have recorded my footage in HD. After trying to burn a disc using IDVD I realized it does not burn HD. So to be clear, in order for me to

  • Photo Album Won't Run From Internet

    CS4 - I posted earlier that my photo albums won't run from the internet but runs from my computer and from a flash drive. I have rebuilt it probably 10 times. The URL is http://www.kandjreynoldsconstruction.com/gallery/index.html. Albums that I've bu

  • How to send PLAIN text email from sp_send_dbmail using SQL Server 2008 R2?

    I have configured Database Mail in SQL Server 2008 R2 (64) and it sends emails just fine. However the destination is recieving the body of thes message as Base 64 encoding. Snippet: EXEC msdb..sp_send_dbmail @profile_name='Outmail', @recipients = @re

  • Optimizing Issue...

    I'm using iMovie 11, trying to make a trailer. I keep getting told that the clip I'm trying to use needs to be optimized so I do but when its done, all I see is a green screen and hear the audio... Any suggestions?

  • Is it possible to add an extension/add-on/plugin to iWork document?

    Is it possible to add an extension/add-on/plugin to iWork document that gets called at the time of opening a document and saving a document? This add on will basically see the file type being opened and for specific file types,this add-on will conver