How to set up scheduleing agent?

Hi all,
What are the steps to install an Scheduleing agent?
I installed an agent and its working successfully. What are the steps to convert that agent to Scheduleing agent.
Regards
Suresh

Hi Suresh,
that I know, it's not possible change an agent "listener" in a "scheduler" agent, you have to create a new scheduler agent.
It's very simple; if you want to install a scheduler agent as a service, you have to execute from the BIN folder of your OracleDI installation:
agentservice(.bat or .sh) -i -s agentschedulername port
where
'-i' is to 'install'
'-s' is to 'scheduler'
agentschedulername is the name of the agent that you defined intopology manager
port is the port where the agent listen, port that you defined in topology manager (defalut 20910)
Bye
umboZ_77

Similar Messages

  • How to set RNA for Agent and Preference

    How best to set the number of rings for a Verison 8 UCCX Agent, before the system moves on to the next agent?
    Line preference - we want when they pick up the handset for outgoing that it select the IPCC extension.  This is a CUCM setting or a UCCX setting?           

    The RONA timer is controlled by the Connect parameter of thebSelect Resource step in the script.
    The phone will answer whichever DN is on button one (upper most).
    Please remember to rate helpful responses and identify helpful or correct answers.

  • How to set collection schedule for metric thresholds

    Greetings All,
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Windows Server 2008 R2Please know that I am a newbie when in regards Enterprise Manager (any version).
    I am trying to use EM-Database Control version that was installed when I installed Oracle.
    I am trying to activate e-mail notification when tablespace(s) usage exceeds set thresholds. Specifically the locally managed tablespaces.
    I found the Metric Thresholds page, and I found the “Tablespace Space Used (%)” metric. Note this is NOT the “(dictionary managed)” metric.
    I do have e-mail and credential information established.
    I found where you can identify a SQL script to be executed for corrective actions for the warning and critical thresholds. However I don’t want to execute any corrective action, I am just interested in the e-mail notification.
    I know I could setup a SQL script that would send an e-mail but from my reading/research I believe that e-mail notification should automatically take place so long as e-mail and credential information has been established, which has been established.
    My question is:
    I can find now way to set a Collection Schedule. The dictionary managed tablespace metric has a collection schedule link (i.e. Every 15 Minutes), but the non-dictionary managed tablespace metric(s) has none.
    Clicking the edit icon(s) provides no way of setting the collection schedule.
    Where/how do I establish a Collection Schedule for this metric?
    Thanks for your time,
    Bob

    Hi Bob,
    With Grid/Cloud Control you can modify the collection frequency (interval) for the Tablespace Space Used (%) metric for locally managed tablespaces; however, you cannot do the same in DB control.
    That being said, alerts from the metric are server-generated alerts, which are generated from the monitored database target. When the space used percentage exceeds the Warning or Critical threshold, assuming you have subscribed to an appropriate notification rule for email notification, you should receive an email notification in about 1 minute or so.
    The following doc may help explain more about server -generated alerts:
    http://docs.oracle.com/cd/B28359_01/server.111/b28310/monitoring001.htm#CIHCAGAJ
    Regards,
    - Loc

  • How to set CTI OS Agent Wrap-up and Reason Codes by Skill Set

    I've the situation I need to create Wrap-up Codes based on differents skill sets. Do you know how to achieve this in CTI OS Agent, as you do it on Cisco Agent Desktop?
    Any leading on this?

    Any decent VB.NET programmer can use the samples provided by Cisco as a starting point and add some new functionality (based on the decent API doc) to set the wrap-up reason.
    Pop up something based on the skill ID extracted from the established call and enable them to pick. It's just a string - it's not a "code" per se; there is no mapping between strings and ints and there is no standard report showing counts on wrap up reasons. What do you want to use the knowledge of the wrap-up 'code" for? Are you looking at the TCDs?
    Don't quite know how you are going to set this up based on a skill group without (say) each client fetching from the registry. Easy, but a pain to maintain. Otherwise you are going to need an ODBC client query to a DB somewhere. Certainly doable.
    Regards,
    Geoff

  • Anyone know how to set IO scheduler via udev?

    USB storage devices seem slow on the default (CFQ) scheduler, I am looking for a way to set /sys/block/sd[X]/que/scheduler to noop when a new USB storage device is plugged in.
    Found some limited info on the WWW but I can't seem to get it to trigger even a test command when the drive is plugged in.
    Anyone good with udev rules? most of the info i can find appears somewhat outdated.
    Cheers,
    Steve.

    If the screen doesn't rotate on your iPhone, iPad, or iPod touch - Apple Support
    Link is to a screenshot of the screen rotation feature toggle.

  • Set Default User Agent in Safari

    Hi,
    Can anyone tell me how to set Default User Agent to Mac in Safari for Windows. As when i start Safari every time now it gives me a default user agent while i want it to be Mac 3.1.
    Will appreciate help. Thanks in advance.

    Enable the Debug Menu and then use the User Agent switcher feature.
    Custom PC   Windows XP Pro  

  • How to set my favorite tv chanels and view schedule on internet?

    How to set my favorite tv chanels and view schedule on internet?

    That's a good question - I've been trying since fios came out with fios tv central to view the tv guide online. It keeps saying "invalid user name/password". I've changed them numerous times, contacted online help, talked to phone help (who's also baffled), all to no avail. I actually saw the guide once when I first visited the site, so it exists. Please let me know if you figure out how to get on there because setting the favorites has to be a breeze compared to that.

  • 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.

  • How to set credit limit on Agent

    Hi All
    In My scenario  Liability is generated on Customer but i want to consider agent as well for credit limit.
    As i know credit limit is set on the payer partner function but here i have created Agent as a partner function who is not the payer.
    How to set credit management settings on agent.
    Do i need to take help of an Abaper for this.
    regards
    Prabhakar

    hi,
    this is to inform you that,
    what is the business logic on the same. please let me know.
    1. if your customer as well as Agent is one and the same that means customer then you can have credit limit on the same as per your requriment.
    2. if your AGENT is not playing a role of a customer but a partner then speak to your ABAPER by giving PARTNER INDEX NUMBER which will generate on including the AGENT in the sales order.
    3. please ask your whether it is not possible or not:
    3.1. create a Z table with maintaince views with the list of partner's to consider for credit limit.
    3.2. assign or link this Z table to the credit limit creation program or include.
    please check and confirm
    balajia

  • Status Agent Not Reachable - How to set a fix port number?

    My EM 10g was working fine http://localhost:5500/em
    Now when I tried, it was not working. I looked into portlist and found out it there was additional port of 5502
    But when I logged into port 5502, Status Agent Not Reachable. Other links were working fine.
    I had even installed another DB called REPOS other than the default ORCL.
    All the services were up and running and I was just bouncing services back and forth and luckly I got the original port 5500 to work and then I did not got the error "Status Agent Not Reachable".
    So I just wanted to know how to set a dedicated port in case the port number changes back to 5502 and if I get the error again.
    Thanks in advance.

    Yes I installed multipe databases for eg ORCL was the default but I installed REPOS.
    I did not uninstall the db.
    Why does it show two different ports for ORCL 5500 and 5502 and for Repos it shows two ports but they are the same 5501.
    Everything is on my local machine.
    Following is from the portlist
    Ultra Search HTTP port number =5620
    Enterprise Manager Agent Port =
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (orcl) = 5500
    Enterprise Manager Agent Port (orcl) = 1830
    Enterprise Manager Console HTTP Port (repos) = 5501
    Enterprise Manager Agent Port (repos) = 1831
    Enterprise Manager Console HTTP Port (ORCL) = 5502
    Enterprise Manager Agent Port (ORCL) = 1830
    Enterprise Manager Console HTTP Port (repos) = 5501
    Enterprise Manager Agent Port (repos) = 1831

  • 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

  • How to set Full Crawl Schedule as None via Powershell command

    How to set Full Crawl Schedule as None via Powershell command

    $ssa = "Search Service Application"
    $contentSource = Get-SPEnterpriseSearchCrawlContentSource -SearchApplication $ssa -Identity "Local SharePoint Sites"
    $contentSource.IncrementalCrawlSchedule = $null
    $contentSource.FullCrawlSchedule = $null
    $contentSource.Update()
    Basically you set Schedule to Null.
    Amit

  • How to set the number of rings for the agent phone rings before it get the not prepared state

    hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
    thanks

    The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
    What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
    Regards,
    Kevin

  • How to set every weekly full backup in Shadow Protect (Storage Craft) schedule

    On the Backup Jobs tab select New to create a new job. Follow the wizard to select the volumes you want to backup and where you want to save the backup images. On the schedule screen select Weekly. Set the day and time for the Full backup to run.
    For more info https://www.storagecraft.com/support/book/shadowprotect-user-guide/creating-backup-image-files/confi...

    How to set every weekly full backup in Shadow Protect (Storage Craft) schedule
    any script or any option
    This topic first appeared in the Spiceworks Community

  • How to set schedule task in windows using java code

    Hi,
    i want to set the schedule task in windows os using the java code can any one help me on that
    can any one thinks i need to wright a dll file for that which set the schedule task for me which dll i can use in my java code.
    thanks in advance.

    Maybe this will help you?

Maybe you are looking for

  • Can I pass variables in the URL string?

    I am trying to get some variables into a loaded swf at runtime. The variables will carry information so the swf can load the correct xml file. I thought we could pass them through the URL string like so: new URLRequest("testing.swf?myVar=varOne but i

  • Catching Exception of a function in a procedure

    Hi, I have a procedure named P calling a function named F. If function F returns no value.. I want to catch that exception in the procedure/function itself and display to the user that the function named F has returned without any values. Thanks in a

  • Problem with JDBC datasource configuration

    Hi Experts, I am encountering the following error while configuring the JDBC connector. #1.5#001560DEB814000B0000000C00004569000440EAEC713145#1197277640208#com.sap.engine.services.connector##com.sap.engine.services.connector#Administrator#143##bdhp45

  • IDoc mapping for VMI

    Hello, We'd like to store the idoc data extracted from EDI 852 inbound transaction in an infocube for DP. SAP Note 154604 suggests that trx <b>/sapapo/map_tser</b> can be used for specifying the infocube. However, in SCM 4.1, this trx has a field for

  • Missing library when trying to compile dbus

    Hi, I am trying to compile dbus and it needs a library called libgio-2.0.la. I have the latest Xcode and commend line tools installed. My library directory shows a library called libgio-2.0.a but not one called libgio-2.0.la. Is there a mistake in th