Search User Profiles without MySites

We upgraded from 2007 to 2010 last year. In 2010 we did not set up a MySite web app or top level site collection. We did set up the User Profile Service and the profiles are syncing data from AD correctly. I have two issues that I would like help resolving.
First, I would like to set up a search where we can search for people and get their profile information. I want to use this like a company directory. I don't want to use the site collection user list, I want the profile information instead because the site
collection user list does not contain all of our users. If I don't have MySite, what do I set the crawl to?  Where are the profiles stored?
Second, in a site collection, when we click on the name of the user under "created by" or "modified by", we get a page not found.  I'm not sure if that is supposed to link to the profile (which I think is person.aspx) or the site
collection user (userdisp.aspx). 
Are both of these issues caused by not having a MySite application set up?  Is there anyway to have and use profiles without having them in the MySite app and site collection?  I would like users to be able to modify their profile and we'd like
to search them.  I'd also like those links under created/modified by to link to something.  I've read about 50 articles and books and can't find a definitive answer on needing/not needing MySite. Any help is much appreciated.
Milissa Hartwell

I was able to resolve my crawl issue. I set up a separate content type (not sure if a separate one was needed, but that's how I did it). The crawl was set for sps3://[myservername].  Once the crawl was complete, I was able to search for people in my
search center.
My userdisp and person.aspx are still not coming up.  When I click on a user in the site collection, I'm expecting to see their info in the userdisp.aspx page but I still get a page not found.  And after I search for people, if I hover over
their name, the URL shows
http://[myserver]/my/person.aspx?accountname=[accountname] but I also get a page not found.
Does anyone know how to get userdisp and/or person.aspx to render?  I looked in my 14 hive on the server and the userdisp.aspx page does exist so I'm not sure why it won't come up at least.
Also still wondering if users need a mySite to edit their Profile.
Milissa Hartwell

Similar Messages

  • Sharepoint 2010 use fulltextsearch query to search user profile

    Hello all,
    I have a problem with FullTextSearch query for user profile:
    I have the query below:
    SELECT PictureURL, TitleOfPersonal, PersonalTitle,  Lastname, Firstname, AccountName, JobTitle, Department, workemail, EmployeeID, Empid, Exten, LeftDate, JoinDate
    FROM SCOPE() WHERE "scope"='People' AND (Department = 'CEO Office' OR Department = 'Marketing & Business Development Department' OR Department = 'Medical Department' OR Department = 'Finance Department' OR Department = 'COO Office' OR Department
    = 'Document Management & Translation Department') AND  empID != '' ORDER BY LastName
    But this query does not return any result! 
    Could someone help me on this ?
    Thank you very much !

    Hi,
    According to your post, my understanding is that you want to search user profile using FullTextSqlQuery.
    Please try to use the query below:
    SELECT PictureURL, TitleOfPersonal, PersonalTitle, Lastname, Firstname, AccountName, JobTitle, Department, workemail, EmployeeID, Empid, Exten, LeftDate, JoinDate
    FROM SCOPE() WHERE "scope"='People'
    If the query works, please use CONTAINS(DEPARTMENT,'<value>') instead of
    Department = '<value>' .
    Here is a discussion for you to take a look at.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/880086f7-5a54-454b-80c5-a676df19d83c/sharepoint-2010-fulltextsqlquery-query-problem-with-where-condition?forum=sharepointdevelopmentprevious
    If there still no result returns, please provide more code for further research.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Can I Set Up Multiple MacBook User Profiles Without Compromising Security?

    I backed my computer up and errased everything because I always have young kids on my computer. I have many Music Projects recoded in Pro Tools & Logic that were being messed with so I took them off.
    I want to make it where I can back up my content to a seperate profile that is locked with a security password, and have another user profile without a password that the kids can use without compromizing my projects. I am not sure if this is possible?
    I know how to set up multiple User Profiles but I am not sure how to (if I even can) have separate content guarded by lock and key?

    If you make their account either managed or standard then they won't be able affect your personal user account which should be admin. Only admin accounts can control other users.

  • Missing user profiles in mysites

    I have a question about missing user profiles in our Mysites. We have an SP2013 environment with a number of site collections and sub-sites and occasionally, we are finding that some users are missing their profile. If we click on their user name, in a link
    on a page or library, we are directed to a plain page with some very basic information, not our typical user profile page that looks more like SP2013 styling.
    Even though the profiles are missing, I find that it is easier to add them from PowerShell, through a script, than to go into the central admin and add them manually, however this brings up a question:
    Is there a quick and easy way to determine if a user has a profile?
    Currently, I run a script that cycles through each user of each group of each web of each site collection, and checks to see whether that account has a profile. The problem here is that this is a very time-consuming process and many accounts get checked
    more than twice if they exist in multiple groups. If the user does not have a profile, I create one.
    Is there a faster way to determine if a user has a valid profile, rather than running a check on each user every time? With thousands of users, this script will take a long time to run and create a higher than desired load on our server.

    In SharePoint 2003 and MOSS 2007 the user profile was created the first time a user accessed the site, but with 2010 that does
    not seem to be the case. It either needs to be created through synchronization, programmatically using the API or PowerShell, or it can be created when the user clicks the profile or mysite the first time
    If you want to auto-provision the MySites for a the missing users in your case you will need to do this with custom code as
    you said you are writing a power shell script more ever it is one time activity so that is good way as well.  You would iterate through the list of users and call either the API, web services, or stsadm if this is a command line script, to create the
    site collections.
    http://technet.microsoft.com/en-us/library/gg188041.aspx#noSync
    https://social.technet.microsoft.com/Forums/en-US/9f266cf6-0990-46e8-9004-bbbc8fe5e0e0/automatic-feature-activation-on-selfservice-site-creation?forum=sharepointdevelopmentlegacy
    Please get back if you have some specific issue related to migration, we would be happy to assist you.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • Working on the User Profile and Mysite web

    I just trying to get few information from a user (like if the mysite web exits) and working with that. The main problem is understand if the user has a mysite web and delete it if exists but to do that the only possible way seems using CSOM. Also I should
    create a Powershell script for that. Did anyone never do that?
    If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful"
    salvatoredifaziosharepoint.blogspot.com
    Twitter: @Salvodif
    MVP SharePoint Server

    Hi Salvo Di Fazio,
    PeopleManager.GetMyProperties method returns a type of UserProfiles.PersonProperties, that represents the user profile properties.
    PersonProperties contains a PersonalUrl property, that is the absolute URL of the user’s personal site.
    We can use this property to check the user’s personal site, check whether it exists.
    Following is an example about how to get user’s profile using CSOM:
    How to: Retrieve user profile properties by using the JavaScript object model in SharePoint 2013:
    http://msdn.microsoft.com/en-us/library/office/jj920104.aspx
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Need to switch user profiles without having to log out and log back in. i.e.: personal / work computer profiles

    I'd like to not have to log out of personal profile and have to log into work profile and vice versa. Looking for way to just switch between the two on my Mac. Any help is appreciated!

    You need to enable Fast User Switching. Follow the instructions on this page, they are for Mavericks but the instructions are the same,
    OS X Mavericks: Switch quickly between users
    Once enabled you will have a Fast User Switching menu on the right side of the menu bar that will allow you to select which account you want to log in to without having to log out of the account you are currently logged in to.

  • Search User Query

    Hi Guys,
    I am calling the FindUser method and my query works fine. How do I seach using an "OR" query? Meaning, if a <userattribute>=<value> OR <userattribute2>=value2.
    I am able to do and but can't figure out or?
    Thanks,
    ksingh23

    Hi,
    According to your post, my understanding is that you want to search user profile using FullTextSqlQuery.
    Please try to use the query below:
    SELECT PictureURL, TitleOfPersonal, PersonalTitle, Lastname, Firstname, AccountName, JobTitle, Department, workemail, EmployeeID, Empid, Exten, LeftDate, JoinDate
    FROM SCOPE() WHERE "scope"='People'
    If the query works, please use CONTAINS(DEPARTMENT,'<value>') instead of
    Department = '<value>' .
    Here is a discussion for you to take a look at.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/880086f7-5a54-454b-80c5-a676df19d83c/sharepoint-2010-fulltextsqlquery-query-problem-with-where-condition?forum=sharepointdevelopmentprevious
    If there still no result returns, please provide more code for further research.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • RDS 2012R2 / User-Profile-Disk

    Hello,
    We are having some troubles with the user-profile-disks (outlook indexer)
    is there a way to migrate from user-profile-disks back to normal user-profiles without DataLoss?
    Thanks in Advance

    Hi,
    Thank you for posting in Windows Server Forum.
    I am afraid that there is no direct way to migrate back User Profile Disk to normal user profile. But we can recover the related data from UPD manually to User Profile.
    Thanks for your understanding and Support!
    Regards.
    Dharmesh Solanki
    TechNet Community Support

  • MySites User Profiles and User Hidden List

    I would like to automatically activate all user profiles so I can assign an administrator to update all user information. The environment does have MySites setup but no one has permissions to create their own MySite site. Therefore,
    when a user navigates to their profile page to edit their profile information they visit the URL http://server/MySiteSiteCollection/_layouts/15/start.aspx#/Person.aspx?accountname=domain\user
    Right now, the administrator can only edit user profiles where the user had previously visited their user profile page, thus activating their user profile, which I assume adds an item to the hidden user list. However, the administrator cannot edit
    any user profiles where the user had not yet visited their user profile site, thus generating an error. I would like to enable/activate all user profiles automatically without having to contact each user separately and asking them to visit their
    profile page just to get it enabled for editing.
    Does anyone know if there is a way via PowerShell to activate all user profiles?
    Environment: SharePoint 2013

    That is probably the best, most consistent way. It would be isolated to that particular SA, so there shouldn't be security concerns. Otherwise you'll constantly run into this issue.
    This should work with SharePoint 2013:
    http://blog.bugrapostaci.com/2011/10/03/create-all-users-personal-site-via-powershell-script-sharepoint-2010/
    But you'd need to continually run it to capture new users.
    Another one specifically for 2013 if the above doesn't work:
    http://www.getinthesky.com/2014/04/powershell-create-mysites-users/
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can I create User profile service sync connection for my site without Active directory?

    Hi everyone,
    Is it possible to use my site without active directory? our AD policy don't allow farm account to have "Replicating directory changes", If I export AD information to SQL and sync profile from SQL is it possible?
    Thanks
    TanaponP

    Yes, you can use mysites without setting up user profile sync.  But you won't be able to sync information from SQL without having a primary sync setup with AD first.  Syncing to something like SQL is designed to augment existing profiles.  It
    won't create new ones.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • AD sync to populate Photos in MYSITE User profile

    I have enabled AD sync to import thumbnail photos from AD to SharePoint 2013 user profile. Except for a few users, where the photos show up in their user profile, rest of the users have no photos showing up. If I check the LIST where synced photos are stored,
    I see all photos there. Looks like AD sync based import works.
    When I check the properties of the photo for users who have photos, it points to the list
    http://mysite.company.net/User%20Photos/Profile%20Pictures/zUser_MThumb.jpg .
    When I check the properties of the photo box of user profile with no photos, I see a different URL, pointing to
    http://mysite.company.net/_layouts/15/images/PersonPlaceholder.200x150x32.png
    I have engaged premier support for assistance and when we checked the User profile table, the URL for users with no photos is empty and URL for users with photos points to the LIST with photos.
    Anyone experienced this before?
    When I run the command: Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation
    http://mysite.company.net
    I get the following error:
    Update-SPProfilePhotoStore : UserProfileApplicationNotAvailableException_Logging :: UserProfileApplicationProxy.ApplicationProperties
    ProfilePropertyCache does not have 9e1f9b07-bd20-4a61-a041-cbd8120d3737
    At line:1 char:1
    + Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocat ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (Microsoft.Offic...ofilePhotoStore:SPCmdletUserProfilePhotoStore) [Update-SPProfilePhotoStore],
        UserProfileApplicationNotAvailableException
        + FullyQualifiedErrorId : Microsoft.Office.Server.UserProfiles.PowerShell.SPCmdletUserProfilePhotoStore
    Thanks
    MP

    Found the fix to the issue in a Blog. The issue was that I was unable to run the script Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation
    http://mysite.company.net  after 2 full syncs. Checking the internet, I found the following Blog that stated that the account used to run the script needs to have Full Control permission to the User Profile Service
    Application. I checked and found that the Farm account has the required permission, and used the account to login to an App server in the Farm and then ran the script. The script ran without errors and all photos that had synced up from AD  now show in
    user profile.
    https://bramdejager.wordpress.com/2013/02/14/when-setting-the-mysitehosturl-i-get-a-userprofileapplicationnotavailableexception/
    Thanks to Bram De Jager Blog.
    The issue is fixed.
    Thanks
    MP

  • Server 2012 R2 user profile disks and outlook search not working

    Hi,
    I`m having a problem with my setup for quite some time now with Windows Search and indexing the outlook OST files.
    I`m using user profile disks in my setup but it seems that Windows Search can`t index the user profile disks, hence when i`m searching in outlook (the OST file is located in the user profile disk) with windows search enabled i`m not getting any results because
    it can`t index the OST file.
    If I don`t use the disks then windows search works fine but because i`m using clustered TS servers I need the profile disks and I don`t want to go back to redirects if possible..
    At the moment I`ve disabled Windows Search which forces outlook to search online, it works but is slow..

    Next issue that popped up, after the user logs off it will deleted the indexed data and start over the next time the user logs on..
    Any fix for that?
    There are three other Technet threads describing the same exact problem about indexing data being deleted when a user logs off from RDS. I'm experiencing this bug also and haven't found anything to fix it yet.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/dffeb258-b985-452b-82f3-b66b950b98b6/user-profile-disks-with-windows-search?forum=winserverTS
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/e6d4e3e6-37ef-488c-86ac-d135e3f2353f/windows-search-index-and-user-profile-disks?forum=winserverTS
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/dc6328e9-96dc-4377-a23f-0fb7020e5daa/indexing-user-profile-disk-on-a-file-server-or-on-the-rdsh-server?forum=winserverTS
    my PC Techs http://www.mypctechs.com

  • Mac: With my user profile, it is not possible for me to announce me to the Creative Cloud, with a different user profile, it goes without problems.

    With my user profile, it is not possible for me to announce me to the Creative Cloud, with a different user profile, it goes without problems. Creative Cloud Desktop has been uninstalled and reinstalled. There is no error message.

    john beardsworth wrote:
    John Waller wrote:
    However, Adobe will soon introduce Cloud only features into Lightroom CC for which LR6 (perpetual license) owners will have to wait until LR7 (paid upgrade).
    That is possible, John, but it is only speculation on your part. Might, not will.
    kwdaves wrote:
    There is a "Lightroom 6" upgrade available for US $79 if you have a valid license for any of the earlier versions. From what I can tell, the only difference between Lightroom 6 Full, Lightroom 6 Upgrade and LightroomCC is in the license. The download file is the same.
    Other differences - with CC you get LrMobile/LrWeb and they throw in a free copy of Photoshop too.
    Yes, but when I bought my standalone license and clicked on the "Download" button it took me to the LightroomCC page. The downloaded file is named Lightroom 6, but in the CC app the installed program is LightroomCC (2015).

  • One user profile is not showing in CA but mysite is present for that account

    Hi,
        One user account is active in AD but not showing in Central Admin in User Profiles after profile import. However, the user has mysite profile also.
    Any help

    Hi,
    Like Alex and Ganesh said, please check the log file to find whether there are some errors related to this issue. The path of the log file is :C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    In addition, please do a full sync for user profile, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • User Profile custom property not appearing in search crawled property

    Actually I have migrated search services from one server to another server in that server I have created new custom user profile property but it is not appearing in search service crawled property any one please help me out in this.

    I got the same problem and i fixed it.
    If you take a look on all User Profile properties(cutsom or standard) you will note that they are all mapped to the property "ContentsHidden"(in addition of its property).
    I concluded that you have to map all user profile properties to "ContentsHidden"
    Please mark as usefull if it resolved the problem.
    may this post help you
    http://moudhafersalhi.com/2014/04/27/user-profile-property-not-appearing-in-search/

Maybe you are looking for

  • /usr filesystem is corrupted

    I have two T1000 machines and a Solaris 10 is installed on it. Due to Power failure /usr file system crashes and most of the services gone offline or disabled. At Ok prompt when i tried to run it in single user mode it automatically runs in run-level

  • Pop-up menu as "menu" button?

    I've noticed a lot of Blu-rays show the pop-up menu when you press "menu" (rather than "pop up menu"). Is there a way to do this in Encore? I'd prefer it to go to the pop-up one I've made with the movie playing rather than go to the main menu any ide

  • Error in text typing

    Hi everybody! I wonder if anyone has ever experienced the following issue: whenever we show text typing in our swf videos, something strange appears in the background: Does anyone know how to solve it? We're currently using Adobe Captivate 6.0 (Versi

  • BADI QEC_RESULT_COPY can not be implemented

    Hi, I am trying to implement this BADI QEC_RESULT_COPY but a error message appears with the text 'BADI definition QEC_RESULT_COPYis only provided for SAP internal use' and this is asking for a 'Access key'. Can you tell me what should i do in order t

  • Logic Pro Automation plays early

    Hey guys, I wonder if anyone can help me with this, I have had it happen always when automating soft synths and plugins with external controller knobs. Whenever I automate any paramente with a knob, it sounds perfect when recording, and the touch of