SharePoint 2013 SIP Address has no value in site collection for users

I have SharePoint 2013 site collection and I gave access to particular user design access. When I check the user information i do not have any value of that users SIP field. In that domain I am having exchange mail server and LYNC 2010 server. Please help
me on this issue.

SIP value exist in AD.
i check user profile service and edit for user, in that SIP value is exists.
But when i go to Site Action - > site setting -> People and group
then i am not able to find SIP value for the users.
when i delete user from the site users and re-add user then SIP value is coming. but that's nit feasible because i have around 150 sites.
Please give me solution or should i make the tool which will update user SIP value for all the sites?
Coz of SIP value when i add site users web part then status is not showing for the user in the web parts.

Similar Messages

  • How to show property bag values of site collection in web part on landing page in sharepoint online?

    How to show property bag values of site collection in web part on landing page in sharepoint online - office 365?

    You can use JavaScript Client object model to read the property bag values. Example:
    function getWebProperty() {
    var ctx = new SP.ClientContext.get_current();
    var web = ctx.get_site().get_rootWeb();
    this.props =  web.get_allProperties();
    ctx.load(web);
    ctx.load(this.props); //need to load the properties explicitly
    ctx.executeQueryAsync(Function.createDelegate(this, gotProperty), Function.createDelegate(this, failedGettingProperty));
    function gotProperty() {
        var myPropBag = this.props;
        alert(myPropBag.get_fieldValues()["allowdesigner"]); //returns the value of the key allowdesigner
    function failedGettingProperty(args, sender)
         //handle errors here
    Source:
    http://sharepoint.stackexchange.com/questions/37198/grab-a-specific-property-bag-using-ecma-script
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • Sharepoint 2013 email address issue

    Hello,
    I receive the following error when I create Alert for a ask on sharepoint 2013. While there is email attached to the profile on Active Directory.
    "You do not have an e-mail address. 
    Alert has been created successfully but you will not receive notifications until valid e-mail or mobile address has been provided in your profile."
    Thanks

    Hi,
    According to your post, my understanding is that you got an issue when using alert in SharePoint.
    The is caused by the email address it is not updated to the user profile.
    To fix the issue, please sync up the user profile. The solution can be found from:
    http://blogs.technet.com/b/paulpaa/archive/2009/10/01/user-profile-information-not-updated-on-site-collection-s-people-and-group.aspx
    You can also double check the steps while creating the user profile service, there is an article for your reference.
    http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/
    Make sure the App pool accounts having the right permission.
    What’s more, you can also check the ULS log to see if anything unexpected occurred.
    For SharePoint 2013, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    There is a similar thread for your reference.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/4a986138-e839-4f92-a5db-a84884fd3588/you-do-not-have-an-email-address?forum=sharepointadminprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SharePoint 2013 Error Exception from HRESULT: 0x80131904 Some sites are working while others give this error

    I can access some of the sites,  but others are throwing this error code... not sure why it appears that it is every other site almost...
    I can actually get this error, at a top level site, go to a sub-site and that site is displayed.
    Any ideas on how to resolve this error..
    the Central Admin site is down also, just a blank page is returned. no error message...
     we were able to add extra space on the VM brought back the sites but now the Central Admin site throws  a 404 not found...

    Hi ,
    According to your description, my understanding is that after adding extra space on the SQL server VM, the error 0x80131904 disappeared, but the CA got 404 error. Is it right?
    Afer adding extra space on SQL server, make sure the SQL server is online and run SharePoint 2013 Products Configuration Wizards, when running, select “don’t disconnect from the server farm”.
    Check whether this issue occurred on other machines. If CA is working from other computer and only server is facing this issue then you need to create diableloopbackcheck registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. The value should
    be 1 .
    Please go to IIS->the server->ISAPI and CGI Restrictions, check whether there are four 'Microsoft SharePoint Foundation 2010' entries. If not, you need to create the following entries with the name as 'Microsoft SharePoint Foundation 2010':
                     C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\_vti_aut\author.dll
                     C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\_vti_adm\admin.dll
                     C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\shtml.dll
                     C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll
    Check Allow extension path of execute to allow the restriction to run automatically.
    If this issue still exists, please check the log file to find more information about this issue. The path of the log file is : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Or you can use Event Viewer(Start->Run->event viewer) to find the log.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Migrating to Sharepoint 2013 from 2010 - Can you use the same URL for the Web Application without affecting the 2010 environment?

    Hi,
    I am currently trying to migrate our SharePoint 2010 environment to SharePoint 2013. The first thing I'm doing is creating a 2013 development environment to verify that this migration goes smoothly. I'm also doing this so that we will have a testing environment
    after the upgrade to 2013 is complete. 
    So here is my question: I have a 3 tier farm including; 1 app server, 1 wfe, and 1 sql server. I have made a copy of our SharePoint 2010 database and installed that on our sql server 2012 sever (This new environment is on 3 completely separate servers from
    our 2010 environment). I have also installed the prereqs and configured SharePoint 2013 on the App server and wfe servers, as well as configuring the necessary service applications (I have created a completely new 2013 database where I will migrate my 2010
    database content when I'm ready).
    I am now at the point where I need to create a new web application on the 2013 app server, where I will be migrating the copied 2010 database.  (Also note that we have a 2010 development site called https://[email protected])
    When I go to create a new web application in our 2013 dev environment, can I use the same url (https://[email protected]) to create this web app, or will this screw up our current 2010 dev environment?
    I'm new to SharePoint migrations, so I apologize if this is a stupid question.
    Thanks in advance for any insight you can share on this!
    Boe Barlage

    So, what you are recommending is that before I create a web application in my new 2013 environment, I need go into my hosts file on my 2013 app server and alter it to point to my 2013 wfe.
    Then after I do that, then I can create my new web application on my 2013 app server with the same url as my 2010 testing environment
    (https://[email protected]). 
    Then after that I should be able to access my new sharepoint 2013 environment at the same URL (https://[email protected])?
    I must be missing something.
    In your first reply, you told me to alter the host file on my 2010 app server and point it to my 2010
    wfe (I guess I thought it probably already is). You also told me to alter the host file on my 2013 app server and point it to my 2013 wfe. 
    so I am confused on after I do this, what url would I access my 2010 test environment, and what url would
    I access my 2013 test environment?
    I am fine with having my test environment as a different URL until I am totally ready to roll everything over and kill the 2010 site. But I want to make sure that when I migrate my database, none of the site links are broken.
    I also want to make sure that if I proceed this way, I want to be sure that I will be able to modify the URL to what my 2010 environment is (without a lot of headaches) when I am ready to kill the 2010 site.
    Thanks again for your help, it's much appreciated!
    Boe Barlage

  • For SharePoint 2013 App, how to request permission to host web for only 2 lists?

    I find app permission requests are not granular enough. I see that there can be permission properties (key/value).
    Is there any way to request permission to more than one list. It's not comforting for a site admin to grant an app permission to ALL lists or all items in a site collection, when only one resource is required.
    Example of what the markup looks like in an app manifest:
    <AppPermissionRequests>
    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web/list" Right="Write"/>
    </AppPermissionRequests>
    Thanks, Roy Kim

    UPDATE:
    I did some tests about that.
    I found that:
    - multiple Property elements in the same AppPermissionRequest
    are not evaluated, it is only the first one
    - with multiple AppPermissionRequest elements that use the same Scope (although they have different Rights) only the first one is
    evaluated.
    Regarding the property:
    - ListId works with this syntax
    Property
    Name="ListId"
    Value="{5532E789-ED99-403B-A0A9-F2E295536B7F}"
    />
    - List does not work as expected.
    Marco Rizzi @Avanade Italy http://blog.marcorizzi.com

  • Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?

    I am new to sharepoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edtion to create app and web parts for sharepoint 2013?

    Unfortunately no, check this post:
    http://sharepoint.stackexchange.com/questions/52338/sharepoint2013-development-with-vs2012-express
    To build SharePoint 2013 webparts/apps you will need the 'Microsoft Office Developer Tools for Visual Studio 2012', which do not come as part of Visual Studio.  The tools require Visual Studio 2012 Ultimate, Premium, or Professional.
    The tools and prerequisites can be found here:
    http://msdn.microsoft.com/en-us/office/apps/fp123627.aspx
    Brandon Atkinson
    Blog: http://brandonatkinson.blogspot.com

  • SharePoint 2013 Published links to Office client applications - Registry key for MySite is missing on client

    Hello,
    how is the Registry Key HKCU\Software\AppDataLow\Microsoft\Office\15.0\Common\Portal
    for "PersonalSiteURL" supposed to be set in SharePoint 2013 / Office 2013?
    Or is there another way to tell the Office Clients where to look for the user profile / published links? In SharePoint 2007 there was a button "Set as default MySite" which creates the Registry key as far as I know.
    How is Office 2013 supposed to get this Information?
    Any kind of help will be appreciated.
    Thanks,
    Dennis

    Hi Dennis ,
    Thank you for your posting!
    According to your description, my understanding is that you want to get the Published links using  Office 2013 on client.
    Yes, you can get the Published links using Office 2013 on client. For achieving your demand, you need to have the 15.0/Common/Portal registry key setup with a PersonalSiteURL defined . For detailed information,
    you can refer to the article and note that everything is 15 instead of 12 now:
    http://paulliebrand.com/2009/08/25/publishing-links-to-office-2007-without-enabling-my-sites-in-sharepoint/
    Also  the comments of the blog is helpful:
    http://paulliebrand.com/2011/09/27/set-as-default-my-site-sharepoint-sites-or-my-sharepoint-sites-missing-in-office-2010-on-sharepoint-2007/
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • HT204053 My email address has changed.  My apple ID for iCloud is my old email address and I cannot remember the password. Verification is sent to my old email address and I cannot retrieve it.  Any suggestions

    My email address has changed. I have my icloud acct sending stuff to an email that is no longer in service. I cannot remember the password and it keeps sending messages to an old email acct to try to change the password. Any suggestions.

    Go to appleid.apple.com and click in the reset password option.  You maybe able to reset using the security questions option.  If you can't, contact support using expresslane.apple.com email option, or call the AppleCare support line.

  • Granting access to SharePoint Designer on a SubSite but not the Site Collection

    Is it safe in SharePoint 2010 to give a user the ability to use SharePoint Designer on a SubSite of a Site Collection and not give them permission, other than Visitor access, to the root Site Collection (Parent Site collection)?
    Most importantly, I want to make sure the only damage a user can do is to their own subsite, and not do anything that will impact the Site Collection. 
    I created a test user and granted it FULL access on a test subsite and only view on the parent site collection and was able to use designer logged in as the test user.  I was able to modify the subsite pages and create workflow.  I was not expecting
    this to work based on the following statement in KB article
    http://support.microsoft.com/kb/2592376
    Overall, an user needs to be a member of one of the following groups at the site collection
    level to be able to use SharePoint Designer and modify SharePoint content:
    - Site Collection Administrators
    - Designers
    - Owners
    Does anyone have any advice on this?
    Thanks!

    I think I just found out why in SharePoint 2010 I'm able to give a user "Designer" permissions on a subsite and "Read"  only permission on the parent Site Collection root site and they can still use SharePoint Designer with
    no permission issues in the subsite.
    http://suehernandez.wordpress.com/2013/02/15/sharepoint-designer-2010-you-do-not-have-permission-to-do-this-operation/
    From the Article: "Turns out the reason for these varying behaviors is this:  In 2007, new sites would automatically inherit their
    master pages from their parents.  If you made no changes to that, it inherited right up to the top.  So it’s looking at the master page from the top, in those circumstances.  And as we’ve seen here, if you don’t have Design permissions to it,
    it doesn’t work.
    In the case of a new 2010 site (just a regular Team Site), the new 2010 behavior is to use the Master Page in the gallery it has in its own site.  And since the user is an Administrator (Full Control) of that
    site, then no problem getting to the Master Page!"
    Does anyone have any experience with this?

  • How to set/get the values thru Wedbynpro coding for User mapping fields

    Hi All
    In system object we have the user mapping fields like District,city,plant,Salesmanager.
    now we want to set/get the values of these usermapping fields of system object thru webdynpro coding...
    if anybody have sample codes of the same then it would be great help to me
    Thanks in advance
    Thanks
    Trisha Rani

    Hi Kavitha
    Thanks for your reply
    My requirement is exactly as follows.
    1) i have created one portal system object in system administration and also i created usermapping fields in the system object from the usermanagement  in system object.
    i created the user mapping fields like Plant,SalesManager,District etc.
    i also created the system alias name for the same system object
    2)  Now i came to persoanlize link and mapped the system object to the portal user.
    while mapping to the system object we need to enter Mapping userId, Password , once we enter these values and we can also enter the values of usermapping fields which we defined while creating the system object ( for example District,Salesmanager,Plant etc)
    once we enter all the values and click on save then these usermapping  values to be mapped to the portal user.
    3) Now my requirement is , i  want to control the usermapping field values thru webdynpro coding for setting/getting the values.
    I need sample code of the same.
    Please let me know if u need more details on the same.
    Thanks
    Trisha Rani

  • Sharepoint 2010 Reporting Feature not showing up under "Site Collection Feaure"

    Hi
    I want to enable "Audit Log" to do this I need "Reporting" feature to be enabled first, which can be located as below located as in below picture.
    But I am not able to see "Reporting" feature itself .Can anyone please explain how to add Reporting feature
    Thanks,
    Meenakshi 

    Hi
    Can you please confirm if you are using SharePoint Foundation or SharePoint Server Enterprise version ?
    As with SharePoint Foundation Audit Log is not available, you can check below links -
    https://auditlogsp.codeplex.com/ - This post says -
    "In Sharepoint 2010 we have a feature called Site Collection Audit and Audit log. But this feature only
    on Sharepoint Enterprise, but on the Foundation we dont have that feature. With this application, we can enable audit feature on SP Foundation, see all the log. "
    Also check same discussion here -
    http://sharepoint.stackexchange.com/questions/13399/how-do-we-activate-auditing-in-sharepoint-foundation-2010
    Hope it helps.
    Thanks,
    Danny
    Please remember to mark as answer if it helps.

  • Sharepoint 2013 Managed Metadata Display Format Value.

    Hi,
    I have a powershell script that creates Managed Metadata Site Columns from my taxonomy fields.
    With it I can set some of the options of the column, like if it's multivalued or not, but I don't see how to access to the Display Format one.
    Is ther any way using powershell to set the Display Format option to "Display the entire path to the term in the field" insted the default one, which only displays the term label.
    Many thanks in advance
    Kind Regards
    Raúl

    Have you tried setting IsPathRendered property?
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.taxonomy.taxonomyfield.ispathrendered(v=office.14).aspx
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • SharePoint 2013 RTE Custom Styles lost on Team Site Wiki Page after you select a control in the editor

    I have a weird issue in that I have custom RTE styles working fine in publishing pages, but in the team site wiki page, when you first go into edit mode you see your styles, but if you highlight some text, select say the font drop down to expand it and then
    select it again to contract it (i.e. without selecting a font), all of a sudden all of the custom styles are lost and everything reverts back to the default RTE styles.
    In my master page I am running the following script to force my styles to be loaded.
    ExecuteOrDelayUntilScriptLoaded(
    function() {
         $(
    "div[RteRedirect]").each(function()
    varid = $(this).attr("RteRedirect"),
             editSettings = $(
    "#"+ id);
    if(editSettings.length > 0 &&
    editSettings[0].PrefixStyleSheet != 'custom-rte')
                 editSettings[0][
    'PrefixStyleSheet'] =
    'custom-rte';
                 editSettings[0][
    'StyleSheet'] =
    '\u002f_layouts\u002f15\u002fFiveP\u002frteStyles.css';
                 RTE.Canvas.fixRegion(id,
    false);
    "sp.ribbon.js");
    See below screenshots (note Heading 2 is orange).
    After you collapse the font menu, you see that the orange H2 has disappeared, and selecting the font drop down again now shows all of the default SharePoint RTE styles.
    I haven't been able to capture the Event that is being called using the debugger. Any ideas how to fix this?
    Alan Coulter.

    Hi,
    For this issue, I'm trying to involve someone familiar with this topic to further look at it.
    Thanks,
    Qiao
    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]
    Qiao Wei
    TechNet Community Support

  • Is it possible to restrict access to individual SharePoint Online sites (or site collections) to users only connecting when on the corporate network?

    Hi,
    We have an Office 365 environment which is linked to our on premise ADFS environment. We have started to make some deployments of sites to our SharePoint Online environment. For the majority of sites this is great and the ability to access the sites
    from anywhere is a real bonus. However, there are some sites and data that I would be much more comfortable in migrating to SharePoint Online if there were a way to make them only accessible via users/computers connected to the corporate network. 
    I have seen articles in how you can configure ADFS to allow all connections to the Office 365 tenant only from the network or not but what I am after is something which can be configured on a site by site basis (i.e. not the whole Office 365 environment
    or SharePoint Online environment) to only allow access when connecting from the corporate network.
    Any advice/help would be much appreciated?
    Many thanks
    Paul

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office, the issue is more related to SharePoint online, I recommend you post your question to the Microsoft Office 365 Community Sites and document sharing Forum
    http://community.office365.com/en-us/f/154.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

Maybe you are looking for