Architecture survey

For folks established in using Oracle VM 2, what is your configuration and things you would do better?
For example I have a multi-server pool that uses only NAS via a single gigabit network connection. The NAS isn't fast enough due to slow disks. What sort of performance are folks getting from their NAS?
Any SAN/ocfs2 users out there for multi-server pools?
Any examples of large installs of Oracle VM 2, like hundreds of servers or are most folks just doing one or two standalone servers?

I once found the note 407563 on this subject. It gives the advantages and disadvantages from the point of view of data modelling and from the technical point of view.
It's a BPS note, but manly valid in a BW context.
Regards,
Fred

Similar Messages

  • BW Architecture - SURVEY - key figures data model vs account data model

    Hi SAP Gurus,
    Between the keys figures data model, and the account data model which one do you implement/prefer and for which reason ?
    Thanks,
    Greg
    Edited by: Greg C. on Jun 4, 2009 5:56 PM

    I once found the note 407563 on this subject. It gives the advantages and disadvantages from the point of view of data modelling and from the technical point of view.
    It's a BPS note, but manly valid in a BW context.
    Regards,
    Fred

  • CRM Survey Evaluation Data Storage

    Hi!
    I create, with the CRM_SURVEY_SUITE, some questionnaires, and I enter values for all the questions.
    When I work with these activities, I need to take these values,
    Does anyone know which tables store this information? And if I need some functions to interpret this information (I need the values and/or percentages)?
    Will reward points!
    Regards,
    Gonzalo Henderson.

    hi
    first of all i would like to explain the standard methodology to store the surevy results in CRM
    In SAP Standard when a customer answers a survey, a new activity with transaction type ‘0000’ will be created that automatically triggers the follow-up processes. In our business scenario we’re not using transaction type ‘0000’ but ‘Y004’ instead.
    To make the campaign automation survey scenario running for this transaction type as well you have to change a BAdI.
    The following procedure describes where and how to adapt the respective changes.
    In a real customer scenario this is a very likely procedure.
    Transaction Code SE18
    1. SAP Menu Architecture and Technology---->ABAP Workbench -
    >Utilities -
    >Business Add-Ins
    2. Enter the name of the respective BAdI CRM_MKTCA_SVY_PAI in the field Definition Name and choose Display first.
    3. Go to tab ‘Interface’ and double-click on the default implementation class CL_DEF_IM_CRM_MKTCA_SVY_PAI.
    4. Again, double-click on method IF_EX_CRM_MKTCA_SVY_PAI~PROCESS_SVY_PAI_FOR_CA and confirm the following dialog box with Yes.
    5. In the following you see the example implementation for transaction type ‘0000’.
    6. Now switch to change mode and search for ‘0000’ with the Find/Replace button.
    7. In the following replace the line
    iv_process_type = '0000' with the line
    iv_process_type = 'Y004'
    8. Save your settings and don’t forget to activate your coding again.
    now just try to understand it
    because as soon as customer repond to the survey you get an in bound activity
    this activity generation is crucial part of response analysing because this activity contains the info regarding the customer response
    you can also see the details of the sales activity automatically triggered in CRM when survey response is filled from customer
    in following tables
    ECRM_ISU_ACTIVITY_DISPLAY
    Displays an activity by taking the Business Transaction Number for the same.
    CRM_CLM_CREATE_CALL_LIST
    Create call list for activities generated
    ET_ACTIVITY_H
    Header Details of an activity such as PRIORITY,
    OBJECTIVE, Address Details etc.
    ET_ACTIVITY_I
    Item Details of an activity.
    in the similar way you are trying to retrieve the surevy info stored in tables
    also This activity also has the response of the customer which can be viewed in the Questionaire Tab of the activity.
    You need to maintain a customizing setting for Questionaire Determination.
    Customer Relationship Management -> Transactions-> Settings for Activities -> Questionnaires -> Define Determination for Questionnaires: Business Activity.
    Maintain an entry here. Put the Determiantion Id, Descr and transaction type (0000), keep the Questionaire Column Blank, and mark the Checkbox in the Active Column.
    3. At the database level two tables get updated based on the response.
    • CRMD_MKTRU_SVY: Assignment Business Partner / Surveys
    • CRMD_MKTCA_CT_IN: Table for Inbound Entry
    Also in transaction CRM_SURVEY_SUITE, select your survey and click on the Evaluation Button. It should also show the response of the customers
    and in your case customer is you coz you urself are filling the surveys.
    best regards
    ashish

  • Result and answers of survey via web

    Hi guys,
    Where can I get the result, the answers of the survey i save in the bsp page¿?
    Once i fill the web survey i press the button 'send', later it appears a sucessful message, and an url of this type:
    http://my.system:port/sap(bD1lcyZjPTMwMA==)/bc/bsp/sap/crm_svy_server/Result.htm?sap-params=c3Z5X2Nvb....
    What is the next step? What i have to do with this? Any table with the answers to get them later¿?
    Regards and thanks in advance..
    Mon

    hi MON
    this is the procedure
    In SAP Standard when a customer answers a survey, a new activity with transaction type ‘0000’ will be created that automatically triggers the follow-up processes. In our business scenario we’re not using transaction type ‘0000’ but ‘Y004’ instead.
    To make the campaign automation survey scenario running for this transaction type as well you have to change a BAdI.
    The following procedure describes where and how to adapt the respective changes.
    In a real customer scenario this is a very likely procedure.
    Transaction Code SE18
    1. SAP Menu Architecture and Technology---->ABAP Workbench -
    >Utilities -
    >Business Add-Ins
    2. Enter the name of the respective BAdI CRM_MKTCA_SVY_PAI in the field Definition Name and choose Display first.
    3. Go to tab ‘Interface’ and double-click on the default implementation class CL_DEF_IM_CRM_MKTCA_SVY_PAI.
    4. Again, double-click on method IF_EX_CRM_MKTCA_SVY_PAI~PROCESS_SVY_PAI_FOR_CA and confirm the following dialog box with Yes.
    5. In the following you see the example implementation for transaction type ‘0000’.
    6. Now switch to change mode and search for ‘0000’ with the Find/Replace button.
    7. In the following replace the line
    iv_process_type = '0000' with the line
    iv_process_type = 'Y004'
    8. Save your settings and don’t forget to activate your coding again.
    now just try to understand it
    because as soon as customer repond to the survey you get an in bound activity
    this activity generation is crucial part of response analysing because this activity contains the info regarding the customer response
    i would also advise you to go through the campaign automation,as it is the standard way to get the customer response.
    best regards
    ashish

  • Mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "RsiDotNetDll", "x86".

                    I’m facing a problem while implementing an application on azure I have a dll that is of x86 architecture and is referred
    in my application. It is the core or base of my application. When I run that application locally it runs fine but when I try to publish that application to Azure from Visual studio 13. It shows an error that the dll and its dependencies are missing. 
    And it giving an error like :
    Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "RsiDotNetDll",
    "x86". This mismatch may cause runtime failures

    Hi Suresh,
    Thanks for your posting!
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Best Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Alternatives to multiple inheritance for my architecture (NPCs in a Realtime Strategy game)?

    Coding isn't that hard actually. The hard part is to write code that makes sense, is readable and understandable. So I want to get a better developer and create some solid architecture.
    So I want to do create an architecture for NPCs in a video-game. It is a Realtime
    Strategy game like Starcraft, Age of Empires, Command & Conquers, etc etc.. So I'll have different kinds of NPCs. A NPC can have one to many abilities (methods) of these: Build(), Farm() and Attack().
    Examples:
    Worker can Build() and Farm()
    Warrior can Attack()
    Citizen can Build(), Farm() and Attack()
    Fisherman can Farm() and Attack()
    I hope everything is clear so far.
    So now I do have my NPC Types and their abilities. But lets come to the technical / programmatical aspect.
    What would be a good programmatic architecture for my different kinds of NPCs?
    Okay I could have a base class. Actually I think this is a good way to stick with the DRY principle.
    So I can have methods like WalkTo(x,y) in
    my base class since every NPC will be able to move. But now lets come to the real problem. Where do I implement my abilities? (remember: Build(), Farm() and Attack())
    Since the abilities will consists of the same logic it would be annoying / break DRY principle to implement them for each NPC (Worker,Warrior, ..).
    Okay I could implement the abilities within the base class. This would require some kind of logic that verifies if a NPC can use ability X. IsBuilder, CanBuild,
    .. I think it is clear what I want to express.
    But I don't feel very well with this idea. This sounds like a bloated base class with too much functionality.
    I do use C# as programming language. So multiple inheritance isn't an opinion here. Means: Having extra base classes like Fisherman
    : Farmer, Attacker won't work.

    Hi
    PandoraElite,
    You can inherit from multiple interfaces (and use explicit interface implementation), but not from classes in C#. You can almost simulate it:
    In C# we don't support multiple inheritance
    http://blogs.msdn.com/b/csharpfaq/archive/2004/03/07/why-doesn-t-c-support-multiple-inheritance.aspx
    What would be a good programmatic architecture for my different kinds of NPCs?
    In your scenario, we can define some interface ,An interface contains only the signatures of methods, properties, events or indexers. A class or struct that implements the interface must implement the members of the interface that are specified
    in the interface definition.
    How to use? Please refer to the following article.
    http://www.codeproject.com/Articles/18743/Interfaces-in-C-For-Beginners
    Best of luck!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Survey (via Web) - some especifications

    Hi Experts!
    We are implementing Survey via Web. Acording to the especification of the client, it should contain the following especifications:
    - There appears only one section (question) at a time.
    - According to the answer option selected, the next question appears (not necesary the next in the order, but follwing an inner logic).
    - Integration with Mkt. Attributes.
    I would be very grateful for your help.
    Thanks,
    Cristina

    hi MON
    this is the procedure
    In SAP Standard when a customer answers a survey, a new activity with transaction type ‘0000’ will be created that automatically triggers the follow-up processes. In our business scenario we’re not using transaction type ‘0000’ but ‘Y004’ instead.
    To make the campaign automation survey scenario running for this transaction type as well you have to change a BAdI.
    The following procedure describes where and how to adapt the respective changes.
    In a real customer scenario this is a very likely procedure.
    Transaction Code SE18
    1. SAP Menu Architecture and Technology---->ABAP Workbench -
    >Utilities -
    >Business Add-Ins
    2. Enter the name of the respective BAdI CRM_MKTCA_SVY_PAI in the field Definition Name and choose Display first.
    3. Go to tab ‘Interface’ and double-click on the default implementation class CL_DEF_IM_CRM_MKTCA_SVY_PAI.
    4. Again, double-click on method IF_EX_CRM_MKTCA_SVY_PAI~PROCESS_SVY_PAI_FOR_CA and confirm the following dialog box with Yes.
    5. In the following you see the example implementation for transaction type ‘0000’.
    6. Now switch to change mode and search for ‘0000’ with the Find/Replace button.
    7. In the following replace the line
    iv_process_type = '0000' with the line
    iv_process_type = 'Y004'
    8. Save your settings and don’t forget to activate your coding again.
    now just try to understand it
    because as soon as customer repond to the survey you get an in bound activity
    this activity generation is crucial part of response analysing because this activity contains the info regarding the customer response
    i would also advise you to go through the campaign automation,as it is the standard way to get the customer response.
    best regards
    ashish

  • BSS Architecture

    Hi,
    I wanted to know if there is some more detailed documentation on designing JDE architecture with BSS?
    I want to ensure that we get good performance for the external world to consume web services, but not sure how to plan for it i.e load-balancing, number of users, fail over and Application Specific variables which would need to be adjusted .. i.e connection pooling, caching, etc.
    Can anyone recommend some documentation that addresses these points? I could read the whole application server doco, but if anyone knows how to address these issues, that would be much appreciated.
    Cheers,
    Steveboz

    Hello,
    For issues regarding crystal report, i suggest that you could post it to:
    http://scn.sap.com/community/crystal-reports
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Survey Transaction / Email Campaign

    Hi Everyboddy!
    I've configurated the scenario for email campaign (CRM 4.0)  and I have prepared an Campaign and its elements... and attached mail form.
    I've some problems at the responses:
    1 - When the customer responds the survey, it should be created a transaction related to referred survey,  but this is not happening.
    2- When the customer responds the survey, I can see only the responses but not who has answered. I've already added the ++ at the end of link, but still doesn't work.
    Regards from Brazil !!!
    Nivea

    hi
    regarding your first question yes as soon as customer respond to survey a inbound activity is genreated but you need to do some changes with the BAdi for this purpose if you do not do that it wont happen.
    here is the procedure to achieve the same
    n SAP Standard when a customer answers a survey, a new activity with transaction type ‘0000’ will be created that automatically triggers the follow-up processes. In our business scenario we’re not using transaction type ‘0000’ but ‘Y004’ instead.
    To make the campaign automation survey scenario running for this transaction type as well you have to change a BAdI.
    The following procedure describes where and how to adapt the respective changes.
    In a real customer scenario this is a very likely procedure.
    Transaction Code SE18
    1. SAP Menu Architecture and Technology---->ABAP Workbench -
    >Utilities -
    >Business Add-Ins
    2. Enter the name of the respective BAdI CRM_MKTCA_SVY_PAI in the field Definition Name and choose Display first.
    3. Go to tab ‘Interface’ and double-click on the default implementation class CL_DEF_IM_CRM_MKTCA_SVY_PAI.
    4. Again, double-click on method IF_EX_CRM_MKTCA_SVY_PAI~PROCESS_SVY_PAI_FOR_CA and confirm the following dialog box with Yes.
    5. In the following you see the example implementation for transaction type ‘0000’.
    6. Now switch to change mode and search for ‘0000’ with the Find/Replace button.
    7. In the following replace the line
    iv_process_type = '0000' with the line
    iv_process_type = 'Y004'
    8. Save your settings and don’t forget to activate your coding again.
    now just try to understand it
    because as soon as customer repond to the survey you get an in bound activity
    this activity generation is crucial part of response analysing because this activity contains the info regarding the customer response
    just go through this
    regarding the second query buddy you wont be able to see which person has responded it is actually the number o hits you count ,so maximum you can see is that in display contact list the count  or total  number of people who have accessed it or responded to it.
    you will only be able to get the name of the customer or customer details when customer respond tyo the survey and same info of campaign against the activity genreated can be found in table.
    best regards
    ashish

  • Survey: Recent T-Series Battery Life

    Hello everyone!
    I've reposted this survey on Lenovo Forums due to it's increasing popularity and the relative stagnancy on TPF. I hope to get some more of your input and support over here on Lenovo forums. (mods, I put it in this subforum because it's primarily concerned with recent T-series)
    I am conducting a survey (more like research) in order to find a correlation between components (software and hardware) and battery life. I am doing this because I have two friends with identically configured T510's (except for OS architecture) with vastly differing battery lives. In addition, my own T400 doesn't quite meet the tabook ratings for battery life. But beyond that, this information will benefit those who already own a ThinkPad (how to improve their battery runtimes) and prospective ThinkPad owners (how to pick the most power efficient components). Thus I am asking for a few minutes of your time for the following information (feel free to add anything relevant; anything at all!):
    Model:
    CPU:
    GPU (specify switchability):
    HDD (including manufacturer):
    RAM configuration:
    Wireless Adapter:
    Bluetooth:
    WWAN:
    Display (manufacturer if convenient):
    Battery (# of cells and % wear):
    Advertised Battery Life (tabook, optional):
    Actual Battery Runtime*:
    Usual Battery Display Brightness:
    Primary OS (x86 or x64 and SP and if is preloaded):
    Firewall/Antivirus Solution:
    Browser(s):
    Task Resident Programs:
    Please refrain from commenting on other people's posts on this thread for the sake of tidiness.
    I am primarily interested in recent T-Series as the W-Series generally lives with the expectation of lower battery life, and the X-Series with higher battery life, but post anyway. 
    Thank you in advance for your participation. I will post tallied results at the end of the year. Hopefully enough people will have chimed in.
    Happy ThinkPadding!
    * Actual battery life will be defined as the runtime under normal office conditions/light web browsing/note taking/etc with wifi on and BT/WWAN/WUSB off. It's not very rigorous, but it's a tradeoff between statistical accuracy and convenience. OPTIONAL: Extrapolations of a full battery runtime (in case you use charging thresholds) can be done using the formula Δt/Δ%, where Δt is the runtime to drain Δ%, where Δ% ie expressed as a decimal value between 0 and 1. Or you could just write "3 hours on 80%"
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

    Just a quick note - if you have a T410 or T510 and find that you have a battery that is declinging in full charge capacity and run time at an accelerated rate, you may need to update the system BIOS and battery firmware to resolve this.   Following the update, you will need to charge cycle the battery once or twice (or perform the battery reset).
    Heres a link for more info - there are also similar updates available for W, SL, L, Edge series systems..
    I realize that the survey and responses span several generations of systems, but I thought this was still worth mentioning .
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Using the Survey Application with Servlets

    I installed Survey application which demonstrate the servlet
    architecture.
    The application works well with Jdevelopper 2.0
    The connection with the database server works.
    I installed the Sun Java Web Server 1.1.3 on my PC.
    The Java Web administrator works fine. I registered the 2
    servlets on the administrator but the JDBC connection failed.
    I obtained this resulting error page when try to use the
    SDSessionServlet
    500 Internal Server Error
    The servlet named "oracle.jdbc.driver.OracleDriver", at the
    requested URL
    http://gvawsgcf:8080/servlet/SDSessionServlet
    reported this exception:
    oracle.jdbc.driver.OracleDriver
    The administrator of this web server should resolve this problem.
    What shall I do?
    Thanks in advance
    null

    Hi
    JDeveloper online help system has examples of configuring JavaWeb
    server.
    Goto Help system.
    In the "tutorials" book you will find a subtopic "Servlet
    Tutorial" which has help on configuring java web server.
    The other place is in the "Sample Applications" book you will
    find a sub topic "web application for Oracle 8i" which has help
    on deploying the servlet to java web server.
    You will find these examples useful in configuing your env.
    regards
    Chris tournier (guest) wrote:
    : I installed Survey application which demonstrate the servlet
    : architecture.
    : The application works well with Jdevelopper 2.0
    : The connection with the database server works.
    : I installed the Sun Java Web Server 1.1.3 on my PC.
    : The Java Web administrator works fine. I registered the 2
    : servlets on the administrator but the JDBC connection failed.
    : I obtained this resulting error page when try to use the
    : SDSessionServlet
    : 500 Internal Server Error
    : The servlet named "oracle.jdbc.driver.OracleDriver", at the
    : requested URL
    : http://gvawsgcf:8080/servlet/SDSessionServlet
    : reported this exception:
    : oracle.jdbc.driver.OracleDriver
    : The administrator of this web server should resolve this
    problem.
    : What shall I do?
    : Thanks in advance
    null

  • Architecture Mismatch IM014

    Architecture Mismatch when connecting a 64Bit ODBC (.accdb file) to crystal report for visual studio 2013 database expert.

    Hello,
    For issues regarding crystal report, i suggest that you could post it to:
    http://scn.sap.com/community/crystal-reports
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto will not open.  Here's the message  that I get. Process:         iPhoto [3543] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:

    I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto (along with Idvd, garage band, imovie) will not open.  Here is the message that I get.
    Process:         iPhoto [3543]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-4750000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2011-06-10 21:48:59.821 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -4164908 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      45357CCD-011B-482E-A2EA-CF42096F1321
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0901, 0x26400000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000

    Please let me know when you find a fix. I did the same thing and have tried every suggestion I can find online. The message I get is...
    Process:         iPhoto [4991]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6070000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-06-13 23:39:38.485 +1200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -1643976 sec
    Crashes Since Last Report:           35
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      D4811036-EA8D-479D-8D9F-11E2FC8F6D4C
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 3.5 GB
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    I have reinstalled Mac OSX 10.6.3 and done the updates from there.
    I have reinstalled ilife 11 from disk and done the updates.
    I have deleted all the suggested files and then redone install and updates.
    I have tried just reinstalling iphoto and doing updates.
    Is there any way to get a replacement -  /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    file with the right architecture?

  • Interaction Centre: Survey not saved correctly

    Hi,
    We are using SAP CRM 5.0 Interaction Centre. While creating a customer feedback transaction with survey in Interaction Centre, following is the observation:
    1. We open the customer feedback transaction, enter the mandate information in the details tab and save the transaction.
    2. Then navigate to questionaire tab and fill-in the survey questions and save the survey.
    3. Navigate back to details tab and save the transaction. The survey and the transaction are saved correctly. Instead, without navigating back to details tab, when we try to save the transaction from the questionaire tab, neither the survey nor the transaction is saved.
    Recently the application was upgraded from SP15 to SP16.
    Please provide your inputs in solving this issue.
    Thanks in advance.
    Regards,
    Venkat
    Edited by: kvenkat24 on Dec 14, 2010 8:02 AM

    Hi Hongyan Shao,
    Thanks for taking your time to answer my issue.
    Actually we have two issue in this
    1.When users press the End button, ideally, the current screens should be closed and default screen of Accoutn Identification should be shown.
    This does not happen.
    Actually, nothing happens when users press the End button.
    Users cannot click on anything else too and the screen seems to be frozen.
    Users have to close the IC session and relogin.
    2.And one more issue is when user ends call by click on end button it goes to account identification but Name of the account still be there on top left top side where it shown account name. but it allows agent to take another call and create service ticket.
    Please note that we are  using CTI( Avaya phone)
    Now since these two are an intermittent issues, i do not have reproduction steps.
    Thanks and regards,
    Teja

  • Error in updating object SURVEY

    Hi Experts,
    The following error occurs not always but very rarely while updating the notes field or while saving an Activity.
    SAP Note
    The following error text was processed in the system P60:
    Error in updating object SURVEY
    The error occurred on the application server crmpcs2c_P60_09 and in the work process 6.
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    Function: CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:%_UPDATES_NO_UTASK of program SAPMSSY4
    Form: LOCAL_UPDATE_TASK of program SAPMSSY4
    START-OF-SELECTION of Program SAPMSSY4
    Could you help me in this regard.
    Thanks in Advance.
    I will reward full points to the expert.
    Regards,
    Madhura.

    Hi Gervase,
    No, but there was an associated dump in the transaction SM13.
    Here is the detail:
    Function Module: CRM_SURVEY_UPDATE_DU
    Status: Update was terminated
    Report: LCRM_SURVEY_DUU02
    Row: 94
    Error details   Class: CRM_ORDER_MISC Number: 002
    Error in updating object SURVEY
    Thanks in Advance.
    Regards,
    Gabriel.

Maybe you are looking for

  • Sharing an iTunes Library on one Mac?

    I've one Mac on which Bob would like to use the iTunes Library of Alice with Alice agreement. Alice has already enabled the sharing on her account. But Bob doesn't see anything when looking for shared Libraries. How is this possible? dan

  • I havent had itunes for a month because...

    itunes wont open EVEN when itunes AND quicktime are installed and updated! it pops up with something that says "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience." im really getting mad because i keep installing

  • Facebook won't install; device not supported?

    Hi all, I just got my first blackberry (curve 8330) yesterday. On my plan I have unlimited use of the Facebook app (although I'm told I need v1.6 to avoid data charges). I initially tried downloading the facebook app from the blackberry website using

  • Where can I get a replacement plastic screen for mac

    I scratched my screen, how can I get a replacement? it is the black and aluminium, the plastic front is magnetic so seems that it could be replaced.

  • Why did Siri open without me holding the home button down

    I was playing music from my iPod touch 5 when all of a sudden my music stopped and Siri opened so I closed Siri but then for the first two seconds my music was playing supper fast.