Person or Group colum in the SharePoint list retrieves empty value for Mobile phone property

Person or Group colum in the SharePoint list retrieves empty Mobile phone for some users although thoses users have Mobile Phone values in the User Proifles. This happens only for some users. For some users  it shows Mobile phone for
some days and after some days it dess not show Mobile Phone though Mobile Phone entries are in the User Profiles for those users.
Appreciate any help to fix this.
Thanks in Advance!
Narayana Reddy
Narayana Reddy G

Hi Narayana,
According to your description, my understanding is that the person or group column retrieved an empty value for Mobile phone in SharePoint 2010.
Please go to the hidden User Information List using
http://<SiteCollectionUrl>/_catalogs/users/detail.aspx , check the value of Mobile phone.
Please go to CA->Monitoring->Review job definitions, scroll to User Profile to SharePoint Full Synchronization
and
User Profile to SharePoint Quick Synchronization, make sure they work well.
In addition, please take a look at :
http://donalconlon.wordpress.com/2012/03/02/sharepoint-user-information-list-is-not-being-updated/
I hope this helps.
Thanks,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • How to add users from person or group field in a sharepoint list to sharepoint group

    Hi,
    How to add users(single or multiple) from person or group field in a sharepoint list to sharepoint group programmatically?
    Any suggestions would be appreciated.
    Thank you,
    AA.

    Hello,
    Use SPGroup.AddUser() method to add user in group. I have just written sample code in notepad so it is not tested:
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using(SPSite Site = new SPSite(SPContext.Current.Site.Url))
    Using(SPWeb Web = Site.OpenWeb())
    SPList list = web.Lists["ListName"];
    SPQuery query=new SPQuery ();
    query.Query = "<Where><Eq><FieldRef Name='Title' /><Value Type='Text'>Test</Value></Eq></Where>";
    SPListItemCollection items = list.GetItems(query);
    if(items.Count > 0)
    foreach(SPListItem item in items)
    //Get USers from person or group column
    SPFieldUser userField = (SPFieldUser)item.Fields.GetField("Users");
    SPFieldUserValueCollection userFieldValueCollection = (SPFieldUserValueCollection)userField.GetFieldValue(item["Users"].ToString());
    SPGroup spGroup = spSite.RootWeb.Groups[groupName];//group name
    if (users.Count != 0)
    bool isUserInGroup = false;
    foreach (SPFieldUserValue user in users)
    foreach (SPUser item in spGroup.Users)
    string itemUserName = item.LoginName;
    string UserName = user.User.LoginName;
    if (itemUserName == UserName)
    isUserInGroup = true;
    break;
    if (!isUserInGroup)
    spGroup.AddUser(user.User);
    The above code will query list item and then get users from "Users" column. Now it will check whetehr user is already in group not, if not then add user in group.
    http://rajanijilla.blogspot.sg/2012/09/add-users-to-group-programmatically.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • What is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    what is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    there is a workaround you can try, create audience and add DL to them and deal with the audience or convert DL to groups
    https://social.technet.microsoft.com/Forums/en-US/02f0d773-8188-4d94-a448-0c04d838b0cf/distribution-lists-in-sharepoint?forum=sharepointgenerallegacy
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • The SharePoint list query is not valid: Data at the root level is invalid. Line 1, position 1. (rsSPDataProviderError)

    Hi there,
    All my reports are throwing below error in a sharepoint site configured with Access services. Does anyone have a clue what's causing it?
    An error has occurred during report processing. (rsProcessingAborted)
     Query execution failed for dataset 'Default'. (rsErrorExecutingCommand)
     The SharePoint list query is not valid: Data at the root level is invalid. Line 1, position 1. (rsSPDataProviderError)
    Thanks
    Manvir

    Hi Manvir,
    For troubleshooting your issue, please go to C:\Inetpub\wwwroot\wss\VirtualDirectories\ find your Web Application (represented by a port number), then delete an unknown folder created by sharepoint, namely vti_cnf from all the folders and sub-folders in
    your web application.
    Reference:
    http://forums.asp.net/t/985790.aspx?Data+at+the+root+level+is+invalid+Line+1+position+1
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Change the value of a SharePoint List lookup control value using javascript

    hi,
    could you please help in changing the value of a SharePoint List lookup control value using javascript.
    Please note that i have to change the lookup value which is in the form of a drop down from the infopath form.
    Thanks

    https://stackoverflow.com/questions/5678210/select-dropdown-menu-option-with-javascript
    Does that help?

  • Excel cannot connect to the SharePoint list

    Please see below for the event log information
    Log Name:      OAlerts
    Source:        Microsoft Office 14 Alerts
    Date:          22/05/2013 12:18:20 PM
    Event ID:      300
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      PCNAme
    Description:
    Microsoft Excel
    Excel cannot connect to the SharePoint list.
    P1: 101359
    P2: 14.0.6029.1000
    P3: 
    P4: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft Office 14 Alerts" />
    <EventID Qualifiers="0">300</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-05-22T10:18:20.000000000Z" />
    <EventRecordID>963</EventRecordID>
    <Channel>OAlerts</Channel>
    <Computer>Z88AE1DAB0658.pioneergroup.pioneerfoods.co.za</Computer>
    <Security />
    </System>
    <EventData>
    <Data>Microsoft Excel
    </Data>
    <Data>Excel cannot connect to the SharePoint list.
    </Data>
    <Data>101359
    </Data>
    <Data>14.0.6029.1000
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    </EventData>
    </Event>
    May your PC's be fast and your restarts few.

    Hi there!,
    Check the following thread:
    http://community.spiceworks.com/topic/334543-excel-cannot-connect-to-the-sharepoint-list
    Our problem ended up being a 3rd party monitoring agent/service we activated on the server.
    Check the OP - I list what I've tried. Perhaps you may find your problem there?
    May your PC's be fast and your restarts few.

  • I have a Iphone 3gs with the reading list and I was upgrading my phone however Im changing to a samsung galaxy s3, I wanted to know how to send or sync my reading list on my phone to maybe an email or something so that I could copy it to my galaxy??

    I have a Iphone 3gs with the reading list and I was upgrading my phone however Im changing to a samsung galaxy s3, I wanted to know how to send or sync my reading list on my phone to maybe an email or something so that I could copy it to my galaxy??

    Go to supportprofile.apple.com and remove your device. Alternatively you can call in to apple and have Apple look up your phone number. They may be able to remove it from their end.
    If it does not show up in either of these places, have the people whe own the other iPhone send you a message> this message will be blue for an iMessage> have them push an hold on that message and select the option "send as text"> this should send the message as green> do this two - four time till it starts sending as green on its own.> this should fix it.

  • AFTER I UPDATED MY I PHONE THE NAME LIST CANT BE APPEAR FOR 15 MORE TIMES A DAY

    AFTER I UPDATED MY I PHONE THE NAME LIST CANT BE APPEAR FOR 15 MORE TIMES A DAY

    1.  Stop SHOUTING AT US.  It's rude.
    2.  What is the "name list" and where is it supposed to appear each day?

  • Firefox is having a problem with Linkedin. I get the error, error in parsing value for "backgroun" and for "filter"

    When trying to send messages in linkedin, firefox takes me back to the log in screen without sending the message. On the error console it shows the error; error in parsing value for "background" and error in parsing value for "filter". What is causing this?

    Pages does not support the Apple font used for color emoji, so that behavior is normal.
    With what app are you reading the yahoo mail?  There is really no guarantee than any other email service will show the special Apple font involved.
    You should have no problem putting emoji directly into Mail or Text edit via drag drop from the Character Viewer as shown below.
    You should also be able to upload graphics here easily by clicking on the camera icon.  My email is tom at bluesky dot org.

  • "Error [10151] The LCP Port on CCM Admin for Mobile Agent is not Configured or misconfigured"

    We are running into a problem which we have noticed on UCCE 8.5 and havent seen on earlier 7.5 release.
    If we setup a CTI port as agent device target and if we try to login the agent using Cisco Desktop (Not CAD, just CTI OS Client) then we get following error:
    "Error [10151] The LCP Port on CCM Admin for Mobile Agent is not Configured or misconfigured"
    But this wasnt the issue with 7.5 and we were able to do agent login with CTI Port as device target. We dont intend to use Mobile Agent feature but just login UCCE agent to CTI port as the device.
    Do we know if this is a known issue or if something has changed between 7.x and 8.x release which could be is causing this?

    So you can ping and nslookup from your ms to these agents and vice versa right?  I wouldn't do a manual install, I would push the agent from the management server.  You can uninstall the agent manually, or use cleanmom to get rid of them.  Then
    do an install from the console.  When you initiate the install from the console (management server), should it run into any issues it will dump out an error which will give you an idea of where the problem may be.
    From Holmans post on this:
    e MOM Server could not execute WMI Query "Select * from Win32_OperatingSystem" on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    The MOM Server could not execute WMI Query "(null)” on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    8004100A 
    800706BA
    1.  Ensure agent push account has local admin rights 
    2.  Firewall is blocking NetBIOS access.  If Windows 2008 firewall is enabled, ensure “Remote Administration (RPC)” rule is enabled/allowed.  We need port 135 (RPC) and the DCOM port range opened for console push through a firewall.  
    3.  Inspect WMI service, health, and rebuild repository if necessary 
    4.  Firewall is blocking ICMP  (Live OneCare) 
    5.  DNS incorrect 
    http://blogs.technet.com/b/kevinholman/archive/2009/01/27/console-based-agent-deployment-troubleshooting-table.aspx
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • I cannot watch video's in the mobile web without a currect flash player for mobile phone! what virsion of player i need?

    I can't watch video's in the mobile web without a currect flash player for mobile phone's. what do I need to do(what is the currect virsion)?
    If you have an answer just send it to me by e-mail!
    [email protected]

    If you find anything out please share.  I have flash projects (SWF) files created in Captivate 5 that play fine in Flash and Dreamweaver, but freeze up on the web in safari, firefox, opera and chrome.  Even files that used to play just fine.  This upgrade has been a nightmare - I have spent hours troubleshooting to no avail.  It does not seem to be a problem for windows users - only macs.

  • I can't download the latest itunes (I need to for my phone) because it says I need an updated OS version, but my computer says everything is up to date. Help?

    I can't download the latest itunes (I need to for my phone) because it says I need an updated OS version, but my computer says everything is up to date. Any help?

    First you need to install Mac OS 10.6. To do this you have to buy the OS disk. (This is a whole different OS, not an update of 10.5.) Order it here:
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    You may be able to install an even newer OS, but you have to get 10.6 first.
    Please look at Apple Menu / About This Mac / More Info... and check under Hardware Overview for the Model Identifier of your Macbook. That will tell us whaat is the highest OS you can install.

  • What is the rear camera's MP value for Encore 2 write 10 inches?

    The rear camera's MP value for Encore 2 Write 10 inches is given as 5 megapixels in the Toshiba's site while its given as 8 megapixels in the Microsoft Store
    So what is the actual value?
    Toshiba link:
    http://www.toshiba.com/us/tablets/encore2-write/10/WT10PE-A264
    Microsoft Store link:
    http://www.microsoftstore.com/store/msusa/en_US/pdp/Toshiba-Encore-2-Write-Signature-Edition-Tablet/...
    Solved!
    Go to Solution.

    Encore 2 Write WT10PE-A264
    Okay, I see it now.
    Encore 2 Write WT10PE-A264M
    Maybe that M version is different?
    Let's ask Peter from Toshiba if he can help.
    -Jerry

  • Is there a possibility that the Bluetooth send some content to other mobile phone brands (Nokia, SonyEricsson ...)

    Is there a possibility that the Bluetooth send some content to other mobile phone brands (Nokia, SonyEricsson ...)

    You can only send Top Secret Stolen Documents by bluetooth, nothing else .

  • I am trying to register my iPhone 4S for mobile phone insurance but the website does not recognise the serial number. Has anyone experienced this?

    I am trying to register my iPhone 4S for mobile phone insurance but the website does not recognise the serial number. Has anyone experienced this, and any idea how I can rectify the problem?

    When using the iPhone with the Windows OS, you need to have the Apple Mobile Device Service running. It should start automatically when you start the computer, but sometimes things happen. Use this support document to try and restart the service. See if that helps.
    http://support.apple.com/kb/TS1567

Maybe you are looking for

  • Sending material outside for repair

    All SAP Gurus, We want to send some material outside our company premises for maintenance work. For this I have made a service PO. Now, how to send this material out (which mvt. Type to be used)? And after wards how to take it back Regards,

  • Level 1 notification not working on q10

    I am unable to get level 1 notifications working on my Q10. They are working on my z10. The only difference between the two is the q10 is my work phone on BES10. Is there something else that needs to be done with BES10? I even tried to get them worki

  • TV shows sorting issues

    Hi all, I have couple of my favourite TV Shows in iTunes, and while iTunes keeps all my tv shows episodes sorted perfectly well (season#, than episode#) when I sync them to my iPhone the sorting is gone; I have the episodes in random(?) order, furthe

  • Efficiency while book editing

    Forgive me if I'm mentioning things already mentioned, but I just spent several heavy days in designing books, and altering templates. Here were the primary things I noticed about editing books that were barriers to my productivity: 1) Performance is

  • Blinking Lights on Panel on HP C7280 All In One Printer

    What does it mean when all the lights on the pnel keep on blinking?  It is a HP C7280 All In One Printer.  And it does print fine.  I did talk to a Tech at Besy Buy who indicated that it is a major problem and not worth fixing. Please advise and than