Views of BT116H_SRVO are also available in BT116QH_SRVQ Component

HI Experts,
I find something wierd or i may not know. In the component BT116QH_SRVQ, i find the views of BT116H_SRVO. I could not understand why did these views of the other component exist in this component. Your reply would be more valuable, please suggest me why and where these views come from?
__BT116QHSRVQ___
BT116H_SRVO/ConfirmationsOV
BT116H_SRVO/Details
BT116H_SRVO/DetailsEF
BT116H_SRVO/DetailsEFViewSet
BT116H_SRVO/DetailsOV
BT116QH_SRVQ/ItemListOV
BT116QH_SRVQ/OVViewSet
BT116QH_SRVQ/SCItemListOV
*BT116H_SRVO_*_
BT116H_SRVO/ConfirmationsOV
BT116H_SRVO/Details
BT116H_SRVO/DetailsEF
BT116H_SRVO/DetailsEFViewSet
You can see the above views in bold which are coming from the component BT116H_SRVO in BT116QH_SRVQ. How is this possible. please kindly let me know.
Jagadish.G

Hi,
I came across the same situation where I need to add new value node in component BT116QH_SRVQ view (BT116H_SRVO/Details) which is from other component. If you just add new value node or Z-field on existing context node, you will not be able to add this UI configuration as it is not available in Available Fields. The reason is, the component controller is loaded from BT116H_SRVO and the context node you are enhancing is accessible via current controller which is not loaded (suppose it is a bug in standard).  You have to play a trick to solve this problem.
1. First you have to create a second entry for the enhancement in SM34 view cluster BSPWDVC_CMP_EXT.
One for BT116H_SRVO
One for BT116QH_SRVQ
2. Then Enhance the Details View in BT116QH_SRVQ and add value node or just add z-value attribute on any existing context node (e.g. BTBOSSET). Put all code to handle this attribute should be in the new enhanced class (e.g. Getter or Setter methods).
3. Now load the orignal component BT116H_SRVO and enhance Details view there.
4. Add value node or add new Z- value attribute as you did in BT116QH_SRVQ. Dont put any logic unless you want the same for this component.
5. Now add the new attribute to UI configuration and Save it.
The trick is that you did the enhancement in Original component BT116H_SRVO to make it available in UI configuration and rest of logic in the working component BT116QH_SRVQ. I hope you got my point. If still any confusion, let me know and I will explain with some example.
PS: reward points if helpful. thanks.
Regards,
Tauqir

Similar Messages

  • Hi, All. Iam using Adobe Document Cloud. After saving a pdf document to this cloud, I am able to see my PC folders . How to disable this? Does my PC folders are also available across other PC's to access them with my Adobe ID? Please help me. Thanks

    Hi, All. Iam using Adobe Document Cloud. After saving a pdf document to this cloud, I am able to see my PC folders as well with a browsing option  . How to disable this? Does my PC folders will  also available across other PC's to access them with my Adobe ID? Please help me. Thanks in advance.

    Hi indi68632954,
    I can understand your concern & you need to worry about this, as your PC folders won't be available on other PC's as this option is just to browse through the files of the specific system on which you are working as shown in the screenshot below.
    Only the files uploaded on the Document cloud will be available over Internet using Adobe Document Cloud service upon the authentication of your Adobe ID & password.
    I hope this will answer your query.
    In case if you have any further query please let us know, we will be happy to assist you.
    Regards,
    Aadesh

  • Are these functions of the normal Photoshop also available in Photoshop Elements 12?

    Hi,
    maybe I wanna buy Photoshop Elements 12, but before that I'd like to know, if some important functions ans tools of the normal expensive Photoshop, are also available in Elements:
    - Content-aware filling
    - Refine edge tool (after Crop)
    - Liquify Tool
    Thanks a lot!

    Photoshop elements 12 has
    Content Aware Fill
    only after one does a panorama
    (fill edges)
    Does not have content aware fill like photoshop does from the fill dialog
    Refine Edge
    Pretty much the same as in photoshop
    Liquify
    Has a Liquify filter, but not as many features as photoshop's liquify does
    You can get a subscription to photoshop cc for 9.99 a month
    http://www.adobe.com/products/photoshop.html?promoid=JOLIW

  • I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password pro

    I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password protecting the document?

    Is there a setting that needs to be set to allow the annotation features?  I set password protection to open and then password for editing and set it to Any except page extraction, but it still did not give the annotation option

  • Unwanted events are also logged in the view created for a specific target from the rules created using its base target

    I have created Event or Alert view using a target "My.Target" which is derived from a base target "Windows Server".
    All the events or alerts are captured correctly from the servers discovered by "My.Target" but the same view also shows the events and alerts from other servers which has a rule created with a base target "Windows Server".
    Is there any option to filter the base target at view level other than using a custom field as it doesn't work for the alerts generated using "Monitors".
    Any help would be greatly appreciated.
    Thanks in advance.

    There is a class "My.Servers" derived from "Microsoft.Windows.Server.Computer" as below -
      <TypeDefinitions>
        <EntityTypes>
          <ClassTypes>
            <ClassType ID="My.Servers" Accessibility="Public" Abstract="false" Base="MicrosoftWindowsLibrary!Microsoft.Windows.Server.Computer" Hosted="false" Singleton="false" Extension="false">
              <Property ID="Name" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" />          
            </ClassType>
          </ClassTypes>
        </EntityTypes>
      </TypeDefinitions>
    There is a discovery "MyServersDiscovery" to discover servers with presence of some registry key as below -
    <Monitoring>
        <Discoveries>
          <Discovery ID="MyServersDiscovery" Enabled="true" Target="MicrosoftWindowsLibrary!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
            <Category>Discovery</Category>
            <DiscoveryTypes>
              <DiscoveryClass TypeID="My.Servers">
                <Property TypeID="My.Servers" PropertyID="Name" />
              </DiscoveryClass>
            </DiscoveryTypes>
            <DataSource ID="Name.AttributeDiscovery" TypeID="MicrosoftWindowsLibrary!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
              <ComputerName>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
              <RegistryAttributeDefinitions>
                <RegistryAttributeDefinition>
                  <AttributeName>Name</AttributeName>
                  <Path>SOFTWARE\MyRegKey</Path>
                  <PathType>0</PathType>
                  <AttributeType>0</AttributeType>
                </RegistryAttributeDefinition>
              </RegistryAttributeDefinitions>
              <Frequency>300</Frequency>
              <ClassId>$MPElement[Name="My.Servers"]$</ClassId>
              <InstanceSettings>
                <Settings>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Name>
                    <Value>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="SystemLibrary!System.Entity"]/DisplayName$</Name>
                    <Value>$Target/Property[Type="SystemLibrary!System.Entity"]/DisplayName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="My.Servers"]/Name$</Name>
                    <Value>$Data/Values/Name$</Value>
                  </Setting>
                </Settings>
              </InstanceSettings>
              </Expression>         
            </DataSource>
          </Discovery>
    </Monitoring>
    Created 2 views "My.Alert.View" and "My.Event.View" with Target "My.Servers" as below -
     <Presentation>
        <Views>
          <View ID="My.Alert.View" Accessibility="Public" Enabled="true" Target="My.Servers" TypeID="SystemCenter!Microsoft.SystemCenter.AlertViewType" Visible="true">
            <Category>Operations</Category>
          </View>
          <View ID="My.Event.View" Accessibility="Public" Enabled="true" Target="My.Servers" TypeID="SystemCenter!Microsoft.SystemCenter.EventViewType" Visible="true">
            <Category>Operations</Category>
          </View>
    </Views>
    </Presentation>
    The above views display events and alerts generated by rules targeted on the serves discovered with "MyServersDiscovery" correctly.
    The major issue here is - if there is a rule in same or any other management pack for which the target is "Windows Server", the alert or event generated by that rule is also shown in these views which is not expected.
    It seems it is because the target for "My.Alert.View" and "My.Event.View" is "My.Servers" which is dervied from "Microsoft.Windows.Server.Computer" so by default all the rules targeted on its base class "Microsoft.Windows.Server.Computer" are also visible
    here.
    Is there any way to avoid this?

  • Cisco 5.0 "Your messages are not available now" after exchange 2010 and DC migration to a new host

    Guys,
    First of all, thanks for looking at this post. Hopefully you guys can help me out. My unity users, when dialing into voicemail are getting the message "Your messages are not available now".
    Services in error state under the event viewer:
    Event Type:    Error
    Event Source:    CSAgent
    Event Category:    Kernel Rule 
    Event ID:    256
    Date:        7/29/2014
    Time:        11:42:41 AM
    User:        N/A
    Computer:    UNITY
    Description:
    A packet with a bad transport layer header was detected. Reason: Illegal TCP reserved flags set using interface Wired\HP NC324i PCIe Dual Port Gigabit Server Adapter. TCP: 00.000.00.000/443->00.00.0.00/1241, flags 0x10. The operation was denied.
    Event Type:    Error
    Event Source:    CiscoUnity_MALEx
    Event Category:    Error 
    Event ID:    30012
    Date:        7/29/2014
    Time:        11:44:27 AM
    User:        N/A
    Computer:    UNITY
    Description:
    An occurred which prevents successful Exchange access by CsBMsgConnector via MAPI.
    This is typically an indication of configuration issues with Unity, Exchange, or the MAPI subsystem.
    Verify that the Unity services accounts are granted the correct permissions and that there are no issues with installation.  The SysCheck utility may assist in diagnosing the problem.
    Event Type:    Error
    Event Source:    CiscoUnity_Doh
    Event Category:    Error 
    Event ID:    32013
    Date:        7/29/2014
    Time:        11:44:27 AM
    User:        N/A
    Computer:    UNITY
    Description:
    Doh logon failed due to messaging component logon error: 8004052eH
    I found and followed to the letter:
    http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unity/107323-unity-error.html
    I also went ahead and ran GUSI with some mixed results under environment information:
    SQL Version = Microsoft SQL Server  2000 - 8.00.2282: unknown SP
         SQL Edition = Desktop Engine
         Windows version =  5.2 Build 3790: Service Pack 2
         Outlook is not installed on the local server
         MAPI Provider : CDO Version - 6.5.8211.0
         MAPI Shared Memory: (HKLM:SOFTWARE\Microsoft\Windows Messaging Subsystem\Applications\<process>\SharedMemMaxSize)
                AvCsMgr : is set to recommended value
                AvMsgStoreMonitorSvr : RegKey not found.  Recommend add the key AvMsgStoreMonitorSvr and set DWORD SharedMemMaxSize with a value of 4194304 (decimal)
                AvNotifierMgr : RegKey not found.  Recommend add the key AvNotifierMgr and set DWORD SharedMemMaxSize with a value of 4194304 (decimal)
                AvUMRSyncSvr : is set to recommended value
                CsBMsgConnector : RegKey not found.  Recommend add the key CsBMsgConnector and set DWORD SharedMemMaxSize with a value of 4194304 (decimal)
                CsBridgeConnector : RegKey not found.  Recommend add the key CsBridgeConnector and set DWORD SharedMemMaxSize with a value of 4194304 (decimal)
                CsVpimConnector : RegKey not found.  Recommend add the key CsVpimConnector and set DWORD SharedMemMaxSize with a value of 4194304 (decimal)
             TCPChimney : Disabled
             RSS : Disabled
             *Pulled from UnityDB Configuration Table*
             ExcludeAllReceipts : 0
             ExcludeReturnReceipts : 0
             DisableSearchFolderUse : 0
             MinSearchFolderLifeHours : 1
             OptimizeSearchFolderUse : 0
    I tried following and deleting the Unity System Profile:
    https://supportforums.cisco.com/discussion/11249996/unity-501-exchange-2010-unable-logon-mapi-mailbox
    But I am still scratching my head. Any direction will be appreciated.

    Turns out that unity came back after all this. Maybe it just needed time. I think I answered my own question.  Anyways, this post could serve for future reference. 

  • Contained Database Users are now available in Azure SQL Database Update preview

    Contained Database Users should be of particular help for people migrating to Azure SQL Database. At the moment, this is a preview release but you can start testing. Here is the announcement of the
    preview with links to more information.
    New SQL Database public preview with new Standard-tier performance level
    Previously announced in November 2014 and now available for customers to try, the
    new
    public preview of SQL Database improves the compatibility of SQL Server applications for Azure SQL Database. Details of this preview are available on the
    SQL
    Database documentation webpage, including the following key enhancements: easier management of large databases to support heavier workloads with parallel queries
    and online indexing, support for programmability functions like CLR and XML index to support more robust application design, improved monitoring and troubleshooting with XEvents and 100 new Dynamic Management Views (DMV), and more performance in the Premium
    tier.
    To try this preview, please sign up via the Preview
    features webpage. Only SQL Database servers with a mix of one or more Basic, Standard, or Premium (not Web or Business) databases are compatible and eligible to
    upgrade to the preview. Please note that any move of an existing Basic, Standard, or Premium database into this preview is irreversible; we recommend that you create a database copy or leverage test databases on any server enrolled in this preview.
    A new Standard-tier performance level, S3, is also available in this preview which gives you more pricing flexibility between Standard and Premium. S3 will deliver 100 Database Throughput Units (DTU) and all the features available in the Standard tier. Please
    note that S3 will appear on your bill as a multiple of S2 until further notice.
    For more information, please visit the SQL
    Database webpage and the
    Microsoft
    Azure Blog. For a comprehensive look at pricing, please visit the
    SQL
    Database pricing webpage.
    Rick Byham, Microsoft, SQL Server Books Online, Implies no warranty

    Hello Rick
    That is great, one thing I'd like to ask, does it support SSMS,SSDT?
    No sign of that yet, that I’ve seen.....
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • ITunes - App Store - There are updates available that ain't available?

    First of all, I'm starting to think that the iPhone ***** big time, but that's a whole other story...
    So, here's my issue: Apparently there are updates to my applications available. So says iTunes and also the App Store app on the iPhone, both of them reporting the same number of apps available.
    I'm quite sure that there was a button to "update all" on the iPhone on 2.0.1 and 2.0, but that seems to be missing? (but not the point anyway)
    Then, in iTunes, the applications view tells me that there are updates available. When I click that link on the lower right that usually redirects to the update page, iTunes tells me that there are no updates available for my account?!
    How can that be? Either there are or there ain't.
    Is there a way to fix that problem? I would have updated the applications trough the iPhone, but as there are many (44) and I would have do update them one-by-one, I'd like to go an easier way...
    I'm really patient, but I start to hate my iPhone. As it is now, it is just a ******* expensive piece of junk. :-((

    I have fixed a similar issue in my iTunes. Here is my thoughts on why it happened and the fix.
    I had recently added a second computer w/ iTunes with which my iPhone is now synching. I wanted to move my music library synching from work to home.
    On the 1st PC (@ Work) I was synching:
    Info, Contacts
    Info, Calendar
    Ringtones
    Music
    Podcasts
    Video
    Applications
    On the 2nd PC (@ Home) I began synching:
    Ringtones
    Music
    Video
    Applications (this nicely caused all of my iPhone Applications to be copied to this PC, in case of a need for a restore from home)
    After beginning synching on the 2nd PC (@ Home), I disabled synching on 1st PC of:
    Ringtones
    Music
    Video
    Applications (This apparently caused the issue)
    The issue with phantom updates was showing up on the 1st PC (@ Work), but I was not synching Applications here. Apparently, I had updated some Applications from the 2nd PC (@ Home) and iTunes detected this and saw a need to show that my iTunes Applications needed updating. Something not in synch between iPhone - iTunes - App Store I believe.
    The Fix:
    On the 1st PC (@ Work) I enabled synching of Applications and then performed a synch. The phantom updates went away. I noted during the synch that my iPhone apparently updated some of the applications in my iTunes library.
    I hope this helps or enlightens others having this difficulty.

  • AET Issue-Zfields are not available in the list of Reusable ZFields List

    Hi Experts
    I created and added Z fields using AET for Incident (SRQM_INCIDENT_H/IncidentHeaderEF VIEW).
    Same Z fields I want use in Incident_SLA (SRQM_SLAPRO\ SLASRVCTRVIEW), I make utilize of Add Reusable Field button to choose the existing Zfields. But Zfields are not available in the list of existing ZFields  for SRQM_SLAPRO\ SLASRVCTRVIEW.
    Please help me in this scenario.
    Thanks
    Chand

    This is almost same issue which makes me to reply here..
    In Extension Object MKTPL_MPL, MKTPL_MPT I could reuse the fields which were defined in MKTPL_CPT.
    And in Extension Object MKTPL_CPG, I could also reuse "some" fileds in MKTPL_CPT.
    But some of fileds of MKTPL_CPT which were already reused in MKTPL_MPL, MKTPL_MPT were not displayed in the reusable fields list for MKTPL_CPG.
    In AXTREG, The BOP and Extention location is same like below.
    Can you please explain to me why I cannot see the fields in the list? or, what should I check in the system?
    [in AXTREG]
    BO : MKTPL_CPT
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_CPG
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    Many thanks and regards,
    Soyeon

  • HT201272 You seems not to understand what I mean and what I'm having like problem. I still have my payment recut  from October of this year when I bought 9 songs in the iTunes Store from my iPhone 4S. The problem is from all the 9 songs, 7 are still avail

    You seems not to understand what I mean and what I'm having like problem. I still have my payment receipt  from October of this year when I bought 9 songs in the iTunes Store from my iPhone 4S. The problem is from all the 9 songs I've paid for, only 7 are still available from this list on my iPhone. There is no possibility to download the other 2 without paying for them. I've spoke to the lady from Mississippi on the phone 2 days ago from about 2 hours calling from Belgium but unfortunately she couldn't help me. It's the 3rd time I complain about this. How many time shall I pay for the same songs?? If you can access my music list and my past receipts payment you will be able to find out what I mean. I went back on iTunes I've found the the songs I already downloaded in October that should be on my playlist but if I click on them it will charge me again 0,99 cents. It's been 3 years I've been using the same apple ID with my iPhones. I just wand to get my songs back without having to pay them twice or 3 times

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • How can I see whether songs in iCloud are also on the PC locally (so I can sync them with a Classic)?

    How can I see whether songs in iCloud are also on the PC locally (so I can sync them with a Classic)?

    In iTunes, on the View menu select 'Hide Music in the Cloud'

  • How to view temporary storage areas while loading from  DTP?

    I am loading loading to Infocube using DTP.The following error occurs
    "Error while updating to target C_0APO_C (type INFOCUBE)" .
    I want to view temporary storage area to see data after transformation.How to do that and why this error is occuring.

    Hi..
    Option 1:
    To view the Temporary Storage after the data load:
    You have to enable the Temporary storage in the DTP Definition for various steps that you want to analyze.
    This is available in the Settings of DTP (see Menu options)
    Option 2:
    Whenever your data load generates any errors, in the DTP Monitor you can see the Error Stack to analyze the errors.
    Cheers.

  • Since update of my MAC my Notes no longer appear on my Mac but are still available through iCloud on my iPhone and iPad. How do I get my MAC to sync with the other devices as e'thing else has synced on my MAC through iCloud.

    Since update of my Mac Book Pro my previously drafted Notes no longer appear on my Mac but are still available through iCloud on my iPhone and iPad. How do I get my Mac to sync with the other devices as e'thing else has synced on my MAC through iCloud. Also since the update Notes no longer appear as a folder in "Mail" but are now a distinct programme-is there any way of returning Notes to the Mail programme?

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • ITunes store advertised Magical Mystery Tour ringtones if I bought the album, so I did.  No ringtones are now available or with the album.  Is this false advertising?

    iTunes store advertised Magical Mystery Tour ringtones if I bought the album, so I did.  No ringtones are now available or with the album.  Is this false advertising?

    Been having the same problems all week. And am got a generic, not-at-all-helpful response from my initial inquiry with support, then absolutely no response to my follow-up requests. There seem to be a fair number of people posting this problem, so not sure why we're being ignored.
    Was able to eventually download the episodes manually via the 'purchased' link, but it's about 10 more steps than normal.
    Also noticed that itunes isn't recognizing my purchases at all, not just season passes. If I go to a page of a show where I buy episodes individually, it doesn't show which episodes I have previously bought like it used to.

  • All of a sudden when i try to attach an iphoto to an email or facebook i get a message that say i need  i photo 5 or later and my pictures are not available

    First I have Mac OSX 10.6.8
    I photo 8.1.2
    All of a sudden when I attempt to download a photo from Iphoto to an email attachment or to facebook, I get a message that says I need to :
    "open Iphoto 5 or later to see photos from your Iphoto library in this list" it shows in light grey.
    AS I mentioned above, I have 8.1.2 and my photos are all available when I go to the photo app.
    I read to delete iphoto from the library which i did but that didn't help and maybe was a mistake? And if it was how do I fix that?
    I have searched the web to no resolve. I also see that I do not have the latest version of iphoto but when I check for updates it says there are none available.
    What happened and how can I fix it! HELP!
    I'm not very computer savvy so I appreciate simple instructions.
    Thank you!

    1. Try reinstall iLIfe 09 from your install disk
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.
    If that fails, then you're reinstalling the OS.

Maybe you are looking for

  • MAC OSX 10.4.11 Have firefox 3.6.13 now, tried to update to 4.0 without success. What should I try?

    The download goes OK but the message box where you move the Firefox symbol to the Application logo does not come up automatically. I go to my desktop and click on the icon for Firefox 4.0 .dmg At this point one of two things occur, either there is a

  • Please Help!!!  Macbook Pro Won't Boot Up

    I purchased a new Unibody Macbook Pro about 2 months ago, and I haven't had any problems with it up til now. When I power it on, it stays at the white startup screen with the Apple logo, and the spinning loading circle. After a few mins, I touched th

  • Photoshop CS5 + Epson 1400 DVD Cover insert question

    Hey there, I'm relatively new to the world of printing (video background) and I recently bought an Epson Stylus Photo 1400. I'm trying to print DVD covers (10.733" x 7.25") onto A4 photo paper and can't seem to get it centered and/or borderless. I'm

  • SCCM Inventory (Vmware/Vcores/Esxi)

    Hello All, We're looking into using SCCM as (one) of the main sources of information that will be used for a software asset management reporting tool. One of the key elements for getting an accurate license position is to not only determine what you

  • Procedure Transformation not executing with a Mapping

    I have a mapping that uses a number of procedure and function transformations. Basically the flow is as follows source data from an external table, push into a funtion transformation for validation output from this is feed into a splitter. Where vali