No messages by perfoming a Function After Data Change - Web Interface Build

Hey Xperts,
I have a problem to see messages, when I perform a Function via WEB - Function After Data Change.
You can select by costomizing a Subcomponent "Layout" that a Function can be performent by the feature "Function After Data Change".
But when I run the function there is no message in the message tray.
When I run the function via Button, there will come up a messages.
Is this a buk or a feature.
How can I see message by performing a Function After Data Change ?
Thanks for help.
Thomas

Hi Thomas,
the system works as designed. It would be a bit anoying if the success messages are always displayed. Therefore only errors are shown.
If you really need it, here's the modification:
Include LUPWB_COMPONENTD18
*   PROCESS FUNCTION (after data set)
    if m_state-request-function = cb_true.
      l_function ?= if_upwb_c_layout2~get_function( ).
      if l_function is not initial.
        l_function->_execute(
*          i_show_success_msg = cb_false ).   "<<<DELETE
           i_show_success_msg = cb_true ).   "<<<INSERT
      endif.
      m_state-request-function = cb_false.
    endif.
Regards
Marc
SAP NetWeaver RIG

Similar Messages

  • Executing the planning function while opening the web interface

    hello all,
    I have created a planning area based on multiprovider.This multiprovider is based on two transactional cube ie,COPA cube and Cost Center cube.
    This planning area is meant for enabling integrated planning.One plans in COPA cube and other plans in Cost Center cube the income statement gets planned based on this two.
    I selected planning items in multiprovider layout to display the income statement.The layout is as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 0,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Now EBIT planning item is to be calculated from the planning items as follows:
    EBIT = Net Sales-Sales Overheads-Depriciation-Other Expenses
    For this i have created a planning function which calculates EBIT.This function works properly,there are no issues in it.
    My problem is that i want this function to be executed as soon as i open the web interface for my planning application and the result should be as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 8.300,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Can anybody suggest how to go about this problem?
    Thanks in advance.
    regards,
    Yogesh

    Hi Yogesh,
    as far as i know, there is no standard functionality for that purpose, but there are workaround for it.
    1. Modify the BSP Application.
       Go to SE80 --> Repository Browser --> BSP Application --> your WI name --> page with flow logic --> double click on page1.htm --> Event handler tabstrip --> on the drop down selection press F1 --> add a function module that call you BPS function in specific event (e.g: OnInitialization).
    2. Use WI-Exit Class / WI-Extention (ABAP OO).
    Here you need to create sub class from Class: CL_UPWB_BSP_APPL, and assign the class to your WI. You can then add a function module that call you BPS function in method:
    2.1. Load --> performed only once on intial execution of WI.
    2.2. Initialisation --> called once for each server response.
    2.3. Dispatch --> called at each action and also for each WI component.
    You can see further information in SAP how to paper:
    How to Validate manual input in WEB planning application, New BPS-Features delivered with SAP BW 3.5, etc.
    You can call your BPS function with BPS API FM (See F.Group: UPC_API)
    But there is also more easier way to realize your ebit calculation. If you define your EBIT calc. manually in layout (define with manually defined Lead column). With this way, You will always get your EBIT analog with inputed values.
    Then you add your EBIT calc.function to Layout Component in WI in property: 'Function After Data Change'.
    Best Regards,
    Suan Liono

  • DATA SAVED UNLESS ERROR MESSAGE IN WEB INTERFACE BUILDER

    Dear collegue,                                                         
    IN SEM-BPS THERE is a fox that executes a control on the data inserted 
    in the layout. In planning folder when the data are not corrected there
    is a message that lock the date and data cannot be saved.              
    In web interface builder there is the message (with icon "STOP") but the
    wrong data are saved however. This is a serious problem.
    regards,
    DG

    Dear DG,
    when using planning folders there is the feature to run a function upon leaving a layout and upon save. In order to forbid saving of data in case of error the function has to run upon save - and that feature is not available in WEB based planning.
    You can add it by implementing the how to paper "How to run planning sequences on save and other events". You can find it in the service market place http://service.sap.com/~sapdownload/011000358700004491692004E/HowToRunPlFuncOnEvent.pdf.
    This should solve your problem.
    Regards, Olaf

  • E 7-00 hangs after date change to 1 year past. New...

    Hello boys and girls,
    I bought this sh... and the worst thing in this smartphone is voice conversartions ex. auto relock touch screen at incoming call and many other. My old E70 is best in that case.
    This fu... device hangs up always after date change to 1 year past. I do that to install application which has certificate expired .
    After reset (8 secs. power btn. press) situation is still persist - hangs on pulpit and no reaction for any button but power (8 sec. reset).
    Help please and release update for this next **bleep**in BETA version !!
    Solved!
    Go to Solution.

    @WINFO
    Whereas you would probably get away with installing application compatible with touch screen S60 5th Ed. device, you are trying with application for S60 3rd FP1 which also has expired certificate.
    However many times you keep power button depressed for 8 seconds this is only equivalent to removing battery from device not resetting; you may have to consider a three key depressed power on "hard reset" with all it's consequences to get device working again.
    Happy to have helped forum with a Support Ratio = 42.5

  • Web Interface Builder: export planning data in excel

    Hi,
      we like to export our planning data in excel from a WEB Template. Do anyone knows whether it is possible or not?
    In the web interface builder I only could add the function button with an exit export in excel. Have anyone experience with the abap coding or where I can find more information about the coding?
    Any help where appreciate,
    Klaus

    Klaus,
    I have found this problem. I decided to add an additional tab in all the layouts, with the same layout but defined in Excel (where you have the button to export to excel).
    I have defined this excel layout as "no ready for input", because he have found that the performance openning an excel layout in web is terrible.
    I see that is the same answer as you have received. But just say that we have had same problem, and that's the only solution that we have found.
    Regards,

  • URL functionality in Web Interface Builder for BPS

    Hi,
    I have web enabled a planning folder and in the Web Interface bulider I am trying to enhance it. The clients requirement is to be able to select a file by clicking on a URL on a shared drive, based on variable selection. The file name is smart coded
    e.g.
    the files may reside in
    shareddrive\
    if the value in variable for version is 100, then the url should be "
    shareddrive\100.xls" and on cliking on this url, the file should open
    if the version value is 200, then the url should be "
    shareddrive\200.xls".
    In the Web Interface builder, I have created subcomponent 'URL'. If I give a fixed path for the URL say "
    shareddrive\100.xls" and clicking on it opens the file.
    I am however unable to parmeterize it. I tried using Javascript in the "Goto URL" attribute, but it doesn't work
    Any help is appreciated.
    Thanks,
    NS

    Hello Nimmi,
    here's an example that adds a button to launch the file. "VarvlSel1" is the technical name of the variable (dropdown box).
    Regards,
    Marc
    SAP NetWeaver RIG
    <span>
    <a href="#1" onclick="open_file();return false;"
    class="urBtnStd" id="OpenButton1" ct="Button"
    style="white-space:nowrap;"
    OnMouseOver="javascript:window.status = 'Open File';return true;"
    title="Open File">
    <nobr>Open File</nobr>
    </a>
    </span>
    <script type="text/javascript">
    function open_file () {
    var variable1 = document.all("VarvlSel1");
    var value1 = variable1.options[variable1.selectedIndex].text;
    var url1 = "
    sharedrive
    folder
    " + value1 + ".xls";
    // alert(url1);
    var window1 = window.open(url1,"Window1","width=310,height=400,left=100,top=100");
    </script>

  • Saving Data in Web Interface

    Hi Experts,
    I have following problem, Please provide your inputs to solve this.
    <b>Background Info:</b> We are using web interface ( web excel) for planning and we have fund center authorization variable and once user launches the interface and select fundcenter, the data appears and user goes on doing planning. We do have, running planning sequences on save functionality implimented and we are running global planning sequence having the functions which check automatically executed before saving of data.
    <b>Issue:</b>When user is in fund center "A" and inputs in the layout some data and hits the save button and error is generated from the error function because of wrong data input and data is not saved into cube. It is fine to this point. Now user does not eixt the interface but navigates to other fund center i.e "B" and keys in data and hit the save button, no errors occur and data is saved. Here is the problem, at this point it is saving data of Both fundcenter A and B. We want to save only data of fundcenter B at this point. The error functions are running only on the fund center that user is selecting but I should be able to release the fund center A when user navigates away from it.
    Any thought to solve my issue is appreciated with points and let me know if you need any additional details.
    Thanks,
    Raj.

    Hi Guys,
    Thanks a lot for your suggestions.
    Anand >> Please let me know how can I create a function to clear the buffer once the user selection changes on the fundcenter. Is it a function module ?
    Marc >> I cannot run the planning function on all the fundcenters that user is authorized because more than one user is authorized for same fund center and locking is based on fundcenter. If I run the function for all the fund center that the user is authorized then he is going to create a lock on all fund centers and that results in locking issues. Please let me know if see any other solution to solve this issue.
    In general, I will be ok even if user looses the data in buffer for fund center "A" when they navigate out of it when error occur but I should not be saving the data.
    Thanks a lot guys for quickly understanding the problem and providing your thought on it. I know this is best thing about the SDN.
    Thanks,
    Raj.

  • Blackberry Protect function after SIM change

    I have just got a new PAYG SIM card for my Betterware and put it in my BB Torch.
    I got a message from BB Protect that the SIM had been changed, which made me think about what if the phone had been stolen and SIM changed.
    I tried the loud ring, the locator and the message facilities from the Protect website - all of which stuck at "waiting for device to respond".
    Does this mean that if the phone is stolen and the SIM changed then BB Protect in effect ceases to be useful?
    Let's be honest, if the phone were stolen then a new SIM is likely....
    Solved!
    Go to Solution.

    Yes, by changing the SIM card you've disconnected the device from your BIS account and disconnected it from access to you.
    Somethings cannot be prevented, just like you can't prevent the thief from stomping on the device and crushing it. No software will 'disable' that.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Web Interface builder - Not displaying planning folder after transporting

    I created an web-enabled planning folder and transported it to the quality system.
    In the development system works perfectly (variables, layouts, links, user-exits, etc).
    After transporting it to the quality system when I run this web planning folder the page doesn't load and displays with an empty white web page.
    I tried to re-generate it in the quality system, but I'm having the same problem. I haven't recieved any error message.
    Development system:
    SAP_BW     350     0019     SAPKW35019     Business Information Warehouse
    SEM-BW     400     0012     SAPKGS4012     SEM-BW 400 : Add-On Upgrade Request
    BI_CONT     353     0007     SAPKIBIFP7     Business Intelligence Content
    Quality system:
    SAP_BW     350     0019     SAPKW35019     Business Information Warehouse
    BI_CONT     353     0007     SAPKIBIFP7     Business Intelligence Content
    SEM-BW     400     0012     SAPKGS4012     SEM-BW 400 : Add-On Upgrade Request

    Thanks for your post.
    I tried re-transporting and re-generate it again and I'm still having the same problem.
    Have you heard of a note or something for a similar problem?
    The only thing I recall is that this client was using SEM 3.5 before and upgraded to SEM 4.0 recently.

  • Forced upgrade after using icloud web interface

    I used the icloud interface in order to access a Pages document and print a PDF version while I was at the library. When I returned home I wasn't able to open the document and was instead told I needed to upgrade to the new version of Pages for $20. There was no warning of this on the icloud site, and I want access to the file returned - or a free "upgrade". I'll happily take a reversion to the unaltered version of the document, which I never edited on icloud anyway.

    To tell Apple something, you need to post it at
    http://www.apple.com/feedback
    To regain access to the file, open it in iCloud and email it to yourself as a Word doc.  Then you should be able to open it on your Mac again.

  • WRV200 web interface crashes after changing config

    I've got a WRV200 with firmware 1.0.24. Configured to run secured wifi and a VPN tunnel, all without a problem.
    Now, when I disable the DHCP service on the box and click Save Settings I'm prompted with the "wifi will restart"message after which the web interface will stop responding. Other functionality (like VPN tunnel) stays OK. I'm connected wired and tried the change with Internet Explorer and Firefox. The only way to get access to the web UI again is do a powercycle of the WRV200. Then the config still shows DHCP enabled.
    When trying to upgrade the firmware to 1.0.29 exactly the same happens: try to apply the upgrade, then the web interface stops responding in the end... and after a reboot the f/w still shows 1.0.24.
    So: is anyone seeing the same ? And more so: does anyone know how to get around this ?

    make sure that you upgrade the firmware from a hardwired computer...
    go to ftp://ftp.linksys.com/pub/network and download the tftp.exe file .. assign a static ip address on the computer ( 192.168.1.10 ) and reduce the NIC card's speed to 10 Mbps half duplex mode...
    run the tftp.exe file...here the server is router's ip add , password is router's password....browse the firmware file and click upgrade...
    the firewall should be disabled during the complete process...
    after the firmware upgrade , reset the router for 30 seconds and do a power cycle...

  • Execute BPS planning function on opening of web planning layout

    Hi all,
    Does anyone know how to execute a planning function automatically at the moment of opening a web planning layout in a BPS web planning folder(tx code BPS_WB/BPS_WIF0)?
    This was possible in the old BPS planning folder, but does not seem possible in the web planning folders?
    Thanks,
    Rael

    Hello Rael,
    Basically you have 2 options:
    - Use the same trick as in the how to paper "How to call a BPS Web Interface with predefined variable values" (see service market place, alias BW, then BI Planning). In the BSP page you do not set a variable value but use the BPS API to execute a planning function (just call the function module API_SEMBPS_FUNCTION_EXECUTE). When using the url parameters in a similar way as in the how to paper you can call different function modules for different web applications.
    - You can use the application class in the web interface builder and call the function in the "on load" method. There is a how to paper describing how such a application class can be used (Validate key figure values in manual planning - web). Note that there another event is used and thus a check AFTER input is done.
    Well - the second option might be a little more elegant but I think the first one is definitely less complicated and less work...
    Best regards,
    Gerd Schoeffl
    SAP NetWeaver RIG BI

  • Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed latest version of Tuxera NTFS for Mac.

    I purchased a 3TB HDD (WD USB 3.0 $100) to replace the 2TB Seagate for a new Time Machine HDD. The 2B was full and backups were deleting older files. The 3TB was formatted NTFS and I want to "recover" the included SW before I reformatted the HDD for the iMac. I discovered that MacFuse was out of date and unsupported and my NTFS-32 was also out of date so I uninstalled both and then installed the most recent version of Tuxera NTFS for Mac. I rebooted and discovered that the FW800 port was unresponsive. Below is the EtreCheck report:
    Problem description:
    Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed Tuxera NTFS for Mac.
    EtreCheck version: 2.0.8 (95)
    Report generated October 30, 2014 7:11:17 PM EDT
    Hardware Information: ℹ️
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.8 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR2 SDRAM 667 MHz ok
      BANK 1/DIMM1
      2 GB DDR2 SDRAM 667 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 0:17:34
    Disk Information: ℹ️
      WDC WD5000AAKS-40TMA0 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      disk0s1 (disk0s1) <not mounted> : 210 MB
      ML 10.8 (disk0s2) /  [Startup]: 499.25 GB (20.92 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
      Logitech USB Receiver
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Hardware Monitor ƒ/HardwareMonitor.app
      [loaded] com.bresink.driver.BRESINKx86Monitoring (7.0) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.hypervisor (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.netbridge (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.usbconnect (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.vnic (8.0 18615.948847) Support
      /Applications/Toast Titanium v11.1/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) Support
      /Applications/Toast Titanium/Toast Titanium v11.1 (1072).app
      [not loaded] com.roxio.TDIXController (2.0) Support
      /Library/Application Support/Symantec/AntiVirus
      [loaded] com.symantec.kext.SymAPComm (12.2f1 - SDK 10.6) Support
      /System/Library/Extensions
      [loaded] com.Logitech.Control Center.HID Driver (3.9.0 - SDK 10.6) Support
      [loaded] com.eltima.ElmediaPlayer.kext (1.58 - SDK 10.4) Support
      [not loaded] com.hzsystems.driver.CDSDAudioCaptureSupport (1.5) Support
      [not loaded] com.increw.kext.speedit (0.32) Support
      [loaded] com.logitech.manager.kernel.driver (4.10.0 - SDK 10.8) Support
      [not loaded] com.olympus.CamBlockCommandsDevice (2.0.0) Support
      [not loaded] com.olympus.CamBlockCommandsDeviceUP (2.0.0) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.seagate.driver.PowSecDriverCore (5.1.1) Support
      [loaded] com.symantec.kext.internetSecurity (5.2f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ips (3.5f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ndcengine (1.0f1 - SDK 10.6) Support
      [loaded] com.taoeffect.ispy.kext (2.0.2 - SDK 10.2) Support
      /System/Library/Extensions/OlympusDSCDriver.kext/Contents/PlugIns
      [not loaded] com.olympus.CamFWSerialBusProtocolTransport (2.0.0) Support
      [not loaded] com.olympus.CamUSBMassStorageClass (2.0.0) Support
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.1.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.1.1) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.1.1) Support
      /Users/[redacted]/Downloads/LCC Installer.app
      [not loaded] com.Logitech.Unifying.HID Driver (1.3.1 - SDK 10.8) Support
    Startup Items: ℹ️
      TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] com.canon.MFManager.plist Support
      [not loaded] com.cooliris.SetLaunchArch.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [running] com.logitech.manager.daemon.plist Support
      [running] com.micromat.TechToolProAgent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.seagate.SeagateStorageGauge.plist Support
      [running] com.symantec.uiagent.application.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cleverfiles.cfbackd.plist Support
      [running] com.eltima.ElmediaPlayer.daemon.plist Support
      [loaded] com.embraceware.awaken.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.micromat.TechToolProDaemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.prosofteng.DriveGenius.locum.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
      [loaded] com.symantec.liveupdate.daemon.ondemand.plist Support
      [failed] com.symantec.liveupdate.daemon.plist Support
      [not loaded] com.symantec.sep.migratesettings.plist Support
      [running] com.symantec.sharedsettings.plist Support
      [running] com.symantec.symdaemon.plist Support
      [running] com.taoeffect.ispyd.plist Support
      [running] com.wdc.drivemanagerservice.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.prosofteng.DGMonitor.plist Support
      [running] com.smithmicro.cleaning.schedulermailer.plist Support
      [running] com.taoeffect.EspionageHelper.plist Support
    User Login Items: ℹ️
      Speedy Mac Application (/Applications/Speedy Mac/Speedy Mac.app)
      AwakenHelper Application (/Users/[redacted]/Library/Application Support/Awaken/AwakenHelper.app)
      GetBackupAgent Application (/Users/[redacted]/Library/Application Support/BeLight Software/Get Backup 2/GetBackupAgent.app)
      WDDriveUtilityHelper Application (/Users/[redacted]/Downloads/WD/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      ClustersHelper Application (/Library/PreferencePanes/Clusters.prefPane/Contents/Resources/ClustersHelper.a pp)
      RealPlayer Downloader Agent Application (/Users/[redacted]/Library/Application Support/RealNetworks/RealPlayer Downloader Agent.app)
      SAVDiskMountNotify UNKNOWN (missing value)
      ScanNotification UNKNOWN (missing value)
      Launch Nikon Message Center 2 Application (/Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)
    Internet Plug-ins: ℹ️
      EPPEX Plugin: Version: 10.0 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewer: Version: 9.4.6 Support
      Unity Web Player: Version: UnityPlayer version 3.5.3f3 - SDK 10.6 Support
      NPVirtools: Version: 4.0 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      RealPlayer Plugin: Version: (null) Support
      DirectorShockwave: Version: 11.6.8r638 Support
      QuickTime Plugin: Version: 7.7.1
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      GarminGpsControl: Version: 2.9.3.0 Release Support
      ToontownBundleManager: Version: (null) Support
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      OVSHelper: Version: 1.0 Support
      CoolirisWebKitPlugin: Version: (null) Support
      Google Earth Web Plug-in: Version: 6.1 Support
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
    User Internet Plug-ins: ℹ️
      BrowserPlus_2.9.2: Version: 2.9.2 Support
      Picasa: Version: 1.0 Support
    Safari Extensions: ℹ️
      DivX Plus Web Player HTML5 <video>
      Open in Internet Explorer
      DivX HiQ
      Aimersoft Video Converter
    3rd Party Preference Panes: ℹ️
      BrowserPlus  Support
      Clusters  Support
      Déjà Vu  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      Logitech Control Center  Support
      Logi Preference Manager  Support
      MenuMeters  Support
      Perian  Support
      Symantec QuickMenu  Support
      TechTool Protection  Support
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Destinations:
      iMac TimeMachine [Local]
      Total size: 2 TB
      Total number of backups: 80
      Oldest backup: 2011-09-18 05:21:33 +0000
      Last backup: 2014-10-05 20:18:55 +0000
      Size of backup disk: Excellent
      Backup size 2 TB > (Disk size 0 B X 3)
      /sbin excluded from backup!
      /usr excluded from backup!
      /System excluded from backup!
      /bin excluded from backup!
      /private excluded from backup!
      /Library excluded from backup!
      /Applications excluded from backup!
    Top Processes by CPU: ℹ️
          2% WindowServer
          0% Speedy
          0% SystemUIServer
          0% RealPlayer Downloader Agent
          0% ps
    Top Processes by Memory: ℹ️
      288 MB SymDaemon
      150 MB Speedy
      137 MB Safari
      82 MB WebProcess
      82 MB coreservicesd
    Virtual Memory Information: ℹ️
      2.17 GB Free RAM
      1.46 GB Active RAM
      148 MB Inactive RAM
      518 MB Wired RAM
      388 MB Page-ins
      0 B Page-outs
    I hope someone has some ideas! TIA.

    Do you have another cable you can test with? Do you have access to another computer with Firewire you can test with?
    FireWire Device not Working
    FireWire/USB - Quick Assist

  • My messages app won't open, after I sent a large iMessage. I think it just has too much data on it. What can I do other then reset my iPhone?

    My messages app won't open, after I sent a large iMessage. I think it just has too much data on it. What can I do other then reset my iPhone?

    Hi everyone, I had this problem but none of the solutions above worked. What happened with me, and with others in other forums, is that a particular thread or message was causing the problem. I'd go to open the message and all I'd get was a white screen with the blue bar at the top. So, I went into contacts, pressed 'send message' to a contact whose message wasn't causing the problem, then I pressed back to messages. You then swipe to the left on the thread that's causing the problem, and delete it. Sadly this means you will lose all that person's messages, but you can try opening it from there and deleting it on the thread. Didn't work for me though. Hope that helps! It was the only thing that worked for me after about three days of total frustration and resetting!

  • I have download iLife for free in ipad air but I deleted imovies ...after dat I try to install it agine n giving message like u already purchased it will be download for free.....after dat it agine coming cloud symbol.pls help in downloading iMovie .

    I am new to apple family.on new year I brought this amazing devise .I have download iLife for free in ipad air but I deleted imovies ...after dat I try to install it agine n giving message like u already purchased it will be download for free.....after dat it agine coming cloud symbol.pls help in downloading iMovie .

    I am new to apple family.on new year I brought this amazing devise .I have download iLife for free in ipad air but I deleted imovies ...after dat I try to install it agine n giving message like u already purchased it will be download for free.....after dat it agine coming cloud symbol.pls help in downloading iMovie .

Maybe you are looking for