WS Upload not throwing error in new ECC 6 System

system was recently upgraded to ecc 6.
programs with WS Upload are running fine without errors.
but in the description it is mentioned OBSOLETE . but the FM is active.
I am confused. Help!!!
Regards,
amit

It is obselete since it is not unicode compatible.  It may still work, but there is a chance that it will not, if you convert to unicode and/or are on multiple codepages.  I would suggest to change any/all calls from WS_UPLOAD and WS_DOWNLOAD to  GUI_UPLOAD and GUI_DOWNLOAD,  or you can of course use the methods of the class CL_GUI_FRONTEND_SERVICES.  This could have been done before your upgrade since the function modules are there all the way back to 46c.
Regards,
Rich Heilman

Similar Messages

  • BPEL......  On Alram Branch not throwing error after the set time

    Hi,
    In SOA 10.1.3.4 BPEL process , i have a asynchronous process which Invokes a Partnerlink and waits in the Recieve Activity. The OnAlarm branch set here waits for 2 hrs, after which the scope throws that Global fault.
    I have observed that for some instances, the OnAlarm Branch does not throw error even after about 24 hrs ( though the OnAlarm is set to 2 hrs )
    Is this a prodcut defect or something to do with thread level issues ?
    Thanks & Regards,
    Md Yaqoob.
    Edited by: Sam9999 on Oct 6, 2010 5:33 PM

    Hi,
    We did not talk to Oracle last week, but hope to do so this week via web conference. According to Oracle support, the version and patch level we are on should not have the problem we are encountering. Both the Oracle constant and support have been unable to replicate the error when they attempt to recreate our setup on their own servers.
    We can produce this issue 100% of the time, on a server with no load at all. it is a brand new environment for development use to which we have deployed the latest versions of our flows. I have deployed a simple flow containing just a Wait 15 minutes, and any instances in flight when I restart BPEL do not wake-up on time. Very occassionally, instances that previously failed to wake after a restart do wake after subsequent restarts, but that is not 100% of the time.
    Hope to conference with Oracle on Wednesday.
    Anit

  • Help req for check customer table maintenance with XD02 if not throw error

    hello ABAP GURUS,
    check customer of the table maintenance with XD02 if not throw error i have given the codition for passing the values in the table but before that it has to check whether the customer i am passing in to the table is a customer from xd02.Here whatever no i am passing it is accepting it should not happen, but when i give the customer which is not a customer it should not accept but it has to throw the message as 'customer does not exist.Its urgent please help me
    TYPES: BEGIN OF TY_KNVI,
    KUNNR TYPE KUNNR,
    TATYP TYPE TATYP,
    TAXKD TYPE TAKLD,
    END OF TY_KNVI.
    DATA : VALIDFROM TYPE GUEBG,
    VALIDTO TYPE GUEEN.
    DATA : IT_KNVI TYPE STANDARD TABLE OF TY_KNVI,
    WA_KNVI TYPE TY_KNVI OCCURS 0 WITH HEADER LINE.
    DATA : V_NAME TYPE SYUNAME.
    SELECT KUNNR
    TATYP
    TAXKD
    FROM KNVI
    INTO TABLE WA_KNVI
    WHERE KUNNR = YYV_CFORM-KUNNR
    AND TATYP = 'ZCST'
    AND TAXKD = '1'.
    V_NAME = SY-UNAME.
    YYV_CFORM-ENTEREDBY = V_NAME.
    IF SY-SUBRC NE 0.
    MESSAGE E000(E4) WITH 'Please change the tax classification of ZCST as' '1' ', in Sales Area Data'.
    ENDIF.
    I have used the following code to enter the data into the table maintenance it is working fine and throwing the error when the tax type is not the one which i have given in the select statements but the problem is when i have given the customer no which is not there in the XD02 tcode, it is accepting and showing the error message as MESSAGE E000(E4) WITH 'Please change the tax classification of ZCST as' '1' ', in Sales Area Data'. now i have to check the customer no from XD02 and if it is existing in that tcode it should allow to save in the table maintenance otherwise throw a message as the 'Customer no does not exist, this I am unable to write so how can i check please help me .
    thankx in advance.
    Edited by: soni khadary on Apr 22, 2008 7:55 AM

    Hi Kelly,
    I guess <wa_tab>-handle_style is of type lvc_t_styl therefore you can do the following:
    ls_edit-style = cl_gui_alv_grid=>mc_style_enabled.
    "I assume you know your non-key fields' names so you can use subrotuine to perform update on each of them
    ls_edit-fieldname =  'First field name' .
    PERFORM update ls_edit.
    ls_edit-fieldname =  'Second field name'.
    PERFORM update ls_edit.
    ls_edit-fieldname = 'Third field name'.
    PERFORM update ls_edit
    FORM update USING fs_edit type lvc_s_styl.
    field-symbols: <style_tab> type lvc_t_styl,
                         <style_wa> type lvc_s_styl.
    LOOP AT <tab> ASSIGNING <wa_tab>.
       if e_row = sy-tabix .
         "get you style table
         assign component 'HANDLE_STYLE' of structure <wa_tab> to <style_tab>.
         "as <style_tab> is typed fully you can read the row you are interested in
         read table <style_tab> assigning <style_wa> with key fieldname = fs_edit-fieldname
         if sy-subrc = 0.
           "update this entry
            <style_wa> = fs_edit.
    *        modify table <style_tab> from <style_wa>. 
         endif.
       endif.
    endloop.
    endform.
    Note!
    Though, this should work, the use of RTTI as Uwe suggested would be best practise approach as far as dynamic programming is concerned. Anyhow it is still up to you which one you pick.
    Regards
    Marcin
    I noticed now that this line is not necessary
    modify table <style_tab> from <style_wa>. 
    as we simply are working with field symbols, so changes made to <style_wa> are already visible in that table <style_tab>.
    Edited by: Marcin Pciak on Mar 15, 2009 12:44 PM

  • Data Migration from R3 to new ECC System

    Hello,
    We are doing a fresh implementation for SAP MDM. Currently we have 3 SAP R/3 systems and 1 non-R3 system (BPCS system). One of the project goals is to do data migration from all these 4 systems into a new SAP ECC system and to MDM for Vendor Master, Customer Master and Material Master. My manager says that we need Business Objects tool to Migrate these data. But, my question is that is it not possible to achive this through XI/PI itself ? Can anyone let me know the entire process in XI/PI as to how do I receive the Idocs from R/3, convert into XML and then send it to the new ECC system in Idoc format ?
    Thks & Rgds,
    Hema

    Hi Gandhi,
    You have SAP MDM, BPC and R/3 systems in your landscape, when you are migrating data to new ECC system, what is the role of mdm, did you moving the same data to MDM to avoid duplicate/redundant data??is there any data migration from R/3 to MDM(any integration required)or MDM to R/3,
    You have to develop different interfaces to transfer data from MDM to ECC, BPC to ECC.definelty you required one middleware, the option definitely SAP PI. it offers very easy of integration between MDM and R/3 system, you can use MDM-PI adapter to connect to directly MDM syndicator file port from there you can pull the XML file and convert it in to IDoc format use Receiver IDoc adapter in PI, the same way we can integrate BPC system with R/3.
    Search in sdn, there are some scenarios integration of R/3 and MDM using PI, refer those links, if still you have any doubts let me know,
    Regards,
    Raj

  • ADR3 table updation in new ECC system for customer address

    When ever customer is created using VAP1 transaction and maintain telephone and fax number it used to get update in ADR3 table.
    in new ECC system unless and until the telephone and fax is maintained in Business area of Contact person it is not getting updated in ADR3 table.
    Can u please let me know in which table it is getting saved if we are not maintaining these in business area in ECC?

    Sreedevi only fax number along with extension is getting updated in ADR3 but telephone number & extrnsion is getting updated in ADR2.
    Reward Points if it helps,
    Regards,
    N

  • The program vectorworks 2008 (not 2009) does not work with the new operating system Mavericks, which is a disaster because it forces us to change the program, and is very expensive. Apple should fix this problem

    The program vectorworks 2008 (not 2009) does not work with the new operating system Mavericks, which is a disaster because it forces us to change the program, and is very expensive. Apple should fix this problem

    Why should Apple fix the problem? Maybe you should consider NOT upgrading if an expensive piece of (obsolete) software you're running won't work with it...

  • Submit button not throwing error

    I have a Search Region and a table to show the data based on Search criteria...After search I am modifying the some fields with invalid data in Result table
    and I am clicking the Submit button, it is throwing error(I written Exception in EO level) , the same time if i click the submit button second time , it is not validating and throwing the error and record is saving to database with invalid data.
    Could you please help me and let me know what I am missing here?

    I written the following code in EntityExpert, the EntityExpert code in EO
    public boolean isItemNameValid(String ItemName)
    System.out.println("Entity Expert");
    System.out.println(ItemName);
    boolean isActive = false;
    ItemNameVVOImpl ItemNameVO = (ItemNameVVOImpl)findValidationViewObject("ItemNameVVO1");
    ItemNameVO.initQuery(ItemName);
    if (ItemNameVO.hasNext())
    isActive = true;
    System.out.println("Return ");
    System.out.println(isActive);
    return isActive;
    and I am calling the above method in EOImpl
    public void setItemName(String value)
    if ((value != null) || (!("".equals(value.trim()))))
    ItemNameEntityExpert expert = getItemNameEntityExpert(getOADBTransaction());
    if (!(expert.isItemNameValid(value)))
    throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT,
    getEntityDef().getFullName(), // EO name
    getPrimaryKey(), // EO PK
    "Item Name", // Attribute Name
    value, // Attribute value
    "MSC", // Message product short name
    "UPDATE_SUPPLY_ITEMNAME"); // Message name
    setAttributeInternal(ITEMNAME, value);
    Please check.
    Thanks,
    K.Murugesan

  • TS3694 Why is the IPAD not updating to the new Operating System. I get this 3014 error all the time. Help please?

    I just updating to the new operating system.  My Ipad is having problems updating to the new operatinng system IO6 I think.  Anyways I keep getting this 3014 error.  Is anyone else experiencing this problem?

    I am having the same problem.  I think I saw something about VPN and not being able to communicate with Apple web site.  Do you have your protected company email on your phone?

  • H.264 Not Throwing Errors?  Size Limit?

    Hello,
    I've been experiencing a very odd issue that I'm trying to narrow down. I've discovered the joys of H.264, and converted some smaller files (20-30 minute files) using this codec. (I used to use Sorensen 3).
    Now I have a 2-hour video clip (without audio at this point) that I'm trying to transcode to H.264. The odd thing is, after approximately 24 hours of encoding (yes, it's a 2-hour clip, so I know it will take a while), the resultant file is empty.
    By empty, I mean that it's either 0k, 4k, or 8k. All the while, QT Pro did not throw any errors to me.
    I should have enough disk space for conversion, and have tried it on two different models (Mac Mini--I forget the speed, and G4 400MHz), both with the same result. I'm also using QT 7.0.3 and turned off sleep on both machines (including drive sleep).
    Any ideas of what I might be missing? Two other factors that I different is that the shorter clips I would convert the size to 320x240, whereas the larger clip I'm keeping at 720x480, and the data rate I would clip on the smaller files to 500kb/s and the larger one at 1000kp/b and 1500 kb/s.
    Thanks for any ideas!
      Mac OS X (10.4.3)  

    What would those "several things" be that you've already tried?
    It wouldn't hurt to know something about the project, your machine, and other things, either:
    FAQ: What information should I provide when asking a question on this forum?

  • Sapdba gives error after new QAS system build from PRD

    Hello All,
    I brought up a new QAS system by  copying oracle and sap executables, followed by restore from online backup. The system is up and running and sap is also up.
    When i try to execute sapdba, I get the follwoing error:
    <b>/usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.
    Segmentation error.</b>
    other tools like svrmgrl and sqlplus works fine.
    Upon investigation i found that, i did not copy /oracle/client and that is causing this error.
    I copied the following /oracle directories
    /oracle/SID
    /oracle/version_number
    /oracle/stage
    I did not copy the following directories
    /oracle/client
    /oracle/oraInventory
    /oracle/jre
    /oracle/oui
    Since the system is up and running already , is it ok for me to copy the left out directories now? Also are they all needed essentially or just /oracle/client is enough.
    Please help me as this is very urgent task. Any help with be greatly appreciated with points.
    Thanks,
    Basis learner

    Hello,
    you can extract oracle client SAR archive in you /oracle/client, in order to be sure to have the right oracle client files.
    you will find SAR archive in download section of SAP support portal.
    Regards
    Ermanno

  • New ECC system with new org structure into existing CRM 7 system

    Hi,
    We have a situation where we have a current ECC 6 system which distributes organisation structure to a CRM 7 system using ALE (org units, positions, personnel numbers).
    We are implementing a new ECC 6 instance as a result of a merger which will have a new org structure, the CRM 7 system remains.
    My question is has anyone dealt with a similar situation where a new org structure is distributed into an existing CRM or SRM system? Any lessons you could share? Or tips for how to approach this?
    Thanks
    Marc

    You need to schedule program RHALENI in Insert mode to achieve the same
    Thanks,
    Sundeep

  • New ECC system maintenance in MII

    Hi,
    Need to change ECC system ID in MII 12.1.system and respective connections to ME 5.2
    kindly guide for configuring details
    Thanks in advance

    Hi Sergiy,
    Thanks for the reply.
    I hope you are mentioning the section 4.2 in ME 5.2 installation guide. Please correct me If I am wrong.
    I have below queries in that SAPMEINT CTC section
    1) If we run the CTC task , will it create a new ME site (or) need to enter the existing ME site/password details?
    2) What I should enter in the field "SAPMEINT user / password" under Wizard 5 MII settings ?
    Since its mentioned as optional..can we leave it blank and continue?
    Please clarify.
    Thanks in advance

  • Could not upload picutre in mysite profile- upload button throws error.

    hi ,
    when i click save and close in edit profile page in SharePoint 2013( in SP 2010 UI) I am getting an java script error. any ideas?
    (_layouts/EditProfile.aspx) 
    Uncaught ReferenceError: EntityEditor_UseContentEditableControl is not defined
    copyUplevelToHidden
    WebForm_OnSubmit
    onsubmit
    __doPostBack
    Sys.WebForms.PageRequestManager._doPostBack
    (anonymous function)
    Sutha Thavaratnarajah

    further to that,
    when I click edit profile picture, It throw an error
    'SelectUserImage' is undefined
    however, I can see the function in by F+12 as follows. any Ideas
    <script type="text/javascript">
    //<![CDATA[
    var MSOWebPartPageFormName = 'aspnetForm';
    var g_presenceEnabled = true;
    var g_wsaEnabled = false;
    var g_wsaQoSEnabled = false;
    var g_wsaQoSDataPoints = [];
    var g_wsaLCID = 1033;
    var g_wsaListTemplateId = null;
    var g_wsaSiteTemplateId = 'SPSMSITEHOST#0';
    var _fV4UI=true;var _spPageContextInfo = {webServerRelativeUrl: "\u002f", webAbsoluteUrl: "http:\u002f\u002fmysites.", siteAbsoluteUrl: "http:\u002f\u002fmysites.yourorganization.com.au", serverRequestPath: "\u002f_layouts\u002f15\u002fEditProfile.aspx",
    layoutsUrl: "_layouts\u002f15", webTitle: "My Site", webTemplate: "54", tenantAppVersion: "0", isAppWeb: false, webLogoUrl: "_layouts\u002f15\u002fimages\u002fsiteicon.png", webLanguage: 1033, currentLanguage:
    1033, currentUICultureName: "en-US", currentCultureName: "en-AU", clientServerTimeDelta: new Date("2015-03-09T06:54:14.5536755Z") - new Date(), siteClientTag: "4$$15.0.4667.1000", crossDomainPhotosEnabled:false, webUIVersion:15,
    webPermMasks:{High:2147483647,Low:4294967295}, pagePersonalizationScope:1,userId:441, systemUserKey:"i:0\u0029.w|s-1-5-21-2471239075-1450731433-529964105-17116", alertsEnabled:true, siteServerRelativeUrl: "\u002f", allowSilverlightPrompt:'True'};
    function _spNavigateHierarchy(nodeDiv, dataSourceId, dataPath, url, listInContext, type) {
        CoreInvoke('ProcessDefaultNavigateHierarchy', nodeDiv, dataSourceId, dataPath, url, listInContext, type, document.forms.aspnetForm, "", "\u002f_layouts\u002f15\u002fEditProfile.aspx");
    function SelectUserImageCallback(dialogResult, ret)
        if (!ret) return;
        var img = document.getElementById('ctl00_PlaceHolderMain_PictureURLImage');
        var clear = document.getElementById('ctl00_PlaceHolderMain_PictureURLClearImage');
        var pictureVal = document.getElementById('ctl00$PlaceHolderMain$ProfileEditorEditPictureURL');
        if(ret=='__RESET__')
            img.src = '\u002f_layouts\u002f15\u002fimages\u002fPersonPlaceholder.96x96x32.png';
            img.style.width = 'auto';
            pictureVal.value = '';
            clear.style.display = 'none';
        else
            img.style.width = img.style.height = ''; 
            img.src   = ret + '?rand=' + Math.random();
            pictureVal.value = ret;
            clear.style.display = '';
    function SelectUserImage() {
        var href = '\u002f_layouts\u002fSelectPicture2.aspx?Type=User\u0026accountname=yourorganization\u00255Cfirstname\u00252Elastname';
        var dialogOptions = {autoSizeStartWidth:410, autoSize:true};
        SP.UI.ModalDialog.commonModalDialogOpen(href, dialogOptions, SelectUserImageCallback, null);
    }function ProfileEditorEditAboutMe_PopulateEditableRegion() {var editableRegion = document.querySelector('[InputFieldId=ProfileEditorEditAboutMe_hiddenRTEField]');if (editableRegion) editableRegion.innerHTML = '';}_spBodyOnLoadFunctionNames.push('ProfileEditorEditAboutMe_PopulateEditableRegion');function
    ProfileEditorEditCH-MyPassions_PopulateEditableRegion() {var editableRegion = document.querySelector('[InputFieldId=ProfileEditorEditCH-MyPassions_hiddenRTEField]');if (editableRegion) editableRegion.innerHTML = '';}_spBodyOnLoadFunctionNames.push('ProfileEditorEditCH-MyPassions_PopulateEditableRegion');function
    ProfileEditorEditCH-MyContributions_PopulateEditableRegion() {var editableRegion = document.querySelector('[InputFieldId=ProfileEditorEditCH-MyContributions_hiddenRTEField]');if (editableRegion) editableRegion.innerHTML = '';}_spBodyOnLoadFunctionNames.push('ProfileEditorEditCH-MyContributions_PopulateEditableRegion');var
    MSOWebPartPageFormName = 'aspnetForm';var __SafeRunFunctionLoadedScripts = new Array();function SafeRunFunction(fnc, script, type){    if (!_spBodyOnLoadCalled)    {        __QueueFunctionForSafeRunFunction(fnc, script,
    type);        return;    }    var executed = ExecuteOrDelayUntilScriptLoaded(fnc, script);    if (executed)    {        return;    }    var loaded = false;
       for (var i = 0; i < __SafeRunFunctionLoadedScripts.length; i++)    {        if (__SafeRunFunctionLoadedScripts[i].toLowerCase() != script.toLowerCase())        {      
         continue;        }        loaded = true;        break;    }    if (loaded)    {        return;    }    __SafeRunFunctionLoadedScripts.push(script);
       SP.SOD.executeFunc(script, type, function(){});}var __SafeRunFunctionQueue = null;function __QueueFunctionForSafeRunFunction(fnc, script, type){    if (!__SafeRunFunctionQueue)    {        __SafeRunFunctionQueue
    = new Array();    }    var container = new Object();    container['Function'] = fnc;    container['Script']   = script;    container['Type']     = type;    __SafeRunFunctionQueue.push(container);}function
    __ProcessQueuedFunctions(){    if (!__SafeRunFunctionQueue ||          __SafeRunFunctionQueue.length <= 0)    {        return;    }    for (var i = 0; i < __SafeRunFunctionQueue.length;
    i++)    {        var container = __SafeRunFunctionQueue[i];        var fnc    = container['Function'];        var script = container['Script'];        var
    type   = container['Type'];        SafeRunFunction(fnc, script, type);    }    __SafeRunFunctionQueue = null;}_spBodyOnLoadFunctionNames.push('__ProcessQueuedFunctions');
    SP.SOD.executeFunc('ScriptForWebTaggingUI.js', 'Microsoft.SharePoint.Taxonomy.ScriptForWebTaggingUI', null);
                    function CallbackWrapperctl00_PlaceHolderMain_ProfileEditorEditAssistant(dialogResult, xml)
                        if(xml==null)
                            return;
                        var ctx='ctl00_PlaceHolderMain_ProfileEditorEditAssistant';
                        EntityEditorCallback(xml,ctx);
                        // run the custom script
                   RunCustomScriptSetForPickerControl(ctx);
                    function __Dialog__ctl00_PlaceHolderMain_ProfileEditorEditAssistant(defaultSearch)
                            if(defaultSearch==undefined)
                                defaultSearch='';
                            var sDialogUrl = '\u002f_layouts\u002f15\u002fPicker.aspx?MultiSelect=False\u0026CustomProperty=User\u00253B\u00253B15\u00253B\u00253B\u00253BFalse\u0026DialogTitle=Select\u002520People\u0026DialogImage=\u00252F\u00255Flayouts\u00252F15\u00252Fimages\u00252Fppeople\u00252Egif\u0026PickerDialogType=Microsoft\u00252ESharePoint\u00252EWebControls\u00252EPeoplePickerDialog\u00252C\u002520Microsoft\u00252ESharePoint\u00252C\u002520Version\u00253D15\u00252E0\u00252E0\u00252E0\u00252C\u002520Culture\u00253Dneutral\u00252C\u002520PublicKeyToken\u00253D71e9bce111e9429c\u0026ForceClaims=False\u0026DisableClaims=False\u0026EnabledClaimProviders=\u0026EntitySeparator=\u00252C';
                            sDialogUrl = sDialogUrl + '&DefaultSearch=' + escapeProperly(defaultSearch);
                        var dialogWidth = 575; 
                        var dialogHeight = 500; 
                        var options = { title: "Select People", width: dialogWidth, height: dialogHeight, resizeable: true, url: sDialogUrl, dialogReturnValueCallback: CallbackWrapperctl00_PlaceHolderMain_ProfileEditorEditAssistant
                        var rv = EnsureScriptParams("SP.UI.Dialog.js", "SP.UI.ModalDialog.showModalDialog", options); 
                        }var EntityEditor_ItemTooLong = 'Item cannot be more than 256 characters.';var L_PleaseWait_TEXT = 'Searching...';var EntityEditor_UseContentEditableControl = false;//]]>
    </script>
    Sutha Thavaratnarajah

  • Upgrade to Yosemite, iPhoto won't open and NTFS-3G could not mount error with new external HD

    Help! 
    I just did a software update to get OS X Yosemite 10.10.2 on my MacBook Pro.
    Now iPhoto won't open and I get this error:
    "Your photo library is either in use by another application or has become unreadable....Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and Command keys pressed. You can also try restoring your photo library from a backup."
    So I do this and try to repair the database as suggested and I get another error:
    "iPhoto will open as soon as the iPhoto library is available. Time Machine might be backing it up." 
    But it's not - no external hard drive is connected. 
    I'm terrified I can't get access to my photos (and I admit I haven't backed up with Time Machine for over a year - my mistake that I won't make again). 
    So I bought a brand new external hard drive (seagate for mac and pc, 2TB) so I could save only my photos to the hard drive (because I googled and read you can manually save your photos to disk by dragging and dropping the photo library onto the external hard drive). 
    But I can't even get the hard drive to work....I get this error
    "NTFS-3G could not mount /dev/disk2s1
    at /Volumes/Seagate Backup Plus Drive because the following problem occurred:
    /Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8).
    the MacFUSE file system is not available (71)"
    I google the issue again and it says to uninstall NTFS-3G but I actually think I just deleted it a long ago without uninstalling it properly??  I don't know....
    (a)  how do i fix iphoto
    (b)  how do i get external hard drives to work with this OS (I've read lots of posts and don't really understand the advice)
    (c)  how do i get all my photos onto the hard drive safely so I can import them onto a PC
    Any assistance would be magic for this little lady! 

    (c)  how do i get all my photos onto the hard drive safely so I can import them onto a PC
    First see if you can reformat the EHD to MS-DOS FAT with Disk Utility.  If you can
    open iPhoto and select all of the Events in the Events mode. Use the File ➙ Export ➙ File Export menu option and export to the EHD with these settings:
    Select the destination for the export to be the EHD or a folder on the EHD.  This process will create a folder for each Event in your library with the same name as the Event and contain the original image files.  The EHD will be useable by a PC and the photos will be available also.

  • "Audio Record Path Not Found" error and new details

    I've been having problems opening up older GarageBand files I've created and trying to add new content. When I try to record on an existing track, or in a new track, I get the error: "Audio Record Path not Found! Please enter it in the following dialog." (and there's no following dialog). I've tried to save the file as an archive, which has worked in the past, but doesn't work any longer. I'm using a MacBook Pro Core 2 Duo 15"
    As a test, I installed iLife 06 on my older (PowerPC-based) Mac Mini. On that computer, I'm able to open the files, and record onto an existing track. None of my recording equipment is attached to this machine, however. If I save an archive and move it to my macBook Pro, I'm still not able to add recordings to it.
    I tried reintalling GarageBand on my MBP, but I still get the same error. I've also deleted the preference files from Library > Preferences. (the two com.apple.garageband... files), and still no luck. It doesn't sound like the audio files themsleves are corrupted since I can open them on the Mini, so it's likely GarageBand. What else can I delete to make it a pristine installation?
    I don't want to use my Mac Mini for recording, as it's too slow for my editing needs, but if I can't open the files on my MacBook Pro, I'll have to re-record them.
    Anyone have any ideas I can try?

    Excellent suggestion! I actually left the files on the external USB drive on which I store them, and accessed them from my MacBook Pro (instead of moving the files to the MacBook Pro), and sure enough, I'm able to edit and add to the files!
    I still don't know why I can't access them locally on the MBP, but this workaround is certainly acceptible for my needs!
    Thanks out to everyone who helped on this thread!
    Brian Ibbott
    Coverville.com
    The Cover Song Podcast

Maybe you are looking for

  • Can't uninstall or reinstall Quicktime/Itunes etc.

    I have Vista X64 I recently install itunes and quicktime. Now I want to remove them but it won't let me in control panel. So I manually deleted the folders in program files and did a search for the keywords in regedit and deleted every single referen

  • Trying to continue living with a basic phone-Trying

    Well I got off a 2 year plan about 4 months. Ive been on Verizon for roughly 10 years. I enjoy the simplicity of a basic phone. All I need is a decent camera, a qwerty pad and I'm good. My problem is that all of the basic phones Verizon makes are pre

  • Metadata - Configurations for Knowledge Directory

    All, We are using Windows File crawler for crawling documents to KD. By default, the crawler titles the name of the document by this criteria 1) If the document has title metadata, the document is named by its metadata in the title. 2) If the documen

  • HELP with HP monitor 2309m

    Today I turn on my HP monitor and I get only a color patterns. http://youtu.be/2bgwI4rh2Lc The cable is well attached to the monitor and the PC, I also changed the VGA cable. My PC is sending the video signal, I tested it with another monitor. As soo

  • Record Count validation - BPM v.s. Message Mapping

    Greetings,   I've got a file of sales orders coming in from File -> RFC -> File. In my incoming file, the final record contains my record count. In my outbound file are, of course, the messages from my RFC to create orders. In my BPM I receive the in