Schedule archiving jobs

Hi,
We are trying to schedule periodically the archiving jobs for several objects.
To be more specific, we begin with MM_EKKO archiving object and we would like to chain the 3 steps : preprocessor the write, then delete.
Chaining delete after write is easy : In "technical Setting", we just have to tickle "start automatically" in the "delete jobs" parameters.
But how to chain automatically write step after preprocessor ?
Obviously, I tried usual options in SM36 and used "after job" parameter. But what job can I enter as the job name  for precprocessor is automatically generated by SAP and changed at every new job (the date and time are included in the name, e.g :  ARV_MM_EKKO_SUB20110406163238) ?
Do I need to use an exernal third party scheduler to do this ?

Serge,
I have been researching on your query lately and have put accross this question to some Archiving Experts at my end. Hopefully, will come up with a full-proof solution.
But in the meantime, if you have a sandbox or if you can do a research, please do the following:
1. In SARA, under the TECHNICAL SETTINGS tab go to the VERIFY ARCHIVE FILES box.
2. There just click on the following, Before Deleting, Before Reading and Before Reloading.
3. I think this BEFORE READING box could be a solution.
4. And for deletion check the START AUTOMATICALLY option.
Please try this and let us know. If solved, okay and if not then I will reply back after conveying from the experts.

Similar Messages

  • Problem while Scheduling Archive Jobs from SXMB_ADM

    Dear all,
    I am using this blog to delete and archive messages.
    /people/deepak.shah/blog/2010/04/22/archiving-deletion-of-messages-in-pi--part-2
    I have configured Retention periods from SXMB_ADM and there by scheduled Archive Jobs through SXMB_ADM itself.
    Now when i check in SM37, after Archive jobs scheduled , i am not able to see 2 jobs as described in this Blog.
    i am able to see only one Job with name "SAP_BC_XMB_ARCHIVE200"
    Please assist me what might be the problem
    Regards

    Hi Ganesh,
    Thank you for replying. Once this SAP_BC_XMB_ARCHIVE200 is finished, one more job has been generated
    ARV_BC_XMB_WRP20100602112115. But this is not for deletion . it is doing archiving
    When i check the log, SAP_BC_XMB_ARCHIVE200 contains the program as RSXMB_ARCHIVE_PLAN
    and ARV_BC_XMB_WRP20100602112115 job contains the program as RSXMB_ARCHIVE_MESSAGES
    There is no job generated for deletion of Archived ones.
    >>Deletion job starts automatically if in archiving setting u have selected START AUTOMATICALLY option for deletion .
    Could you please let me know where this should be done while doing Archiving jobs??
    Regards

  • Scheduling of Archive jobs

    Hi,
    i really need to apologize here, but i did not found an appropriate forum to ask this, neither a forum for ADK archiving development kit nor a forum about XBP (intercepted jobs). If there is a froum for asking questions like this you can slap me for that
    The archiving object is configured to schedule the ARVSTO jobs automatically which we want to keep to spread the load over a certain time and not to have a bunch of archiving jobs always running at a specific time.
    In this system we do not have a connection to a central job scheduling tool due to license costs.
    The problem is that sometimes ARVSTO jobs are scheduled exactly at the time where our IXOS serving is going down for 15 minutes for maintanence.
    I'm now looking for ANY possibility to avoid that ARVSTO jobs are scheduled between 4 and 5 o'clock. I hat a look at OSS notes 458670 and 604496, with those notes i can avoid that the jobs are starting automatically but i need an external job scheduler or i need to start them manually. I dont have a job scheduler and i dont want to do this manually.
    I had a look at report RSARCHD to do a modifaction but as far as i can see this one is only scheduling the ARVDEL jobs.
    So does anyone have an idea to solve this? Even if it is a modification, or en enhancement, a BADI or en exit, i dont care.
    Thanks in advance.

    Create one procedure and write all your logic which you want to schedure.
    Please execute the below block to set the job.
    Please change ### with Your PROCEDURE NAME WITH PARAMETER.
    'SYSDATE+1/1440' = Indicate that your job execute every minute..
    DECLARE
    X NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => '###'
    ,next_date => to_date('17/02/2010 12:54:32','dd/mm/yyyy hh24:mi:ss')
    ,interval => 'SYSDATE+1/1440 '
    ,no_parse => TRUE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    commit;
    Edited by: user10594896 on Feb 16, 2010 11:28 PM

  • Creation of  File through Scheduled Batch Job

    Hi Friends.
    How to create a file through scheduled batch job .ie data has to be sent in particular file which should be stored in SAP so that The file is expected to provide quick reconciliation when data in SAP gets archived .
    With thanks and regarsds
    Uma

    Which part? The creation of the file?  Since running in background, you would need to create the file using DATASET statements on the appliation server.  You will not be able to put the file on any frontend PC or server, only on the application server where you program is running.
    Regards,
    Rich Heilman

  • Scheduling Archiving of PRODUCT_MD (CRM 6.0)

    Good afternoon,
    We're currently attempting to schedule a job in SM36 in order to process the removal of all the old iObjects in our system.
    In our config we have the deletion job set as automatic and the same for the post processing.
    The job consists of the following:
    No. Program name/command     Prog. type Spool list Parameters
    1  COM_PRODUCT_SELECTIONS   ABAP             1460 IO
    2  COM_PRODUCT_ARC_WRITE    ABAP             1461
    When this job runs, it does trigger the deletion job (COM_PRODUCT_ARC_CHECKBACK), but for some reason it always sets the TEST variant instead of the PROD one.  This of course means the post processing doesn't start either and the only way to process the job further is to go into SARA and continue the process manually.
    I have done many searches and read the SAP help regarding this object, but the only documentation I can find is regarding SARA and we already have that working.
    Any pointers in setting this archive object up in SM36 would be a tremendous help.
    Thanks
    Thys

    We have added more text to our SAP Query as the error seems to be in the code:
    In program COM_PRODUCT_ARC_WRITE with version:
    activ X 700 16.12.2004 21:17:36 SAP
    I can see the following code:
    *Bei PARAMETERS muß man in der SARA eine Variante auswählen
    *PARAMETERS:
    * create DEFAULT 'X' AS CHECKBOX, " Archiv erzeugen
    * delete DEFAULT 'X' NO-DISPLAY, " Löschprog. im Testmodus, generell
    * comments(70) TYPE c. " Beschreibung zum ArchivierungslaufDATA:
    gv_create TYPE comt_boolean VALUE on, " Create Archive
    gv_delete TYPE comt_boolean VALUE on, " Call Delete Report Testmode
    As you can see the parameters are commented out and you can also see that "gv_delete" is marked as ON.
    If you do a where-used on "gv_delete", you find the following function module call:
    * // Open archive file
    CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE'
    EXPORTING
    call_delete_job_in_test_mode = gv_delete
    create_archive_file = gv_create
    object = gc_arc-archive_object
    comments = gv_comments
    IMPORTING
    archive_handle = archive_handle
    EXCEPTIONS
    internal_error = 1
    object_not_found = 2
    open_error = 3
    not_authorized = 4
    OTHERS = 5.
    This code will ALWAYS call the delete job in test mode.
    Edited by: Mathys Van der Merwe on Sep 5, 2011 4:39 PM

  • Long runnning IDOC Archiving jobs

    Hi Techies,
    Long runnning IDOC Archiving jobs: ARV_IDOC_WRI* are being observed in PRD system with Avg runtime > 150,000 sec.
    Job Details:
    Main Program: RSEXARCA
    Parameter: IDOC ALL MONTH
    These jobs are also resource consuming & extensively using CPU & Memory.
    For info: These jobs are getting finished but only after long runtime.
    Some SQL stmts observed while this job-execution:
    SELECT
      "OBJKEY" , "OBJTYPE" , "LOGSYS" , "ROLETYPE" , "ROLEID" , "UTCTIME"
    FROM
      "SRRELROLES"
    WHERE
      "CLIENT" = :A0 AND "OBJKEY" = :A1 AND "OBJTYPE" = :A2#
    SELECT
      "MANDT" , "DOCNUM" , "COUNTER" , "PAGENO" , "TIMESTMP" , "PAGELG" , "VARDATA"
    FROM
      "EDI40"
    WHERE
      "MANDT" = :A0 AND "DOCNUM" = :A1
    ORDER BY
      "MANDT" , "DOCNUM" , "COUNTER" , "PAGENO"#
    SELECT
      "DOCNUM" , "DOCREL" , "STATUS"
    FROM
      "EDIDC"
    WHERE
      "MANDT" = :A0 AND "UPDDAT" >= :A1 AND "UPDDAT" BETWEEN :A2 AND :A3 AND "DIRECT" BETWEEN :A4 AND :A5 AND
      "STATUS" = :A6 AND NOT "MESTYP" IN ( :A7 , :A8 , :A9 , :A10 , :A11 , :A12 , :A13 , :A14 , :A15 , :A16 ,
      :A17 , :A18 , :A19 , :A20 , :A21 , :A22 , :A23 , :A24 , :A25 , :A26 , :A27 , :A28 , :A29 , :A30 , :A31 )
    Please suggest as to how the job runtime can be reduced.
    Awaiting for your reply.

    Hi,
    Since the variant used is fetching data for the entire month, you could try splitting the jobs and have multiple runs instead.
    You can also try to schedule the jobs when there is minimum system load, incase its not already done.
    As far as the program is concerned, if this is standard program, there is little scope for tuning.
    You can always check for related index quality and statements with high CPU costs to better understand why the job is running for such a long duration.

  • Automate Archiving Jobs

    Hi
    We wanted to run the Archive jobs every year by Company Code and Object wise.
    We have around 7 sales companies  and 10 objects so we have to run 70 jobs Every year. So we wanted to automate this process so that we dodnt need to eneter the texts etc and schedule the jobs every year.
    But these are the problems which we are facing:
    1.If we wanted to Archive SD_VBAK object for the ABC Sales org , then we need to enter some text( some thing like "ABC Slaes org 1999 Year Sales docs")  in the varaint(this can done using table TVARVC(By using Dynamic variants).
    2. But after the jobs, we need to change the Spool paramaters,where in we will select the output device,Storage Mode as " Archive " only,     and Text same as which I used earlier in step .1.
    But how can we make this Text field to get the value from TVARVC or somewhere ? Sicne its Popo-up box.(This spool text will be the Archove File name ,which will be displayed when we are reading the Archives.)
    Can somebody help to advice what are ways to Automate the Archive jobs( so that users doenst need to run these 70 jobs manually every year by entering Text and spool text etc..?
    We are running on SAP 4.7 version.
    Thankyou

    SARA is the tcode for archive objects

  • LMS 3.2 on Solaris 10 - New devices and RME archive job

    Hi All,
    I've created a RME job that archive syncs our devices. When I add new devices to Common Services, which updates RME, will those new devices have their configurations archived by that same RME job, or do I need to create a new job?
    When the existing job was created the option "All Devices" was selected.
    Thanks,
    Jose Ribeiro

    Hi Jose,
    If you really wants to track the devices configuration with the help of RME Jobs ( sometimes for auditing purpose we have to have a job ), then you can schedule a job as well but with the option Group Selector like (Select A Layer: Device SelectorGroup Selector ). You can see this option at the very top while creating the job. If you select this option, the membership of the group is dynamic in nature i.e this job will run on all those devices which exist in the group that you have selected at the time of running of job and not at the time of creation of job. For example, if you had created job on Normal Group of RME, then this job will attempt to take the backup of config of all those device which exist in Normal Group. So if your RME is synchronized with DCR (Common Services), and if you are adding the new device to Common Service, then you need not to add this device again for this schedule job since DCR will send this device to RME and once this device have inventory collected, it will automatically be in the normal group of RME and since we had selected Group selector option, RME will collect the config for this device too.
    However periodic polling and periodic collection is also desinged to acheive the same purpose and known as kind of administrative task for managing the devices in RME.
    Now the question arise what is difference between periodic polling and periodic collection :- Its very simple actually -
    Periodic Polling :- Under Periodic polling, RME will first poll the device and if it find any change in the actual configuration of device with the existing configuration in RME . it will trigger collection of backup config for the device. If it will not find any difference between the actual configuration on the device and the existing configuration in RME, it will not trigger any new sync archive on the device thus save your network resources.
    Periodic Collection :- Under Periodic Collection, it will not do any comparison and always trigger the sync archive on the device. However you will be able to see the new version of device configuration only when any change on the device happen since there is no point of keeping the same config many times in RME database.
    Hope it answer your querries.
    Thanks & Regards
    Gaganjeet

  • Archive Job error

    Hi friends,
    I have done Archive configuration setup. In Define interfaces for archiving given 1 interface (which i want to do archive) and retention period as 1 day under asynchronous XML msgs. Scheduled a archiving job on the same day. After all these, I triggered one successful msg. The job ARV_BC_XMB_WRP* gets cancelled with error msg "Error when accessing the archive data". But I am not able to see the archive file in the physical path given in the configuration.
    whr this msg gets archived?
    Could any one help me wht is the problem and how to correct this?
    thanx,
    kumar

    Hi Sumit,
    Thanx for ur reply.
    Got the msg ID from table and that cancelled msg in Moni and that gets archived whn job ran today.
    Cancelled msgs are getting archived only If I maintain the below entry
    category            Parameters                                         Current value
    RUNTIME    PERSIST_ARCH_MANUAL_CHANGES          1
    in Integration Engine Configuration ---> Specific Configuration.
    But in this case, every cancelled msg getting archived irrespective of the Interfaces given in Define Interfaces for Archiving. But i need to archive the cancelled msgs only for the interfaces defined.
    To do this, I selected the "Manually cancelled Msgs" check box for the interface given in Define Interfaces for Archiving, but not working.
    Again help me out on this.
    Thanx,
    Kumar.
    Message was edited by:
            ms kumar

  • Archiving job successful but no messages archived

    Hi guys,
    what's wrong? When I check processing statistics, nothing has changed.
    Thank you,
    Olian
    BTW:  how to delete these archived messages? I don't want to delete what hasn't been archived, so I just want to be sure. Thanks.
    Edited by: Olian Saludew on Aug 22, 2008 2:16 PM

    Hi
    Is there a way how to archive messages sent before the job has been scheduled?
    1) --> You have to update all SXMSPMAST records. Field: ITFACTION = ARCH
    Write ABAP-Report!
    Please do this just for one record! Then run the archive job an see if the message was archived.
    (First do in your test-system!)
    If this works, you can do this with all records!
    What do you advise me, how should I schedule delete job so I will not delete any unarchived messages?
    2) --> If you sucessfull archived all messages, you can run your deletion job
    (note: sync. messages can not be archived)
    is it possible to run archive job every week & delete only once a month? Won't be archived messages archoved twice?
    3) --> No, because after you run the archive job, the messages get ITFACTION = DEL
    Please test first!
    Regards Mario
    Edited by: Mario Müller on Aug 22, 2008 9:32 AM

  • How to schedule a job in another system.

    Hi,
    Now i have an ABAP program, which run in system ABC, client 001. i want to schedule a job in the program, with the function modules JOB_OPEN, JOB_SUBMIT, and JOB_CLOSE. But this job should run in ABC/002.
    How to write code?
    Who can help me on the requirement, or provide me another new solution except event trigger?
    Thanks & Best Regards,
    Johnney

    Here is the code. It works fine..
    FUNCTION Z_F_TRIGGER_REPORT.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_PROG) TYPE  D010SINF-PROG
    *"     VALUE(I_VARIANT) TYPE  VARIS-VARIANT
    *"     VALUE(I_MODE) TYPE  CHAR01
    *"  EXPORTING
    *"     VALUE(E_SUBRC) TYPE  SYST-SUBRC
    *"     VALUE(E_MSG) TYPE  CHAR80
    Functio ID :  Z_F_TRIGGER_REPORT
    TITLE      :  Report Trigger Tool
    Create Date:  15.03.2004
    Author     :  Denis Vieira
    Ownership : For the exclusive use of the Procter & Gamble Company
    Description:
    The purpose of this function module is to trigger programs
    requested remotely.
    AUTHORIZATION CHECKS
    OBJECT               AUTHORITY FIELDS         ABAP FIELDS
                     |                       |
    CHANGE HISTORY                                                      *
      DATE      |  Name  | Description                       | Reference *
    29.Jun.2006 | BA4513 | Unicode conversion and upgrade    | SPK290606
                |        | to My SAP ERP                     |
    **eject.
    Check if selected program exists in the destination file
      SELECT SINGLE  SUBC
             FROM    D010SINF
             INTO    D010SINF-SUBC
             WHERE   PROG    EQ  I_PROG
             AND     R3STATE EQ  C_A.
      IF SY-SUBRC NE C_0.
        MOVE  C_2                                               TO E_SUBRC.
        MOVE 'Report does not exist in destination system'(M01) TO E_MSG.
        EXIT.
      ENDIF.
    Check if program request is an executable program
      IF D010SINF-SUBC NE C_1.
        MOVE  C_2                                               TO E_SUBRC.
        MOVE 'Report is not an executable program'(M02)         TO E_MSG.
        EXIT.
      ENDIF.
    Check if selected variant exists in the destination file
      SELECT COUNT( * )
           FROM  VARIS
           INTO  W_COUNT
           WHERE REPORT  EQ I_PROG
           AND   VARIANT EQ I_VARIANT
           AND   DYNNR   EQ C_1000.
      IF W_COUNT EQ C_0.
        MOVE  C_2                                                TO E_SUBRC.
        MOVE 'Variant does not exist in destination system'(M03) TO E_MSG.
        EXIT.
      ENDIF.
      IF I_MODE EQ C_B.
        PERFORM 0100_BACKGROUND USING     I_PROG I_VARIANT
                                CHANGING  E_MSG  E_SUBRC.
      ELSE.
        PERFORM 0200_FOREGROUND USING     I_PROG I_VARIANT
                                CHANGING  E_MSG  E_SUBRC.
      ENDIF.
    ENDFUNCTION.
    *eject
    *&      Form  0100_background
    Executes Selected program in BackGround Mode VIA JOB
    *Block commented from here SPK290606
    *FORM 0100_BACKGROUND USING     L_PROG L_VARIANT
                        CHANGING  L_MSG  L_SUBRC.
    *Block commented till here SPK290606
    *Block added from here SPK290606
    FORM 0100_BACKGROUND USING    L_PROG    LIKE D010SINF-PROG
                                  L_VARIANT LIKE VARIS-VARIANT
                         CHANGING L_MSG     TYPE  CHAR80
                                  L_SUBRC   TYPE  SYST-SUBRC.
    *Block added till here SPK290606
      CONCATENATE C_AREA
                  C_UND
                  L_PROG
                  C_UND
                  SY-DATUM
                  C_UND
                  SY-UZEIT
                  INTO W_JOBNAME.
    Create a JOB and Get the Number for further execution
      CALL FUNCTION 'JOB_OPEN'
           EXPORTING
                JOBNAME  = W_JOBNAME
           IMPORTING
                JOBCOUNT = W_JOBCOUNT.
      IF SY-SUBRC NE C_0.
        MOVE  C_2                       TO L_SUBRC.
        MOVE 'Error opening job'(M07)   TO L_MSG.
        EXIT.
      ENDIF.
    Submit program
      SUBMIT (L_PROG)
        USING SELECTION-SET L_VARIANT
        VIA JOB W_JOBNAME NUMBER W_JOBCOUNT
        AND RETURN.
      IF SY-SUBRC NE C_0.
        MOVE  C_2                        TO L_SUBRC.
        MOVE 'Error Submitting Job'(M06) TO L_MSG.
        EXIT.
      ENDIF.
    Closes job to start its processing
      CALL FUNCTION 'JOB_CLOSE'
           EXPORTING
                JOBCOUNT  = W_JOBCOUNT
                JOBNAME   = W_JOBNAME
                STRTIMMED = 'X'.
      IF SY-SUBRC NE C_0.
        MOVE  C_2                       TO L_SUBRC.
        MOVE 'Error closing job'(M08)   TO L_MSG.
        EXIT.
      ENDIF.
      MOVE  C_0                                          TO L_SUBRC.
      MOVE 'Program Submitted in Background Mode'(M09)   TO L_MSG.
    ENDFORM.
    *eject
    *&      Form  0200_foreground
    Executes Selected program in ForeGround Mode VIA Submit
    *Block commented from here SPK290606
    *FORM 0200_FOREGROUND USING     L_PROG L_VARIANT
                        CHANGING  L_MSG  L_SUBRC.
    *Block commented till here SPK290606
    *Block added from here SPK290606
    FORM 0200_FOREGROUND USING    L_PROG    LIKE D010SINF-PROG
                                  L_VARIANT LIKE VARIS-VARIANT
                         CHANGING L_MSG     TYPE  CHAR80
                                  L_SUBRC   TYPE  SYST-SUBRC.
    *Block added till here SPK290606
      SUBMIT (L_PROG) USING SELECTION-SET L_VARIANT
             EXPORTING LIST TO MEMORY AND RETURN.
      IF SY-SUBRC EQ C_0.
        MOVE  C_0                                 TO L_SUBRC.
        MOVE 'Report submitted successfully'(M04) TO L_MSG.
      ELSE.
        MOVE  C_2                                 TO L_SUBRC.
        MOVE 'Error submitting report'(M05)       TO L_MSG.
      ENDIF.
    ENDFORM.

  • Schedule Background Job :  Remove delivery Block in Sales order

    Hi Gurus,
    I have a requirement to select all sales orders as per a condition and remove delivery block at
    VA02-> Go to -> Header -> Status
    For that I have to write a program which will be run only in background and i have to schedule background job for the same.
    I have a parameter at selection - No of records
    If no of records = 500 , I have to submit 500 jobs ie one job each for each sales order for removing delivery block.
    I need to know
    1) Which function module/bapi I can use to remove delivery block at sales order header level.
        For blocked delivery the status is 'BSTK" . to remove block i need to change status to "RSTK".
    2) How to schedule a background job for my program and how to submit one job each for each sales   order.
    Regards
    Avi.

    Hi Avi,
    Would like to seek for your advice. I am facing the same scenario too which is to delete the delivery block but is deletion of the delivery block is done in the user exit MV45AFZZ. The subroutine which needs to have the extra logic of deleting the delivery block is USEREXIT_SAVE_DOCUMENT_PREPARE.
    Need your advice on how do you solve this scenario? Thanks in advance.

  • Error in Schedule Background Job for Deadline Monitoring of swu3

    While Auto Customization swu3 i am getting error message 'Output device "" not known' in 'Schedule Background Job for Deadline Monitoring'
    Please advice what could be cause of it

    the earlier problem of background job was solved by changing the  output device assigned to user wf-batch .
    regarding the transport request :
    when i was trying to execute the step : "Schedule bakgrd for missed deadlines " MANUEL it was giving me an option of SAVE AND SCHEDULE . which was creating the transport request . but when i executed it automatically it worked fine without asking a request to me ... i don't know why )-: ... probablly we can specify a different interval then the standard of three minutes and which will be transported (it's just a guess) . i have  executed it  automatically ...
    well thanks all for u r help

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

  • Archiving Job. Running and no file..

    Hello all!
    For a some cubes (not for all!!!) I have problem.
    Archiving job write to log
    DROP VIEW "/BI0/0302712378"                                                 
    SQL-END: 15.01.2007 12:09:29 00:00:00                                       
    Selection conditions for the archiving request were checked successfully    
    Archiving session 000012 is being created                                   
    And it is all... Job running up to 48 hours and no files created...
    Other cube have not problem:
    28.12.2006 12:04:49 SQL-END: 28.12.2006 12:04:49 00:00:00                                   
    28.12.2006 12:04:49 Selection conditions for the archiving request were checked successfully
    28.12.2006 12:04:50 Archiving session 000010 is being created                               
    28.12.2006 12:04:52 Path: /Archive/                                                         
    28.12.2006 12:04:52 Name for new archive file: archive_BW_1228_0.120452.GOLOD
    28.12.2006 17:09:09 Name for new archive file: archive_BW_1228_0.170909.GOLOD        
    Help me.
    Thanks.

    Hello,
    Please ask in the
    Visual Basic .Net Language forum on MSDN if you want a program.
    If you are creating a script or batch file, I'd ask in
    The Official Scripting Guys Forum!
    Neither place is a good place to go to if you want someone else to do the work for you.
    If you want hints or suggestions to improve what you already have, then the above suggestions are valid.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for

  • How to get the list of words from the dictionary?

    Hello, Please confirm the possibility to get the list of words available from the InDesign's default dictionary for example: I'd like to have all the words available from the 'Russian' dictionary from InDesign. Thanks, Praveen

  • 3 levels certificate!! URGENT PLZ!!!!

    If I have 3 level certificates in my chain, how can i import it in keystore? Width .cer files? i get this certificate from 1 .pfx file. i want to make one standalone application plz help me!!! thnx

  • Do I need to do authority check for Logical Database?

    Hi, Just to check, do I need to code authority check into a Logical Database or Logical Database will do the check by itself without me coding? This is because I have a user which does not have rights to infotypes 2000 and above and the logical datab

  • IPhoto changing dates on imported pictures

    I have a MBP and a Mini. While I would love to keep the iPhoto libraries synchronized much like the iTunes libraries are, I've found Apple doesn't make this easy. Usually I just stick the SD card in both computers. Sometimes I forget or am unable. So

  • Create Subfolder Under Inbox in Mail

    I am pretty sure this can't be done, but just thought I'd ask. Is it possible to create a subfolder under Inbox in Mail? Thanks.