Upgrade projects and Compare and ajust func.???

Hi All.
I am trying setting up a demo of the benefits using SolMan for upgrade projects with Compare and Adjust functionality.
I am following a guide with the following steps:
1. Create an Implementation project with some processes from BPR (Using SAP R/3 Enterprise 4.7 as logical component).
2. Model (change) the processes to simulate that a not fully SAP std. process is used at this compagny.
3. Copy the implementation project to an Upgrade Project (with option "Adjust target project to original of the source project".
4. Adding logical component SAP R/3 ECC 6.0 to the system landscape.
5. Executing transaction SA_PROJECT_UPGRADE for the Upgrade project.
Now, when I go to the project, I see no marking of changes anywhere...
Could this be because I am using the wrong processes in my Implementation project from BPR?
Does anyone have a good example of processes that can be good to demo this?
Thanks in advance!
/Per

Hi All.
I am trying setting up a demo of the benefits using SolMan for upgrade projects with Compare and Adjust functionality.
I am following a guide with the following steps:
1. Create an Implementation project with some processes from BPR (Using SAP R/3 Enterprise 4.7 as logical component).
2. Model (change) the processes to simulate that a not fully SAP std. process is used at this compagny.
3. Copy the implementation project to an Upgrade Project (with option "Adjust target project to original of the source project".
4. Adding logical component SAP R/3 ECC 6.0 to the system landscape.
5. Executing transaction SA_PROJECT_UPGRADE for the Upgrade project.
Now, when I go to the project, I see no marking of changes anywhere...
Could this be because I am using the wrong processes in my Implementation project from BPR?
Does anyone have a good example of processes that can be good to demo this?
Thanks in advance!
/Per

Similar Messages

  • Date fields and compare and get the later date of the fields

    I am trying to compare these date fields and compare and get the later date of the fields
    Tables are
    TABCASER
    TABCASER1
    EVCASERS
    Field
    Are
    TABCASER1.CASER_no
    The dates are to be compared and then get the records with the highest or latest date value.
    TABCASER1.CASERRECIEVEDDATE
    EVCASERS.FINALEVDATES
    EVCASERS.PUBLICATIONDATE
    EVCASERS.PUBLICATIONDATE
    TABCASER.COMPAREACCEPDATE
    I have this code but I am trying to figure out what it all means.
    I have several questions.
    1.
    1.     greatest it is used here to compare right? How do I then output this ? do I store it to a var (coldfusion) ultimately , I wish to send it to a page of records
    2.     is it necessary to use todate? And to_date? What does this do?
    3.     decode, is this necessary too. What does this do? NULL?
    4.     
    5.     
    6.     when I do get the query results how do I send it to coldsuion and out put to a display.
    Someone sent me this code.
    is there abetter way of doing this? To compare the dates and store in a var to display. thanks
    Here is my code below:
    Greatest(
         CASE
              WHEN INSTR(TABCASER1.CASER_no,'-CE') > 0 THEN
         decode(TABCASER1.CASERRECIEVEDDATE,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),TABCASER1.CASERRECIEVEDDATE)
                             WHEN INSTR(TABCASER1.CASER_no,'-ERNIE') > 0 THEN
         decode(EVCASERS.FINALEVDATES,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),EVCASERS.FINALEVDATES)
                             WHEN INSTR(TABCASER1.CASER_no,'-MONIE') > 0 THEN
         decode(EVCASERS.PUBLICATIONDATE,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),EVCASERS.PUBLICATIONDATE)
                             WHEN INSTR(TABCASER1.CASER_no,'-NADINE') > 0 THEN
         decode(EVCASERS.PUBLICATIONDATE,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),EVCASERS.PUBLICATIONDATE)
                             ELSE
         decode(TABCASER.COMPAREACCEPDATE,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),TABCASER.COMPAREACCEPDATE)
                        END
              ,decode(TABCASER.COMPAREACCEPDATE,NULL,TO_DATE('01/01/1900','mm/dd/yyyy'),TABCASER.COMPAREACCEPDATE))
              between TO_DATE('#dateformat(form.startDate,"mm/dd/yyyy")#','MM/DD/YYYY') and TO_DATE('#dateformat(form.endDate,"mm/dd/yyyy")#','MM/DD/YYYY')
    is there abetter way of doing this? To compare the dates and store in a var to display. thanks

    Hi
    If you have date datatypes than:
    select
    greatest(TABCASER1.CASERRECIEVEDDATE, EVCASERS.FINALEVDATES, EVCASERS.PUBLICATIONDATE, EVCASERS.PUBLICATIONDATE, TABCASER.COMPAREACCEPDATE)
    from TABCASER, TABCASER1, EVCASERS
    where ...-- join and other conditions
    1. greatest is good enough
    2. to_date creates date dataype from string with the format of format string ('mm/dd/yyyy')
    3. decode(a, b, c, d) is a function: if a = b than return c else d. NULL means that there is no data in the cell of the table.
    6. to format the date for display use to_char function with format modell as in the to_date function.
    Ott Karesz
    http://www.trendo-kft.hu

  • How to copying, comparing and control large projects with deeply arranged directory tree?

    MacBook Pro, Redina, Mid 2012.
    When copying large projects with su and sub-subdirectories some files are copied with 0-data and other files are not at all.
    Is there a command to copy and compare files with deeply branched directory?
    To copy level by level of the directory is very time-consuming.
    Ramob44

    Hi,
    Its good that u pasted the complete log file. In your environment you have to run this upgrade tool only once from any of the middle tier.
    And with respect to your error that u got in precheck is quite simple. All u have to do is just run this script from by connecting to portal schema using sqlplus.
    Run dropupg.sql
    Location-------- /raid/product/OraHome_1/upgrade/temp/portal/prechktmp/dropupg.sql
    Later you re-run the upgrade tool and let me know the status.
    Good luck
    Tanmai

  • How To Use SPDD and SPAU Transaction in An Upgrade Project

    Hi Friends,
    I will be working in an upgrade project very soon. this is my first experience for Upgrade project. Though I know these two transaction are used for Upgrade.
    Can anyone give me a step by step document for using these two transactions and other relevant information.
    Also, I have one query where do we use these transactions : On the old system e.g. R/3 4.7 or ECC 6.0
    Thanks,
    Pradeep
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 10:39 AM

    Hi Pradeep,
    For SPDD see this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/2e/6d66587d9011d396b60000e82de14a/frameset.htm
    For SPAU
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/c8/61ec66e33611d1954b0000e82de14a/frameset.htm
    Why you need this Adjustments
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm
    You use the transactions in the new system.
    Regards

  • I just upgraded from Express to Pro.  When I open a project in Finder and neither Express nor Pro are running, it always opens in Express.  "Open With ..." says Express is the default.  How can I make Pro the default instead?

    I just upgraded from Logic Express to Pro.  When I open a project in Finder and neither Express nor Pro are running, it always opens in Express. I now want projects to open in Pro.  "Open With ..." says Express is the default.  How can I make Pro the default instead?

    Well, when I've done things like that it always sems like a good idea to keep an application that you know the file will definitely open in...

  • Project Documentation tab: can you 'freeze' a graph so another can be added and compared against?

    I've been using the Project Documentation view recently to quickly compare dc signals against changes that I make to an electrical system. What I'm trying to do is capture a few seconds of a DC signal, stop acquisition, make a change in the system, then capture a few more seconds of the same signal and compare the two.
    Project Documentation view is nice because I can drag the graphs onto the document for quick on the fly comparison.
    Problem is, I drag a acquired signal's graph onto the document expecting the waveform to 'freeze' so that I can capture another segment of data and drag that graph onto the document for comparison. But once I acquire this second burst of data the first graph captures the live waveform, overwriting the baseline waveform I'm trying to compare against.
    Is there a way to screencapture or freeze the graph so that multiple graphs can be stacked within the document form without them all updating?
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

    Hi OKors,
    I’m not sure if you can do exactly what you want. If it were me, I would take the first reading, then save it to an LVM file, then take the second reading, store that to an LVM file, then load the files to compare.
    TimC
    National Instruments
    Applications Engineer

  • HT6012 I had an older version of Mac OS, I upgraded to Snow leopard and then OSx Lion, most of my software has been upgraded except for Imovie.  Now I can't get my projects to upload or share to iDVD or iTunes.  What do I do?

    I had an older version of Mac OS, I upgraded to Snow leopard and then OSx Lion, most of my software has been upgraded except for Imovie.  Now I can't get my projects to upload or share to iDVD or iTunes.   Also to compound the situation everytime I attempt to share to iDVD or iTunes, iMovie quits unexpectedly.    What do I do?

    If you want to sync it to the iPad from that Mac, you need to upgrade it to at least 10.5.8.
    If you want to copy the music to another Mac, you don't. Move the iTunes folder of the item in the Finder's sidebar over as you would any other folder. If you put it somewhere other than the Music folder, launch iTunes with the Option key held down and point it to that location.
    (61713)

  • Upgrade project - Roles and Responsibilities

    Hi All,
    Can any one tell me what are the roles and responsibilities of a SD consultant in a upgrade project.
    thanking you in advance for your kind help.
    regards
    S D Toshniwal

    major reponsibilities of SD consultant would be
    Configuration and customization of various sales documents delivery documents and billing documents.
    Partner functions at various document levels.
    Incompletion logs at pre-sales, sales and at Delivery documents.
    Copy controls
    Maintaining pricing at various document levels
    Output and text determination
    Account determination
    Carrying rebate agreements at billing document level etc.
    Regards,
    Vishal

  • What is the process for rollout projects and upgradation projects

    Hi All,
    Hope you all are doing well.
    I am a new bee in oracle apps. Just would like to understand  what is the process for rollout projects and upgradation projects and difference between them.
    Please help me. Thanks in advance.
    Regards,
    MM

    Don't know which phone do you use but if you configure your Exchange ActiSync Profile on your Phone there is an option for the CONTACTS. Basically Exchange account will pull the contacts from your profile.. I did test it on my iPhone 5 and works for mee
    Where Technology Meets Talent

  • Project "Compare and Adjust" Functionality

    We have created a template project that we are using to capture all the business processes we have implemented.  When we have a project we create an implementation project and pull in the associated business processes from the template project. If we are adding a new business scenario/process/step, then it is first put on the template project and then added to the implementation project.
    We then associate our documentation and objects in the project documentation tab, transaction, configuratino, and development tab.  After I run the project "compare and adjust" in SOLAR_PROJECT_ADMIN, I expect to see the differences between these tabs in SOLAR01/02.  This is not the case.  When I go to the tab and click "adjust to origina" I can see there is a difference between the template and implementation project.  I want to have the difference e.g. document be adjusted/copied to the template project through the copy command.  Unfortunately this is not working.  Any ideas????
    Thanks!!

    Thanks Andreas!
    I checked the user settings and they are set as you described.  It is a rather odd problem.  Sometimes the "yellow icons" appear but not consistently.  It is almost as if something must be "re-set" before I can see the changes.  I did find an relevant OSS note so we are in the process of applying that to see if our problem will be resolved. 
    For the second issue, when I do the "yellow icons", I click the adjust button and there are differences visible on the two sides of the pop up.  However, I am not able to complete the adjust functionality.  So to give more context here is what I am doing... I have created a template project - let's call it master and an impementation project.  I have created the business scenario/process/steps in the master plan.  I then have created the same business scenario/process/steps in the implementation project with the "master" template project as the source.  I then had added documentation to the project documentation and development tab.  In addition, I have added items to the configuration tab.  I want to be able to reflect the documents back to the "master" project so others can reuse.  How can I do this?  I have been running the compare in solar_project_admin by selecting the implementation project and entering the master template project on the selection screen.
    Any additonal thoughts would greatly be appreciated.
    Thanks!!!
    Janice

  • Compare and adjust functionality for Solution Directory

    Hello all,
    I am trying to use the Compare and Adjust function with a Solution Directory. There is a previous discussion about how to do this between a Master Template and Implementation Project. Now that the Solution Directory exists, I would like to do the same thing. I.e. take scenarios from the Solution Directory into individual projects to extend them before putting them back into production. Together with the check in/out function, I would like to use the Compare and Adjust (SA_PROJECT_UPGRADE) function to identify differences periodically. The button for this appears in the transaction SOLMAN_DIRECTORY, but I can't seem to activate it - i.e. it is faded out. For projects, you must first run SA_PROJECT_UPGRADE to activate this button. However, you cannot select a Solution when running the project upgrade transaction. Does anyone know how to do this? Is anyone using the Solution Directory in a similar way and have advice?
    Regards,
    Marcel

    Hi Marcel,
    Funnily enough I have the exact same question.
    Is there a way to compare changes between a maintenance project (business scenarios checked out this project) and the solution. This way the person approving the check in can see the changes before approving.
    Have you had further information on this?
    Referring back to your question, ideally once you've checked out a business scenario to a maintenance project you wouldn't continue to maintain it. It is the responsibility of that project to maintain it. In the meanwhile if you have a support issue that requires that business scenario to be updated, this will have to assessed and handled by either the project or the solution administrators.
    Cheers
    Ganesh

  • Unable to save/publish Projects on Project Server 2010() using Project Pro 2007 and 2010

    Hi,
    Recently we have upgraded from Project Server 2007 to 2010 SP-2 (BCM enabled) environment and from last few days we are getting issue with Project Plans where PMs are not able to update Projects means save and publish the Project using MS Project  2010/2007.
    Whenever PMs try to open project using MS Project 2010 SP-2, it gets load successfully but when they hit save and publish no jobs are getting fired up nothing is happening. Only way to get out from MS Project 2010 window is to close the Project window and
    and click discard changes. No error and exception windows are popping out in MS Project 2010, no error/problem/issue clue at all from MS Project 2010.
    But when I try to update this Project plan for very first time using MS Project 2007 Sp-2 then I am getting below error
    for any subsequent save and publish using MS Project 2007-SP2 getting below error
    As an alternative I have tried to open this Project Plan using web and there it is getting opened saved and published successfully from PWA absolutely no issue.
    Also I have saved this Project locally as XML and saved and published it on Server successfully. But after someday again this project got corrupt PMs started getting same problem again
    I have also looked at ULS logs but not getting anything useful there.
    So any guesses why this could happen that can give me pointers to find actual root cause, please let me know.
    Thanks much !!!
    Sachin Vashishth MCTS

    Used below steps to fix the Projects on MSP 2010.
    1) Open corrupted project in MS Project connected to PS 2010 Prod env.
    2) Goto > Resource > Add Resource  > Build Team From Enterprise
    3) Check is there any local resource who has not replaced with corresponding enterprise resource. If yes then replace all those local resources with enterprise resource. If not then move to next step.
    4) Open resource sheet view and sort or filter by local resources.
    5) Then add few columns in resource sheet view like "Windows User Account, Email Address , Base Calendar etc".
    6) Now check has any local resource having enterprise attribute assigned to it, if yes then delete or assign local value as appropriate.
    7) Then GoTo > File > Save & Send > Save as project file > Save for sharing (at local location)
    8) Close project plan window and click "Yes" to save changes.
    9) Restart MS Project 2010 and open your project from local location.
    10) Then Goto > File > Save & Send > "Publish to Project Server". This will open "Import Project Wizard" to validate Resources and Task in Project.
    11) Then in Import Project Wizard window at left hand side click "Map Resource" to validate project resources.
    12) This will "Map Project Resource to Enterprise Resource " check all the resources highlighted with "Red" font and map "Standard" calendar to local resources.
           Note: Don't worry about local resource assigned "Standard calendar" but still highlighted "Red".
    13) Then click "OK" and click on "Continue to step 2" at bottom of "Import Project Wizard".
    14) Make sure you get number of errors 0 in step 2, else click on validate resource and take proper corrective action as explained in step 6.
    15) If you leave at least one resource as a local resource (unmapped to an enterprise resource), you will see the local resource in the Import Resource grid on the right side
    of the Confirm Resources page.         
    Examine the value in the "Import" column (if not able to see this column then insert this as new column) for the local resource . 
    The default value is "Yes", then change the value in the "Import" column
    to "No", else system will import the local resource as an enterprise
    resource.
    16) Then "Continue to step 3, 4 and 5".
    17) Then at Step 5 , Save project to Project Server by clicking "Save as" link.
    18) Then publish the project to update the plan at PWA 2010.
    Sachin Vashishth MCTS

  • End of Upgrade Cycle for CS3 and CS4... Really Adobe?

    As if business wasn't bad enough now I see there will be no upgrade paths past december for CS3 and 4 users. Is this how Adobe plans to keep users away from stopping their upgrades and reducing the number of machines they run Adobe products on? I understand Adobe is not a non-profit and has has to turn a revenue, but the geniuses at Marketing here have made a huge mistake by basically telling their customers that what they have so far will be worth zilch in comes 2013. That arbitrary deadline, is not consider some people who on the east coast are now cash strapped as anyone having to choose between home repairs and other such marvelous stuff and upgrading to CS6 guess what they'll choose. And for the lucky ones not heavily affected by the storms, they will donate to help their community before they will spend money to upgrade perfectly good software.
    It wasn't enough that the upgrade path wasn't much of a discount, but in the current economy every penny counts! The choice of stopping support for CS3 and CS4 in my personal opinion an ill-advised move. I personally went from 3 to 4 within a short amount of time... then when 5 came out my budget didn't allow so I needed to wait. The new CS6 isn't direly needed so I decided I'd have to loose some additional "upgrade power" because money need to be directed elsewhere now... but the news that I'd loose all the upgrade power and would have kept on upgrading for nothing it's just ridiculous... and if that's the treatment a customer will have to expect from now on I think I'll use what I have and move to alternatives stopping to personally support Adobe products an rely on licensed copies at work instead. Perhaps Adobe hasn't notices we aren't exactly doing that great in US between the current economical situation, the various setbacks experienced across the country and for the fact that in this particular business most work is often being outsourced out of US these days... I am sure you will have a huge market on the countries where the outsourced work is being sent... as far as I am concerned comes 12/31/2013 I will no longer be an Adobe customer as Adobe is forcing me out of the upgrade cycle and I won't plan to re-enter anytime soon in the coming future... lesson learnt.
    Thank you for your time (if any of the marketing gurus will have cared to read this far without laughing and discounting with a "screw those old customers, they should've upgraded earlier" which was basically the content of the email I got this week... pasted below)
    Cheers,
    tfbkny
    Content of email received from Adobe saying last chance to upgrade now or what you got will be worthless in less than a couple months.
    Dear Creative Suite customer:
    We want to make sure you're aware of an important change to Adobe's upgrade policy that may affect you.
    Beginning January 1, 2013, only Creative Suite customers with licenses for CS5 or CS5.5 versions will qualify for upgrade pricing to CS6.
    Due to this change, we will only continue offering CS3 and CS4 customers like you special upgrade pricing through December 31, 2012.*
    * Owners of CS3 and CS4 individual products and suite editions will be eligible to receive upgrade pricing to CS6 until December 31, 2012. After that date, only customers on CS5 or CS5.5 will qualify for upgrade pricing to CS6.

    Adobe doesn't care, they don't have to. I like Phsotoshop and have been using it professionally for 20 years, but lets face it, I wouldnt mind some really good competition from another source. It didnt use to be the only game in town, and doesnt have to remain so.
    I could brainstorm how I would want competing software to look like. Pshop is not the easiest workflow possible. Illustrator is clearly deficient to even CorelDraw, and certainly Freehand. I've been meaning to reconnect with CorelDraw. It did some cool things.
    Google Chrome is pulling a lot of manoevers software wise and I hope they try to go a little deeper and give Adobe a run for their money on the one program they feel justifies unbelievable gouging. Go investigate Ableton Live if you want to see what a company that cares about its customers is doing, ADOBE. Audition is a JOKE compared to Ableton Live. Thank God we're not powned on the audio side by these suits.
    The idea that a company would peddle buggy software, which CS4 was..., although some of that was Apple's fault, is bad, the upgrade prices were ridiculous, and this is the end of the road for me currently. The idea that a company would actively
    push away customers is pretty incredible. "But I sent you an email!" Whoops, you gotta pay $1900 for production premium CS6! HAHAHAHAHA. Time for a YT video with my old hard copy box. Sounds like a good idea.
    There are too many options on the motion graphics side, and I'll keep a static machine to run Pshop and AE CS4.
    The masters of the universe will have theit way, and the rest must bow to their ambivalent greed. At least that's the way they think. It would seem that Adobe and Apple really, really want some upstarts to come up. Maybe $360 for a year to figure out an exit might work. It will be interesting to see if this hits earnings. VERY interesting.

  • Upgraded to iPhoto '11 and all photos gone!

    Upgraded to iPhoto '11 this evening from iPhoto '09 and all my photos were showing up as blanks. All my events were there and the photo outlines with the correct meta data were all there. But the photos themselves were all blank with a triangle with exclamation point in them.
    The Photo Library still showed 44GB in size so I knew it was all there somewhere but nothing was rendering. Tried holding down option/command and rebuilding but that didn't help.
    I finally opened up Terminal and went into the photo library and found something that was definitely not right. First the Originals directory now seemed to be a symlink to a new Masters directory and that directory was empty! I also saw a bunch of new "Old ..." directories in there for example "Old Masters". And guess what, inside the Old Masters directory were all my photos!
    So I moved all those directories inside Old Masters into Masters and started iPhoto again. All my photos are still blank but if I actually double click on a picture to look at it, it shows up this time instead of the triangle with ! point in it.
    I've now restarted iPhoto with option/command and am waiting for the thumbnails to rebuild. It's now taking much longer to rebuild (compared to the first time I tried the trick) and it still has not finished the rebuild process. I'm hoping once this is complete that I'll be back in business.
    Looks like Apple was doing some cleaning as part of the upgrade and for some reason, it did not finish it properly. We'll see if I'm back after this rebuild.

    Note, here's the sequence of events in my case:
    1. Bought new iMac from Apple store
    2. Copied iphoto library onto external HFS+ sata disk (~44GB in size) from my old mac's internal disk
    3. Copied iphoto library from external HFS+ sata disk onto iMac internal disk
    4. Ran iPhoto on iMac and it did some upgrading, etc and then came up just fine
    5. Read up on the features for iPhoto '11 on Apple's website and discovered I didn't have some of the new features
    6. Discovered in About iPhoto menu that I was actually running iPhoto '09 which was the default installed on my brand new iMac
    7. Found that iPhoto '11 was on a DVD that came with my iMac but not pre-installed
    8. Used the DVD to upgrade to iLife '11 (iPhoto '11)
    9. Launched iPhoto but it did not launch saying I must run an upgrade first using Software Update
    10. Launched Software Update and it found iPhoto v9.1.
    11. Upgraded to it.
    12. Re-launched iPhoto.
    13. Started upgrading my photo library
    14. Took a long time but finally finished
    15. Library came up but with blank thumbnails and blank pictures with a ! triangle in them if you open the photo; but all meta data is correct
    16. Ran Get Info on iPhoto Library and saw that it was still the right size (~44GB)
    17. Used Terminal to go into the iPhoto Library and saw there was an Old Masters directory which contained all my photos still (hopefully)
    At this point tried reading all sorts of forum posts and blogs and found nothing that worked. All pointed to upgrading to 9.0.1 and unfortunately I'm already on 9.1 as part of the software update above. Tried rebuilding, repairing, everything. Nothing works. Eventually copied out the Old Masters into my home directory and created a brand new iPhoto Library and imported everything back in. Just hoping I did not lose any of my photos but I definitely lost all the events and books (obviously).
    I have some backups but they are a few months old unfortunately. And I did not even think to back up before upgrading to iPhoto '11 since I have never had an issue with an Apple iPhoto upgrade in the past. Sigh

  • I upgraded to iPhoto 11 and I lost all of my photos. What can I do?

    I upgraded to iPhoto 11 and I lost all of my photos. Only empty thumbnails show up. I don't have anypther backup. What can I do?

    Open your iPhoto Library package as shown in this screenshot,
    and look inside the subfolders in the Masters folder to see if you orignal files are still there.  If they are try the following:  make a temporary, backup copy (select the library and type Command+D) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    If neither of the above help you'll need to:
    Start over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library package like this.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window.
    Click to view full size
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.
    OT

Maybe you are looking for

  • I am making a slideshow in imovie, how do i change the order of my photos once i have imported them?

    I am making a slideshow in imovie (first time). I imported all of my photos, but now i need to change the order of the photos.  How can i do that? Thanks a bunch! John

  • Acrobat 8 standard  - Removing pictures from PDF files

    I hope this is an easy one to answer but I'm having troubles removing pictures from a PDF file and I need some help, can anyone answer please?

  • Codec for YouTube problem

    I'm having a terrible time trying to upload my movie on YouTube with decent quality. The video seems fuzzy, and on some spots even soft-focused and ghosted. I've tried different codec's, including H.264, Motion Jpeg A, Photo Jpeg, PNG. Nothing seems

  • Weblogic fails to start after new deployment

    Hello, We are experiencing problems after a new deployment please see the log snippet below. <Jun 14, 2012 4:14:30 PM PDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@6248fe00 - appName: 'SPLWeb', name: '/spl', contex

  • Installing CS5 on Windows 8

    Transfering my probrams from old laptop Win 7 to new Win 8. When I try to install Win 5, from the same files that I had installed it from on windows 7 it has the error: "Please try restarting your system and installing again. Installer failed to init