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

Similar Messages

  • HT1926 when i try to download itunes 11 my computer stops the download and displays the message could not access network location #user profile%\start menu\programs\startup\

    when i try to download itunes 11.1 or any updates i get the message could not access network location #user profile%\start menu\programs\startup\. any help

    Let's try the fixit from the following Microsoft document with that one:
    Fix problems with programs that can't be installed or uninstalled

  • "We could not complete your iTunes Store request. An unknown error occured (-1202) - FRUSTRATED

    Hi,
    I had been using iTunes version 10.7 till i started getting the error "We could not complete your iTunes Store request. An unknown error occured (-1202). I tried to troubleshoot it but didnt work, therefore i upgraded to the latest iTunes version 11, and this didnt solve the problem either. Now i have reverted back to the older version of 10.7, have even restored my system to some earlier date when everything was working but issue still exists. I have noticed many people have also experienced this issue but most of them faced this with the latest version of iTunes 11. Please suggest - i am frustrated now and have almost given up.
    Thanks
    Hassaan

    I have the same problem PLUS I get the "Genius is temporarily unable to show you related music..." whenever I select a song. This occurs even when I log in as Administrator. Updating to 8.0.1 did not fix either problem.
    I can access the iTunes Store and download music. Genius had no problems uploading my iTunes Library info, and it can create playlists for selected songs. I believe this rules out communications and authorization problems. I have a G4 Mac Mini, a G5 PowerPC, and an Intel iMac with the same problem, so it's unlikely to be a Mac hardware issue. A firewall problem was unlikely (since I can access the iTunes Store), but I tested this with the firewall off. Both problems still remained. Updating Genius, turning Genius off and then on again, reinstalling iTunes 8, updating to 10.5.5, etc. did not work.
    The only unusual factor is that I have HughesNet satellite 'broadband.' I cannot see how that would matter, but perhaps the individual song iTunes Store and Genius features don't get along with something in my HughesNet 'modem.' Any ideas from other users?

  • TS1368 I can't connect to iStores through iTunes on my Windows Xp machine. Everything is updated and I am getting message: We could not complete you iTunes Store request. An unknown error occurred (-1202). Any suggestions??

    I can't connect to iStores through iTunes on my Windows Xp machine. Everything is updated and I am getting message: We could not complete you iTunes Store request. An unknown error occurred (-1202). Any suggestions??

    I have the same problem PLUS I get the "Genius is temporarily unable to show you related music..." whenever I select a song. This occurs even when I log in as Administrator. Updating to 8.0.1 did not fix either problem.
    I can access the iTunes Store and download music. Genius had no problems uploading my iTunes Library info, and it can create playlists for selected songs. I believe this rules out communications and authorization problems. I have a G4 Mac Mini, a G5 PowerPC, and an Intel iMac with the same problem, so it's unlikely to be a Mac hardware issue. A firewall problem was unlikely (since I can access the iTunes Store), but I tested this with the firewall off. Both problems still remained. Updating Genius, turning Genius off and then on again, reinstalling iTunes 8, updating to 10.5.5, etc. did not work.
    The only unusual factor is that I have HughesNet satellite 'broadband.' I cannot see how that would matter, but perhaps the individual song iTunes Store and Genius features don't get along with something in my HughesNet 'modem.' Any ideas from other users?

  • Photoshop Elements 8. "Could not use Clone Stamp Tool because of a program error."  Please help.

    Photoshop Elements 8.  "Could not use Clone Stamp Tool because of a program error."  Please help.

    Try this:
    Open your picture file
    Access the clone stamp tool
    Hold down the ALT key on the keyboard and left click on the area from which you wish to clone, then release the ALT key, and click to place the pixels at the destination
    TIPS:
    It is a good idea to open a blank layer at the top in the layers palette, and do the cloning on this layer. Be sure that "sample all layers" at the top is checked. You can change the layer opacity if necessary
    Use the bracket keys next to the letter p on the keyboard to increase & decrease the size of the cursor
    Let us know  how you make out with the error message now.

  • I continue to receive message that "We could not complete your iTunes Store request. An unknown error occurred (4002). Please try again later." This has been happening every time iTunes Match runs in background. Any suggestions for a cure?

    I continue to receive message that "We could not complete your iTunes Store request. An unknown error occurred (4002). Please try again later." This has been happening every time iTunes Match runs in background. Any suggestions for a cure?

    Found a potential solution here:
    https://discussions.apple.com/thread/4332757
    Gsleeroy
    Re: error 4002 in itunes match do you have a solution? 
    Sep 23, 2012 10:08 AM (in response to matracaelcan)
    Hi All,
    I had this problem today myself, and was frustrated repeatedly by the '4002' error.
    I have literally just fixed the issue by doing the following steps:
    1: Go to the 'Store' tab and select 'Turn Off iTunes Match'
    2: Return to the 'Store' tab and select 'Update Genius'
    3: Wait for this to complete succesfully, the return to the 'Store' tab once more and select 'Turn On iTunes Match'.
    4: iTunes Match will now go through the motions and should succeed!
    I hope this helps

  • I am running Windows 7 (64bit) , and an error message appears following a recent update to iTunes v 11.1.2:  "iTunes could not connect to the iTunes store. An unknown error occured (-3212). Make sure your network connection is active and try again." help!

    I am running Windows 7 (64bit) , and an error message appears following a recent update to iTunes v 11.1.2:  "iTunes could not connect to the iTunes store. An unknown error occured (-3212). Make sure your network connection is active and try again." I have dug a little bit into possible problems but haven't found a solution yet, one note is that the network connection is OK. A response would be highly appreciated!  Thanks in advance.

    Hi c1r1g1,
    If you are having an issue connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Using a Mac, OSX 10.6.8; My internet connection is working properly, yet I get the following message in iTunes:  "iTunes could not connect to the iTunes store. An unkown error occurred (-54)."

    Using a Mac, OSX 10.6.8; My internet connection is working properly, I can reach all sites via browser, yet I get the following message in iTunes:  "iTunes could not connect to the iTunes store. An unkown error occurred (-54)."

    I have the same issue with almost exactly the same environment...
    iPhone4S (32GB) running iOS5.0
    Windows 7 Enterprise
    iTunes 10.5.2.11
    iPhone has been set up to wirelessly sync when on charge yet I get this error when the iPhone is not even charging!
    I work for a mobile network operator and although this isn't something we support anyway, we would usually stumble across something like this when customers call us for advice prior to contacting the manufacturer for support, yet this hasn't been a call driver so I'd imagine this is isolated... (either that or not many people have updated their device and set up the wireless sync lol)...
    Hey Apple! Any ideas? :-)

  • I attempted to open my itunes store and would not do so. The message said itunes could not connect to the Itunes store. Un aunknow error occurred (-3212)

    I attempted to open my itunes store. The message said it could not connect to the Itunes store. An unknow error occurred. (-3212) This was after I installed the latest upddate.  Any ideas?

    Hello link1948,
    The following article provides steps that can help get iTunes reconnected to the iTunes Store.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Hi, so I keep having problems logging onto the iTunes store in iTunes and I get this error message: "iTunes could not connect to the iTunes Store. An unknown error occurred (0x80090318) Make sure your network connection is active and try again."

    Hi,
    So I keep having problems logging onto the iTunes store in iTunes where an error message pops up saying: "iTunes could not connect to the iTunes Store. An unknown error occurred (0x80090318) Make sure your network connection is active and try again."
    How do I fix this?

    Hey thatssoivi,
    If you are having an issue with being unable to connect to the iTunes store, I would suggest that you troubleshoot using the steps in this article - 
    iTunes for Windows: iTunes Store connection troubleshooting - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • When trying to connect to the itunes store on my MacBook Pro, I get the following error message: "iTunes could not connect to the iTunes Store.  An unknown error occurred (-54) Make sure your network connection is active and try again."

    When trying to connect to the itunes store on my MacBook Pro, I get the following error message: "iTunes could not connect to the iTunes Store.  An unknown error occurred (-54) Make sure your network connection is active and try again."

    I've had the same problem for a month and yet I still cant get iTunes to work, I've heard different solutions but none have worked for me
    This may or may not work for you but its worth a try even though it didnt seem to work for me, Good Luck!
    Control Panel
    Internet Options
    Connections Tab
    Click LAN Settings
    Uncheck "Use A Proxy Server"

  • Help error message - iTunes could not connect to the iTunes Store.  An unknown error occurred (0x80092013)

    This message keeps coming up everytime I try and log in on iTunes:
    iTunes could not connect to the iTunes Store.  An unknown error occurred (0x80092013)
    I have have looked at my proxy and unclicked the box.
    I have enabled iTunes on my firewall. 
    I have uninstalled it and reinstalled the update. 
    I'm at a loss, can anyone help me know where I have gone wrong?
    Thank-you

    If like me you have concluded that this is not a connectivity issue.
    In my case it is a problem with Webkit2 and they way it handles SSL certificates.
    To test if this is the case install Safari for windows 5.1.7(if not already installed) and try to access a secure site, like facebook or your banking, if you receive a certificate dialog box saying 
    "Safari can't verify the identity of the website"
    If you hit "Continue" and the page loads but does not render correctly ........
    Then try using another browser (IE/FF/Chrome) and see if you are able to access the site without prompts and the page renders correctly.
    From Safari 4.04 onwards (as well as iTunes) it uses the windows root certificate store, to test uninstall Safari 5.1.7 and go back as far as Safar 3.2.3 (oldapps.com) and then try to access a secure site, if it renders correctly (back then Safari handled it's own certificates) you have the same problem as me
    If you also look in the logs for itunes when you're accessing (attempting) the store if you find a reference to webkit2 and certificates that should further help clarify the problem. btw - don't bother with windows root certificate updates if your other browsers work ok

  • Could not complete the Crop command because of a program error - Win 7

    So I use PS CC everyday for cropping out images from design mockups for websites.
    Yesterday (1 April 2014) I got a new comp from the designer with some updated images. So I opend the comp, and began to setup the cropped area with my guides. I then grabbed the marquee tool and made my selection, clicked Image->Crop, and then I get an error message.
    "Could not complete the Crop command because of a program error."
    Well that is helpful.
    So now its "Help me Google, you're my only hope.", after about an hour or so of searching this error I find that it mostly happens to Mac users. I am using Windows 7. I also find that people are trying to get information form a PSErrorLog.txt file that is suppsoed to be located in the "Preferences Folder"... again I am on Windows 7.
    So more searching to find the Windows eqivelant of this file's location: C:\Users\{USERNAME}\AppData\Roaming\Adobe\Adobe Photoshop CC\Adobe Photoshop CC Settings
    Only to find there is no PSErrorLog.txt file. I do have a sniffer-out.txt file and a bunch of .psp files, a SynchFiles folder and 2 Workspaces folders (one Modified).
    So I say to myself, "Well, I have cloud and a fast connection, won't take long to reinstall." So I delete PS ( I am also runnig DW, FL, Br, and AI ), and PS only. I do not run the cleaner tool as it only wants to delete a PS driver, or EVERYTHING!, which I do not want to do, I just want to delete PS. So I delete PS and check for anything left behind (why is there always stuff left behind? Apparently DELETE really means "Only delete some parts of the app that are required to make it work, and leave the rest behind.", or something.). Anyway, I then reinstall, go to crop again, and get the same error.
    So here I am, "Help me Adobe Forums, you're my only hope."

    Mylenium,
    You are correct. But none of that information, or those parameters, have ever had any effect on cropping anything in PS before. I crop vector smart objects brought in from AI all the time. In this case, yes the layers I am trying to crop are vector smart objects, which I rasterized and merged, then resaved the document and still get the same issue.
    But, going off of your suggestion, I did flatten the image completely and I am now able to crop it without error. I suspect that there is something else in the layers that maybe causing this issue, as you have mentioned.
    Thank you for your input, while you may not have known it, you gave me at least somewhere to start to try and figure out what is happening.

  • Could not complete the export command because of an application error

    Every once in awhile I get the error, "Could not complete the export command because of an application error" when using the Save for Web option. It's really confusing because the error is not consistent. I don't get it all the time. In fact, 99% of the time I can save with no problems. When I quit Photoshop and reopen my files they seem to save just fine. Does anyone know why this happens, and how to prevent it from happening in the future?
    Here are my specs:
    Macintosh: iMac
    OS: 10.6.8
    Photoshop: CS3 (v10.0.1)
    Any help is greatly appreciated!

    No idea about the specific issue, but I like to pass on some general advice I have received myself here over time:
    Boilerplate-text:
    Are Photoshop and OS fully updated?
    As with all unexplainable Photoshop-problems you might try trashing the prefs (after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed) by pressing command-alt-shift on starting the program or starting from a new user-account.
    System Maintenance (repairing permissions, purging PRAM, running cron-scripts, cleaning caches, etc.) might also be beneficial, Onyx has been recommended for such tasks.
    http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html
    Weeding out bad fonts never seems to be a bad idea, either. (Validate your fonts in Font Book and remove the bad ones.)
    If 3rd party plug-ins are installed try disabling them to verify if one of those may be responsible for the problem.

  • PS CS5 The operation could not be completed. A file system I/O error has occurred

    Howdy...
    I'm using Photoshop CS5 and when I go to use a handful of filters such as Liquify or Lens Correction I am suddenly getting an error message saying:
    "The operation could not be completed. A file system I/O error has occurred"
    Doesn't matter if it's a massive file or a small one. Sometimes the Liquify box will actually come up, but after I make one or two strokes, the beachball comes up and moments later I get the error message again. It doesn't actually crash PS, it just prevents me from using those filters. Each time I click, the error message comes up again. I've also tried it with my PS CS3 on the same Mac and it does the same thing. However on my 4 year old MacBook Pro, it's absolutely fine. Grrrrr!
    I have my PS set as default on 64 bit. I have a scratch disk with nearly 500gb free (which is not my start-up disk) I am running a Mac Pro 2.8 GHz 8 Core Intel with 16gb of ram, so it's not a memory problem. Running Mac OS 10.6.7 but did the same on 10.6.6 too.
    I have repaired the disk permissions on the start-up disk. I have reloaded a fresh copy of PS (a few times). Even did a hard Un-install with maccs3clean after trying a regular Un-install with no success.
    I had an 1.5hr conversation with an Adobe Tech guy earlier today and he's scratching his head, so I'd thought I'd throw it open to you guys hoping someone has had the same problem and can save the rest of my hair from being pulled out.
    HELP!

    Hi Guys,
    I know this is an old post but I need to bump it.
    I work for a image processing company and we all sit on top spec mac pro's with 16-32 GB of RAM, top graphic cards and SSD drives.
    All of my collegaues' computers are working fine when it comes to using liquify and all of the filters that come with CS5, but it sure doesn't work on my mac at all.
    We have a tech guy who has re-installed the OSX on a new SSD drive now two times and we have started from scratch with installing CS5 but it still will not work. I keep getting "the operation could not be completed..." every time i try
    to liquify or do any other filter work.
    I am 100% sure it doesn't have to do with any disk permissions or broken drives in my case.
    Could there be an issue with the graphic card or any other hardware component since it's clearly not a software related issue?
    Any help would be much appreciated because we are very much in the dark here.
    Best regards,
    Anders

Maybe you are looking for

  • Menu option under recursive tree item/folder & checkbox in tree

    Hi, I want to present a checkbox next to an item or folder in a recursive tree. I didn't see any option to do it so I tried to add a menu and a menu option type checkbox under the node item and note type. The issue it does nothing. Any ideas? THanks,

  • Two Macs using separate Time Capsules on same network - The operation couldn't be completed. (OSStatus error 2.)

    Six hours of configuration and I'm out of ideas. Here's the layout: Cisco Cable Modem connects to my ISP. It uses DHCP to distribute IP addresses which is necessary as ethernet throughout the house is piggybacked on coax and the ethernet to coax adap

  • Como guardar un pdf desde el servidor

    Tengo un cuestionario/formulario que la gente ve en línea y lo contesta, el mismo formulario me da opción de que lo envien por email automaticamente pero solo para aquellos que tiene programado un gestor de emails, para quienes no lo tienen, deben de

  • Exchange 2007 Smart Groups

    We recently switched to Snow Leopard because of the Exchange integration but have run into a problem with groups. I tried creating several smart groups but whenever we try to send email to a smart group the group seems to be empty. Normally choosing

  • IPhoto Stalls while importing

    Why would iPhoto stall while importing photos? I recently used a Canon mount adapter on an old lens and took a few photos to test the lens on a Canon D30. I was capturing both RAW and JPG. The photos displayed as over exposed. When I tried to sync (i