Physical stand by applying is not initating

configurations:
primary OS : AIX
database versions : 10.2.0.4.0
using ASM file systems
seconday AIX
database versions : 10.2.0.4.0
using ASM file systems
now we have re-started the standby and re-mounted but the apply process is initiating...now there is gap in standby between received and applied..
1 SELECt dest_id, status, type, ARCHIVED_THREAD#, ARCHIVED_SEQ#, APPLIED_THREAD#, APPLIED_SEQ#, SYNCHRONIZed
2* FROM V$ARCHIVE_DEST_status
SQL> /
DEST_ID STATUS TYPE ARCHIVED_THREAD# ARCHIVED_SEQ# APPLIED_THREAD# APPLIED_SEQ# SYN
1 VALID LOCAL 1 13523 0 0 NO
2 VALID PHYSICAL 2 13266 2 8974 NO
Any suggestions?
Thanks,
Raman.

Raman,
If you want any help you should not post
- unformatted output. You can format output by wrapping it in   tags.
- anything that boils down to 'it doesn't work. Help'.
  No one here has any info on your configuration, doesn't know anything about your archive destinations, can't look into the alert log, in the archiver trace files, in the lgwr trace files, and in the RFS trace file of the standby database.
You are kindly requested to do your own analysis *prior* to posting 'It doesn't work', so as to avoid someone has to tear the information out of you. If you do understand the concepts behind the standby mechanism, it is pretty obvious where you need to start troubleshooting.
This is a discussion forum, and it can only provide *help*, it can not take over your work.
Sybrand Bakker
Senior Oracle DBA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Archival process not running on physical stand by

    for physical stand by database we dont have archival process not running. but both primary and stand by database are in sync.
    though log_archive_max_processes is set 2.
    any help appriciated.

    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    and
    select process, client_process, sequence#, status from v$managed_standby;
    PROCESS CLIENT_P SEQUENCE# STATUS
    MRP0 N/A 4930 WAIT_FOR_LOG
    RFS UNKNOWN 0 IDLE
    it doesnt shiw any archival process running.

  • Multiple databases/instances on 4-node RAC Cluster including Physical Stand

    OS: Windows 2003 Server R2 X64
    DB: 10.2.0.4
    Virtualization: NONE
    Node Configuration: x64 architecture - 4-Socket Quad-Core (16 CPUs)
    Node Memory: 128GB RAM
    We are planning the following on the above-mentioned 4-node RAC cluster:
    Node 1: DB1 with instanceDB11 (Active-Active: Load-balancing & Failover)
    Node 2: DB1 with instanceDB12 (Active-Active: Load-balancing & Failover)
    Node 3: DB1 with instanceDB13 (Active-Passive: Failover only) + DB2 with instanceDB21 (Active-Active: Load-balancing & Failover) + DB3 with instanceDB31 (Active-Active: Load-balancing & Failover) + DB4 with instance41 (Active-Active: Load-balancing & Failover)
    Node 4: DB1 with instanceDB14 (Active-Passive: Failover only) + DB2 with instanceDB22 (Active-Active: Load-balancing & Failover) + DB3 with instanceDB32 (Active-Active: Load-balancing & Failover) + DB4 with instance42 (Active-Active: Load-balancing & Failover)
    Note: DB1 will be the physical primary PROD OLTP database and will be open in READ-WRITE mode 24x7x365.
    Note: DB2 will be a Physical Standby of DB1 and will be open in Read-Only mode for reporting purposes during the day-time, except for 3 hours at night when it will apply the logs.
    Note: DB3 will be a Physical Standby of a remote database DB4 (not part of this cluster) and will be mounted in Managed Recovery mode for automatic failover/switchover purposes.
    Note: DB4 will be the physical primary Data Warehouse DB.
    Note: Going to 11g is NOT an option.
    Note: Data Guard broker will be used across the board.
    Please answer/advise of the following:
    1. Is the above configuration supported and why so? If not, what are the alternatives?
    2. Is the above configuration recommended and why so? If not, what are the recommended alternatives?

    Hi,
    As far as i understand, there's nothing wrong in configuration except you need to consider below points while implementing final design.
    1. No of CPU on each servers
    2. Memory on each servers
    3. If you've RAC physical standby then apply(MRP0) will run on only one instance.
    4. Since you are configuring physical standby for on 3rd and 4th nodes of DB1 4 node cluster where DB13 and DB14 instances are used only for failver, if you've a disaster at data center or power failure in entire data center, you are losing both primary and secondary with an assumption that your primary and physical standby reside in same data center so it may not be highly available architecture. If you are going to use extended RAC for this configuration then it makes sense where Node 1 and Node 2 will reside in Datacenter A and Node 3 ,4 will reside in Datacenter B.
    Thanks,
    Keyur

  • How to read the alert_log_file regarding log applied(or)not?

    Hi all,
    I need to know from alert_log_file
    1.whether the archive log applied to Stand-by DB or not?
    2.And how to rectify the below errors.
    Current log# 2 seq# 6360 mem# 0: /ovsd/dbs/redo02.log
    Sun Jan 29 12:59:01 2012
    ARC1: Beginning to archive log 4 thread 1 sequence 6359
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    ARC1: Error 3113 Creating archive log file to 'OVSDSTBY'
    Sun Jan 29 12:59:01 2012
    Errors in file /oracle/admin/ovsd/bdump/ovsd_arc1_3834.trc:
    ORA-03113: end-of-file on communication channel
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6359.arc'
    ARC1: Completed archiving log 4 thread 1 sequence 6359
    Sun Jan 29 13:04:49 2012
    ARC0: Begin FAL archive (thread 1 sequence 6359 destination OVSDSTBY)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Sun Jan 29 13:10:27 2012
    ARC0: Complete FAL archive (thread 1 sequence 6359 destination OVSDSTBY)
    Sun Jan 29 23:34:08 2012
    Thread 1 advanced to log sequence 6361
    Sun Jan 29 23:34:08 2012
    Current log# 1 seq# 6361 mem# 0: /ovsd/dbs/redo01.log
    Sun Jan 29 23:34:08 2012
    ARC0: Evaluating archive log 2 thread 1 sequence 6360
    Sun Jan 29 23:34:08 2012
    ARC0: Beginning to archive log 2 thread 1 sequence 6360
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6360.arc'
    Sun Jan 29 23:40:17 2012
    ARC0: Completed archiving log 2 thread 1 sequence 6360
    Mon Jan 30 03:00:05 2012
    Errors in file /oracle/admin/ovsd/udump/ovsd_ora_3354.trc:
    ORA-00600: internal error code, arguments: [xsoptloc2], [4], [4], [0], [], [], [], []
    Mon Jan 30 09:50:06 2012
    Thread 1 advanced to log sequence 6362
    Mon Jan 30 09:50:06 2012
    ARC1: Evaluating archive log 1 thread 1 sequence 6361
    Mon Jan 30 09:50:06 2012
    Current log# 3 seq# 6362 mem# 0: /ovsd/dbs/redo03.log
    Mon Jan 30 09:50:06 2012
    ARC1: Beginning to archive log 1 thread 1 sequence 6361
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    ARC1: Error 3113 Creating archive log file to 'OVSDSTBY'
    Mon Jan 30 09:50:06 2012
    Errors in file /oracle/admin/ovsd/bdump/ovsd_arc1_3834.trc:
    ORA-03113: end-of-file on communication channel
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6361.arc'
    ARC1: Completed archiving log 1 thread 1 sequence 6361
    Mon Jan 30 09:55:21 2012
    ARC0: Begin FAL archive (thread 1 sequence 6361 destination OVSDSTBY)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Mon Jan 30 10:03:42 2012
    ARC0: Complete FAL archive (thread 1 sequence 6361 destination OVSDSTBY)
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    You can't find archive logs applied or not of standby database in primary alert log file.
    Of course you can see in standby alert log file as "media recovery log thread <thread#> <sequence#>"
    You have internal errors in alert log file. Use error lookup tool for internal errors for any listed bugs. If not please do submit alert & trace files to support by SR.
    ORA-600/ORA-7445 Lookup tool. Note 1082674.1
    HTH.

  • Can we run application services when physical stand by database is in read

    can we run application services when physical stand by database is in read only mode
    i Want to up the EBS application services and check login when phyiscal standby database is in read only mode.
    Is it possible? for checking dataguard database application as well.

    but i just want to know that can i start EBS application services and nagivate the application.Without distrubing my primary database and application.You should not do as the moment you open the standby database it becomes invalid.
    Thanks,
    Hussein

  • Adding Temp tablespace to physical stand by database?

    I am getting the below error when i try to load data using SQL loader from physical stand by database to another database after making the physical stand by database in read only mode.
    ORA-25153: Temporary Tablespace is Empty.
    On primary database when i query
    SQL>select ts#,name from v$tablespace;
    TS# NAME
    2 TEMP
    On physical stand by when i query
    SQL>select ts#,name from v$tablespace;
    TS# NAME
    2 TEMP
    On primary DB when i query
    select name from v$tempfile where ts#=2;
    NAME
    /dev/vx/rdsk/oradata/tempfile0101
    On standby when i query
    SQL>select name from v$tempfile where ts#=2;
    no rows selected
    At this point do i need to add datafile to the TEMP tablespace of stand by database or just need to add TEMP tablespace to stand by database.?
    DB version:9.2.0.6
    Thank You all...

    Can you make sure that /dev/vx/rdsk/oradata/tempfile0101 is copied to standby site during the standby creation. Often it happens that the hot backups are copied to standby ste and generally they dont contain temp files. If the files is present , then i'll suggest you to do a quick bounce of standby instance to make sure that controlfile attempted to access it. You can also try recreating the standby control file on promary and copy it to standby site along with the tempfile and start the instance with new control file.
    If you want to add temp files to the standby instance, the only option you have is to add them on primary site. If you have standby_file_management as auto they will get copied over. If not you can copy the files to standby instance and restart the recovery.
    Please let us know if any of the hints are applicable to your case.
    -Ravi

  • Physical stand by configuration

    Hi Experts,
    Please help me with the below issue:
    1) I have configured a physical stand by database on windows with oracle 10g. It is working and redo apply is enable at mount stage. Now here on mount stage i have to run manually commands to check reports like.. redo applied, pending, status etc. I want to do it with job. My requirement is to configure all queries in a job so that i can receive auto report in my mail every two hours. Please check and help.
    2) We do servers shutdown in night and up in the morning. When i up my physical stand by server and check the status it is in open mode. I have to shut and start again on mount stage and have to start redo apply again by command firing. I need to maintain it with a script so that in the morning when my physical standby server goes up it will auto come at mount stage and redo apply should enable auto and after that i receive reports of synchronization with primary server in my mail as per point no. one. Please help.

    +1) I have configured a physical stand by database on windows with oracle 10g. It is working and redo apply is enable at mount stage. Now here on mount stage i have to run manually commands to check reports like.. redo applied, pending, status etc. I want to do it with job. My requirement is to configure all queries in a job so that i can receive auto report in my mail every two hours. Please check and help.+
    Primary:
    SETEP -1
    ========
    LOGIN TO THE PRIMIREY SERVER
    $ su - orapr1
    Password:
    STEP -2
    =======
    GET THE SEQUENCE MAX FROM V$LOG_HISTORY
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    76968
    SQL> alter system switch logfile;
    System altered.
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    76969
    SQL> exit
    =========================================
    ON STANDBY SERVER:
    $ ps -ef|grep pmon
    oratst 2978 1 0 Sep 08 ? 147:34 ora_pmon_amantst
    oracle 3039 1 0 Sep 08 ? 137:34 ora_pmon_airman
    e460269 16109 16104 0 18:54:44 pts/1 0:00 grep pmon
    $ su - oracle
    Password:
    mesg: cannot change mode
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Thu May 17 18:55:10 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8548
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8549
    SQL> select * from v$archive_gap;
    SQL> select sequence#, archived, applied, status from v$archived_log;
    http://shanojkumar.wordpress.com/2012/05/23/oracle-best-practice-primary-and-standby-archive-crosscheck/
    +2) We do servers shutdown in night and up in the morning. When i up my physical stand by server and check the status it is in open mode. I have to shut and start again on mount stage and have to start redo apply again by command firing. I need to maintain it with a script so that in the morning when my physical standby server goes up it will auto come at mount stage and redo apply should enable auto and after that i receive reports of synchronization with primary server in my mail as per point no. one. Please help.+
    Temporarily disabling the log shipping to standby database
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jul 25 21:07:57 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    AIRMAN READ WRITE
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8941
    SQL> alter system switch logfile;
    System altered.
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8942
    SQL> select status, DEST_NAME, DESTINATION from v$archive_dest where status = 'VALID';
    STATUS
    DEST_NAME
    DESTINATION
    VALID
    LOG_ARCHIVE_DEST_1
    /u01/oradata/airman/archive
    VALID
    LOG_ARCHIVE_DEST_2
    airman_sj
    STATUS
    DEST_NAME
    DESTINATION
    SQL> show parameter LOG_ARCHIVE_DEST_2
    NAME TYPE VALUE
    log_archive_dest_2 string SERVICE=airman_sj LGWR ASYNC V
    ALID_FOR=(ONLINE_LOGFILE, PRIM
    ARY_ROLE) db_unique_name=airma
    n_sj
    SQL> show parameter log_archive
    NAME TYPE VALUE
    log_archive_config string DG_CONFIG=(airman_kj,airman_sj
    log_archive_dest string
    log_archive_dest_1 string LOCATION=/u01/oradata/airman/a
    rchive VALID_FOR=(ALL_LOGFILES
    , ALL_ROLES) db_unique_name=ai
    rman_kj
    log_archive_dest_10 string
    log_archive_dest_2 string SERVICE=airman_sj LGWR ASYNC V
    ALID_FOR=(ONLINE_LOGFILE, PRIM
    ARY_ROLE) db_unique_name=airma
    NAME TYPE VALUE
    n_sj
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string ENABLE
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    log_archive_duplex_dest string
    log_archive_format string %t_%s_%r.arc
    log_archive_local_first boolean TRUE
    log_archive_max_processes integer 2
    log_archive_min_succeed_dest integer 1
    log_archive_start boolean FALSE
    log_archive_trace integer 0
    SQL> alter system set log_archive_dest_state_2=defer scope=both;
    System altered.
    SQL> show parameter log_archive_dest_state_2
    NAME TYPE VALUE
    log_archive_dest_state_2 string DEFER
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8942
    SQL> alter system switch logfile;
    System altered.
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8943
    SQL> alter system switch logfile;
    System altered.
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8944
    SQL> alter system switch logfile;
    System altered.
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    8945

  • Error log: mod_rewrite & mod_jk: could not init JK log lock in child

    I am getting a lot of the below errors repeatably in my error_log.
    Can anyone help me to identify why, how I can identify what's causing them, and how to resolve them, please.
    [Fri Sep 26 10:03:33 2008] [crit] (2)No such file or directory: mod_rewrite: could not init rewrite log lock in child
    [Fri Sep 26 10:03:33 2008] [crit] (2)No such file or directory: mod_jk: could not init JK log lock in child

    I'm getting the same error just after configuring a new group in the server preferences (10.5.5 Server). The default webservice is not working anymore, but it was a few minutes ago.
    [Mon Oct 06 08:31:41 2008] [crit] (13)Permission denied: mod_rewrite: could not init rewrite log lock in child
    [Mon Oct 06 08:32:11 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /server-status denied
    [Mon Oct 06 08:32:11 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied

  • Applet works on eclipse but not on reg browser (not inited error)

    Hi everybody,
    I've just made an applet, but I don't know why it can't be shown. I'm working with Eclipse, and when I run the .java file, everything works fine. It even works fine when I specify parameters through the eclipse build file parameter arguments.
    Now I would like this to work by using the appletviewer and my html file. When I do this, the application doesn't work anymore and I get this error: Start applet not inited and shows loading java Applet failed when I scroll over to the java applet box on the browser. (Mozilla)
    I used this code in the html file:
    <html>
    <head>
    <title>MicroToolBus Example Plugin Applet 2 </title>
    </head>
    <body>
    <h1>MicroToolBus Example Plugin Applet 2 </h1>
    <hr>
    <applet code =MicroToolBus.class width=400 height=100>
    <param name="ModelName" value="edu.vt.vbi.pathport.client.plugin.microarray.MicroarrayModel">
         <param name="DataLocation" value="c:/eclipse/workspace/PathPort/xml/samples/mageml/pmml.xml">
    </applet>
    </hr>
    </body>
    </html>
    which is located at
    C:\eclipse\workspace\PathPort\build\edu\vt\vbi\pathport\client\toolbus\MicroToolBus.html
    The MicroToolBus.class file is located in the same directory. What am I doing wrong. I tried putting the class file and the html in the same directory as the actual .java file of the applet, but that didn't seem to work either. Thanks in advance; your help and suggestions are much appreciated,

    What am I doing wrong?Your getting caught in the Sun/Microsoft war. Numerous casualties. For rehab, see:
    http://www.MartinRinehart.com
    Click "Articles", "Launching Applets".
    Warning: make a big mug of java before you start. This is not trivial stuff.

  • Hyperlink with tracking applied does not work in PDF

    We use lots of web addresses in our advertising and generally the web addresses automatically convert to hyperlinks when we distill the files and make PDFs. Recently we've had two instances where someone applied tracking or justification to the line of text containing the url to make it spread across the page. When we make our PDF the url is not clickable. Is there anyway around this? We tried actually creating a hyperlink manually in InDesign by using the Hyperlinks panel and entering the address, but that didn't work either.

    Peter,
    We'll look into that. We already do two separate PDFs for print and web, but
    we are distilling both right now. Wouldn't be too much of a problem to
    change to exporting the web version I don't think.
    I did a test, just curious, is there a way to keep it from putting a black
    box around the link on the PDF?
    Thanks for your help! We appreciate it!
    Beth
    From: Peter Spier <[email protected]>
    Reply-To: <[email protected]>
    Date: Fri, 14 May 2010 13:24:04 -0600
    To: Beth Phillips <[email protected]>
    Subject: Hyperlink with tracking applied does not work in PDF
    Distilled PDF uses Postscript which does not support hyperlinks and
    interactivity. To make your hyperlinks in ID you'll need to export and check
    the Include Hyperlinks and Include Interactiviity boxes.
    Your printer doesn't need hyperlinks because they don't work on a printed
    page. The requirements for print and interactive PDF are quite different, and
    you may find you need to make two versions.
    >

  • How to apply OSS note and how to use it?--thanks

    Hi, morning all,
    I want to know how to apply OSS notes and how to use it, pls help me.
    Thanks.

    Applying OSS note is a critical activity in the system. Usually this task is carried out by the basis, as they maintain the system and the notes, support packs, etc.
    A OSS note has potential to impact the system in several ways. So it is better to work with the basis if  you need to apply a OSS note to be applied.
    Transaction code is Snotes. But pl dont attempt to apply by yourself.
    Reg your other question as how to use the OSS note, there is nothing like using aOSS note. Just apply and depending on what the notes do, it may change the config, or download a program or something.
    Ravi Thothadri

  • Isdn bchan-number-order ascending round-robin is applied but not working

    isdn bchan-number-order ascending round-robin is applied but not working
    ios c3825-spservicesk9-mz.124-21.bin
    relevant config
    controller E1 0/3/0
     framing NO-CRC4
     pri-group timeslots 1-31
    interface Serial0/3/0:15
     no ip address
     encapsulation hdlc
     no logging event link-status
     no snmp trap link-status
     isdn switch-type primary-net5
     isdn overlap-receiving
     isdn incoming-voice voice
     isdn bchan-number-order ascending round-robin
     trunk-group 1
     no cdp enable
    my problem is this:-
    At the moment calls are leaving on the first available channel of my h323 voice gateway PRI, I can apply this command to the interface fine but it makes no difference the b cannels are always being picked on a first come  first served basis . I have also tried combination "isdn bchan-number-order decending" and "isdn bchan-number-order descending round-robin" but it makes no difference , the first b channel is always selected .
    Any ideas , if you think its a bug can u identify the bug id as I cannot find it .

    Hello
     I can see that you use ascending , that why you hit 1st channel.You have to choose one of these commands ascending or descending
    I have a question here , for your incoming calls which channel hits ?.FYI isdn bchan-number-order descending is enable by default , so if you need to change you have to type ascending. Can you just share incoming calls which channel hits?.This is because before you define your outgoing calls , you have to check your service provider channel used, and this to avoid error channel is not available.
    Command
    Router(config-if)# isdn bchan-number-order {ascending | descending}
    Purpose
    Enables B channel selection for outgoing calls on a PRI interface (optional).
    Thanks
    please rate all useful information

  • Use solution manager to create customer message and apply oss notes

    Hello All,
    Is it possible to use SAP Solution Manager to create/ open Customer Messages and for the application of OSS notes in satellite systems via solution manager?
    Currently, our Solution Manager system is bieng used for Central System Monitoring!
    Please let me your your expert thoughts!
    Thanks,
    Antarpreet

    Hi,
    By using Service Desk scenario of Solution Manager you can convert an issue to an OSS message and follow it up.
    Refer the  [Link|http://help.sap.com/saphelp_smehp1/helpdata/en/b3/64c33af662c514e10000000a114084/frameset.htm]
    Snote application is also integrated with this Service Desk, you can apply SAP notes to any satellite systems.

  • CK40N - Still open even after applying the note

    Hello Everyone!
    Greetings!
    Experiencing issues in the costing run. SAP ECC 5.0
    After the marking job completion observed that there are some u2018Still Openu2019 items. After some research found the SAP notes u2013 0000542790, 0001321242 & 0001402978.
    SAP note 0000542790 is not applicable to us as the client is on SAP ECC 5.0. For the short term fix, as per the note 542790 have executed the command u2018=cksuu2019. It worked.
    To apply the notes 0001321242, 0001402978 was testing in the test systems and I still see the u2018STILL OPENu2019 items even after implementing the SAP notes 0001321242 and 0001402978. Both the notes have been sucessfully implemented and also verified the corrections.
    Any suggestions/advice, please. Thanks in advance !
    Satish

    Hi Satish,
    There can be valid reasons for the 'still open' Materials.
    The following are reasons for 'still open'
    1. the materials were included in another costing run so there was an
    overlap in released cost estimates
    2. there was already a released cost estimate for those materials so
    the system did not allow for another one - this could have been costed
    manually and released manually (ck11) rather than in ck40n
    3. there was a stop in the job that ran to release them (you mentioned
    periods were closed). After the restart, some of the statistics could
    have been incorrectly updated.
    Furthermore, please see the note:
    542790     Inconsistency correction: Costing run statistics
    If need need to find the 'still open' Materials.
    If you run tCode 'SE16' and view the table table KALM which contains
    the entries for all materials costed within the costing run.
    Field 'KALM-FEH_STATUS is the cost estimate's status after step costing.
    1) Find cost estimates created originally within cstg run
    So, you have to select all entries of KALM for the specific costing
    run which are having KALM-FEH_STATUS = 'KA'.
    This is the number of cost estimates which should have been marked in
    the later marking step.
    2) Find cost estimates released successfully
    The set of released cost estimates is given by selection of table
    KEKO: specify KALAID and KALADAT and FEH_STA = 'FR'.
    3) Find missing cost estimates
    Compare the results of 1) and 2):
    Which material/plant have an KALM entry, but not a released cost
    cost estimate ?
      > this will be the set of cost estimates you are looking for...
    Regards,Declan

  • Applying OSS note 859111

    Hi,
    I need to apply this note.
    The highest support package for this note in  46C is SAPKH46C50 and in
    the system tht i am working it is SAPKH46C45 so will it create any problem while implementing the note? if den how do i overcome tht?

    You'll have no problem, apply the note using SNOTE and if at some point in the future support pack 50 is applied it will just replace it with the version in the patch.
    Regards
    Nick

Maybe you are looking for