Retrospect automated jobs dont run

I have recently noticed that on one of my xserve (10.3.9 server) the automated Retrospect (6.0.204) jobs fail to automatically start at the scheduled time. I have a backup job to external FW 800 running at 12.01am and a backup job to tape at 04:00am. If I login to the server in the morning and run Retrospect application the "queued" jobs immediately start to kick in. Any ideas why this would happen?

Try to leave the machine logged in when Retrospect is supposed to run. Since it is an application it should require the user be logged in.

Similar Messages

  • Suspend automation jobs from running on weekends?

    Every month, our W2K3 servers reboot over a weekend to activate security patches and updates released by microsoft. If any portal automation jobs are running when the server reboots, the next time they run, they fail because the operation is locked. We have many jobs that run every 10 or 15 minutes, so over the course of a weekend after a reboot, this causes many failures. We would like to suspend the jobs either nightly or just every weekend during off hours, but there is no way to do that via the job settings in Admin.
    I found some references to such things in the PT tag reference - PT_SCHEDULE_SUSPEND_WEEKEND_BEGIN_TIME and PT_SCHEDULE_SUSPEND_WEEKEND_END_TIME, but I have no idea where or how to use such code. Actually, I'm not 100% sure that code is for the automation service (what else would it be though?). Oracle being Oracle, there is no sample code on how to use it or even a description of what it's for.
    Any ideas on how to suspend automation jobs from running during certain hours on the weekends would be greatly appreciated. Thanks.

    user2604361 wrote:
    Any ideas on how to suspend automation jobs from running during certain hours on the weekends would be greatly appreciated. Thanks.I have zero idea if this is possible, but I'm wondering if it would be possible to create a .bat file that turns them all off on Friday night and reactivates them all on Monday morning. I've heard that the Automation service can run custom jobs to do such things although I've never attempted it.
    Sorry I can't be any help! Whatever solution you come to, please post back here as I'm interested in what you come up with!

  • Custom backup jobs dont run after OS upgrade from 2000 to 2003R2

    Hey Everyone,
    We upgraded our OS server from 2000 to 2003R2 and now when we try to run / create oracle suggested backups i cant even start the process i keep getting:
    Connection to XXXXXas user XXXXX failed.
    We have oracle 10.2.0.4 installed
    Any ideas would be appreciated
    thank you,
    Kal

    I can log into the database using SQLPLUS with no issues and the agent starts fine on the server. When i go to GRID Control and try to create a new oracle suggested back i use the local admin account and i get the error i mentioned before. I have added him to the log as a batch and log in as a service assignments however still i get the error.can you please describe once again, where you are trying to connect and what is the error message. if any logfiles then it would more helpful.
    Thanks

  • How to schedule a job as an automated job

    Hello,
    I have created a query in SQVI. I need to schedule as an automated job with that query/program.
    I have used the tables
    ITOB
    ANLU
    ANLA
    ZPM_ZFRTCOMP
    Thank you

    Hi,
    In SQVI, enter the QuickView you have created and then click on the 'Execute In Background' Icon on the tool bar.
    Enter the Variant name in the resultant screen. If you have not set up any variants yet and would like to create one, then click on the "Variant' Icon on the tool bar.
    If you want the job to be run in background only one and also immediately, click 'Execute immed.' push button. The job will be started immediately and you can see the result in SM37 under your user id
    If you want to Schedule it at regular intervals, click on 'Schedule' Pushbutton and in the resultant screen choose 'Schedule Periodically' Pushbutton and enter the values. You can see the results in SM37 or through SP01.
    Hope this helps.
    Best Regards
    Sathees Gopalan

  • [Solved] Unable to boot (startup job is running)

    Hi there!
    Today I went home and tried to boot my laptop there, but was unable to boot Arch.
    Before I went home I did a system update using  ' sudo pacman -Syu '  and shut the laptop off normally. Right now I get the following message whilst booting:
    " A startup job is running for dev-disk...25EFDCE0.device"
    It fails after 1 min. 30s and shows a time out error for dependency /mnt/6776F38425EFDCE0, and refuses to boot. I waited for 5 min. but the only thing working at that stage is the shut down button (which appears to enter a normal shutdown mode).
    Grub 2 is functioning; Windows 8 boots up fine (same HDD); though all options to boot arch fail because of the 'startup job error message'.
    Do any of you know how I can fix this, or how to boot/fix arch such that I can attempt to fix it? Based on a search trough this forum it might be an error in FSTAB,  although all cases reported on this forum appear to boot normally after the 'a startup job is running 'error message'.
    Many thanks.
    Last edited by Simthadim (2014-10-11 09:43:36)

    Thank you for your response.
    Changing the UUID's to /dev/sdaX did not do it's magic, unfortunately. The ' a start job'  message is gone, the boot however gets stuck at
    /dev/sda2 clean .... (beginning of boot)
    Unfortunately I did not properly save the back-up of my fstab file, so the initial set up is lost. Was able to acces arch using alt+f2 and have restored it manually with
    lsblk -f
    It currently looks like this. I did have a line to automount my data partition (/dev/sda4, label: Data), but didn' t know how to restore that one as that line got deleted too.  My gut says this automount was causing the initial error, but it should boot up normally with the current fstab file, right?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=47faa9c6-13d9-4d4f-8744-78766ea7c193 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda3
    UUID=bd14a274-a365-4511-9a11-151e086a42db none swap defaults 0 0
    UUID=509F9EA61178387E /run/media/simon/Data ntfs auto 0 2

  • Cron job not running - script uses rsync, ssh (with id_rsa)

    Does anyone know how to get cron to run a rsync/ssh script which uses id_rsa for passwordless logins?
    I have a backup script I have slaved for months over that works wonderfully when running it from the command line.
    It uses rsync and connects with SSH (passwordless using ssh keys). I have setup id_rsa and id_rsa.pub for passwordless logins (this is my user account, and connects using root@ to the server)
    As stated all works find when run from the command line. But when I setup a cron job to run this file (exact same line I run from the command line) it does not execute. Actually, it does run, as I have an email notifiction which sends to me. It is just the rsync/ssh part that does not run.
    I have spent days and days trying to figure it out. No error messages occur, nothing.  Took me a while to find out cron is emailing the user account on Lion the messages (not to a proper email address).
    The error shows a permission denied, which I believe to be the cron user cannot use the id_rsa/ssh connection.
    Cron is running the script as my user, the same I use on the command line. I even tried copying the id_rsa to the root user .ssh folder in case cron is running as root but that does not work either.
    So does anyone know how to get cron to run this rsync/ssh script which used id_rsa for passwordless logins?
    Thanks a lot

    YES! Got it working, finally!
    So the issue is indeed cron/launchd not being able to access the ssh-agent which holds the key.
    So this is the solution...
    Download keychain for Mac:
    http://www.funtoo.org/wiki/Keychain
    Then once its installed and configured, the script to run needs this added to the top:
    eval `keychain --noask --eval id_rsa` || exit 1
    Note I am using id_rsa whereas keychains instructions refer to id_dsa so I just changed it and it works OK.
    When the script runs the first time it asks for the key password. Then it works from then on.
    What I do not know yet is will I need to re-enter the password when I logoff/logon again. That will cause an issue as I auto restart the Mac every day which means if I am off for a few days backup will stop (can you see the madness in this issue!).

  • An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))

    We are using DPM Version: 4.1.3465.0 with System Center 2012 Service Pack 1 to back up VMs in our Hyper V Cluster. We have a total of 37 VMs with a combination of 2008r2 servers and 2012 servers. One of our 2012 servers will not backup, and we consistently
    get the message "An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))". I have seen this error message when I Googled it, but cannot get past it. I have deleted the Protection Group and
    data and tried to re-create, but get the same errors. I also thought the the server might be mis-reporting the data size, but I expanded that to cover the replication data. I have also tried to perform consistancy checks multiple times with no luck. I have
    not seen a difinitive answer from my Google searches, so was hopeful someone has seen this also, and have had success in resolving. Currently this server has no backup recovery points, so I am worried if it does crash. I think I have the rollups installed
    as well.

    Hi Kelly,
    does the issue still persists?

  • How to select server in which background job should run

    Hi,
    I want to run my program as background job. I want the user to select the server, in which background job should be run, in the selection screen of my program. When it is sheduled in background the job should run in the selected server.
    How to do this?
    Regards,
    Sriram

    Hi,
    please write the code like as below.
    DATA : D_GROUP like TBTCJOB-JOBGROUP.
    use the function moulde JOB_OPEN.
      D_JOBNAME = SY-REPID.
      D_GROUP- BTCSYSREAX =  " pass the target server name Here
         CALL FUNCTION 'JOB_OPEN'
            EXPORTING
                 JOBNAME          = D_JOBNAME
                 JOBGROUP       =  D_GROUP
            IMPORTING
                 JOBCOUNT         = D_JOBNO
            EXCEPTIONS
                 CANT_CREATE_JOB  = 1
                 INVALID_JOB_DATA = 2
                 JOBNAME_MISSING  = 3
                 OTHERS           = 4.
    submit   <Program name>
                  USER SY-UNAME VIA JOB D_JOBNAME NUMBER D_JOBNO
                  USING SELECTION-SET '  var1 '   " Give varient name
                  AND RETURN.
    CALL FUNCTION 'JOB_CLOSE'
               EXPORTING
                    JOBCOUNT             = D_JOBNO
                    JOBNAME              = D_JOBNAME
                    STRTIMMED            = 'X'
               IMPORTING
                   JOB_WAS_RELEASED     = D_REL
               EXCEPTIONS
                   CANT_START_IMMEDIATE = 1
                   INVALID_STARTDATE    = 2
                   JOBNAME_MISSING      = 3
                   JOB_CLOSE_FAILED     = 4
                   JOB_NOSTEPS          = 5
                   JOB_NOTEX            = 6
                   LOCK_FAILED          = 7
                   OTHERS               = 8.
    Hope this will helps you
    Regards
    Kiran

  • HELP scheduling a job to run within a window

    Hi,
    I am trying to create a job that can only run at certain times of the day. Since I will be creating a lot of these jobs (each of which will run once), I thought I could use a window to define when this job runs. As a test, I tried the following:
    begin
       dbms_scheduler.create_window(
          window_name => 'TEST_WINDOW',
          resource_plan => null,
          repeat_interval => 'FREQ=DAILY',
          duration => INTERVAL '24' hour,
          window_priority => 'LOW'
       dbms_scheduler.create_job(
          job_name => 'TEST_WINDOW_JOB',
          job_type => 'PLSQL_BLOCK',
          job_action => 'BEGIN NULL; END;',
          schedule_name => 'SYS.TEST_WINDOW',
          enabled => true );
    end;
    /But this doesn't work as expected.
    1) all_scheduler_windows shows that TEST_WINDOW is not ACTIVE. However, if I try to explicitly open the window with DBMS_SCHEDULER.OPEN_WINDOW, I get an error saying the window is currently open.
    2) The job is created, but its STATE is set to SCHEDULED and it doesn't run even though the window is open and the job is enabled. (I also tried creating a job using a window that was ACTIVE in all_scheduler_windows and got the same results).
    Can anyone point out what I am doing wrong here?
    Thank you,
    Eric

    Hi Eric,
    Two things.
    1) You can have a schedule which repeats once an hour (or even once a minute) from 8pm till 7am and then point all your jobs to this schedule. You will need to set max_runs for the jobs to 1 before enabling them. So they will only run on the given schedule and only once. A possible repeat interval for the schedule is :
    freq=minutely;bysecond=0;byhour=20,21,22,23,0,1,2,3,4,5,6,7;byday=MON,TUE,WED,THU,FRI
    2) By default, the database comes with several pre-created windows and a MAINTENANCE_WINDOW_GROUP . This window group is supposed to be user-modified to periods where it is ok to do maintenance tasks. You may be able to point your jobs to this window group or one of its windows, if you want your jobs to run during this period.
    Hope this helps,
    Ravi.

  • How to schedule the job to run evry Sunday at 12 P.M IST.

    Hi Experts,
    I want to schedule a job which will run evry Sunday at 12 P.M IST.
    I have written the below script.
    [code]BEGIN
      SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_JOB'
          ,start_date      =>  SYSTIMESTAMP
          ,repeat_interval => 'FREQ=WEEKLY; BYDAY=SUN; BYHOUR=12;BYMINUTE=0; BYSECOND=0;'
          ,end_date        =>  NULL
          ,job_class       => 'DEFAULT_JOB_CLASS'
          ,job_type        => 'STORED_PROCEDURE'
          ,job_action      => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_PROC'
          ,comments        => 'Run at 12 P.M.IST every Sunday'
          ,enabled            => TRUE
    END;[/code]
    But the server in US.
    [code]SELECT sysdate from Dual;
    6/11/2013 3:58:58 AM
    --But the time in India is 02:28 PM [/code]
    How to convert the timezone to IST.
    Please help me how to schedule the job to run evry Sunday at 12 P.M IST.
    Thanks.

    Did you read DBMS_SCHEDULER docs:
      The calendaring syntax does not allow you to specify a time zone. Instead the Scheduler retrieves the time zone from the start_date argument. If jobs must follow daylight savings adjustments you must make sure that you specify a region name for the time zone of the start_date. For example specifying the start_date time zone as 'US/Eastern' in New York will make sure that daylight saving adjustments are automatically applied. If instead the time zone of the start_date is set to an absolute offset, such as '-5:00', daylight savings adjustments are not followed and your job execution will be off by an hour half of the year.
      When start_date is NULL, the Scheduler will determine the time zone for the repeat interval as follows: 
    It will check whether the session time zone is a region name. The session time zone can be set by either:
    Issuing an ALTER SESSION statement, for example:
    SQL> ALTER SESSION SET time_zone = 'Asia/Shanghai'; 
      Setting the ORA_SDTZ environment variable.
      If the session time zone is an absolute offset instead of a region name, the Scheduler will use the value of the DEFAULT_TIMEZONE Scheduler attribute. For more information, see the SET_SCHEDULER_ATTRIBUTE Procedure.
      If the DEFAULT_TIMEZONE attribute is NULL, the Scheduler will use the time zone of systimestamp when the job or window is enabled.
    SY.

  • Having trouble getting a job to run using job scheduler

    I am using Oracle 11g. I run a sql script that schedules a job:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => 'D:\UserCountReport\bin\ucr.bat', repeat_interval => 'FREQ=HOURLY;BYHOUR=3;BYMINUTE=0;BYSECOND=0',start_date => to_timestamp_tz('2011-07-21 US/Eastern', 'YYYY-MM-DD TZR'), job_class => 'DEFAULT_JOB_CLASS', auto_drop => FALSE,enabled => FALSE);
    exec sys.dbms_scheduler.set_attribute( name => '"SYSTEM"."UCR"',  attribute => 'job_weight',  value => 1);
    exec sys.dbms_scheduler.enable( '"SYSTEM"."UCR"' );
    commit;
    exit;When I am connected to the database, I run these commands:
    SQL> SELECT JOB_NAME, STATE, job_action, repeat_interval FROM DBA_SCHEDULER_JOBS
    where job_name='UCR';
    JOB_NAME
    STATE
    JOB_ACTION
    REPEAT_INTERVAL
    UCR
    SCHEDULED
    C:\UserCountReport\bin\ucr.bat
    FREQ=HOURLY;BYHOUR=9;BYMINUTE=0;BYSECOND=0
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name = 'UCR';
    JOB_NAME
    STATUS
    UCR
    SUCCEEDED
    UCR
    SUCCEEDED
    UCR
    SUCCEEDEDHowever, I don't get any signs that the job has run even though Oracle says all the runs have succeeded. The batch file that the job is supposed to execute creates a file and writes stuff to it. However, the file is not written. When I run the batch file from command prompt, it executes correctly.
    I have tried following instructions here:
    Answers to "Why are my jobs not running?"
    However, all three of these commands return errors:
    SQL> select value from v$parameter where name='job_queue_processes';
    select value from v$parameter where name='job_queue_processes'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_scheduler_running_jobs;
    select count(*) from dba_scheduler_running_jobs
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_jobs_running;
    select count(*) from dba_jobs_running
    ERROR at line 1:
    ORA-00942: table or view does not existI've tried various other commands from that list and I get errors as well.
    I'm not quite sure where to go from here to troubleshoot this problem. Any help would be appreciated. Thanks.
    Edited by: 874375 on Jul 22, 2011 9:14 AM
    Edited by: 874375 on Jul 22, 2011 9:18 AM

    So I changed my script to this:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => '%windir%\system32\cmd.exe /C D:\UserCountReport\bin\ucr.bat', ....I now have this:
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name='BOXTONE_
    MONTHLY_UCR';
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    FAILED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    SUCCEEDEDIs there a place with log files that will tell me why the job failed? If so where are the log files located?

  • Creating a job that runs a Tcl script

    Hi,
    We currently have a scheduled job running a Tcl script on a 8.1.7 DB. My question is, can I still use the same setup in 10g DB (i.e. creating a job that runs Tcl script)? If I can, how am I gonna do it?
    Thanks,
    howie

    It depends on how you scheduled the job in 8.1.7 DB.
    By Cronjob? Yes you can do the same to connect to 10g
    By DBMS_JOB?. Yes you can do it in 10g and in addition, can improve it with DBMS_SCHEDULER
    Via OEM? Yes in can use Enterprise Manager to create a Job that runs the Script.

  • Background job is running for long tome in source system (ECC)

    Hi All,
    Background job is running for long tome in source system (ECC) while extracting data to PSA.
    I checked in ECC system SM66,SM50 the job is still running
    in SM37 the job is Active
    There are only maximum 7000 records the extractor is 2LIS_02_ITM but it is taking 11 to 13 hours to load to PSA daily
    I had checked enhancements every thing is correct.
    Please help me on this how can I solve this issue.
    Regards
    Supraja K

    Hi sudhi,
    The difference between Call customer enhancement...  and  Result of customer enhancement:... is very less we can say this as a second.
    The difference is between LUWs confirmed and 1 LUWs -
       and Call customer enhancement -
    Please find the job log details below, and give me the solution to ressolve this
    01:06:43 ***01:06:43 * ztta/roll_extension........... 2000000000                              *                 R8           050
                     R8           048
    01:06:43 1 LUWs confirmed and 1 LUWs to be deleted with function module RSC2_QOUT_CONFIRM_DATA     RSQU          036
    06:56:31 Call customer enhancement BW_BTE_CALL_BW204010_E (BTE) with 5.208 records                  R3           407
    06:56:31 Result of customer enhancement: 5.208 records                                              R3           408
    06:56:31 Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 5.208 records                      R3           407
    06:56:31 Result of customer enhancement: 5.208 records                                              R3           408
    06:56:31 PSA=1 USING SMQS SCHEDULER / IF [tRFC=ON] STARTING qRFC ELSE STARTING SAPI                 R3           299
    06:56:31 Synchronous send of data package 1 (0 parallel tasks)                                      R3           410
    06:56:32 tRFC: Data Package = 0, TID = , Duration = 00:00:00, ARFCSTATE =                           R3           038
    06:56:32 tRFC: Start = 00.00.0000 00:00:00, End = 00.00.0000 00:00:00                               R3           039
    06:56:32 Synchronized transmission of info IDoc 3 (0 parallel tasks)                                R3           414
    06:56:32 IDOC: Info IDoc 3, IDoc No. 1549822, Duration 00:00:00                                     R3           088
    06:56:32 IDoc: Start = 04.10.2011 06:56:32, End = 04.10.2011 06:56:32                               R3           089
    06:56:32 Altogether, 0 records were filtered out through selection conditions                      RSQU          037
    06:56:32 Synchronized transmission of info IDoc 4 (0 parallel tasks)                                R3           414
    06:56:32 IDOC: Info IDoc 4, IDoc No. 1549823, Duration 00:00:00                                     R3           088
    06:56:32 IDoc: Start = 04.10.2011 06:56:32, End = 04.10.2011 06:56:32                               R3           089
    06:56:32 Job finished                                                                               00           517
    Regards
    Supraja

  • HOW TO SCHEDULE A JOB TO RUN EVERY 30 MINS WITHOUT USING SCHEDULAR?

    Hi,
    I have a requirement where i need to schedule the job to run every 30 mins for 10 am to 10 pm. I ran into problems using odi schedular. Let me tell you what i did..
    i have chosen the active mode between 10 am to 10 pm
    selected on startup/simple.
    and on the repetitions tab selected many times with 30 mins duration.
    the problem was-----
    a)it was not stopping at 10 pm but continues after 10 pm
    b)randomly picking up more times than the 1/2 hour duration.
    looking for---
    a solution that runs my scenario every 30 mins from 10 am to 10 pm without using the schedular...which i cannot trust.
    Regards
    Venkat

    Venkat,
    Here is an alternate solution that i can think of:
    create a package with the following components:
    Variable(Refresh) -> OK -> Execute StartScen(YourJob) in Asynchronous mode -> odiSleep(30 mins) -> Loop to Variable Refresh
    Variable (Refresh) -> KO -> odiSleep(30 mins) {if the refresh of the variable fails to get any value then skip the Job execution}
    The Refresh query should be
    select 1 from dual where to_char(sysdate, 'hh24mi') between  '1000' and '2200'

  • How to: Schedule a job to run on the first business day of the month

    In Oracle 10.2.0.3, is there a way to schedule a repeating job to run on the first business day of the month? For example, if the first of the month falls on a weekend (such as Saturday, 11/01/2008), I would like the job to run automatically on Monday (for example, 11/03/2008) instead.

    set serveroutput on
    begin
      print_dates('FREQ=MONTHLY;BYDAY=MON,TUE,WED,THU,FRI;BYSETPOS=1;',
          to_timestamp_tz('01-JAN-2008 12:00:00','DD-MON-YYYY HH24:MI:SS'), 12);
    end;
    Gives:
    TUE 01-JAN-2008 (001-01) 12:00:00 -07:00 -07:00
    FRI 01-FEB-2008 (032-05) 12:00:00 -07:00 -07:00
    MON 03-MAR-2008 (063-10) 12:00:00 -07:00 -07:00
    TUE 01-APR-2008 (092-14) 12:00:00 -07:00 -07:00
    THU 01-MAY-2008 (122-18) 12:00:00 -07:00 -07:00
    MON 02-JUN-2008 (154-23) 12:00:00 -07:00 -07:00
    TUE 01-JUL-2008 (183-27) 12:00:00 -07:00 -07:00
    FRI 01-AUG-2008 (214-31) 12:00:00 -07:00 -07:00
    MON 01-SEP-2008 (245-36) 12:00:00 -07:00 -07:00
    WED 01-OCT-2008 (275-40) 12:00:00 -07:00 -07:00
    MON 03-NOV-2008 (308-45) 12:00:00 -07:00 -07:00
    MON 01-DEC-2008 (336-49) 12:00:00 -07:00 -07:00
    and the print_dates function is (10.2):
    create or replace procedure print_dates
      cal_string in varchar2,
      start_date in timestamp with time zone,
      nr_of_dates in pls_integer
    is
      date_after timestamp with time zone := start_date - interval '1' second;
      next_execution_date timestamp with time zone;
    begin
      dbms_output.put_line('  -->');
      for i in 1 .. nr_of_dates
      loop
        dbms_scheduler.evaluate_calendar_string
         (cal_string, start_date, date_after, next_execution_date);
        dbms_output.put_line(to_char(next_execution_date,
                        'DY DD-MON-YYYY (DDD-IW) HH24:MI:SS TZD TZH TZR'));
        date_after := next_execution_date;
      end loop;
    end;
    [\pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • No Partner details in new order : CRM_ORDER_MAINTAIN

    Hi ..... I am trying to create new order in which i am getting error related to partner data though i am passing al the data into the CRM_ORDER_MAINTAIN function. I am not able to figure out what is the problem. Following is my code part -> READ TABL

  • EPMA Hanged during deployment 11.1.2.0

    Hello all, I have a EPMA deployed application in verison 11.1.2. I added metadata to my application & validated my application without any error. I tried deploying it & selected outline refresh option. I went to job console & in summary its showing:

  • Open items clearing having a currency code different from company code

    hi experts, I have a problem with regard to clearing of open items having a different currecny codes other than the company code currency. ex, we have an open item in the currecny INR company code currency SGD I want to clear the open item through F1

  • ALV output to spool

    hi, i am having a issue when running ALV output to background. If user gives his email address i am able to send output as attachment to email.but incase he doesnt give then i have to send it to SPOOL. I am able to send the output to spool but when i

  • I don't get tones when a message arrives

    For some reason I no longer hear a tone when a message arrives on my iPhone 5.  Occasionally I do get a tone, but usually not - any suggestions?