Hi vivek here

i have sent sone questions,these are asked in some interviews,let me admit that im in the process of learning and getting my self to face the interviews.
thank u
  here are some more
   1)  In which phase you transfer data into SAP R/3?
  2)  In real-time when we start system in first what screen we get and tell me process how to logon sap screen?
3)Have you worked on debugging? Explain any of one of the example?
How SAP support to the client to know the customer requirements?
4) What are Z errors?
5) Can one create delivery with reference to the project?
6) Can one specify user specific dates in delivery documents?
7) How does the rule MALA decide the picking location?
plz reply to these
thank u all
vivek.s

Hi vivek,
3 ans ) Generally it is abapers who do the debugging. But if you are also versed with it you can do it. But generally speaking, as a functional guy our ability to debug might just not be be the same as a competent abaper. Generally for output related issues or some program not giving the desired output we do debugging. so you can construct your own scenarios that way. Am not very clear on the next part of this question what you are looking for. However, if there are some bug in the sap system which we are not able to solve from support, then we normally write to SAP for a high level clarification. May be we implement some OSS Notes.
4) Z errrors could be custom objects and programs that we develop which might just throw some errors.
5) We can specify a date on which there is a possibility to do goods issue than what is planned inthe  actual goods movement tab.
Hope with this you would have got all the answers for the questions.
Please reward all helpful answers.
Thanks & Regards
Sadhu Kishore

Similar Messages

  • Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days

    Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days, is there any problem ideally or, please leave a reply
    <Email Edited By Host>

    Hi vivekanandanganesan,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you are unable to connect to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

  • Change in Standard LDB screen

    hi
    can any body tell be how can i change name of selection option on standard LDB screen of
    PNP for eg.
    for eg. if i want to display "Employee Subarea"(which comes from pnp ldb) as XYZ
    is it possible
    regard
    vivek

    Hi Vivek,
    Here is the code which is exactly suitable for this req.
    TABLES: pernr.
    data: i_tab type standard table of RSSELTEXTS with header line.
    initialization.
    i_tab-name = 'PNPPERNR'.
    i_tab-kind = 'S'.
    i_tab-text = 'Employee ID'.
    append i_tab.
    CALL FUNCTION 'SELECTION_TEXTS_MODIFY'
    EXPORTING
    program = 'ZESO_TEST'
    tables
    seltexts = i_tab
    EXCEPTIONS
    PROGRAM_NOT_FOUND = 1
    PROGRAM_CANNOT_BE_GENERATED = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    similarly you can do for other fileds also.
    Regards
    Vasu

  • Regarding Infoset (At Selection-Screen) - Urgent

    Hi All,
    In Infoset 'Selections' tab, i have defined a selection parameter 'country', i want the user to have options to input only 5 country codes. The country code i am reading from LFA1-LAND1 as this relates to Vendor.
    I would like to know, what code should i enter in 'At Selection-Screen' to ensure that, when the user press F4 they only see these 5 country code + the description?
    Hope my problem is clear, await inputs.
    Vivek

    Hi Vivek,
    Here i am trying to give you the code again. Please try this code in your program.
    SELECT-OPTIONS: land1  FOR lfa1_land1.
    DATA: BEGIN OF IT_LAND OCCURS 0,
              LAND1  LIKE LFA1_LAND1,
              LTEXT(15)  TYPE C,
              END OF IT_LAND.
    IT_LAND-LAND1 = 'IN'.
    IT_LAND-LTEXT = 'INDIA'.
    APPEND IT_LAND1.
    IT_LAND-LAND1 = 'DE'.
    IT_LAND-LTEXT = 'GERMANY'.
    APPEND IT_LAND1.
    IT_LAND-LAND1 = 'AF'.
    IT_LAND-LTEXT = 'AFGHANISTAN'.
    APPEND IT_LAND1.
    IT_LAND-LAND1 = 'AT'.
    IT_LAND-LTEXT = 'Austria'.
    APPEND IT_LAND1.
    IT_LAND-LAND1 = 'AD'.
    IT_LAND-LTEXT = 'Andorra'.
    APPEND IT_LAND1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR LAND1-LOW.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD   = 'LAND1'
          VALUE_ORG  = 'S'
        TABLES
          VALUE_TAB  = IT_LAND
          RETURN_TAB = IT_RETURN.
      IF SY-SUBRC = 0.
        READ TABLE IT_RETURN INDEX 1.
        MOVE IT_RETURN-FIELDVAL TO LAND1-LOW.
      ENDIF.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR LAND1-HIGH.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD   = 'LAND1'
          VALUE_ORG  = 'S'
        TABLES
          VALUE_TAB  = IT_LAND
          RETURN_TAB = IT_RETURN.
      IF SY-SUBRC = 0.
        READ TABLE IT_RETURN INDEX 1.
        MOVE IT_RETURN-FIELDVAL TO LAND1-HIGH.
      ENDIF.

  • How to embed an issuu publication in Muse?

    I already know how to add an embedded issuu publication on behance, that's actually quite easy. But now I want to embed it in Muse and it'd hard to find it. when i copy the same html as I used in Bechance it gets a pink background. Maybe somebody can tell me how to make this happen?

    Hi Vivek,
    Here are some screenshots how it looks like. I found this html online to put it as an embedded file in Behance.
    This is the html I found:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" style="z-index: 0; margin: 0px auto; display: block; height: 297px; width: 420px;" id="140923093629-1abe2b4e12bc7d90f93d536e2c88e353" width="420" height="297"><param name="movie" value="https://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&documentId=1 40923093629-1abe2b4e12bc7d90f93d536e2c88e353"><param name="allowfullscreen" value="true"><param name="menu" value="false"><param name="wmode" value="transparent"><embed src="https://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width: 420px; height: 297px; margin: 0px auto; display: block; z-index: 0;" flashvars="mode=mini&amp;documentId=140923093629-1abe2b4e12bc7d90f93d536e2c88e353" width="420" height="297"></object>
    This is how it looks like in Bechance.
    So what I did is I simply copied paste this code into Muse. It shows it like this. It's the blue selected line with the triangle with the explanation mark in it.
    When I preview this it looks like this. Like you see it shows the publication, just like in Behance, but in a pink square.
    When you click on that it works the same as on issuu or behance. It opens up full screen.
    So it almost works perfectly besides the pink color behind it. Guess I'm pretty close but it would be great if the color is can be transparant.

  • Kernel Upgrade in ECC6.0 using SWPM

    Hi,
          I want to upgrade kernel using SWPM in Windows 2003 64 bit system.
          But when I'm start the sapinst of swpm there is no option for kernel upgrade.
          Please suggest if anybody knows.
    Thanks
    Vivek

    Hi Vivek,
    Here SL tool SWPM will not help you.
    Please refer a very nice document on kernel upgrade and details.
    Deployment Strategies for the Kernel of the SAP Application Server ABA
    https://websmp108.sap-ag.de/~sapidb/011000358700000911102011E
    Best Regards,
    Ashwajeet

  • DATA FROM R3 ACCESS TO BW

    HI
    VIVEK HERE
    I M GETTING FOLOWING  ERROR WHILE ASSIGNING DATA  SOURCE
    Error in source system OTHER SOURCE SYSTEM
    Message no. RSAR502
    Diagnosis
    With Remote Function Call to system ERPCLNT800 error Function module "RSAOU_BWBC_GET" not found.  ccurred.
    Procedure
    Remove the cause of the error.
    HELP ME
    THANKS AND REGARDS
    VIVEK

    Hi
       makesure ur RFC connection is fine between the BW and the R3 system..Check the following thread..Should be of some help to u..
    RFC Destination BW could not be created
    cheers

  • Steps to create an Evaluation Path

    Hi Gurus
                 I am not so much sure about evaluation paths.I want to create one evaluation path by myself.Please tell me if there is some document for step by step approach for the same.

    Hi Vivek,
    Here is a useful link from SAP Help on creating evaluation paths:
    http://help.sap.com/saphelp_bw/helpdata/en/c5/e4b2c8453d11d189430000e829fbbd/content.htm
    I hope this helps,
    Trevor

  • Planned Order Capacity Requirement CM29

    Hi All
    This may be a trivial question for you guys, but I am couldnt find the problem, need your help again please:
    In CM29 my planned order and process orders are visible, and I am using the standard overall profile: SAPSFCG013.
    Earlier I use to see a continous red bar for length of the planned order / process order in the graph, but somehow now it just show up as a single line, irrespective of the order quantity.
    Can you please let me know how to resolve this!
    Thanks in advance!
    -Rahul

    Hi Vivek
    Here is the link for attached screen shot for CM29 with weekly and daily split:
    CM29 with weekly split:
    [CM29 Screenshot|https://picasaweb.google.com/110467857304221340164/CM29?authkey=Gv1sRgCNLYw_uHj8-lUA#5626401198199374018]
    CM29 with daily split:
    [DailySplit|https://picasaweb.google.com/110467857304221340164/Jul72011?authkey=Gv1sRgCLKtzPPn5_SARQ#5626402521518801586]
    I have trie changing hte qty to 1000 and more, the capacity (detailed capacity and roughcut capacity requirement) changes as expected but the graph does not moves
    Thanks in advance
    Rahul

  • Alternative phantom assembly

    Hi.
    I'd like to create a BOM with alternative phantom assembly. Is it possible?
    Example:
    BOM 1 - Finish Good
    10 - Phantom assembly A (AltItemGroup 1)
    20 - Phantom assembly B (AltItemGroup 2)
    Each phantom assembly has it own BOM, with differents components.
    Is there any problem to build a BOM like that?
    Thanks,
    Rogerio

    Dear Vivek,
    Here is my need:
    1) I have to create a BOM of a desktop computer
    2) This desktop have 3GB of memory
    3) I have to include in BOM, 2 components: one memory of 1GB and another one of 2GB
    4) I have several different part numbers for each memory (1GB and 2GB), from different suppliers
    5) I can not mix 1GB of one supplier and 2GB of another supplier. Memory have to be used in pairs of same supplier.
    6) In my computer BOM I can use any pair of any supplier
    7) My idea is to create phantom assembly for each supplier, as shown above:
    - 3GB Memory Assembly for supplier A
       -> 1GB Memory item A
       -> 2GB Memory item A
    - 3GB Memory Assembly for supplier B
       -> 1GB Memory item B
       -> 2GB Memory item B
    8) After that I want to include Assembly A as prime and Assembly B as alternative from it. So I can build my computer with any pair, but always respecting supplier pairs.
    Any suggestion?
    Thanks, Rogerio

  • Reg IS- HER (Higher Education and research)

    Hi all,
    I need to integrate the "Higher Education and Research" module of SAP into Enterprise Portals.
    Can anyone please let me know how to go about doing it.
    I searched for a Business package for the same but could not find one.
    Thanks in advance.
    Regards,
    Vivek

    Hi Vivek,
       I don't know anything about HER but if there isn't a business package available, you can go a couple of ways.  First way is to use the Webgui in ITS or the WebAS on your HER system to web-enable the transaction. 
    The second would be to write code (e.g. Java, etc) to call the function modules and return the data in a web enabled format.
    I suggest the first way to try it out quickly.
    Hope this is some help
    John

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

  • I was given some advice here to restore my macbook OS that was having a glitch I now realize was nothing, by sliding in the original OSX disk at start up and holding the C key down?

    So now my problem is herindous, my mac is crashed and it says I need to click repair disk if repair fails back up and erase the disc?
    I have limited access to anything and would like to know how to back it up if possible, I have bought a 500G seagate, but nothing seems to be working
    I have the snow leopard disc in it and it is open with Disc Utility, the repair disc did not work so I need to back up and erase, BUT HOW?
    Please any one with some competence as far as knowing what they are talking about so I can get off this DELL Windows laptop, It's miserable!
    Please good reliable advice needed with step by step blows for recovery, I have the MAC OS X Installer  open showing both the Macintosh HD and the FreeAge Drive side by side,
    Can I just load the Snow Leopard on the Freeagent and operate my computer like that to get by?
    HELP PLEASE?
    Sound confusing, I have been at it over 18 hours now with all involved and pulling my hair out!
    Sincerely grateful for some reliable advice from a mac expert!

    Me again, I am not rushing here for the obvious reasons, I dont expect to hear from you tonight (so late) hopefully 2marrow.
    Thinking closer about the way you worded it I dont think I actually booted of the disk, rather just able to access (Mac OS X Installer) that further allows me to access through clicking on (Utilities),
    (Disc Utility). With it open to begin the (Erase) of the free agent drive,
    I click on (erase) and the options open to be chosen of Format:
    included in those options I don't have what you listed for me to choose, the available options are:
    Mac OS Extended (journaled)
    Mac OS Extended
    Mac OS Extended (Case-sensitave,journaled)
    Mac OS Extended (Case-sensitave)
    MS-DOS (FAT)
    And under that is a space for Name: and it could be anything of my choise it by default automatically put in (FREEAGENT G)
    fURTHER DOWN AVAILABLE OPTIONS TO CLICK ON ARE
    Securiety Options: That compile 4 ranging from Don't Erase Data / to a 35-Pass Zero Out Data
    And finally the slightly smaller space available for me to click on that says (ERASE....) and it starts the scrub I figure.
    Now that would be the first part of two I would need to complete to hopefully get off this Dell from Windows Haties!
    Step 2) It would be nice if I could just drag the Mac OS x install DVD to the FreeAgent and it would load it, and maybe it's possible?? I know everything about nothing! Famously.
    But the next possible options back in (DISC Utility) when I am clicked on (The install DVD) are first aid,   erase,   and  Restore
    Then other options open to click on depending on what is chosen?
    I am sorry to be so handy cap needy, with my long history of (if there is anything worse that can happen it will happen to me) as it does and I have to accept the fact It can always be worse! I know yah it could, but then all mighty God would no longer have me the human hamster to bowel and toss around, and would get bored.
    ***************So I guess the first Mystery here is where's the (GUID) PARTITION option?*************************
    Ihave found an option under (RAID) that makes more available striped, Mirriored, and Concentrated (RAID Types)
    With (Format:) options the same as I listed above
    I do understand if your too busy and unable to get back as well,

  • Itunes won't open...bounces and disappears. Here is crash log.

    When I attempt to click on itunes, it appears on the dock, bounces, and disappears. This also occurs with the "help" application. Can anyone help? Here is the crash log, but b/c it is so large it is pasted here with only the first ever crash and the most recent.
    ===== Display starts at offset 91188 within file of length 222260. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    A/Frameworks/WebCore.framework/Versions/A/WebCore
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore: unknown file type, first eight bytes: 0x74 0x4B 0x93 0x48 0xA2 0x5C 0x25 0x93
    Host Name: william-purdys-mac-mini
    Date/Time: 2008-03-24 18:46:10.574 -0500
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iTunes
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Parent: WindowServer [57]
    Version: 7.1 (7.1)
    PID: 159
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore: unknown file type, first eight bytes: 0x74 0x4B 0x93 0x48 0xA2 0x5C 0x25 0x93
    Host Name: william-purdys-mac-mini
    Date/Time: 2009-03-13 12:37:35.546 -0500
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iTunes
    Path: /Users/williampurdy/Desktop/iTunes.app/Contents/MacOS/iTunes
    Parent: WindowServer [59]
    Version: 7.1 (7.1)
    PID: 233
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore: unknown file type, first eight bytes: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

    Looks like your webkit framwork is broken, or is now broken in relation to iTunes. Calls and classes may have changed since version 7.1, which is what you are using. Try updating to the latest version of iTunes and see if this fixes it.

  • 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?

Maybe you are looking for

  • Interfaces in PP-PI

    Hi, i am familar with PP and trying to learn PP-PI. Pls explain why we need interfaces in PP-PI? what is the function of those interfaces? how they need to map / link in sap system? what are the general interfaces in pharm industry? Thank you for you

  • How to upload my fillable PDF to my website?

    I created an interactive PDF application form for my company and we want to be able to upload it to our website and make it so that people can fill it out online and submit it. I do all of the back end work on our website through Wordpress and was wo

  • Login the forum

    Every time I enter into the forum, I have to go thru login process. Can the website remember me so I do not need to login every time.

  • J2ee visual administrator is stopping at 99% while connecting to server.

    Hi,    I am trying to use visual administrator to change some settings but its stopping at 99% while connecting to XI server. Also because of this iam not getting required services. server->global configuration->services is empty. please help me out.

  • OFA & 9i (9.2.0.1.0) on solaris 9

    hi all, i am a java developer by trade. i have a sun blade 100 with 1gb ram and a single 20gb hdd (no immediate plans to upgrade this). i'm new to oracle and new to solaris. i have worked on 2 server-side java web app projects within the past year th