PO Item Locked

Hi Expert,
May I know why a PO item that is locked, appear in MD04 but not in MRP run?
Thank you

Henry,
When the PO Item is locked for a Material master record, that perticular material can not be allowed to procure (that means locked for procurement, PO and subsequenlty PO can not be created, hence there is No question of appearance while MRP is carriedout by the system), but it can be appear in the Stock requirement list (i.e., T.Code: MD04) because there may be some old (sufficient) stock of that perticular material is present. That's why the item is shown in Display current stock /requirement list.
Hope this will clarify your issue,
With Metta,
Srin

Similar Messages

  • Terminating Event to Event Queue due to Work Item Lock

    I have a dialog workflow task based on an asynchronous method defined with a terminating event.  When the user executes the work item, the method generates the terminating event (via a V2 change document) but the work item is enqueued (locked) by the same user (locked when they execute the work item from SBWP) and therefore the terminating event goes into error and is placed in the event queue.  The background job which processes the event queue does not redeliver the event so it stays in the event queue and the work item fails to complete.  Other than dequeing the work item lock myself with a function call how do I get around this catch 22?

    Hello Martin,
    Actually, the locking happens whether I have the task as asynchronous or synchronous.  The problem is the timing. If the user does not release the lock (by backing out of the dialog which is executed) prior to the terminating event attempting to enqueue and complete the work item then the event goes into error and is inserted into the event queue (and lingers there indefinitely, almost). Another issue with the asynchronous approach is that even if the user backs out of the dialog before the event actually attempts to complete the work item they will still see the work item in the inbox unless they click the refresh button when they get back to the inbox. 
    I have changed the task to synchronous but here is my scenario and another question.
    The process being workflowed is the approval of service entrysheets (similar to an invoice if you are not familiar with External Services).  In our process, there are a large number of documents being created and requiring approval by particular approvers.  It is a normal scenario for an approver to have, lets say 25 documents in his inbox awaiting approval. It was not practical for him to have to navigate back and forth between his inbox and the approval task screen.  Therefore, I give the users the option of (when executing a work item) having all the documents in his in-box (for this particular task) be presented in an approval list screen.  They can then do a mass approval of the 25 documents with 1 click and 1 navigation.  This list screen is also available to be executed outside workflow via a tcode.  So, when the user executes the mass approval (either from the inbox or outside workflow) the work items are terminated via the terminating event assigned to the approval task.
    A couple of issues remaining:
    1) Given my example of 25 work items (user executes 1 work item from in-box
    and I displayed all 25) being approved, when the user returns to the in-box, the 24
    items remain in his inbox until he clicks the refresh button since these were not actually "executed" from the workflow engines point of view.  However, these were terminated successfully because they were not "locked".
    <b>Question:</b> Is there a way (user exit?) to trigger the inbox refresh automatically.
    2) Now, the issue with the actual work item which the user executes from the inbox.  As I mentioned, the work item is locked as soon as the user executes it and is not released until they back out of the dialog or logoff.  So, here is what happens:  If the terminating event is sent before the lock is released the event is sent to the event queue.  If they then back out back to the in-box, its OK since I put some code in the SWO1 object type program (rememeber, its now synchronous) which will determine if they did the approval/rejection and the work item will complete and the event in the event queue will be deleted the next time the Event Queue Background job runs (it deletes any events for work items already in COMPLETED status). However, lets say they simply log off rather than backing up to the in-box or they don't do anything and are eventually logged off by timeout. In this case the code in the object type program to determine if the approval/rejection was done does not get executed (control does not return to the object type program) and the work item remains in "STARTED" status and remains in the users inbox and the event is in the event queue. So, now we have a work item that should be completed still sitting in the users in-box and the terminating event in the event queue. So the next time the user goes to their inbox the work item is still there.  The interesting thing is that though this may be confusing to the user, if they then attempt to execute the work item, they will get a message: "Work item currently being completed by event" (Message SWF_RUN 644) and the event sitting in the event queue gets redelivered and completes the work item.  To alleviate this problem I was thinking of adding a call to SAP_WAPI_WORKITEM_COMPLETE in the approval list screen after they do the approval but I'm guessing it wont work since it probably will try to enqueue the work item and it will still be locked. 
    Hopefully you haven't nodded off reading this rambling note...
    Thank you,
    Bob

  • Web Catalog - Item Lock Needs Attention

    Hello, I am receiving an error in the web catalog (Item Lock Needs Attention). I tried to migrate about 22 files using the Catalog Manager, but it seems that the application placed a lock on the files.
    When I try to delete the file from the front-end, I received this error in EM (Item Lock Needs Attention:) (Context: 0, code: QM3V3HLV), and (access denied for user to path /users/myusername).
    I already tried stopping all the BI server components and restarting, but the error still persists.
    Any help is appreciated

    Login to Catalog Manager >> root >> users >> and assign full control to 'myusername' on 'My Folder' and restart OPMN.

  • PO line item locking issue

    Hi,
    Does anyone had this issue before?
    In ECC5, we lock the PO line item using FM ENQUEUE_EMEKKOE, but SAP still lets you create/confirm Transfer Orders for Inbound delivery, however, the same FM is not allowing you to create/confirm TO's in ECC6.

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Template items locking?

    HI All,  I have created a website using a dreamweaver template.  There are two elements on the bottom of the page in two seperate layers (client address).  In between the top header (must be fixed in position) and the bottom elements, I have created an editabel region called "body copy".  I am trying to get the two bottom elements to automatically move up or down according to the size of the Editable Region.  No matter what I do they seemed to be locked into position.
    Any ideas?
    Thanks...Tim

    There is no need to have anything in a fixed position in your style sheet, if you have structured your html page correctly.
    Your html code should read -
    <div id="Layer1> some content, possibly header goes here</div>
    <div id="Layer2> some content, possibly main content goes here</div>
    <div id="Layer3> some content, possibly footer goes here</div>
    your css -
    #Layer1 {
         width: 1000px;
         position: relative;
    #Layer2 {
         whatever your values
    continue for other div's.
    I would recommend not using names like layer in your naming unless it is for an actual layer, the use of which is also not recommended.
    Using an absolute position effectively fixed the position of your item, and can cause various problems when it comes to displaying them in a browser.
    for more info on using css and positioning see -
    http://www.dezwozhere.com/links.html
    http://www.positioniseverything.net/index.php
    PZ

  • Lock a Transfer Order /Item ...

    Hello
    Using the following FM to lock a Transfer Order / Item
    *Lock Transfer Order/Item#
      CALL FUNCTION 'ENQUEUE_ELLTAPE'
        EXPORTING
          mode_ltap      = 'E'
          mandt          = sy-mandt
          lgnum          = gs_ltak-lgnum
          tanum          = gs_ltak-tanum
          tapos          = gs_ltak-tapos
        EXCEPTIONS
          foreign_lock   = 1
          system_failure = 2
          OTHERS         = 3.
    This works fine for the current user, he cannot start another session and retrieve this Transfer Order/Item.  But a different user can access this Transfer Order/Item.  I would like to lock for all users not just the current user.  Am I missing something?   I notice there is a Scope parameter for this FM, do I need to use this parameter?
    Gary

    Try
    ENQUEUE_ELLTAKE -> Header
    ENQUEUE_ELLTAPE -> Line Item
    hith
    Sunil

  • ORDRSP mapping?? (accept / reject on item level... )

    Hi there,
    I am trying to work out what fields need to be mapped in order to get an "Order Response IDoc" into SAP so that it simple says whether an item is accepted or rejected....
    I have been looking in the E1EDP01 segment - at the ACTION and ABGRU fields.....
    The ACTION field is meant to have the line item status (accepted / rejected / created etc).....but when I look at the value range of the data element linked to that field all I see is the following:
    001     Item added
    002     Item changed
    003     Item cancelled
    004     Item not changed
    005     Item locked
    091     Goods receipt
    092     Goods receipt correction
    093     Return
    094     Consignment
    095     Damage in transport
    096     General correction
    097     Debit Advice for the Vendor from ERS
    098     Debit Advice for the Vendor from New Valuation
    099     Credit Advice for the Vendor from New Valuation
    Where is the accept / reject field?
    So if someone could please give me an example mapping of sorts that simply shows the absolute essential fields that need to be specified so that I can update SAP to say if an item was accepted or rejected?
    Thanks for the help
    Lynton

    Hi there,
    I know about normal IDoc responses....that is NOT what I am looking for......I am wanting to create an "Order Response" IDoc and send it into SAP.
    Here is the scenario.....and ORDERS05 IDoc gets sent out of SAP to a supplier.....the supplier sends back an ORDRESP to us that will tell us if an item is accepted / rejected etc.....so nothing to do with ALEAUD etc.....
    I am wanting to know how to MAP the fields in the ORDRESP IDoc....or better yet what are the essential fields to fill in....
    Thanks anyway
    Lynton

  • Object locking in Distributed cache

    Hi,
         I have gone through some of the posts on the forum regarding the locking issues.
         Thread at http://www.tangosol.net/forums/thread.jspa?messageID=3416 specifies that
         ..locks block locks, not gets or puts. If one member locks a key, it prevents another member from locking the key. It does not prevent the other member from getting/putting that key.
         What exactly do we mean by the above statement?
         I'm using distributed cache and would like to lock an object before "put" or "remove" operations. But I want "read" operation to be without locks. Now my questions are,
         1) In a distributed cache setup, if I try to obtain a lock before put or remove and discover that i cannot obtain it (i.e false is returned) because someone else has locked it, then how do I discover when the other entity releases lock and when should i retry for the lock?
         2) Again, if i lock USING "LOCK(OBJECT KEY)" method, can i be sure that no other cluster node would be writing/reading to that node until I release that lock?
         3) The first post in the thread http://www.tangosol.net/forums/thread.jspa?forumID=37&threadID=588 suggests that in distributed setup locks are of no effect to other cluster nodes. But i want locks to be valid across cluster. If item locked, then no one else shud be able to transact with it. How to get that?
         Regards,
         Mohnish

    Hi Mohnish,
         >> 1) In a distributed cache setup, if I try to obtain
         >> a lock before put or remove and discover that i cannot
         >> obtain it (i.e false is returned) because someone else
         >> has locked it, then how do I discover when the other
         >> entity releases lock and when should i retry for the
         >> lock?
         You may try to acquire a lock (waiting indefinitely for lock acquisition) by calling <tt>cache.lock(key, -1)</tt>; you may try for a specified time period by calling <tt>cache.lock(key, cMillis)</tt>. With either of these approaches, your thread will block until the other thread releases the lock (or the timeout is reached). In either case, if the other node releases its lock your lock request will complete immediately and your thread will resume execution.
         >> 2) Again, if i lock USING "LOCK(OBJECT KEY)" method,
         >> can i be sure that no other cluster node would be
         >> writing/reading to that node until I release that lock?
         If you want to prevent other threads from writing/reading a cache entry, you must ensure that those other threads lock the key prior to writing/reading it. If they do not lock it prior to writing, they may have dirty writes (overwriting your write or vice versa); if they do not lock prior to reading, they may have dirty reads (having the underlying data change after they've read it).
         >> 3) The first post in the thread
         http://www.tangosol.net/forums/thread.jspa?forumID=37&threadID=588
         >> suggests that in distributed setup locks are of no
         >> effect to other cluster nodes. But i want locks to be
         >> valid across cluster. If item locked, then no one else
         >> shud be able to transact with it. How to get that?
         The first post in that thread states that if the second thread doesn't lock, then it will overwrite the first thread (even if the first thread has locked). However, there is an inconsistency in that the Replicated cache topology has a stronger memory model than the Distributed/Near topologies. In the Replicated topoplogy, locks not only block out locks from other nodes, they also prevent puts from other nodes.
         Jon Purdy
         Tangosol, Inc.

  • Workitem lock error did not correct automatically

    Hi Everyone,
    We have observerd that we have a number of workitems which go into error after following 3 messages
    1. Warning: Temporary error in result processing of work item
    2. Warning: Error when loading component: Work item locked
    3. Error      :A system error has occurred in lock management
    But all the workitems under such error are automatically resumed after a duration of 20-30 minutes.
    However recently we are having some wotkitems under this error message which have not restarted automatically
    Could you please advise what is the background process that automatically re-starts such erroneous workitems and why some of the workitems are not getting re-started
    The only option for these workitems is to complete them manually.

    Please check this note : 854495
    This may be useful for you.

  • SWWWIHEAD locks not clearing intermittently

    Hi,
    I’ve got a really weird intermittent WF issue I hope someone might have seen before. Basically at intermittent intervals the WF in question just seems to stop mid flow. All the items are completed (i.e. no errors.) There are no short dumps,  it just simply doesn’t move on to the next item.
    The WF item in question is getting a table of approvers. It does this successfully and I can see the data is correct in the log. The next step should be to start a loop but it never gets there?! It’s as if this next step does not exist.
    This looks to have been caused by locks taken on table SWWWIHEAD as shown in SM12. Obviously this lock is taken out by the WF engine and not by anything in the code. I'm assuming the lock should have been released at the end of the item to be retaken at the start of the subsequent item?
    I've tried changing the lock properties on the WF basic data tab. None of the options seems to alter this behaviour.
    Any ideas? Could it be an issue with table sizes (SWWWIHEAD?)
    Cheers

    Hi All,
    I work with Rob and thought best to supply an update as he is off work today.
    The workflow can be seen in SM58, SM12 and the RFC attached to the production workflow is running and connected. The fact these items can be traced to these areas does not help us. The locks will persist and do not become free, the SM58 entries can be processed but
    the workflow will not find its agent afterwards
    We are sure the workflow creates two locks, one for the header and we also find the most recently created WF sub item locked. We are unsure if they are locking each other, but we assume they are as its logical.
    It has been proved to lock in this WF definition, while we belive another is locking as well, this has not be proven.
    any ideas?????

  • Lock Out "Edit my Profile" Functionality

    We have custom guest users that we need this functionality locked out completely and not obscurely. Of course we tried the suppression of the top bar already, but, its is still fairly possible for "creative" users to stumble upon the HTTP request parameter for it "in_hi_space=ProfileSettings", so we need these custom users to get locked out completely that even if they typed that request parameter in, they would be presented a login page or error since they do not have activity access to this piece of functionality. Problem is, by default, even these "custom" guest users are part of the "Everyone" group, and this group has this activity right by default. When we tried to remove it, we get the error in the page that states "...Group is locked, cannot apply any changes..." or something to that effect. Does anyone know some techniques in UI mod we can use to get around this problem with the "Everyone" activity rights modifications?
    Ray Salgado, State of Maryland Project, 410.260.6083, [email protected]

    Hi Ray,
    Which version of the portal are you running? You should be able to remove the Edit Own Profile activity right from the Everyone group. If you are getting errors saying that it is locked, try going to the "Release Item Locks" utility and see if you can unlock the group from there. Then remove the activity right from the group.
    Once you have that done, I would recommend creating a new group that is equivalent to the Everyone group, minus the custom guest user. Then re-add the activity right to this new group, so that everyone else can still edit their own profiles. What this will do is remove the Edit User Profile link from the My Account page for the custom guest user.
    However, as you mentioned, a malicious user could figure out the URL and go to the editor directly. This is a bug and will be fixed in the next release. If you need to prevent users from such access to the editor, it will require you to customize the UserProfileEditorModel to check for the activity right when the editor first starts.
    Another option is to remove Read rights for the custom guest user from each Property's ACL. The guest user will still be able to get to the editor, but because he doesn't have Read rights, he won't be able to edit anything. The only other thing is that he won't be able to View User Profile. But I'm guessing that since it's a guest user, there won't be much useful profile information anyways, right?
    Let me know how these options work for you, and I can help you with whichever solution you choose.
    Jennifer

  • Admin lock out of guest loggin

    I am the admin and i have locked myself out of my guest profile. How do i reset the password to have access again. I tried by changing it in the admin profile and i had no luck. Help thanks

    Hi Ray,
    Which version of the portal are you running? You should be able to remove the Edit Own Profile activity right from the Everyone group. If you are getting errors saying that it is locked, try going to the "Release Item Locks" utility and see if you can unlock the group from there. Then remove the activity right from the group.
    Once you have that done, I would recommend creating a new group that is equivalent to the Everyone group, minus the custom guest user. Then re-add the activity right to this new group, so that everyone else can still edit their own profiles. What this will do is remove the Edit User Profile link from the My Account page for the custom guest user.
    However, as you mentioned, a malicious user could figure out the URL and go to the editor directly. This is a bug and will be fixed in the next release. If you need to prevent users from such access to the editor, it will require you to customize the UserProfileEditorModel to check for the activity right when the editor first starts.
    Another option is to remove Read rights for the custom guest user from each Property's ACL. The guest user will still be able to get to the editor, but because he doesn't have Read rights, he won't be able to edit anything. The only other thing is that he won't be able to View User Profile. But I'm guessing that since it's a guest user, there won't be much useful profile information anyways, right?
    Let me know how these options work for you, and I can help you with whichever solution you choose.
    Jennifer

  • Not Apple's greatest upgrade

    Not the smoothest OS upgrade Apple has released. Maybe they were just trying not to make Windows Vista look so bad. My upgrade took me 13 hours (an unlucky number that!), but did finally work. The take home message is:
    IF YOU CAN'T AFFORD AN EXTERNAL HARD DRIVE BIG ENOUGH TO CLONE YOUR WHOLE INTERNAL DRIVE AND SOME CLONING/BACKUP SOFTWARE, DON'T BUY LEOPARD UNLESS YOU ARE PREPARED TO LOSE ALL YOUR DATA AND RE-INSTALL ALL YOUR APPLICATIONS.
    Here is the history of my rocky road to Leopard:
    22:30 25 October 2007: Clone perfectly working 500 Gb internal drive (247 Gb free space) running under OS 10.4.10 with latest updates to external 1 Tb drive using Intego's Personal BackupX4 .
    22:45 25 October 2007: Go to bed.
    07:10 26 October 2007: Check there are zero errors in external clone.
    18:45 26 October 2007: Purchase Family 5 pack licence for Leopard
    16:00 27 October 2007: Bite lip, insert Leopard Instal DVD and follow instructions
    16:03 27 October 2007: Get warning message in window where you choose the drive on which the upgrade is to take place: 'Mac OSX cannot start up from this volume. The destination disk must be erased for installation.'
    16:04 27 October 2007: Reboot successfully from volume from which Mac OSX supposedly cannot start up and check formatting of disk - it's Mac OS extended (journaled) as it should be.
    16:05 27 October 2007: Re-attempt Leopard install - result same warning.
    16:10 - 17:10 27 October 2007: Conclude there must be some faults in the headers, tree structure, or permissions on the internal disk, so spend an hour checking internal disk with Disk Utility, Drive Genius and Tech Tools Pro - all of which say there are NO FAULTS. Nevertheless, to be sure I defragment the drive.
    17:11 27 October 2007: Re-attempt installation of Leopard - result, same warning.
    17:12 27 October 2007: Ring AppleCare and wait about 20 minutes listening to the world's most untuneful tunes from the iTunes Music Store. I figure that the wait means I am not the only customer having problems and wonder whether Apple Customer care were prescient enough to roster extra technical support people for the days following the release of Leopard.
    17:32 27 October 2007: Technical support Assistant, Dave answers my call and I explain the problem. Dave says, 'Oh that means you have to re-partition your internal drive, restore your clone to the new partition, install Leopard on the new partition and blah de blah de blah de blah! I dig my heels in and tell Dave that is simply not acceptable and that Apple has promised me that this upgrade will be smooth and the easiest yet. I am not prepared to do all that - I want another solution.
    17:33 27 October 2007: Dave agrees to call a higher authority and we try various thinks like ejecting all the external (Firewire) hard drives to no effect. Dave's higher authority then suggests I check the internal drive with Disk Utility again (having restarted from the Leopard Install DVD). As soon as I click on Utilities in the Menu bar the yellow warning sign on my internal drive disappears mysteriously and is replaced by the friendly green arrow saying that the installation onto my internal drive can proceed.
    17:50 27 October 2007: Mistake #1 - I follow Dave's suggestion and click on 'CONTINUE' (with hindsight what I should have done at this point is to click on 'OPTIONS' and established whether of not the radio button beside the first option that reads something like 'Upgrade will replace existing OS and no other files or data will be affected', but I'm a trusting person and follow the advice of dave's higher authority. The upgrade seems to be going OK after 5 minutes, so Dave gives me a case number and asks me to call back and quote it if further problems occur.
    19:30 27 October 2007: (Note: 90 minutes after the AppleCare Helpdesk closes on a Saturday!) The Leopard installation program completes and asks me whether or not I wish to enjoy the delights of Leopard. I click 'YES' and Leopard relaunches successfully and I check the contents of my internal drive and find to my horror that, without warning. Leopard has done a 'CLEAN INSTALL' - all my data and applications are GONE! I am now ON MY OWN UNTIL 09:00 Monday - I swear, pull out my voodoo manikin of Steve Jobs and insert a few curare-tipped hat pins into it.
    19:35 27 October 2007: Feeling better, I reconnect external hard disk with cloned Tiger OS + data and attempt to use Migration Assistant to migrate all my families accounts and applications to Leopard. Migration Assistant tells me that the external clone does not have Mac OS X installed on it (despite the fact that I can see a 'System' folder containing 10.4.10 on it) and that it can't migrate anything. I swear some more and put more hat pins into 'Steve' - one right through his groin!
    19:40 27 October 2007: I attempt to change the start-up disk in Leopard to the external hard disk with the cloned 10.4.10 - everything seems to work, except when I click restart (with the padlock item locked) the computer refuses to restart from the external drive and defaults to Leopard (3 f**king times!). I insert more hat pins into Steve, including an extra long one that goes up his rectum and out of his right eyeball.
    19:50 27 October 2007: Becoming desperate and not being able to reboot from the external drive I decide to install Personal BackupX4 on the internal drive and attempt to clone the external drive onto the internal drive. I can't see how this will work with the Leopard OS being needed to run PBX4 and it trying to write a 10.4.10 System folder over the top of it, but what have I got to lose?
    19:51 27 October 2007: To my complete surprise with the source set to the external drive and the destination set to the boot drive the clone starts as if OK. I go and work on my bicycle.
    01:30 28 October 2007: PBX4 says that it has transferred all of the files (except a couple of fonts that are apparently incompatible with Leopard) but has entered 'flat-line mode' where it says it is 'finishing' but not transferring any data - this has been going on since 00:30. I try to exit PBX4 without success - even force quit doesn't work. I turn off the Mac and try to restart - the grey screen of death spins its little wheel for 10 minutes while I insert my remaining hat pins into Steve who is now looking like a porcupine.
    01:45 28 October 2007: I go get my trusty Tiger install DVDs for the PowerMac (Intel Xeon x 2) and try to remember how to get the DVD drive bay door open when the Mac won't boot. I scream 'Open the pod bay doors Hal' at Steve waking my wife and both dog's all of whom start barking at me! I calm down, apologize to my wife and the dogs, and try holding down the eject key when I push the power on button. It works! I realize that the pins in Steve are beginning to work - this is the first piece of 'good fortune' that I have experienced for 24 hours! I re-install OS 10.4.8 (which came with the PowerMac and update it to 10.4.10 using Safari.
    03:15 28 October 2007: I now have my Power Mac in the same condition as it was at 16:00 the previous day having used Migration Assistant under 10.4.10 successfully (Unlike Leopard, 10.4.10 DOES RECOGNIZE 10.4.10 on an external drive) to recover all of the family's accounts and data from the external clone. I go outside and stare up at the night sky, I see a mouse scuttle towards the hen house and hear the click of a mouse trap. Seizing my chance, I rush to the hen house and retrieve the still warm corpse. I prepare a small pile of twigs in the garden under the (nearly) full moon and place Steve and the hat pins on top of it. I cut the dead mouse's head off and squeeze it's blood onto Steve. I light the twigs and strip naked and dance solemnly around the sacrificial fire incanting 'worms, woolly aphids, codling moths and all known pests of the Apple tree give me The Power!' Lights go on in the house next door.
    03:30 28 October 2007: I explain to the police patrol officer what I am doing and why and he helps me put my clothes on again. Fortunately he is sympathetic, because he had attempted to install Leopard on his Intel iMac before coming on duty and was still watching the grey screen of death when he had to leave for work. He tells me his name is Darren and asks me if the moonlight sacrifice has worked for me in the past. I tell him that it did when I had a similar experience going from OS 9.5.5 to OSX, but I add that I had to use owl's feathers on that occasion as there were no mice in the hen house that night. Darren asks if he might be allowed to watch as I attempt another upgrade to Leopard on the restored 10.4.10. He tells me he admires my intestinal fortitude for even attempting it.
    03:45 28 October 2007: Darren watches as I eject and disconnect the external hard disk, bite my lip for the umpteenth time and close the DVD pod bay door and click on the install Leopard icon. We get to the fateful 'choose disk for installation' screen and this time, by the Power of all of the pests of the Apple tree the welcome GREEN ARROW magically appears over my internal drive. Being less trusting and more experienced than I was at 17:50 the previous evening, I click on options - the radio button beside the 'Upgrade will replace existing OS and no other files or data will be affected' is highlighted. I cross myself, throw a pinch of salt over my left shoulder onto Darren's uniform, apologize and click 'CONTINUE'. The DVD whirs and I pour Darren and myself a beer. We have several more and recount Mac upgrades past over the next 90 minutes as Leopard re-installs.
    05:15 28 October 2007: While singing the third chorus of 'Eskimo Nell', Darren and I notice that Leopard is asking us whether or not we wish to sample its features. I throw three more pinches of salt over my right shoulder (being carefull to avoid Darren's uniform, which is now covered with beer stains and cracker crumbs) and click 'YES'. Leopard reboots and there as if by magic, is my old log-in screen, and then my desk top with all of the new Leopard widgets! All my data is still intact (although I do have to re-install about 12 applications because the licence key files have obviously gone missing in the clone/migration assistant exercise. Darren shakes my hand and we embrace. My wife enters the study in her dressing gown with a quizzical look on her face, possibly wondering why I am hugging a beer stained policeman in uniform. I tell her that I will explain everything later.
    05:30 28 October 2007: Darren bids me farewell and as we walk to his patrol car I retrieve another freshly dead mouse from the hen house and some twigs and give them to him with my best wishes. 'Take care', he says with a tear in his eye, 'I'd better go back to the station and clock off.'
    'You too', I reply, 'Come on Honey, it's time I got some sleep, a Leopard can't change its spots! You don't mind if I leave Tiger on your Mac for a few more months do you?'

    If you are unwilling to backup your data regardless of update/upgrade, I have no sympathy for you.
    If you recall, the panther to tiger update was also no picnic. And it just makes good sense to backup all of your pictures/data anyway - regardless.
    That in mind, your story is witty and disarming! Bravo on the final success.
    I have upgrades/clean installed 3 macs with no issues on each. Maybe my luck <shrug>

  • OBIEE 11g issue

    Hi
    i m using obiee 11g. sometimes when i login obiee i got some error.
    Item Lock Needs Attention: /users/DEF/_portal/page 1
    ex: i am log-in by user ABC i face issue just after login lke:
    Item Lock Needs Attention: /users/DEF/_portal/page 1
    Error Details
    Error Codes: KFSRUZ8D
    can anyone plz help me why this error is why nd how to resolve it.

    RS wrote:
    Hi
    i m using obiee 11g. sometimes when i login obiee i got some error.
    Item Lock Needs Attention: /users/DEF/_portal/page 1
    ex: i am log-in by user ABC i face issue just after login lke:
    Item Lock Needs Attention: /users/DEF/_portal/page 1
    Error Details
    Error Codes: KFSRUZ8D
    can anyone plz help me why this error is why nd how to resolve it.Do you see any pattern of this behavior or is it totally random? I would try bouncing the whole stack to see if the error would go away.

  • How do you make an image a background image if the menu option is dimmed?

    I'm using the Cork Board template in a Pages layout document. I wanted to use the cork background in another page. Option dragging the cork image creates a copy in the new page. I can "Send it to back" but the Arrange->Send Object to Background command is dimmed. The problem is that "Send it to back" does not put it behind the header or footer so my page numbers are not visible.
    Oddly, if I just drag the cork image from one page to another, it remains a background object in the new page. Copying it causes it to come out of the background.
    Anybody have an idea why the Send Object to Background command is dimmed?

    In fact, my guess is that the cork.pdf object is a background object because it is a template transferred from Pages '06 to Pages '08.
    During the conversion, some properties are passed even if they aren't treated by the new version.
    If some one wish to let some of these items in the true background, as far as I know, the only available soluce is:
    create a new object from the delivered template
    unlock some items if necessary
    remove useless items
    lock back the kept item
    save the document as a template.
    Never change the background property of the kept items.
    As far as an item is a "true background" one,
    trying to move an other item to the background will leave it above the "true background object".
    Yvan KOENIG (from FRANCE mardi 9 septembre 2008 15:49:21)

Maybe you are looking for

  • 3rd Party 24" LCD on a Mac Pro via VGA

    Hello, I have my Mac connected to a 3rd Party 24" LCD via a KVM, which restricts me to using VGA for the connection. With my G5, I was unable to run at 1920x1200 until I upgraded to a Radeon 9800 Pro ME video card. I'm having the same issue with the

  • Designer 10.1.2.3 on Vista

    I have been using it successfully on Vista since October 2007. However; when I tried to log in this morning, I got: "This user does not have an installed repository." So I'm pretty much hosed and am going to try 10.1.2.4. Fortunately I was able to ex

  • Error occurs when launching Facetime

    I am keep getting this error when I launch Facetime... Could anyone tell me why this is happ Process:               FaceTime [4530] Path:                  /Applications/FaceTime.app/Contents/MacOS/FaceTime Identifier:            com.apple.FaceTime Ve

  • Copy and pasting text quick working. How do I fix?

    I am trying to paste text and it creates a layer but no text. It worked fine yesterday.

  • What is causing recent mac data use spike?

    I have a Hughesnet internet data use limit of 15Gb per month which typically for my family is sufficient.  As of last Thursday April 10 around 7AM my data use shot up and continued consistently high every hour.  It started at 200 - 300 Mb / hour, jum