BATCH JOB GETTING FAILED DUE TO WARNING MESSAGE

Hi,
Our background job is getting failed if we are having warning meesage , why it is happening , could any one provide inputs .
In bacground it's considering Warning message as Error message .

Hi Garima,
CHange the code as follows:
if sy-batch = 'X'.
Message 'Error updating data !' type 'I'.
else.
Message 'Error updating data !' type 'W'.
endif.
i..e When executed in bckground display INFORMATION Message & in Foreground display WARNING message.
Best regards,
Prashant

Similar Messages

  • Financial Batch jobs were failing due to too many files opened

    1) This issue started after upgrading the OS from windows 2003 to 2008 and PeopleSoft from 8.49 patch 10 to 8.52 to patch 9

    I am also getting same kind of error
    Below is the error message:
    open of the file E:\Ftp\GL_IMP_571819.Log failed: Too many open files (2,633) GL_JRNL_IMP.PROCESS. GBLdefualt 1900-01-01.Import.On Execute PCPC:52127 statement:7333

  • Load getting failed due to short dump

    Hi All,
    Process Chain is getting failed due to following short dump Include Report LFZI_CA_PCA_DERIVATIONSU37 not found. Please suggest on rectifying this dump. Its a delta load.
    Regards,
    Asim

    Hi All
    As requested please find details short dump below. And datasource name is this GECPC_GLPCP and its extractor is ZPCC_V_GLPCP.
    Short text
       Syntax error in program "SAPLZFI_CA_PCA_DERIVATIONS ".
    hat happened?
       Error in the ABAP Application Program
       The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
        because it has
       come across a statement that unfortunately cannot be executed.
       The following syntax error occurred in program "SAPLZFI_CA_PCA_DERIVATIONS " in
        include "LZFI_CA_PCA_DERIVATIONSUXX " in
       line 77:
       "INCLUDE report "LZFI_CA_PCA_DERIVATIONSU37" not found"
       The include has been created and last changed by:
       Created by: "SAP* "
       Last changed by: "SAP* "
       Error in the ABAP Application Program
       The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
        because it has
       come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "SAPLZFI_CA
        You can also perform the syntax check from the ABAP Edito
        If the problem persists, proceed as follows:
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can lo
        at and manage termination messages, and you can also
       keep them for a long time.
    Error analysis
        The following syntax error was
        "INCLUDE report "LZFI_CA_PCA_DE
    How to correct the error
        Probably the only way to elimin
        If you cannot solve the problem
        notification to SAP, include th
        1. The description of the curre
           To save the description, cho
        (Unconverted)".
        2. Corresponding system log
    Display the system log by callin
    Restrict the time interval to 10
    ter the short dump. Then choose "
    nconverted)".
    If the problem occurs in a probl
    ogram: The source code of the pro
    In the editor, choose "Utilities
    ilities->Upload/Download->Downloa
    Details about the conditions und
    tions and input led to the error.
    Information on where terminated
        Termination occurred in the ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" - in
         "START_ROUTINE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 102
        of the (Include) program "ZFICA_DERIVE_PCA_OBJECTS_S".
        The program "GP9IQHCDEPFH201E24O25IAYXXW" was started as a background job.
        Job Name....... "BIDTPR_6726959_1"
        Job Initiator.. "ALEREMOTE"
        Job Number..... 17271800
    Line  SourceCde
       72 ASSIGN 'L_DERIVE_CHRT_ACCTS-UPD_CHRT_AC
       73 assign (<derive_chrt_accts_field>) to
       74 IF <derive_chrt_accts> IS ASSIGNED.
       75   zzi_attributes_upd-chrt_accts_upd = '
       76 ENDIF.
       77 zzi_attributes_upd-/bic/gactivity_upd
       78 zzi_attributes_upd-/bic/gfactv_upd
       79 zzi_attributes_upd-/bic/gglobacct_upd
       80 zzi_attributes_upd-/bic/ggforacc_upd
       81 zzi_attributes_upd-/bic/ggrracc_upd
       82 zzi_attributes_upd-/bic/ggra_code_upd
       83 zzi_attributes_upd-/bic/gsegmtion_upd
       84 zzi_attributes_upd-/bic/ggaapflg_upd
       85 zzi_attributes_upd-/bic/gsub_item_upd
       86 zzi_attributes_upd-/bic/gsegmnt_upd
       87 zzi_attributes_upd-/bic/gacctgrp_upd
       88 zzi_attributes_upd-comp_code_details_up
       89 zzi_attributes_upd-gbfi0600_upd
       90 zzi_attributes_upd-/bic/zaccsuf_upd
       91 zzi_attributes_upd-/bic/gconunit_upd
       92 zzi_attributes_upd-/bic/gtpunit_upd
       93 *--------------------------------------
       94 * Store a copy of the source fields if
       95 *--------------------------------------
       96 MOVE-CORRESPONDING <source_fields> TO z
       97 CLEAR zze_attributes.
    Runtime Errors         SYNTAX_ERROR
    Date and Time          04.08.2014 17:27:39
        98 *----------------------------------------------------------------------*
        99 * Derive all PCA fields for reporting
       100 *----------------------------------------------------------------------*
       101
    >>>>> CALL FUNCTION 'ZFI_CA_DERIVE_PCA_ATTRIBUTESII'
       103   EXPORTING
       104     i_zfi_ca_pca_attributes     = zzi_attributes
       105     i_zfi_ca_pca_attributes_upd = zzi_attributes_upd
       106     msgty                       = 'I'
       107     recno                       = <source_fields>-record
       108   IMPORTING
       109     e_zfi_ca_pca_attributes     = zze_attributes
       110   TABLES
       111     monitor_recno               = lt_monitor_recno.
       112
       113 *----------------------------------------------------------------------*
       114 * On the recurrsive load delete entries where the data is the same
       115 *----------------------------------------------------------------------*
       116 IF zzg_realignment_run = 'X'.
       117   IF  zzi_attributes = zze_attributes.
       118     DELETE  source_package INDEX la_tabix.
       119   ELSE.
       120     MOVE-CORRESPONDING zze_attributes TO <source_fields>.
       121   ENDIF.
    SY-SUBRC 0
    SY-INDEX 3
    SY-TABIX 1
    SY-DBCNT 10
    SY-FDPOS 0
    SY-LSIND 0
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE Execute Batch Proces
    SY-MSGTY E
    SY-MSGID R7
    SY-MSGNO 057
    SY-MSGV1 ZBAL_LC
    SY-MSGV2 A
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20140804
    SY-UZEIT 172720
    SY-XPROG SAPCNVE
    SY-XFORM CONVERSION_EXIT
    No.   Ty.          Program                             Include                             Line
          Name
        8 FUNCTION     GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
          START_ROUTINE
        7 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
          LCL_TRANSFORM=>START_ROUTINE
        6 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         GP9IQHCDEPFH201E24O25IAYXXW          1299
          LCL_TRANSFORM=>EXECUTE
        5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005    70
          CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
        4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q    93
          CL_RSBK_PROCESS=>PROCESS_REQUEST
       3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002    13
          CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
        2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13                           437
          RSBATCH_EXECUTE_PROCESS
        1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS               374
          START-OF-SELECTION
    REQUEST
        DTPR_1FR9TKO2U6M616ATG9C2EYKRH
        455553453544353433345434345454
        4402F16294BF256D61614793259B28
        000000000000000000000000000000
        000000000000000000000000000000
    DATAPACKID
        000001
        333333
        000001
        000000
        000000
    MONITOR
        Table[initial]
    SOURCE_PACKAGE
        3000000001012P2013K4AU0ACD 2013005          00                                               0
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013001000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013002000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013003000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
        300000000101202013B415013402013004000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000
      00000000000000000000000000000000000
      33333333333335333343453444233333332
      300000000101202013B4150134020130050
      00000000000000000000000000000000000
      00000000000000000000000000000000000
      Table IT_110723[600000x1144]
      {A:114*\TYPE=%_T00003S00000115O0000
      Table reference: 3570
      TABH+  0(20) = 90A161080000000060C1
      TABH+ 20(20) = F20D000083B00100C027
      TABH+ 40(16) = 03730000242D00000400
      store        = 0x90A1610800000000
      ext1         = 0x60C1190C00000000
      shmId        = 0     (0x00000000)
      id           = 3570  (0xF20D0000)
      label        = 110723 (0x83B00100)
      fill         = 600000 (0xC0270900)
      leng         = 1144  (0x78040000)
      loop         = 128   (0x80000000)
      xtyp         = ROL.115.11556
      occu         = 4     (0x04000000)
      accKind      = 1     (ItAccessStand
      idxKind      = 0     (ItIndexNone)
      uniKind      = 2     (ItUniNo)
      keyKind      = 1     (default)
      cmpMode      = 8     (cmpManyEq)
      occu0        = 1
      stMode       = 0
      groupCntl    = 0
      rfc          = 0
      unShareable  = 0
      mightBeShared = 1
      sharedWithShmTab = 0
      isShmLockId  = 0
      isUsed       = 1
      isCtfyAble   = 1
      hasScndKeys  = 0
      hasRowId     = 0
      scndKeysOutdated = 0
      scndUniKeysOutdated = 0
      ----- Shareable Table Header Data -----
      tabi         = 0xB008190C00000000
      pgHook       = 0x404CE73B00000000
      idxPtr       = 0x0000000000000000
      id           = 61767 (0x47F10000)
      shmTabhSet   = 0x0000000000000000
      refCount     = 1     (0x01000000)
      tstRefCount  = 0     (0x00000000)
      lineAdmin    = 606204 (0xFC3F0900)
      lineAlloc    = 600004 (0xC4270900)
      shmVersId    = 0     (0x00000000)
      shmRefCount  = 2     (0x02000000)
      rowId        = 18446744073709551615
      scndKeyAdmin = 0x0000000000000000
      ----- 1st level extension part --------
      regHook      = 0xC8C0190C00000000
      collHook     = 0x0000000000000000
      ext2         = 0x0000000000000000
    RI-CLUSTR
       0
       00
       00
    ZE_ATTRIBUTES
                         00000
       22222222222222222233333
       00000000000000000000000
       00000000000000000000000
       00000000000000000000000
    ZI_ATTRIBUTES
       AU0A    070221000020130
       45342222333333333333333
       15010000070221000020130
       00000000000000000000000
       00000000000000000000000
    ZI_ATTRIBUTES_UPD
       XXXXX XXXXXX  XX XXXX
       55555255555522552555522
       88888088888800880888800
       00000000000000000000000
       00000000000000000000000
    SOURCE_FIELDS>-RECORD
       1
       0000
       1000
    T_MONITOR_RECNO
       Table[initial]
    ZG_REALIGNMENT_RUN
       2
    Regards,
    Asim
    GECPC_GLPCP   

  • SM:SELFDIAGNOSIS background job getting failed in Solution manager

    Hi All,
    SM:SELFDIAGNOSIS background job getting failed in Solution manger server :
    Job Log:
    2-22-2012 16:44:02 Job started                                                                                00           516          S
    2-22-2012 16:44:02 Step 001 started (program RDSWP_SELF_DIAGNOSIS, variant &0000000000324, user ID BASISUSER)      00           550          S
    2-22-2012 16:45:07 Internal session terminated with a runtime error (see ST22)                                     00           671          A
    2-22-2012 16:45:07 Job cancelled                                                                                00           518          A
    ST22: Dump:
    Runtime Errors         ITAB_DUPLICATE_KEY
    Date and Time          02-22-2012 16:45:07
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_DSWP_SD_DIAGNOSE_CONSISTENTCP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An entry was to be entered into the table
    "\CLASS=CL_DSWP_SD_DIAGNOSE_CONSISTENT\METHOD=CHECK_USERS_BP\DATA=LT_USCP"
    (which should have
    had a unique table key (UNIQUE KEY)).
    However, there already existed a line with an identical key.
    The insert-operation could have ocurred as a result of an INSERT- or
    MOVE command, or in conjunction with a SELECT ... INTO.
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several
    initial lines into a table with a unique key.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "ITAB_DUPLICATE_KEY" " "
    "CL_DSWP_SD_DIAGNOSE_CONSISTENTCP" or "CL_DSWP_SD_DIAGNOSE_CONSISTENTCM00M"
    "CHECK_USERS_BP"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    KIndly Suggest to resolve the above issue
    Thanks
    Nekkalapu

    HI,
    Deatils:
    SAP EHP 1 for SAP Solution Manager 7.0
    SAP_ABA                701          0006    SAPKA70106
    SAP_BASIS              701          0006    SAPKB70106
    PI_BASIS               701          0006    SAPK-70106INPIBASI
    ST-PI                  2008_1_700   0002    SAPKITLRD2
    CRMUIF                 500          0004    SAPK-50004INCRMUIF
    SAP_BW                 701          0006    SAPKW70106
    SAP_AP                 700          0019    SAPKNA7019
    BBPCRM                 500          0016    SAPKU50016
    BI_CONT                704          0007    SAPK-70407INBICONT
    CPRXRPM                400          0016    SAPK-40016INCPRXRP
    ST                     400          0024    SAPKITL434
    ST-A/PI                01M_CRM570   0000         -
    ST-ICO                 150_700      0009    SAPK-15079INSTPL
    ST-SER                 701_2010_1   0002    SAPKITLOS2
    Thanks
    Nekkalapu

  • SM:EXEC SERVICES job getting failed in Solution manager

    HI All,
    SM:EXEC SERVICES job getting failed in solution mnager and job log will be fowlloing:
    01-31-2012 19:09:21 Job started
    01-31-2012 19:09:21 Step 001 started (program RDSMOPBACK_AUTOSESSIONS_ALL, variant , user ID BASISUSER)
    01-31-2012 19:09:21 MemSize Begin = 796480   Bytes
    01-31-2012 19:09:21 *******************************
    01-31-2012 19:09:21 MemSize Begin = 1919120   Bytes
    01-31-2012 19:09:23 Solution <000000106120000> "SID..." is being edited (Operations)
    01-31-2012 19:09:23 <000000106120000> "SID..."(Operations)
    01-31-2012 19:09:23 "Create_Periodic_Services" uses = 0  bytes
    01-31-2012 19:09:23 "Create_Periodic_Services" uses = 690  us time
    01-31-2012 19:09:23 Trying to perform session EC2000000001313
    01-31-2012 19:09:24 MODEL_KEY: SID Installation Number: 6  MODEL_MODE: E  MODEL_VERSNR 00001 MODEL_CLASS: EWA Data Model
    01-31-2012 19:09:30 Definition nicht vorhanden
    01-31-2012 19:09:33 Definition nicht vorhanden
    01-31-2012 19:09:45 Internal session terminated with a runtime error (see ST22)
    01-31-2012 19:09:45 Job cancelled
    St22 Dump:
    The exception 'CX_DSVAS_API_CONTEXT_INSTANCE' was raised, but it was not caught
      anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program 'SAPLDSVAS_PROC' has to be
    terminated.
    Please suggest how to proceed further and provide your valuble inputs
    Thanks
    Nekkalapu

    HI Siva,
    I have done the changes according the note but still same problem.
    Please suggest any other ways to resolve this issue .
    Advance thanks
    Regards
    Nekkalapu

  • Background job getting failed every day

    Hi,
    This background job getting failed every day.But this job was running fine initial periord.Please help me out this issue.
    SAP_REORG_UPDATERECORDS
    SAP_WP_CACHE_RELOAD_FULL
    SLCA_LCK_SYNCHOWNERS
    Regards
    Naanas.

    If this is R/3, then none of the above jobs should exist in the system, if scheduled by default with other standard jobs, then these should be removed
    Note 1034532 - Changes for standard jobs
    Note 931436 - SLCA_LCK_SYNCHOWNERS standard job terminates

  • How to get rid of the Warning Message L3 010 in LT01?

    Hi, guys,
    Is there any approach to get rid of the Warning Message L3 010(Check your entries) in LT01? I'm running a BDC program, but it's always interrupted by this message both in online and background mode...
    Thanks a lot
    Michael

    Maybe you can try FMs instead of BDC to achieve your goal:
    Creating/confirming transfer order (WM) using bapi/function modules
    E.g. L_TO_CREATE_SINGLE, L_TO_CREATE_MULTIPLE,L_TO_CONFIRM (which are mentioned in the thread linked above)
    Regards,
    Csaba

  • Online split mirror Backup is getting completed with a warning message

    Dear Experts,
    Recently we have configured the online split mirror backup and it is getting completed with a warning message that "BR0494W Oracle pfile cannot be created from spfile in remote OPS$ connect mode on UNIX platforms"
    Please suggest and below is the complete backup log and appreciate quick help
    Detail log:                    bdxudchg.anf
    BR0051I BRBACKUP 6.40 (15)                                                                               
    BR0055I Start of database backup: bdxudchg.anf 2008-04-26 17.56.04                                                                               
    BR0049W Last BRBACKUP run was probably killed                                                                               
    BR0494W Oracle pfile cannot be created from spfile in remote OPS$ connect mode on UNIX platforms                                                                               
    BR0351I Restoring /oracle/PD1/sapbackup/cntrlPD1.dbf                                                                               
    BR0355I from /oracle/PD1/sapbackup/cntrlPD1.dbf ...                                                                               
    BR0319I Control file copy created: /oracle/PD1/sapbackup/cntrlPD1.dbf 34349056                                                                               
    BR0101I Parameters                                                                               
    Name                           Value                                                                               
    oracle_sid                     PD1                                                                               
    oracle_home                    /oracle/PD1/920_64                                                                               
    oracle_profile                 /oracle/PD1/920_64/dbs/initPD1.ora                                                                               
    sapdata_home                   /oracle/PD1                                                                               
    sap_profile                    /oracle/PD1/920_64/dbs/initPD1.sap                                                                               
    backup_mode                    ALL                                                                               
    backup_type                    online_split                                                                               
    backup_dev_type                util_file                                                                               
    orig_db_home                   /oracle/PD1                                                                               
    util_par_file                  /oracle/PD1/920_64/dbs/initPD1.utl                                                                               
    primary_db                     PD1BKP.world                                                                               
    split_cmd                      /wipro/SD-scripts/SD_split_mount_delay.sh                                                                               
    resync_cmd                     NULL                                                                               
    system_info                    orapd1/orapd1 peppdb HP-UX B.11.23 U ia64                                                                               
    oracle_info                    PD1 9.2.0.7.0 8192 23999 11040627253                                                                               
    sap_info                       640 SAPPD1 PD1 Z0784028998 R3_ORA 0020209102                                                                               
    make_info                      hpia64 OCI_920 Oct  9 2004                                                                               
    command_line                   brbackup -u / -c -d util_file                                                                               
    BR0116I ARCHIVE LOG LIST before backup for database instance PD1                                                                               
    Parameter                      Value                                                                               
    Database log mode              Archive Mode                                                                               
    Automatic archival             Enabled                                                                               
    Archive destination            /oracle/PD1/oraarch/PD1arch                                                                               
    Archive format                 %t_%s.dbf                                                                               
    Oldest online log sequence     23996                                                                               
    Next log sequence to archive   23999                                                                               
    Current log sequence           23999      SCN: 11040627253                                                                               
    Database block size            8192       Thread: 1                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.47.42                                                                               
    BR0315I 'Alter tablespace PSAPPD1 begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.00                                                                               
    BR0315I 'Alter tablespace PSAPPD1640 begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.03                                                                               
    BR0315I 'Alter tablespace PSAPPD1USR begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.08                                                                               
    BR0315I 'Alter tablespace PSAPTOOLS begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.57                                                                               
    BR0315I 'Alter tablespace PSAPUNDO begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.59                                                                               
    BR0315I 'Alter tablespace SYSTEM begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.59                                                                               
    BR0295I Splitting mirror disks...                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.32                                                                               
    BR0296I Split of mirror disks successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1 end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1640 end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1USR end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPTOOLS end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPUNDO end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace SYSTEM end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0340I Switching to next online redo log file for database instance PD1 ...                                                                               
    BR0321I Switch to next online redo log file for database instance PD1 successful                                                                               
    BR0117I ARCHIVE LOG LIST after backup for database instance PD1                                                                               
    Parameter                      Value                                                                               
    Database log mode              Archive Mode                                                                               
    Automatic archival             Enabled                                                                               
    Archive destination            /oracle/PD1/oraarch/PD1arch                                                                               
    Archive format                 %t_%s.dbf                                                                               
    Oldest online log sequence     24023                                                                               
    Next log sequence to archive   24026                                                                               
    Current log sequence           24026      SCN: 11041541242                                                                               
    Database block size            8192       Thread: 1                                                                               
    BR0118I Tablespaces and data files                                                                               
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_1/pd1.data1                12884910080    4  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_2/pd1.data2                12884910080    5  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_3/pd1.data3                12884910080    8  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_21/pd1.data21              12884910080   11  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_11/pd1.data11              12884910080   10  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_4/pd1.data4                12884910080    9  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_31/pd1.data31              12884910080   12  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_51/pd1.data51              12884910080   14  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_5/pd1.data5                12884910080   16  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_6/pd1.data6                 6442459136   25  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_52/pd1.data52              12884910080   24  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_42/pd1.data42              12884910080   23  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_32/pd1.data32              12884910080   22  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_22/pd1.data22              12884910080   21  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_12/pd1.data12              12884910080   20  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_91/pd1.data91              12884910080   19  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_81/pd1.data81              12884910080   18  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_71/pd1.data71              12884910080   17  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_44/pd1.data44              12884910080   42  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_24/pd1.data24              12884910080   41  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_14/pd1.data14              12884910080   40  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_93/pd1.data93              12884910080   39  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_83/pd1.data83              12884910080   38  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_73/pd1.data73              12884910080   37  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_63/pd1.data63              12884910080   36  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_53/pd1.data53              12884910080   35  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_7/pd1.data7                12884910080   34  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_95/pd1.data95              12884910080   59  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_75/pd1.data75               6442459136   58  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_85/pd1.data85              12884910080   57  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_65/pd1.data65              12884910080   56  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_9/pd1.data9                 6442459136   55  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_55/pd1.data55               6442459136   54  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_35/pd1.data35              12884910080   53  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_45/pd1.data45              12884910080   52  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_25/pd1.data25              12884910080   51  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_67/pd1.data67               6442459136   76  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_87/pd1.data87              12884910080   75  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_57/pd1.data57               6442459136   74  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_37/pd1.data37              12884910080   73  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_27/pd1.data27               6442459136   72  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_47/pd1.data47               6442459136   71  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_17/pd1.data17               6442459136   70  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_96/pd1.data96               6442459136   69  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_76/pd1.data76              12884910080   68  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_89/pd1.data89               6442459136   93  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_59/pd1.data59               6442459136   92  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_39/pd1.data39               6442459136   91  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_29/pd1.data29               6442459136   90  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_49/pd1.data49               6442459136   89  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_19/pd1.data19               6442459136   88  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_98/pd1.data98               6442459136   87  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_78/pd1.data78               6442459136   86  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_68/pd1.data68               6442459136   85  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_141/pd1.data141             6442459136  110  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_131/pd1.data131             6442459136  109  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_121/pd1.data121             6442459136  108  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_111/pd1.data111             6442459136  107  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_101/pd1.data101             6442459136  106  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_100/pd1.data100             6442459136  105  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_80/pd1.data80               6442459136  104  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_70/pd1.data70               6442459136  103  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_90/pd1.data90               6442459136  102  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_113/pd1.data113             6442459136  127  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_103/pd1.data103             6442459136  126  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_192/pd1.data192             6442459136  125  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_182/pd1.data182             6442459136  124  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_172/pd1.data172             6442459136  123  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_162/pd1.data162             6442459136  122  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_152/pd1.data152             6442459136  121  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_142/pd1.data142             6442459136  120  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_132/pd1.data132             6442459136  119  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_221/pd1.data221             6442459136  208  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_211/pd1.data211             6442459136  207  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_201/pd1.data201             6442459136  206  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_190/pd1.data190             6442459136  205  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_200/pd1.data200             6442459136  204  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_170/pd1.data170             6442459136  203  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_180/pd1.data180             6442459136  202  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_140/pd1.data140             6442459136  201  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_160/pd1.data160             6442459136  200  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_150/pd1.data150             6442459136  199  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_110/pd1.data110             6442459136  198  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_130/pd1.data130            6442459136  197  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_120/pd1.data120             6442459136  196  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_189/pd1.data189            6442459136  195  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_199/pd1.data199            6442459136  194  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_169/pd1.data169             6442459136  193  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_179/pd1.data179             6442459136  192  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_159/pd1.data159             6442459136  191  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_149/pd1.data149             6442459136  190  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_139/pd1.data139             6442459136  189  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_109/pd1.data109             6442459136  188  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_129/pd1.data129             6442459136  187  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_119/pd1.data119             6442459136  186  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_188/pd1.data188             6442459136  185  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_198/pd1.data198             6442459136  184  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_168/pd1.data168             6442459136  183  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_178/pd1.data178             6442459136  182  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_148/pd1.data148             6442459136  181  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_158/pd1.data158             6442459136  180  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_138/pd1.data138             6442459136  179  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_108/pd1.data108             6442459136  178  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_128/pd1.data128           12884910080  177  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_118/pd1.data118             6442459136  176  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_187/pd1.data187             6442459136  175  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_197/pd1.data197             6442459136  174  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_167/pd1.data167             6442459136  173  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_177/pd1.data177            6442459136  172  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_157/pd1.data157             6442459136  171  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_147/pd1.data147             6442459136  170  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_137/pd1.data137             6442459136  169  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_117/pd1.data117             6442459136  168  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_127/pd1.data127             6442459136  167  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_107/pd1.data107             6442459136  166  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_186/pd1.data186             6442459136  165  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_196/pd1.data196             6442459136  164  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_166/pd1.data166             6442459136  163  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_176/pd1.data176            6442459136  162  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_156/pd1.data156             6442459136  161  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_146/pd1.data146             6442459136  160  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_136/pd1.data136             6442459136  159  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE   

    Hi again
    Please let me know whether we need to put the parameter remote_login_password=exclusive in pfile or spfile
    I prefer the spfile, just:
    SQL> alter system set remote_login_passwordfile = exclusive scope = spfile;
    To grant sysoper to system:
    SQL> grant sysoper to system;
    And restart the instance.
    Regards
    Michael

  • HT203200 Whenever i open iTunes it tells me that 2 of my downloads cannot be completed because the file may be corrupted. I cannot get rid of this message or complete the downloads. Other downloads worked. What can i do to get rid of this warning message

    Whenever i open iTunes it tells me that 2 of my downloads cannot be completed because the file may be corrupted. I cannot get rid of this message or complete the downloads. Other downloads worked. What can i do to get rid of this warning message or complete the downloads?

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.

  • DB13 Jobs getting failed

    Hi Basis Gurus,
    In our Development BW 3.5 system the DB13 jobs (Check DB and updatestats) are getting failed since 15 days.
    In DB13 when i clicked on the Check DB and updatestats the system is prompting message as "No action log is found for this action"
    Please let me know how can i troubleshoot this issue.
    Please help me.
    Our is Qulality BW 3.5 system, Solaris OS and Oracle 9i database.
    Regards,
    Anil.

    Hi Alok,
    Thanks for your support
    I could search the jobs by giving the criteria as
    Job name : DBA*
    Use name : *
    DBA:UPDATESTATS_____@210000/4007    D256979         Canceled
    DBA:CHECKDB_________@190000/4007    D256979         Canceled
    Like the above jobs there are some other jobs of the same name as above which got canceled from 03/01/2009 to till date.
    When i clicked on the jobs logs the system is prompting a message as "No job log entries are available for the selected job"
    Also i checked the user name with su01 and it is existing.
    Please help me
    Regards,
    Anil.

  • Orchestration Process Cleanup Task schedule job getting failed

    Hi All,
    We have an out of the box scheduled job "Orchestration Process Cleanup Task". This job is getting failed with the below error.
    "Failed.oracle.iam.platformservice.exception.OrchDataCleanupException:java.sql.SQLSyntaxErrorException:ora00913:too many values"
    This recon take two parameters in which we have given values as below:
    Batch size:100
    Delete Just One Batch: No
    I am not able to find how this job is configured or how it's deleting the values.
    Please help me out and if anyone know about the links where I can get the info on this job, it will be much helpful.
    Thanks
    Ishank

    As far as the
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/scheduler.htm#r26c1-t8
    is concerned,
    Batch Size: Use this attribute to specify the number of completed orchestration processes to be deleted in each iteration.
    Delete Just One Batch: Use this attribute to specify the value true or false. Only a single batch is deleted if the value is true. All the completed events are deleted batch at a time in a loop if the value is false.
    So, let's try:
    Batch Size: 1 (just 1)
    Delete Just One Batch: yes (radio button)

  • Syspolicy_purge_history job getting failed (SQL Server 2012)

    Job Name  syspolicy_purge_history
    Step Name  Erase Phantom System Health Records.
    Duration  00:00:05
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed 
    Operator Net sent 
    Operator Paged 
    Retries Attempted 0
    Error Message :-
    A job step received an error at line 1 in a PowerShell script. The corresponding line is 'import-module SQLPS  -DisableNameChecking'. Correct the script and reschedule the job. The error information returned by PowerShell is: 'The following error occurred
    while loading the extended type data file:
    Microsoft.PowerShell, D:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\SQLPS\sqlprovider.types.ps1xml : File skipped because of the following validation exception: AuthorizationManager check failed..

    Hi nap_bhatt,
    Based on your description, we need to verify that if you get the error while starting the syspolicy_purge_history job manually in SQL Server 2012. If so, which account do you use to log on to the SQL Server instance and run the job?
    According to the error message “AuthorizationManager check failed” , it indicates that your account has no permission to execute the PowerShell script in SQL Server Agent job. To troubleshoot this issue, please make sure that your account has permissions
    to the SQLPS folder and it has rights to execute the PowerShell script.
    In addition, please use the “Get-ExecutionPolicy” PowerShell command to check the current status of execution policy, if the execution policy is set to “Restricted”, try to set it to “RemoteSigned” or “Unrestricted”. Please note that you need to set this
    execution policy in both the Windows PowerShell  and the SQL PowerShell consoles.
    For more information about syspolicy_purge_history job in SQL Server 2012,  please review this similar blog:
    SQL job “syspolicy_purge_history” fails on SQL 2012 .
    Thanks,
    Lydia Zhang

  • IDOC Failure due to warning message

    Dear Members,
    When we pass data from MDM to ECC through XI, most of the times the IDOC fails, the reason we found out is the warning message that we get when we create vendor manually from XK, FK transaction codes.
    Warning message that we get in XK & FX transaction codes are :
    EX: Are you sure you want to map the following customer to the vendor.
    Because of above warning message the IDOC's are failing.
    As we cannot disable those messages, can we do anything else; mostly at IDOC side to avoid those warnings and to successfully post the IDOC.
    Cheers,
    Cherry.

    Hi Chen,
    The message I get at IDOC
    Status 68 :  Error No further processing  &
    Status 51 : Application document not posted.
    WARNING message which I get under XK03 transaction --> change, when I try to modify the customer is:
    Customer xxxxxxx is currently not referenced and will be updated accordingly
    Other details
    Message no. F2293
    Application Area f2
    Message number 293
    Main program  SAPMF02K
    Include MF02KI00
    Cheers,
    Cherry.

  • RBDSTATE  Backgound Job getting failed in Production

    Hello ,
    We are facing problems with ALEAUD acknowledgement sending report RBDSTATE , its working fine in QA but is getting failed in Prod. we have implemented  EXIT_SAPLBD11_001 for populating the segments with custom messages .
    Can someone throw light on this as in why it is failing in Prod and Not in QA.

    HI Siva,
    I have done the changes according the note but still same problem.
    Please suggest any other ways to resolve this issue .
    Advance thanks
    Regards
    Nekkalapu

  • JOB execution fails due to Access failure to procedures and views using certificates (encryption)

    Job execution fails using SQLServerAgent account but runs successfully under another windows personal account.
    Both have same security access on server and DB.
    The Windows account is mapped to dbo on the database .
    The package uses procedures and views which are using encryption by certificates.
    Please advice on how to provide security so that job runs from the agent

    Hi Prady26,
    If the SQL Server Agent Service account and the proxy account generated based on a Windows user account have the same permissions on both the SQL Server database and the File System of the server, it may be related to the protection level of the package.
    If the package is set to encrypt with UserKey, the job will fail unless it runs under the security context of the Windows user that designs the package in BIDS/SSDT. You can check the
    ProtectionLevel of the package in the BIDS/SSDT to see if it is EncryptSensitiveWithUserKey or EncryptAllWithUserKey, if it is, re-deploy/reinstall the package and set the package protection
    level to “Relay on server storage for encryption”.
    If the issue persists, post the error message in the job history for further analysis.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

Maybe you are looking for