Office 365 - Access User Profile -Error: Attempted to perform an unauthorized operation

Hi,
I am using a console application to read the user profile data in office 365.
I am getting the error as "Attempted to perform an unauthorized operation", while running the console.
I have used the below code:
static void Main(string[] args)
Uri test_targetSite = new Uri(test_siteurl);
string decryptedPwd = Decryptdata(password);
foreach (char c in decryptedPwd)
securePassword.AppendChar(c);
SharePointOnlineCredentials onlineCredentials = new SharePointOnlineCredentials(login, securePassword);
//getting UserProfile Service
TestAdminUserProfileService.UserProfileService admin_ups = new TestAdminUserProfileService.UserProfileService();
admin_ups.UseDefaultCredentials = false;
string authCookieValue = onlineCredentials.GetAuthenticationCookie(test_targetSite);
admin_ups.CookieContainer = new CookieContainer();
admin_ups.CookieContainer.Add(new Cookie("FedAuth", authCookieValue.TrimStart("SPOIDCRL=".ToCharArray()), String.Empty, test_targetSite.Authority));
// Gets the first profile
GetUserProfileByIndexResult pResults = admin_ups.GetUserProfileByIndex(-1);
int totalUsers = (int)admin_ups.GetUserProfileCount();
int counter = 0;
//Loop through all UserProfiles and Add to custom Group
while (pResults.UserProfile != null)
try
// Get the next profile
pResults = admin_ups.GetUserProfileByIndex(Convert.ToInt32(pResults.NextValue));
How to fix this for Office 365?
Thanks

Hi,
Thanks for the reply.
1. How to check, which is the App pool account for office 365 portal?
2. Which account has access to user-profile service application? if yes, how to verify the same?
3. How to access Manage service applications in office365? Like in SharePoint 2010 or 2013
Go to SharePoint Central Admin > Application Management > Manage Service Application
Thanks

Similar Messages

  • Attempted to perform an unauthorized operation error on windows 8.1 while installing SQL server 2008

    Hi,
    I am getting the error "Attempted to perform an unauthorized operation" on windows 8.1 while installing
    SQL server 2008.
    The specific error is The error is Attempted to perform an unauthorized operation."
    at stepSqlBrowserConfigAction_install_ConfigNonRC_Cpu32 .
    I have tried everything from copying to the C drive. I am the admin on the machine. I also checked access in registry. It already has acesss to HKLM\System\CurrentControlSet\Control\WMI\security
    Can someone comment on how to resolve this issue. I also tried NT
    AUTHORITY\SYSTEM but getting the same error.
    Any help would be appreciated.

    Hello,
    Please note that SQL Server 2008 requires Service Pack 3 (SP3) to make it compatible with
    Windows 8.1. Please perform an slipstream installation of SQL Server 2008 + SP3:
    http://support.microsoft.com/kb/955392
    If it fails again, please share with us the Summary.txt log file and the details.txt log file. The following article
    may help you locate those files on disk::
    http://msdn.microsoft.com/en-us/library/ms143702(v=sql.100).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Attempted to perform an unauthorized operation error while installing SQL Server 2008 R2 Enterprise edition on Windows Server 2012 R2 standard VM server

    I've been trying fresh installation of SQL Server 2008 R2 enterprise on Windows Server 2012 R2 standard VM server several times for two weeks, but always get the error "Attempted to perform an unauthorized operation". At first, I attempted
    to install all features, but failed several times. So I decided to try install just Database Engine service, and still fail at the SqlBrowserConfigAction_Install_ConfigNonRC_Cpu32, with the error "Attempted to perform an unauthorized operation".
    I remote login to server with my admin domain account. This account is in server local Administrators group. I
    1. Right-click on setup.exe file | properties | Compatibility tab | select compatibility to Windows 8.Then click OK.
    2. Right-click on setup.exe file | Run as Administrator, to start the Installation Center.
    I have the document of my installation steps and zip file of the installation logs, if you need to take a look.
    Appreciate for any help!
    ntth

    Hi ntth,
    "Attempted to perform an unauthorized operation"
    The above error is always related to the Windows account SID mapping. I recommend you login into Windows using another Windows account which has administrative privileges and run SQL Server setup using that Windows account.
    Besides, please note that we need to apply SQL Server 2008 R2 Service Pack 2 or a later update when installing SQL Server Windows Server 2012 R2. For more information, please review this
    KB article.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Error occurred in deployment step 'Activate Features': Attempted to perform an unauthorized operation.

    Hi,
    I'm unable to deploy a custom workflow/ visual web part or anything using Visual Studio.
    Here is the Output trace:
    ------ Build started: Project: TestWorkflow, Configuration: Debug Any CPU ------
    TestWorkflow -> E:\Codes\TestWorkflow\TestWorkflow\bin\Debug\TestWorkflow.dll
    Successfully created package at: E:\Codes\TestWorkflow\TestWorkflow\bin\Debug\TestWorkflow.wsp
    ------ Deploy started: Project: TestWorkflow, Configuration: Debug Any CPU ------
    Active Deployment Configuration: Default
    Run Pre-Deployment Command:
    Skipping deployment step because a pre-deployment command is not specified.
    Recycle IIS Application Pool:
    Recycling IIS application pool 'SharePoint - 1111'...
    Retract Solution:
    Retracting solution 'Testworkflow.wsp'...
    Deleting solution 'Testworkflow.wsp'...
    Add Solution:
    Adding solution 'TestWorkflow.wsp'...
    Deploying solution 'TestWorkflow.wsp'...
    Activate Features:
    Activating feature 'Feature1' ...
    Error occurred in deployment step 'Activate Features': Attempted to perform an unauthorized operation.
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
    Points to be noted:
    I have opened the visual studio using the System Account and "Run as Administrator".
    I checked the User policy for the particular web app and it has Full read and Full control for the System account
    I checked SharePoint administration under services and verified the system account credientials.
    Can you please help me solving this.
    Thanks,
    Sachin

    Please try giving permissions
    pen the SharePoint 2010 Central
    Administration.
    - Go to Application Management
    –> Change site collection administrations
    - Select the correct site
    collection and type your windows account as the secondary site collection administrator.
    - Try deploying now, it should work.
    or 
    You can grante permissions in "SITE ACTIONS > SITE PERMISSIONS"
    Ref :http://learnsharepointwithme.blogspot.in/2013/04/error-occurred-in-deployment-step.html
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Error occurred in deployment step 'Add Solution': Attempted to perform an unauthorized operation.

    Hello,
    I'm new to SharePoint development. I just created a empty sharepoing app in VS2010, added a webpart and in .cs file of this webpart, add hello inside RenderContents. Its compiling fine. but giving following error while deploying
    Error occurred in deployment step 'Add Solution': Attempted to perform an unauthorized operation.
    My VS 2010 is running under Administrator privileges & I'm admin to this machine.
    Comments?

    Hi, just had the same problem (on a 2013 enviroment) and was able to solve it partly by this post.
    Also experience a problem with dublicate ports, see here: http://technicaltrix.blogspot.dk/2014/11/error-occurred-in-deployment-step-add.html
    http://technicaltrix.blogspot.dk/

  • SQL Server 2008 Developer install failed - Attempted to perform an unauthorized operation

    I'm trying to install SQL Server 2008 Developer edition on my laptop running Windows XP Professional SP2.  I ran the installer as a domain user with admin rights to the local box.  The installation advisor program certified that my system was ready for the install, but nevertheless I had to uninstall SQL Server 2005 Express edition and install .NET framework 3.5 SP1 first.  Once that was done, the installer finished, having successfully installed all the components of SQL Server 2008 except for the core database engine.  It failed with this error message: Attempted to perform an unauthorized operation.
    I uninstalled SQL Server 2008 and reinstalled with the same results.
    Below is a snippet from my C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081014_203925\Detail.txt which seems like it may be relevant.
    Can anyone offer any assistance?  Would be greatly appreciated.
    2008-10-14 20:50:15 SQLEngine: --EtwSetup: Updating WMI Security
    2008-10-14 20:50:15 SQLEngine: --EtwSetup: WMI sddlA;;0x120fff;;;SY)(A;;0x120fff;;;BA)
    2008-10-14 20:50:15 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    2008-10-14 20:50:15 Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Control\WMI\Security
    2008-10-14 20:50:15 Slp: Prompting user if they want to retry this action due to the following failure:
    2008-10-14 20:50:15 Slp: ----------------------------------------
    2008-10-14 20:50:15 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2008-10-14 20:50:15 Slp: Inner exceptions are being indented
    2008-10-14 20:50:15 Slp:
    2008-10-14 20:50:15 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
    2008-10-14 20:50:15 Slp:     Message:
    2008-10-14 20:50:15 Slp:         Attempted to perform an unauthorized operation.
    2008-10-14 20:50:15 Slp:     Data:
    2008-10-14 20:50:15 Slp:       WatsonData = HKEY_LOCAL_MACHINE@SYSTEM\CurrentControlSet\Control\WMI\Security
    2008-10-14 20:50:15 Slp:       DisableRetry = true
    2008-10-14 20:50:15 Slp:     Inner exception type: System.UnauthorizedAccessException
    2008-10-14 20:50:15 Slp:         Message:
    2008-10-14 20:50:15 Slp:                 Attempted to perform an unauthorized operation.
    2008-10-14 20:50:15 Slp:         Stack:
    2008-10-14 20:50:15 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
    2008-10-14 20:50:15 Slp: ----------------------------------------
    2008-10-14 20:50:31 Slp: User has chosen to cancel this action

    Hi,
    I have recently donwloaded the evaluation version of SQL SERVER 2010. I have a similar problem to this user as shown below. I have tried changing the registry permissions for Microsoft SQL Server but this made no difference. Since the registry entries are created by the installation process it seems odd that it cannnot subsequently update the entry.
    Any ideas?
    Dominic
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xD3BEBD98@1211@1
      Configuration error description: Attempted to perform an unauthorized operation.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100408_135119\Detail.txt
    2010-04-08 14:01:43 Slp: ----------------------------------------
    2010-04-08 14:01:43 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2010-04-08 14:01:43 Slp: Inner exceptions are being indented
    2010-04-08 14:01:43 Slp:
    2010-04-08 14:01:43 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
    2010-04-08 14:01:43 Slp:     Message:
    2010-04-08 14:01:43 Slp:         Attempted to perform an unauthorized operation.
    2010-04-08 14:01:43 Slp:     Data:
    2010-04-08 14:01:43 Slp:       WatsonData = Microsoft SQL Server
    2010-04-08 14:01:43 Slp:       DisableRetry = true
    2010-04-08 14:01:43 Slp:     Inner exception type: System.UnauthorizedAccessException
    2010-04-08 14:01:43 Slp:         Message:
    2010-04-08 14:01:43 Slp:                 Attempted to perform an unauthorized operation.
    2010-04-08 14:01:43 Slp:         Stack:
    2010-04-08 14:01:43 Slp:                 at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
    2010-04-08 14:01:43 Slp:                 at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
    2010-04-08 14:01:43 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity..ctor(ResourceType resourceType, SafeRegistryHandle handle, AccessControlSections includeSections)
    2010-04-08 14:01:43 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity.Create(InternalRegistryKey key)
    2010-04-08 14:01:43 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetSecurityDescriptor(String sddl, Boolean overwrite)
    2010-04-08 14:01:43 Slp: ----------------------------------------

  • Installing SCCM 2012 R2 "Attempted to perform an unauthorized operation"

    Hi all.
    I'm a student with a mission of reviewing SCCM 2012 R2 for a company in a lab environment. I have access to a bladesystem with 4 physical servers. On these I have 7 virtual machines: 2 DCs, 2 servers for SCCM and SQL and 3 clients. The SCCM installation
    is supposed to be a single standalone primary server with the SQL database on another physical server.
    When I try to install the SCCM i get to the point where I have to submit my SQL information, but I keep getting the error message:
    "Attempted to perform an unauthorized operation".
    I've searched the internet for 2 days now and I'm near a mental breakdown...
    I've installed the SQL server, made my admin account (which I use everywhere for simplicity) member of all the admin groups (schema, domain, enterprise etc.), I've extended the AD schema and the SPNs are set, I have full connectivity between the all servers
    with ping and nslookup both returning correct values, the servers are not clustered, I have installed all required features, all firewalls are disabled.
    Please, if anyone knows whats wrong give me a hand, all help is appreciated! :)

    Well I'm installing the trial version downloaded directly from Microsoft, I'm not sure if that's what you mean by reviewing, but I'm performing the acutal install in a lab environment. I do install the SCCM on another server than the SQL, both are virtual
    machines on different physical servers within the same bladesystem. I could try to install them on the same machine, but I have limited amounts of RAM and hard drive space. I'd prefer to keep them separate but if it's too hard to find the source of the error,
    I could have a look if I have enough for the install on the same machine. How much RAM and hard drive space would you recommend if I install it on the same server?

  • Attempted to perform an unauthorized operation sql server 2008 ( Windows 7 )

    Dear All,
    I am facing following error Sql 2008 setup  "Attempted to perform an unauthorized operation sql server 2008 ( Windows 7 )" 
    I tryed to run setup as administrator
    I tryed to run setup to create new user as an administrator and login in new user then run setup
    I tryed to run in compatible mode windows xp sp3.
    I tryed to login in Administrato account and run setup
    in this all time same error came i am tired too much. because of this i format my pc and install windows 7 but still it is same please help me.
    Thanks is advance
    Regards
    Uday
    [email protected]

    Hi,
    Can you locate summary.txt file and details.txt file from location
    C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log
    Upload these to files on some shared location like dropbox, onedrive etc and post link here I would analyze and see where actually problem is coming.
    This link would also help you in searching log files.
    PS: Dont reply to duplicate thread you posted
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • QueryService SoapException Attempted to perform an unauthorized operation

    Hi, im trying to use the search web service of a moss 2007 and i get:
    Server was unable to process request. ---> Attempted to perform an unauthorized operation.
    Look like a credentials issue, similar to this thread:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/45414695-7baa-4d4a-9656-7b1a10acc397/
    But i dont understand hwo to solve it, moss 2007 is in a domain, with ntlm auth, im logged in a windows machine inside the same domain, there is an active directory, i dont know ...
    Im trying to use the /_vti_bin/search.asmx service...
    The add web service reference works, but my call to status method fails with this error...

    Hi,
    Thank you for your post.
    I'm trying to involve someone familiar with this topic to further look at this issue. Appreciate your patience.
    Thanks & Regards,
    Emir Liu
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected]
    Emir Liu
    TechNet Community Support

  • Attempted to perform an unauthorized operation.

    Hi all,
       In the installation process, i am getting below error for Database engine service,reporting service and integration service.
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x84BB0001
      Error description:             Attempted to perform an unauthorized operation.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0x21C1C994%400xBB814387&EvtType=0x21C1C994%400xBB81438
    Details:-
    64 bit machine,HP probook,I5 processor,windows 8 OS.
    Pls help me.
    thanks
    Selva

    Check if the related forum threads are helpful:
    http://stackoverflow.com/questions/19451714/error-while-installing-sql-server-2012-standard-edition
    http://social.msdn.microsoft.com/Forums/en-US/b652086c-e69c-4031-8ff0-97ed819009c7/sql-server-2012-rc0-setup-failed?forum=sqldensetup
    I had to run a registry cleaner product (RegCure Pro) when I could not install SQL Server 2014.
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Attempted to perform an unauthorized operation sccm 2012 sql 2012

    Hi,
    I'm trying to install System Center 2012 SP1 Primary Site, I' ve selected  Install the primary site as a stand-alone Site option, after I completed Database Information page in Installation Wizard and clic next, i get this error message
    "Attempted to perform an unauthorized operation".
     I have a SQL 2012 SP1 Ent  Cluster (2 nodes, Windows Server 2012), the installation account is local administrator in both nodes, and sysadmin in SQL Instance. Firewall Service is disable in all servers.
    I tested connecting remote WMI from Primary Site Server to both SQL Server Nodes and the conectionn was succesfully. I created a udl file to test SQL conection and also was succesfully.
    I'm not using CAS.
    Any Help?
    Thanks.

    HI,
    The problem was an issue with the  Cluster network name resource.
     Cluster network name resource 'SQL Network Name (Name)' failed registration of one or
    more associated DNS name(s) for the following reason:
    The
    handle is invalid
    After fix this error on SLQ Cluster nodes, the Database Information page passed successfully
    try this
    http://blog.subvertallmedia.com/2012/12/06/repairing-a-failover-cluster-in-windows-server-2012-live-migration-fails-dns-cluster-name-errors/

  • Office 365 OWA users unable to download attachments

    Office 365 OWA users receiving "you don't have permission to download files". Appears to be a system wide issue according to the discussion going on at https://community.office365.com/en-us/f/158/t/359535 . Anyone else seeing this?
    This topic first appeared in the Spiceworks Community

    Satellite C655-S5343
    Thank you for the picture. Always tell us as much as you can about what you're doing too.
    If you get that message during Step 4 of installation, see this fix.
       Problem setting up Microsoft Office 2010 error at step 4 of 4
    -Jerry

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • An error was encountered performing the requested operation:  Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor    Vendor code 12505

    From sql developer I am trying to connect to database in my local machine. It shows the following below error. Any suggestions?
    An error was encountered performing the requested operation:
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    Vendor code 12505

    lsnrctl results are as shown below
    C:\Users\ndodd_000>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-AUG-2013 17:40
    :25
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                18-AUG-2013 15:29:41
    Uptime                    0 days 2 hr. 10 min. 50 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\ndodd_000\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         c:\app\ndodd_000\diag\tnslsnr\Vamsi\listener\alert\log
    .xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "sysdba" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
    Service "sysdbaXDB" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
    The command completed successfully
    lsnrctl service results
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-AUG-2013 17:
    :20
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "sysdba" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:186 refused:0 state:ready
             LOCAL SERVER
    Service "sysdbaXDB" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: VAMSI, pid: 904>
             (ADDRESS=(PROTOCOL=tcp)(HOST=Vamsi)(PORT=49237))
    The command completed successfully

  • An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again.

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

Maybe you are looking for

  • Lost purchased iTunes after computer system restore

    How can I retreive purchsed iTunes that I lost after I had my computer system restored? I re-loaded the iPod + iTunes disc and non of my songs seem available to me.

  • How to use Multimaps (Map String, ArrayList String )

    I was using an array to store player names, userIDs, uniqueIDs, and frag counts, but after reading about multimaps in the tutorials, it seems that would be much more efficient. However, I guess I don't quite understand it. Here's how I wanted things

  • System form

    Hi When combo select value activated in system form at the same time  once combo value selected it should open the  corresponding user form Regards Pugal

  • Transport: Sort and Compress?

    Is it a good idea to do this with a very large amount of objects in a transport? What does it do exactly? Is there any risks? Seemed like when I did it before one of the things it did was it would take a table doc object and compress it with the actu

  • Cannot open any google based application

    Within the last few days or so, we are unable to open any google based application, ie., images, YouTube, maps. We get an error message that says "404 Not Found" nginx. It is getting very frustrating.