During SWITCHOVER - 112255 not archived, no available destinations!!!

dear Gurus,
Yesterday you really help me a lot and I thank you,
I've finally Start Getting into this SWITCHOVER Stuff,
So I've Recreated the Standby, clean and proper, and I follow procedure In Oracle Doc ,
http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/scenarios.htm#1015677
10.3 Switching Over to a Physical Standby Database That Has a Time Lag
I made
Step 1,
Step 2 (kill all Active sessions) and in Step 3
SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN
ERROR at line 1:
ORA-16014: log 2 sequence# 112255 not archived, no available destinations
ORA-00312: online log 2 thread 1: '/u01/oradata/CFMP/rdo/redog2m1.log'
ORA-00312: online log 2 thread 1: '/u02/oradata/CFMP/rdo/redog2m2.log'
ORA-00312: online log 2 thread 1: '/u03/oradata/CFMP/rdo/redog2m3.log'

Sorry to Bother you guys,
The Standby Archivelogs were Missing in the Standby Site
After I've recreate them I could Finally do the switchover from Primary Site
Just An Hic, I had to do an "Swicth Log file Fisrt"
SQL> alter system switch logfile;
System altered.
SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
Database altered.
SQL> SHUTDOWN NORMAL;
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> STARTUP NOMOUNT;
ORACLE instance started.
SQL> ALTER DATABASE MOUNT STANDBY DATABASE;
Database altered.
SQL> SELECT PROCESS, STATUS FROM V$MANAGED_STANDBY;
Now Is My Secondary Site that's is Hanging
When I run step 7 copy from Oracle Doc I get Error Message :
********* Step 7 **************
SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE;
Shut down and restart the new primary database instance.
SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE;
ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY DATABASE
ERROR at line 1:
ORA-00905: missing keyword
What a f... crap

Similar Messages

  • ORA-16014: log 2 sequence# 283 not archived, no available destinations

    When trying to start my database my alert log is showing
    ORA-16014: log 2 sequence# 283 not archived, no available destinations
    ORA-00312: online log 2 thread 1: '/home/app/oracle/oradata/PRIMARYP/redo02.log'
    I can mount the instance ok but not actually open the database
    my db_recovery_file_dest_size is 22 Gb and and the mount point defined by db_recovery_file_dest has pleanty of free space
    Also
    select *
    from v$recovery_file_dest;
    shows plenty of free FRA space -
    NAME
    SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    /home/app/oracle/fast_recovery_area
    2.3622E+10 5506131968        3297617408             159
    select error
    from v$archive_dest;
    shows no errors
    Can anyone help !
    thanks, Jim

    ok here's the wierd thing. When I set up the primary, physical standby and logical standby, I set the following Log Archive Destinations on my primary database ( into the SPFILE )
    ALTER SYSTEM SET log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_2='SERVICE=STANDBYP ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBYP' SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_3='SERVICE=STANDBYL ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBYL'
    SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_4='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    Then I converted to using DGMGRL instead od SqlPlus to manage my Data Guard Environment. I then did a switchover to my Physical Standby and then a switchbach to my primary. Today when I check the log_archive_dests on my primary, they are completely different from how I set them up originally !
    *.log_archive_dest_1='service="STANDBYL"','LGWR ASYNC NOAFFIRM delay=0 optional compression=disable max_failure=0 max_connections=1 reopen=300 db_unique_name="STANDBYL" net_timeout=30','valid_for=(all_logfiles,primary_role)'
    *.log_archive_dest_2='service="STANDBYP"','LGWR ASYNC NOAFFIRM delay=0 optional compression=disable max_failure=0 max_connections=1 reopen=300 db_unique_name="STANDBYP" net_timeout=30','valid_for=(all_logfiles,primary_role)'
    *.log_archive_dest_3=''
    *.log_archive_dest_4='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP'
    As you can see there is no setting place for the standard archive logs for PRIMARYP !
    When I set log_archive_dest_3 to
    'LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PRIMARYP' SCOPE=BOTH;
    Then I am able to open the PRIMARYP database again.
    Q. what cause the entire resetting of the 4 log_archive_dest_n settings ? I am presuming it is something the broker has done ( presumably on the switchover or switch back ) ? However it seems to have completely mucked itself up, not even provising a standard archive log destination for PRIMARYP and in the process causing the instance not to be able to start
    Has anyone ever seen this before ?
    Also now I am getting  ORA-16783: cannot resolve gap for database STANDBYP, STANDBYL
    In my Broker Config for the PRIMARYP database. I am worried because during the investigation of this problem I issues the following on PRIMARYP
    alter database clear unarchived logfile group 1;
    Have I created a Gap which I cannot resolve ?
    thanks,
    Jim

  • ORA-16014: log 1 sequence# 40845 not archived, no available destinations

    Hi,
    My RMAN archive script gives the following error. I'm not sure why - there is still about 16 GB diskspace and an archivelog is not more than 50 MB. Does anyone know what could be the cause of this error? Thanks.
    Recovery Manager: Release 8.1.7.4.1 - Production
    RMAN-06005: connected to target database: PROD (DBID=1412471481)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN> sql 'alter system archive log current';
    2> change archivelog all validate;
    3> run{                                         
    4> allocate channel c1 type DISK;
    5> allocate channel c2 type DISK;
    6> backup filesperset 10
    7> format 'C:\backup\rman\PROD\%d_ARCHIVES_%u_%s.bak'
    8> archivelog all delete input;
    9> release channel c1;
    10> release channel c2;
    11> }
    12>
    RMAN-03022: compiling command: sql
    RMAN-06162: sql statement: alter system archive log current
    RMAN-03023: executing command: sql
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03006: non-retryable error occurred during execution of command: sql
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-20000: abnormal termination of job step
    RMAN-11003: failure during parse/execution of SQL statement: alter system archive log current
    RMAN-11001: Oracle Error: ORA-16014: log 1 sequence# 40845 not archived, no available destinations
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PROD\REDO01.LOG'
    Recovery Manager complete.

    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string LOCATION=/ora MANDATORY R
    EOPEN=300
    log_archive_dest_10 string
    log_archive_dest_2 string
    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
    NAME TYPE VALUE
    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

  • ORA-16014: log 1 sequence# 512 not archived, no available destinations

    Dear all,
    Upon opening database 10g, i get the error below
    ERROR at line 1:
    ORA-16014: log 1 sequence# 512 not archived, no available destinations
    ORA-00312: online log 1 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TRADEV2\REDO01.LOG'
    Please assist.
    Kind regards,
    Dollongo

    Hi,
    Refer similar thread:
    Re: ORA-00312: online log 3 thread 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\RE
    thanks,
    X A H E E R

  • ARC1: Archiving not possible: No primary destinations

    Hi
    i am getting following errors in my alert.log at Datbase 10.1 on Windows 2003
    Wed Dec 08 11:50:04 2010
    ARC1: Evaluating archive log 3 thread 1 sequence 3
    ARC1: Archiving not possible: No primary destinations
    ARC1: Failed to archive log 3 thread 1 sequence 3 (4)
    Wed Dec 08 11:50:04 2010
    Errors in file c:\oracle\product\10.1.0\admin\dmsdb\bdump\dmsdb_arc1_2172.trc:
    ORA-16014: log 3 sequence# 3 not archived, no available destinations
    ORA-00312: online log 3 thread 1: 'E:\ORADATA\DMSDB\REDO03.LOG'
    How I can see that file 'E:\ORADATA\DMSDB\REDO03.LOG' is available on hard disk:
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\Administrator>dir E:\ORADATA\DMSDB\REDO03.LOG
    Volume in drive E is New Volume
    Volume Serial Number is 640A-8421
    Directory of E:\ORADATA\DMSDB
    12/08/2010 11:48 AM 10,486,272 REDO03.LOG
    1 File(s) 10,486,272 bytes
    0 Dir(s) 103,370,887,168 bytes free
    I think this is due to hard disk error/bad sector.
    Now how can I get rid of this error?
    Habib

    The server was shutdown for some reason and now after starting it again I am unable to startup the database:
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 524288000 bytes
    Fixed Size 789692 bytes
    Variable Size 149680964 bytes
    Database Buffers 373293056 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-16038: log 3 sequence# 3 cannot be archived
    ORA-00333: redo log read error block count
    ORA-00312: online log 3 thread 1: 'E:\ORADATA\DMSDB\REDO03.LOG'
    I tried to increase the size of db_recovery_file_dest_size as suggested in replies on my question but still no luck.
    SQL> alter system set db_recovery_file_dest_size=123G ;
    System altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 3 sequence# 3 cannot be archived
    What is the size of E:\oradata\flash_recovery_area now?Size of E:\oradata\flash_recovery_area now is 20.4 GB at the moment.

  • Scanning problem, won't scan because it can't find available destinations for scans to be sent

    I have a officejet 4500 G510 all in one printer, and for some reason since I got a new lap top, the scanner doesn't work. I installed the software many times over, and it has the same error message over and over, "the program could not find any available destinations to which scans can be sent." It's suggestions are 1) reboot computer 2)reisntall the software.  I have done these both along with a plethra of other attempts following links, and it won't work. I cannot understand this, and the scanner is the most important part for me. I would love the answer if it is out there!! Please help!

    Hello dowkren,
    Please take a look at this link, which provides troubleshooting steps for various installation issues.  You didn't get specific about any error messages, so take a look and let me know if anything here helps resolve your issue.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Apple is great!
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).
    I compose an iMessage with the destination as my email address and I attach 2 photos I want on my PC.  I send them several times from my iPhone 5C but they never arrive. I look at my ipad later and realize that it's iMessage app is getting ( and swallowing) these emails. I then turn the ipad off.  Still can't get the photos through because iphone is now getting them on it's iMessage.  I turn off the iMessage feature and try to send photos from text msging.  Phone tells me it can't send photos unless iMessage it turned on.  What happened to regular MMS text messaging?  I go and try to send photos as an email attachment and see that there is no option to attach from the stupid email program.  I look up online to learn about the brave new world of apple attachments and send them.
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?
    The email program on my iphone is not configured to remove messages from the server.
    If iMessage is turned off I don't have the issue.
    Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • Data are not being applied at destination side

    Hi all,
    I have implemented real time streams replication(not archive log based downstream replication).
    source:9.2.0.8.0
    destination:10.2.0.2.0
    Capture and propagation is working fine. DBlinks are also fine. Apply process is running , but data are not being applied in destination side.
    The trc file shows this:
    Dump file /dev1/visdb10/10.2.0/admin/VIS_wbsebdev1/bdump/vis_p001_14628.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /dev1/visdb10/10.2.0
    System name: Linux
    Node name: wbsebdev1
    Release: 2.4.21-32.ELsmp
    Version: #1 SMP Fri Apr 15 21:17:59 EDT 2005
    Machine: i686
    Instance name: VIS
    Redo thread mounted by this instance: 1
    Oracle process number: 21
    Unix process pid: 14628, image: oracle@wbsebdev1 (P001)
    *** SERVICE NAME:(SYS$USERS) 2008-05-29 11:39:26.957
    *** SESSION ID:(388.16) 2008-05-29 11:39:26.957
    The Alertlog file shows at the end this:
    Thu May 29 11:19:06 2008
    Streams APPLY A001 with pid=16, OS id=9531 stopped
    Thu May 29 11:21:25 2008
    Incremental checkpoint up to RBA [0x746.d359.0], current log tail at RBA [0x746.d471.0]
    Thu May 29 11:39:26 2008
    Streams APPLY A001 started with pid=18, OS id=14624
    Streams Apply Reader started P000 with pid=20 OS id=14626
    Streams Apply Server started P001 with pid=21 OS id=14628
    Thu May 29 11:41:33 2008
    Incremental checkpoint up to RBA [0x746.11565.0], current log tail at RBA [0x746.121b9.0]
    Pls help.
    Thanking You,
    Nitesh.

    Problem solved.

  • N81 8gb Not enough memory available

    Hello, today I installed n-gage first access >_
    using Nseries pc suite, and choose memory card (8gb) as place for install
    then I did this:
    "7. Start the N-Gage application on your device by clicking the N-Gage icon in the Applications Folder.
    8. Now you are ready to install the games. Double-click the N-Gage game file (the .n-gage file) on your PC, and follow the on-screen instructions.
    9. The on-screen instructions will remind you to have the N-Gage application installed, and prompt you to finish the installation on your device.
    10. With the N-Gage application running, install the games to your device's mass memory or memory card."
    So why this on-screen INSTRUCTIONS dont suggest to choose a place for install and games didn't install.
    "NOTE: If you encounter the error "Application can not be installed to the device. Not enough memory available." during PC Suite installation, this means you do not have enough free device memory to begin with. Please free up enough device memory to proceed"
    Before this actions I have more than 10 megabytes of free phone memory, now I have only 8Mb, and there is nothing in my folders of phone memory. I lost 2Mb. AND HOW I CAN FREE PHONE MEMORY?
    N81 8GB

    I had a few problems installing the games myself, so here's how I solved that:
    1. Run PC Suite
    2. Choose the application installer
    3. Make sure you've selected your memory card from the right list and not the phone's internal memory, then select and install a game
    4. Once installed, run the phone's built-in file explorer (I think you'll find it under Tools)
    5. Go to your memory card and look inside the n-gage directory
    6. The install file for the game which you just transfered should be there - execute it
    Message Edited by conradargo on 09-Feb-2008 07:34 PM

  • There is not enough memory available to run this program

    Hi!
    I am trying to install Oracle 9i Personal Edition of a P-4 machine with 37GB hdd space (primary partition) with 768mb of installed RAM on Windows 98 SE. After installing 100% with typical settings of General Database, during the database configuration it gives out me an error message saying "There is not enough memory available to run this program. Quit one or more programs, and then try again" though I have 88% of RAM free and no other programs are running at this time. Please help.

    Hi!
    I am trying to install Oracle 9i Personal Edition of a P-4 machine with 37GB hdd space (primary partition) with 768mb of installed RAM on Windows 98 SE. After installing 100% with typical settings of General Database, during the database configuration it gives out me an error message saying "There is not enough memory available to run this program. Quit one or more programs, and then try again" though I have 88% of RAM free and no other programs are running at this time. Please help.

  • Can not archive FI document

    Hi All,
    I found that during the archiving activity certain documents can not be archived. I tried several time but still these documents can not be archived.
    I don't understand why, the error mention about open item, what is that?
    I thought it was about the document retention period, but I don't know how to find the setting in SARA nor SARI.
    Can anyone help me on this...please....
    regards,

    Hi Jin,
    The open item meanings like "outstanding" in accounting terms. So open item of account payable refer (not always) to outstanding payable.
    In SAP, all data related to open item, can not be archived. This is because the system assumes that the open item is not processed completely processed.
    The retention period of decument is defined in each module. For FI document, it's somewhere in document setting.
    If for example, your retention period is 720 days, and you want to archive a document which is already 1200 days but remains an open item, then you still can not archive it.
    Hope it helps.
    regards,

  • P55-GD85 - not all ram available at boot / need to reboot. [Solved]

    I've 4 sticks Corsair XMS3 - 2 GB @ 1600 Mhz installed on my P55-GD85 board with the XMP mode enabled.
    When I boot the PC, only 2 sticks are recognized (4087MB) at the end of the process (even if the boot sequence is notifying 8173MB ram) and I need to restart the PC to obtain the 8173MB really available. Seems that during 1rst boot, not enough power is provided to awake the 4 sticks (and I've a good Seasonic 80+ 750W PSU...) and when restarting the PC a few seconds later, all memory is always available.
    I tried reseating them, it not changed anything....
    I've run the Windows 7 memory verificator, no problem...
    I 've run MEMTEST when the all ram was available, no problem...
    What do you advise? Increasing the memory voltage slightly? Disblabling "quick boot" option? Something else?
    Thanks in advance for your help and advises.

    Tried reseating all my memory sticks, one after the other, in the right DIMMs (beginning with the nr 1) and rebooting each time in between...RAM was increansingly recognised...but once the PC was stopped...same thing when booting it after a while...only 4087MB available and need to reboot to have the 8183MB available.
    Tried to reconnect the power pins to the MB...same, not better.
    Tried to plug the PC directly to the sector without passing through the BackUPS device...not better.
    Seems related to temperature of system/components...when booting in the morning, I need several reboots to have the memory fully available. If the system has been working a lil, one reboot is enough. When the system has been working for long, memory is fully available at each boot 
    Will now try to reseat the sticks in another order...another idea Doctor ?

  • E75 Not all WLAN available on Landscape vs Portrai...

    Hi all, Your feedback is highly appreciated to the following problem: E75 brand new with latest firmware  Using WLAN search, when Kbrd is closed (portrait pos.), phone founds an x number of  active Wlans and connects very fast to the specified one. When  the connection  is established there is no problem, but at the time you decide to slide the keyboard and move to landscape, after while, the connection is dropted  and the Wlan search operation starts again. During this search, not all the previously found Wlans are available
    Close (power off) and On the phone again, with the kbrd open (landscape) still in this position wlan founds much less available Wlans comparing to the portrait position (when the kbrd is closed)
    Thanking you in advance for your advices

    Hi tha_gt
    my openion in your issue is that there is no problem in the landscape mode or the keybord slide but the problem is that when you hold the phone transversly , your hand stays covering the antenna of nokia and wlan , so the connection get worse till lastly drops,  you can observe the same for the 3G connection.
    so i advise you to try many places on your phone to know the best way you not affecting the wlan activity and signal reception
    i hope that works and let me know
    Phones I bought from 1st till now:
    3210 / 3310 / 3410 / 6310 / 6600 / 6020 / N72 / E51 / X2-00 / 5310 xpress Music / E90 Communicator
    If you like my post or it helped you, Give me Kodo

  • CO54: Message is not sent to any destination: Commit Work is getting failed

    Hello,
    While processing the Messages from XFP to SAP Update is getting terminated due to the use of Commit Work. SAP Note 147467 - Update termination when sending process messages has been referred which is for 4.6C, but we are in ECC6.0.
    While processing the message in second iteration Commit Work triggres and Update happens in the data base.
    Following Issue is only concerned with Nested HUs
    T-Code used CO54
    Following are the analysis:
    it looks like u201CCreate and Post a Physical Inventory Docu201D is failing in the initial processing because the inventory doc is created when the Transfer Order to the PSA (or the TO from the PSA) is not yet completed (quant is still locked somehow).
    CO54, process message category=ZHU_CONS: HU to be consumed is a nested pallet (unpacking/ repacking and TOs to/from) and qty to consume is greater that HU qty in SAP (creation of a physical inventory doc is required).
    1. The error occurs while clearing the inventory posting for the physical inventory document.
    2. The surprising factor is the u201CProcess Messageu201D is not processed correctly for the first time.
    3. Indeed it is successfully processed without any error if you do process it second time.
    Error Log from C054 T-Code.
    02.08.2010                                         Dynamic List Display                                                1
    Type
    Message text
    LTxt
    Message category: ZHU_CONS ---    Process message: 100000000000000621   "Send to All Destinations" Is Active
    Message to be sent to destination:
    ZHGI ZPP_0285_XFP_GOODSISSUE Individual Processing Is Active
    => Message will be sent to destination (check log for destination)
    Message category: ZHU_CONS ---    Process message: 100000000000000621   "Send to All Destinations" Is Active
    Message destination ZPP_0285_XFP_GOODSISSUE triggered COMMIT WORK
    Input parameters OK, passed to source field structure
    Step 0: Now checking if scenario with HU
    Step 2: Scenario with HU, Now checking if HU nested
    Step 3: HU nested, checking if HU in repack area
    Step 4: HU not in repack area, moving it to repack area
    HU moved to repack area, TO number 0000000873
    Step 5: Depacking nested HU...
    Nested HU depacked, HU pallet n°: 00176127111000461994
    Steps 6-7: Moving back HUs to supply storage type / bin...
    HU 00376127111000462001 moved back to original area with TO number 0000000875
    Steps 6-7: Moving back HUs to supply storage type / bin...
    No need to move back HU 00176127111000461994 (not in table LEIN)
    Step 8: Checking if HU fully used and quantity matches HU system quantity
    HU not fully used but picked quantity > HU quantity: inventory necessary
    Step 9: Inventory needed, creating physical inventory document...
    Physical inventory document 0000000126 created
    Step 10: Adding weighted quantity on inventory document...
    Weighted quantity entered in document 0000000126
    Step 11: Posting rectification in inventory document 0000000126...
    Physical inventory document 0000000126 rectified
    Error: rectification for doc 0000000126 not updated in DB!
    => Destination ZHGI ZPP_0285_XFP_GOODSISSUE can currently not process the message
    => Message is not sent to any destination
    The errors in SM13 for this contain the program SAPLZPP_0285_HUINV_ENH (creating/changing the HUM physical inventory doc). WM Function module L_LK01_VERARBEITEN is also involved.
    From SM13, it displays the following piece of code in include LL03TF2M (read the LEIN table=Storage Units table):
    WHEN CON_LK01_NACH.
           IF (LEIN-LGTYP = LK01-NLTYP AND         
                 LEIN-LGPLA = LK01-NLPLA) OR
                  NOT P_LEDUM IS INITIAL.
           ELSE.
    Das ist der Fall einer TA-Quittierung wo Von-Hu = Nach-HU ist und sofort die WA-Buchung erfolgt. Dann steht die HU noch auf dem Von-Platz, daher darf hier kein Fehler kommen, sondern es wird ein. Flag gesetzt, daß verhindert daß die LE fortgeschrieben wird.
             FLG_NO_LE_UPDATE = CON_X.
            MESSAGE A558 WITH P_LENUM.
           ENDIF.
    Translation in English of the German text via Google:
    "This is the case where confirmation of a TO source-HU = destination-HU, and now the WA (Good Issue?)- made book. Then, the HU is still on the From-space may therefore come here not a mistake, but it sets a flag that prevents that the LE is updated."
    Thanks and Regards,
    Prabhjot Singh
    Edited by: Prabhjot  Singh on Aug 2, 2010 4:39 PM

    Hope you have carried out following things in Production ( Please refer to SAP help before actually doing it in production).
    1. Transport the predefined characteristics from the SAP reference client (000) to your logon client.
    2. Adopt Predefined Message Categories - In this step, you copy the process message categories supplied by SAP from internal tables as Customizing settings in your plants.

  • In Address Book, why does Apple let you create custom fields in the Template cards but not have them available for importing?

    I open Address Book, go into Preferences, select Template and under the Names field (friend, assistant, father, etc) I add a custom field called "Principal".
    I also add two more custom fields in the Email area.
    Quit Address Book then relaunch. Add a new contact and the new custom fields, Principal, etc. are there. All good so far.
    I have a Now Contact file with about 200 contacts in it. I export all fields as a Text file, Tab delimited. No problems there. With Address Book launched, select Import, pick the text file, leave Text Encoding on Automatic and click Open.
    The window that shows the fields for Address Book and fields for the text file side by side opens. This is where you match up the correct fields for importing. If I go to one of the fields from the text file that I created a custom field for, click under the Address Book heading on the Do not import, scroll thru the Apple choices of fields, none of the custom fields show up. Only the original Apple ones are there. Why does Apple let you create them in the Template area but not have them available for importing? Does anyone have suggestions on getting around this?

    While most likely not of interest to you, Spotlight can also tell you where the files it finds are located
    Hover the mouse pointer over the name, and press Command-Option and the path to the file will be displayed.
    As for opening a terminal session in the directory where a file is located, there is Applescripts that do just that as well as specific features in Lion/Mountain Lion terminal:
    <http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder>
    <http://hints.macworld.com/article.php?story=20110729034827358>
    <http://www.macworld.com/article/1047793/folderinterm.html>
    <http://www.macworld.com/article/1161876/open_finder_folder_in_terminal.html>
    <http://www.macobserver.com/tmo/article/os_x_lion_open_a_folders_location_in_term inal>

Maybe you are looking for