When user click "My Site clicking My Content states: There has been an error creating the personal site. etc

Hello community
    Using Sharepoint 2010 Server and the UI on its intranet there is a My Site.  After creating the My Site the user account that created the intranet easily can create it's My Site, My Content and My profile.  But when I logon as
a user
when I try to create the My site I get an error stating"  "There has been an error creating the personal site.  Contact your site administrator for more information". In the Event viewer log pasted below it says: A failure was encountered
and User cannot be found.  So I check the UPS Synchronization and I can find the username  in UPS "Manage User Profile" and I can logon with the username I just can't create the My Content after clicking My Site.  The funny
thing is if I click My Profile the My Profile page appears (although it is a one-way trust relationship if I use "Check Names" when I try to "Add User" to a group an error message appears stating "No match found. etc). So the
question is how come the account that created the intranet can create 
My Site and create My Profile and My Content but if a regular user account logs on and clicks My Site, My Profile and get a page but clicking My Content produces that error that says:  "There has been an error creating the personal site.  Contact
your site administrator for more information". (Note: The output from Event Viewer is posted below)?
    Thank you  
    Shabeaut
Log Name:      Application
Source:        Microsoft-SharePoint Products-SharePoint Portal Server
Date:          7/24/2014 4:51:42 PM
Event ID:      5187
Task Category: Administration
Level:         Error
Keywords:     
User:          NT AUTHORITY\IUSR
Computer:      <ServerName>.<FullQualifiedDomainName>
Description:
My Site creation failure for user '<DomainName>\<UserName>' for site url 'http://<MySiteHostUrl>/personal/<DomainName>\<UserName>'. The exception was: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A failure
was encountered while attempting to create the site. ---> Microsoft.SharePoint.SPException: User cannot be found.
   at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName)
   at Microsoft.SharePoint.SPSite.SelfServiceCreateSite(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String contactLogin, String contactName, String contactEmail,
String quotaTemplate, SPSiteSubscription siteSubscription)
   at Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0()
   --- End of inner exception stack trace ---
   at Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0()
   at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()
   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
   at Microsoft.Office.Server.UserProfiles.UserProfile.CreateSite(String strRequestUrl, Boolean bCollision, Int32 lcid).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-SharePoint Products-SharePoint Portal Server" Guid="{8b3ddd3d-2b09-4669-bf81-e2d6921feeea}" />
    <EventID>5187</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>1</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-24T20:51:42.494Z" />
    <EventRecordID>33776</EventRecordID>
    <Correlation ActivityID="{BC4FAAA6-FA5B-4309-8C2E-0639F5BAC567}" />
    <Execution ProcessID="9600" ThreadID="9520" />
    <Channel>Application</Channel>
    <Computer><ServerName>.<FullQualifiedDomainName></Computer>
    <Security UserID="S-1-5-17" />
  </System>
  <EventData>
    <Data Name="string0"><DomainName>\<UserName></Data>
    <Data Name="string1">'http://<MySiteHostUrl>/personal/<DomainName>\<UserName>'</Data>
    <Data Name="string2">Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A failure was encountered while attempting to create the site. ---&gt; Microsoft.SharePoint.SPException: User cannot be found.
   at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName)
   at Microsoft.SharePoint.SPSite.SelfServiceCreateSite(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String contactLogin, String contactName, String contactEmail,
String quotaTemplate, SPSiteSubscription siteSubscription)
   at Microsoft.Office.Server.UserProfiles.UserProfile.&lt;&gt;c__DisplayClass2.&lt;CreateSite&gt;b__0()
   --- End of inner exception stack trace ---
   at Microsoft.Office.Server.UserProfiles.UserProfile.&lt;&gt;c__DisplayClass2.&lt;CreateSite&gt;b__0()
   at Microsoft.SharePoint.SPSecurity.&lt;&gt;c__DisplayClass4.&lt;RunWithElevatedPrivileges&gt;b__2()
   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
   at Microsoft.Office.Server.UserProfiles.UserProfile.CreateSite(String strRequestUrl, Boolean bCollision, Int32 lcid)</Data>
  </EventData>
</Event>

Make sure you enable self service site creation on the MySite web application via CA
http://technet.microsoft.com/en-us/library/cc261685(v=office.14).aspx
You mentioned trusts and people picker.  I am having a bit of trouble understanding the exact issue here, but is the issue also coming up that the user in question cannot be found with people picker?
searchadforest setting to make sure SP can reach to trusted domains to find users. 
"When a Web application uses Windows authentication, People Picker searches all two-way trusted forests and all two-way trusted domains. However, if you want to search from a one-way trusted forest or a one-way trusted domain, you must run the
setapppassword operation, and then run the peoplepicker-searchadforests
property."
http://technet.microsoft.com/en-us/library/cc262051(v=office.12).aspx
http://technet.microsoft.com/en-us/library/cc263460(v=office.12).aspx
Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

Similar Messages

  • There has been an error creating the personal site. User cannot be found

    Few of my Domain Users are able to create MySite and few of them are not, though they are having same permission.
    There has been an error creating the personal site. Contact your site administrator for more information.
    Event Viewer is showing :
    My Site creation failure for user 'DOMAIN\username' for site url 'http://10.31.2.9:46744/personal/username'. The exception was: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A failure was encountered while attempting to create
    the site. ---> Microsoft.SharePoint.SPException: User cannot be found.
    Below are the DLL versions of my installation. 
    Microsoft.SharePoint.Portal.dll : 12.0.6420.1000
    Microsoft.SharePoint.Portal.dll : 12.0.6422.1000
    Please suggest.
    Thanks in Advance

    Please note for future reference that you should only ever post any one question ONCE.
    Posting it twice means that there are parallel threads and  peoples time is wasted.
    Here one copy was posted as a new thread and the other copy was posted as a reply in another thread *which had already been closed by the Original Poster years earlier*.
    You should not in any case add new questions to existing threads and especially not to old, closed, threads.
    I have therefore deleted that other copy of this post. This is now the only place that people will see your question and the answers to it (which is how it should be).
    Moderator pre-2010 forums
    SP 2010 "FAQ" (mainly useful links):
    http://wssv4faq.mindsharp.com/default.aspx
    WSS3/MOSS FAQ (FAQ and Links) http://wssv3faq.mindsharp.com/default.aspx
    Both also have links to extensive book lists and to (free) on-line chapters

  • When I type in my account password, the password "dots" gray out and the message "There has been an error" appears.  I cannot access my computer in any way.  Any help would be appreciated.  Thank you.

    When I attempt to sign in to my administrator (or other) account  the computer hesitates, the password "dots) gray out, and the message, "There has been an error" appears.  I have tried the usual methods of password recovery but nothing has worked so far.  I would appreciate any help you can give me.  Thank you very much for your attention to my problem.

    JD1100 wrote:
    I have MacKeeper installed
    Oh dear.
    Many users will see references to an application called MacKeeper on various web sites and via pop-ups on their browser. Not only is it expensive for what it purports to do (freeware applications that do the same or more are readily available), it can sometimes install itself without the user realising it, and it can be very tricky to get rid of.
    Most positive reviews of it have been found to have been paid for by Zeobit (developers of MacKeeper) in the form of ‘free upgrades’ etc. For example (posted by fellow contributor Softwater), on their Facebook page and on their webpage they have this apparent endorsement from UNC Charlotte:
    https://discussions.apple.com/servlet/JiveServlet/downloadImage/2-18670779-12515 7/450-259/Screen+Shot+2012-06-17+at+17.04.04.png
    Softwater contacted the Director of IT at the College of Arts and Architecture UNC Charlotte, about whether they endorse MacKeeper and his response, quoted here, was:
    No, please do not download and install MacKeeper. We have seen problems with this software in the past.
    MacKeeper has been described by various sources as highly invasive malware* that can de-stablize your operating system, adding that it is unethically marketed, with a history of making false advertising claims, by a company called Zeobit and a rip-off.
    For more details about Zeobit’s alledgedly fraudulent advertising and paid-for ‘reviews’, and their dubious marketing practises, read this:
    http://stemmings.com/the-truth-about-mackeeper-scam/
    Further opinion on it and how to uninstall MacKeeper malware can be read here:
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    MacKeeper have recently said that the uninstaller from here:
    http://applehelpwriter.wordpress.com/2011/09/21/how-to-uninstall-mackeeper-malwa re/
    now works.
    This is also worth reading:
    http://www.reedcorner.net/news.php/?p=245

  • HT201611 I downloaded an iTunes movie via the cloud as opposed to direct from iTunes and when I go to play it it says there has been an error in loading

    I downloaded a Movie from iTunes via the Cloud as opposed to direct via the store. Now even though it is displayed in movies it won't load. It does not show up on my iTunes Account but rather through the Movies menu.

    I received a similar error message. See solution here,
    http://riedoh.blogspot.com/2014/05/there-has-been-error-while-loading-form.html
    Overview:
    As a solution / workaround I had to configure IIS,
    Change the application pool identity to an Admin User
    Update the Basic setting of the site to use "Application user (pass-through authentication)" as the Path Credentials

  • HT1926 why is it that when I try to open my itunes it tells me that there has been an error.  It says that it cannot be opened that it was not downloaded correctly, error MSVCR80.dll.

    Will I lose all my music and downloads if I have to reinstall the app? I have a lot of money invested in this and don't want to lose what I have.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99773)

  • Just recently when I go to save a document as a pdf (Mac. OS X 10.5.8) (Print save as pdf ) I cannot open the saved pdf. I get an error message that the file is corrupt or there has been an error.

    I use both aol and Yahoo for email - the problem appears in both. It does not happen in Word.
    This computer is on a wireless home network, but the error mssg appears no matter where I save the PDF. This is not a problem in Safari.

    {Ctrl + P} and select your printer in the Printer - Name box near the top of that window.
    http://kb.mozillazine.org/Problems_printing_web_pages

  • Hi, when i save an adobe file it will not let me open the saved file it says (there has been an error" thank you

    There was an error opening this document. The file is damaged and could not be repaired.
    this is the message that it gives, has anyone got any ideas? please

    pdf should be able to be read from the build in preview application
    and if one is so included and somewhat crazy the acrobat reader app
    if both or any of those applications fail to be able to read your file then I would
    try it in another device/computer
    because if the file is damaged or corrupt then there really is nothing one can do apart from re copy it from the org source where it is not damaged or corrupt

  • How can i add a special user to the "site collection administrators" of the personal site on sharepoint online when the personal site is creating ?

    when a new personal site is created on the sharepoint online 2013, then the administrator of this personal site will be himself. we can add another person to the "site collection administrators", then this person have full control of this personal
    site.
    but my request is : add this personal to the personal site when the personal site is creating, but not after the personal site has created ?
    Is anybody know how to do that?

    Hi,
    According to your post, my understanding is that you want to add a special user to the "site collection administrators" of the personal site on sharepoint online when the personal site is creating.
    Per my knowledge,
    there is no out of the box way to accomplish this with SharePoint.
    This is a forum which is supported for SharePoint On-Premise.
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • VS Exp 2013: Unable to create the Web site ... The components for communicating with FTP servers are not installed.

    I have MS Visual Studio Express 2013 It has worked fine for many months and then suddenly (I have made no configuration changes or added new programs) when I try to publish I am getting the message:
    Unable to create the Web site 'ftp://ftp.xx.xx/xxx.org.uk/www/htdocs'. The components for communicating with FTP servers are not installed.
    (I have replaced actual name with x's).
    I had a similar problem some months ago and found that saving all files, closing VS 2013 and re-starting the program fixed the problem. This time it has not.
    I am at a loss to know how to take this forwards. I do not use IIS.
    Any help would be appreciated.
    Michael.

    Hi Michael,
    For web site development, so you use the VS2013 express for web, am I right? We have to make sure that it is not the VS version issue.
    As you said that it worked well before, did you install other add-ins or tools in your VS IDE like
    Xamarin or others?
    Maybe you could disable or remove all add-ins in your VS IDE, test it again.
    please also install the VS2013 update 4 in your side.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I quit the photos app? It has been trying to create a library for hours but nothing happens. when I try to quit, it won't let me.

    How can I quit the photos app? It has been trying to create a library for hours but nothing happens. when I try to quit, it won't let me. Have just upgraded from iPhotos so don't want to lose any content.

    How can I quit the photos app? It has been trying to create a library for hours but nothing happens. when I try to quit, it won't let me. Have just upgraded from iPhotos so don't want to lose any content.
    Force-quit Photos as recommended by Arsenal1607.
    Make backup of your iPhoto Library and run the iPhoto Library First Aid tools to repair the permissions on your library and rebuild the iPhoto Library.
    To launch the First Aid Tools hold down the  alt/option and the command key simultaneously while double clicking the iPhoto Library to launch the iPhoto Library First aid tools. You'd to hold down both keys firmly and long enough, until the First Aid panel will appear.
    Try both the options "Repair Permissions" and "Rebuild library".  Then try again to migrate the iPhoto Library to Photos by dragging it onto the Photos icon in the Dock.
    Make sure, you have plenty of free storage. Don't try the migration, if you are running out of storage.

  • DFSR Error : Error: 9098 (A tombstoned content set deletion has been scheduled)

    Hello,
    We are getting this error on one of our DFSR shares and am not sure how to get this fixed. We have over 30 different shares replicating and all of them are fine except for one. I have tried to remove the Replication and the namespace and have recreated them
    both and continue to get the same error. This is what is in the event logs on the server;
    The DFS Replication service stopped replication on the replicated folder at local path E:\SHARE\Sharelocation.
    Additional Information:
    Error: 9098 (A tombstoned content set deletion has been scheduled)
    Additional context of the error:  
    Replicated Folder Name: Sharelocation
    Replicated Folder ID: 9BDA3E5A-8103-481F-84B2-269AE8A3BBC8
    Replication Group Name: SHARE
    Replication Group ID: C25E73B7-5B65-4299-A1BE-76E723443B02
    Member ID: 568CC517-3329-42A4-ABAD-633CB3D1EF2E
    If anyone has any suggestion on how to get this working again it would be greatly appreciated.

    Here is a short summary of what I did:
    Look in Event Viewer and identify all the replication groups/folders that are giving the tombstone error. Once you have them identified, go into DFS Management GUI and completely delete the replication group
    associated with that folder. You do not need to delete the DFS Namespace for that folder, just the replication functionality of that namespace folder. If you have other replication groups in your DFS-R that do not get the 9098 errors, then you do not have
    to do this for these folders.
    Stop DFSR services (you may need to kill the service using the taskkill command if it hangs when it tries to stop).
    Give yourself permissions to the hidden System Volume Information folder. If you're account is under the domain admins group, you can simply add the security group.
    This folder exists on all servers that is a member of the replication group. In my situation, 2 of the 3 servers didn't show this folder as existing even when I enabled to see hidden folders. If this happens to you,
    the server is lying to you that it's not there. It is there. Don't listen to it. My suggestion is to download and use the 7-zip file manager. It will see the folder and will help you set the permissions to
    it as well as delete files that are longer than 256 characters, which is an issue if you do the next step from the command line).
    Note, after you set the permissions, it might tell you that you still don't have access to that folder. Just close out of 7-zip and open it back up. It should let you in that folder as well as its subfolders.
    Once you have access to that folder, go ahead and delete the DFSR folder that resides underneath it. You will want to do this on all servers that has the DFSR role installed and is a member to any replication
    groups. You can use the command line command "rmdir", but it fails to delete files/folders that are longer than 256 characters. This is why the 7-zip file manager is a better option to delete the DFSR folder under System Volume Information. However,
    there are instances where 7-zip is unable to delete a file or folder. If you run in that scenario, use the rmdir command in an elevated command prompt. Essentially, a combination of these two will eventually clear out everything you need to clear out.
    Turn DFSR services back on. This will begin the process of recreating the DFSR hash and virtual tree that you had just deleted.
    Recreate the replication group that you want.
    On the replication groups that you did not delete, you may get the warning: "The DFS Replication service initialized the replicated folder at local path <path> and is waiting to perform initial
    replication. The replicated folder will remain in this state until it has received replicated data, directly or indirectly, from the designated primary member."
    If you do, what you need to do is run the command line to set one of the DFSR servers as the primary server for that replication group, and then once set - this
    is important - you will have to go in the DFS Management GUI, click on the replication group with the associated warning, select the connections tab, and then right click the the sending member that
    you just made as primary and choose "Replicate now..." This will initialize the replication and you will have to do this just that once for it to replicate here on out. You will need to do choose the "Replicate now..." option for each receiving
    member that the sending member/primary member server is attached to in that replication group.
    Wait about 5-10 minutes and run the dfsrdiag backlog command on each replicationgroup and see if a backlog for replication/sync gets created. Run this command each 5 to 10 minutes to see if the backlog file count value decreases. If it does, it's syncing/replicating.
    Don't forget that when testing replication, you cannot create test files via the local path and see if it replicates. You must create it in the DFS Namespace (\domain\folder\share) to see if replication works. Otherwise
    you get false negatives and you think replication is still broken. Just an FYI.

  • When I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    when I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "Continue in Safe Mode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • I tried to update my ipod but then it didnt work saying that an unknow error has occured, now itunes is not recognising that an ipod has been plugged in and the picture that comes up when you first get it is on my screen, i dont know what to do?

    i tried to update my ipod but then it didnt work saying that an unknown error has occured, now itunes is not recognising that an ipod has been plugged in and the picture that comes up when you first get it (an arrow leading to the itunes sign) is on my screen, i dont know what to do?

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.

  • I want to reinstall CS4 as it has been doing some strange things regarding printing, etc. However, when I did this before, it created a major problem and I ended up buying a new computer because no one could figure out why it kept hanging up during the in

    I want to reinstall CS4 as it has been doing some strange things regarding printing, etc. However, when I did this before, it created a major problem and I ended up buying a new computer because no one could figure out why it kept hanging up during the installation. Hours on the phone, no results. I'm scared to do it on this computer. Should I try? Not even the Adobe support could get it resolved. I believe it was somehow reading a product number that could not be deleted or something, and nothing worked.
    Message was edited by: Doug Doug

    Hello, as an addition:
    In your case I would download a really new trial version of your program(s) in question and change it/them into a "real" version later, BUT because you said, that you "re-installed" already, so it will become a little bit more complicated. It would be necessary that you have to use "Adobe Creative Suite Cleaner Tool" as Keith wrote.
    Here an advice for that (The order varies depending on your individual needs. Please read all my proposals first, so you can better choose the first step:)
    1. Maybe you have to activate/deactivate, so please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    2. Sometimes, we know in the meantime, the "opm.db file" is the culprit. In this case you should delete it.
    3. Be careful with (de)installing aso. by (de)installing by your own resources. As much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool. Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: Adobe Creative Suite Cleaner Tool helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    4. If necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use the chat, I for may part - as it seems unlike you - had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.
    Hans-Günter

  • Permissions repair: SUID file system/library/coreservices/remotemanagement/ARDAgent/contents/MacOS/ARDAgent has been modified and will not be repaired

    I have a mid 2007 iMac running OS Mavericks and the hard drive is failing. When doing a disk permissions verify it shows  SUID file system/library/coreservices/remotemanagement/ARDAgent/contents/MacOS/ARDAgent has been modified and will not be repaired. I do not have a backup of my system due to my external drive I use for backing up my system has stopped working. Can I repair this myself without having to reinstall the OS so I don't loose my any of my files.

    You can safely ignore that.
    Disk Utility's Repair Disk Permissions messages you can safely ignore

Maybe you are looking for