Test-spcontentdatabase error with claims authentictaion mode in sharepoint 2013

I know this has been come up before but could not find any good answer so reposting . I am following Microfoft guide for upgrading Sp 2010 to Sp2013. Existing SP2010 sites use claims based authentication. I made backup of existing content database from
SP2010 farm, copied them to SP2013 farm and restored on database server. Also  created web applications on SP2013 farm also using claims based authentication from UI in Central Administration .
After that I used
Test-SPContentDatabase cmdlet in order to check restored SP2010 content database against SP2013 web application and i am getting error
Category        : Configuration
Error           : False
UpgradeBlocking : False
Message         : The [SharePoint Primary - 443] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication
mode.
Remedy          : There is an inconsistency between the authentication mode of target web application and the source web application. Ensure that the authentication mode setting in upgraded web application is the
same as what you had in previous
                  SharePoint 2010 web application. Refer to the link "http://go.microsoft.com/fwlink/?LinkId=236865"
for more information.
Any idea on how to resolve and why am i getting this error ?
Thanks
MP
mp

Now at this point you can just attach the database to either web application and notice that it will still upgrade. If you want run the ps command: 
convert-spwebapplication -identity
http://nameofyourwebapp -to claims -retainpermissions
which will update the
web app and the users.  After that check the web application user policy for verification.  Make sure to add the
spsuperreader and
spsuperuser accounts too.  I had some issues where I had to re enter the site collection owners in CA and the site collection. 
If you're getting a constant pop up for credentials I would check to make sure that the sites are "trusted" in IE through group policy and set it up with a wildcard (*) to cover all sites.  Ex: 
http://*.yourdomainname.com
Jennifer Knight (MCITP, MCPD)
Thanks Jennifer - I ran into the same situation and agree with you this must be a bug. Seeing
others having similar issue as well. Not seeing any response from Microsoft on this yet. 
BlueSky2010
Please help and appreciate others by using forum features: "Propose As Answer", "Vote As Helpful" and
"Mark As Answer"

Similar Messages

  • SP 2013 Upgrade error - web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.

    Hi there,
    I get this error when I perform a DB Attach upgrade from SharePoint 2010 to SharePoint 2013. 
    "web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode."
    Any help is appreciated. Thanks.

    There is other way of fixing this issue apart from what Amit mentioned. Create a classic based web application in SP 2013 using PowerShell.
    New-SPWebApplication -Name "TestApplication" -ApplicationPool "TestApplicationAppPool" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "sppoc\spfarm") -Port 100 -URL "http://sp2013demo"
    Now mount the content database from SP 2010 on to the web application created above 
    Mount-SPContentDatabase WSS_Content_100 -DatabaseServer SQL2012Demo -WebApplication http://sp2013demo:100
    Once the mount is complete, convert the web application to use claims and migrate the user to use claims identity.
    Convert-SPWebApplication -Identity "http://sp2013demo:100" -To Claims –RetainPermissions -Force
    $w = Get-SPWebApplication "http://sp2013demo:100"
    $w.MigrateUsers($True)
    See my blog post about it: http://www.sharepointnadeem.com/2014/01/upgrade-from-sharepoint-2010-classic.html
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • Error in Configuration Wizard after installing SharePoint 2013 Service Pack 1

    Windows Server 2012 with latest updates and SharePoint 2013 with latest updates:
    I installed SharePoint 2013 Service Pack 1 and when I run the configuration Wizard i get this error:
    Error in Configuration Wizard
    Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language English (United States)
    Resource retrieved id PostSetupConfigurationFailedEventLog is Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review the extended error information
    located at {0}, fix the problem, and run this configuration wizard again.
    Leaving function StringResourceManager.GetResourceString
    Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web
    Server Extensions\15\LOGS\PSCDiagnostics_3_8_2014_23_55_49_686_1872915373.log, fix the problem, and run this configuration wizard again.
    In event view I see this two errors:
    1) First error
    System
    Provider
    [ Name]
    SharePoint 2010 Products Configuration Wizard
    EventID
    104
    [ Qualifiers]
    0
    Level
    2
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2014-03-08T21:41:59.000000000Z
    EventRecordID
    135580
    Channel
    Application
    Computer
    ABC-SRV-WEB01.abc.local
    Security
    EventData
    Failed to initiate the upgrade sequence. An exception of type System.MissingMethodException was thrown. Additional exception information: Method not found: 'Void Microsoft.SharePoint.WorkflowServices.IWorkflowService.Upgrade(System.Object,
    System.String, Microsoft.SharePoint.Upgrade.SPLog)'. System.MissingMethodException: Method not found: 'Void Microsoft.SharePoint.WorkflowServices.IWorkflowService.Upgrade(System.Object, System.String, Microsoft.SharePoint.Upgrade.SPLog)'. at System.RuntimeTypeHandle.GetTypeByName(String
    name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError,
    Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) at System.Type.GetType(String typeName) at Microsoft.SharePoint.Utilities.SPTypeSerializer.DeserializeType(String typeName,
    Guid classId, Boolean bResolveMissingTypes) at Microsoft.SharePoint.Administration.SPConfigurationDatabase.ResolveObjectAndClassVersions(SPLog log) at Microsoft.SharePoint.Upgrade.SPManager.BootStrap(Guid sessionId, SPUpgradeOperationFlags flags) at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.Run()
    at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    2) Second error
    System
    Provider
    [ Name]
    SharePoint 2010 Products Configuration Wizard
    EventID
    100
    [ Qualifiers]
    0
    Level
    2
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2014-03-08T21:41:59.000000000Z
    EventRecordID
    135581
    Channel
    Application
    Computer
    ABC-SRV-WEB01.abc.local
    Security
    EventData
    Configuration of SharePoint Products failed. Configuration must be performed in order for this product to operate properly. To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\LOGS\PSCDiagnostics_3_8_2014_23_41_9_710_572545016.log, fix the problem, and run this configuration wizard again.
    Please advise on next steps.
    How can I successfully install SP1?
    Thanks,
    Alex

    could you please share the upgrade log file, so that we understand the error?
    did you reboot your server after the installation of SP1?
    also try to clear the Config cache on the servers and then try again?
    you can run this command on the server its failing
    Get-SPProduct -local
    PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • 7009: Test Execution Error with tutorial examples

    Hi,
    I tried to run the tutorial files found on EclipseCon 2014 site (the "classic" dvd app test).
    Following first steps, after running AUT when I run test cases I always get this error:
    7009: Test Execution Error.
    Referenced Testcase could not be found.
    What does it mean? Is it a configuration problem?
    I am on windows 7 64bit and Jubula 8.1 (the latest version).
    The same happens when I try to run other pre-installed example projects.
    Thanks for reply
    Regards
    Matteo

    Hi,
    okay, from a first quick look at your Test Case I can tell that the unbound modules concrete 8.0 library is missing in your database used by Jubula. This library is reused in the JubulaTutorial Project but since is does not exist in the database the JubulaTutorial Project is displayed "broken". But don´t worry, this is very easy to fix
    1. Open the Properties for the JubulaTutorial Project
    2. Select node "Used Projects"
    3. On the left hand side you can see which libraries exist in you DB, on the right hand side you can which projects are reused in the currently opened Project
    4. Select the unbound modules concrete 8.1 from the left side and select the unbound modules concrete 8.0 from the right side
    5. Then click the single arrow which points to the right side
    6. Confirm
    7. Fixed

  • InfoPath 2010 does not work in claims authentication mode on SharePoint 2010

    Hi everyone,
    I created an Infopath 2010 Forms published on a Claims-based authentication site collection. This form has an external datasource plugged on the
    _vti_bin/UserProfileService.asmx webservice (within the same site collection). This datasource is queried when the form opens. When I check this form with Infopath designer preview, everything works fine.
    But once this forms is published, an error "Error while trying to contact Web Service" occured when opening a new form.
    Here ere an extract of the logs:
    The following query failed: GetUserProfileByName (User: DOMAIN\username, Form Name: library, IP: , Connection Target: , Request: http://server/_layouts/FormServer.aspx?xsnLocation=http://server/library/forms/template.xsn?DefaultItemOpen=1&Source=http://server/page.aspx, Form ID: urn:schemas-microsoft-com:office:infopath:library:-myXSD-2010-01-12T23-08-28 Type: DataAdapterException, Exception Message: The remote server returned an error: (500) Internal Server Error.
    Server was unable to process request. ---> Attempted to perform an unauthorized operation.
    The remote server returned an error: (500) Internal Server Error.)
    Here is an extract of my IIS log:
    2010-11-25 13:45:30 fe80::b9ab:23d9:ff9e:bb23%11 POST /_vti_bin/userprofileservice.asmx - 50000 - fe80::b9ab:23d9:ff9e:bb23%11 InfoPathDA 500 0 0 41
    Additionnaly, you have to know :
    If we set the web application authentication mode in "Classic mode", everything work fine
    As soon as we set "Claim mode authentication", we reproduce the issue and this even if we are using a Windows integrated  account or an external account (SQL Memberships, Claims/AD)
    We reproduce this issue in different SharePoint FARM.
    It seems that this issue is generic with "Claims mode authentication" and i'm not shure that other forum can help us.
    How can I make this WebService works for my form?
    Thanks in advance.
    Seb Nicot

    I am not sure but a Code Solution might work ... I assume InfoPath 2010 is not Claims-Based aware.
    I am on SP1 and June 2011 CU but still had no luck
    If you only need the current user’s login name, then in the “FormEvents_Loading” event, you can retrieve the current user name with a call to the “Application.User.LoginName” property.  Here is an example:
            public void FormEvents_Loading(object sender, LoadingEventArgs e)
                XPathNavigator codeUserNameXPN = this.CreateNavigator().SelectSingleNode(
                    "/my:myFields/my:CodeRetrievedUserName", this.NamespaceManager);
                codeUserNameXPN.SetValue(this.Application.User.LoginName);
    OR ----------------
            public void FormEvents_Loading(object sender, LoadingEventArgs e)
                //A place to write the results
                XPathNavigator codeUserNameXPN = this.CreateNavigator().SelectSingleNode(
                    "/my:myFields/my:CodeRetrievedUserName", this.NamespaceManager);
                //codeUserNameXPN.SetValue(this.Application.User.LoginName);
                try
                    //ThresholdAuthentication is the web service reference to the
                    //https://test:24575/_vti_bin/authentication.asmx web service
                    GetUserName.ThresholdAuthentication.Authentication authenticationWS =
                        new GetUserName.ThresholdAuthentication.Authentication();
                    //Call the web service's Login method and pass the username and password of a site
                    //administrator so we have rights to read all user profiles
                    authenticationWS.Url = "https://test:24575/_vti_bin/authentication.asmx";
                    authenticationWS.CookieContainer = new System.Net.CookieContainer();
                    GetUserName.ThresholdAuthentication.LoginResult result = authenticationWS.Login(
                        "Admin", "Pa$$w0rd");
                    if (result.ErrorCode == GetUserName.ThresholdAuthentication.LoginErrorCode.NoError)
                        //If we authenticated correctly, then set up a call to the user profile service
                        //ThresholdUserProfileService is the web service reference to the
                        //https://test:24575/_vti_bin/userprofileservice.asmx web service
                        GetUserName.ThresholdUserProfileService.UserProfileService userProfileWS =
                            new GetUserName.ThresholdUserProfileService.UserProfileService();
                        //Pass the authentication cookies we got back from the authentication web service
                        userProfileWS.Url = "https://test:24575/_vti_bin/userprofileservice.asmx";
                        userProfileWS.CookieContainer = authenticationWS.CookieContainer;
                        //Try to find the user profile information of the current
                        GetUserName.ThresholdUserProfileService.PropertyData[] resultData =
                            userProfileWS.GetUserProfileByName(this.Application.User.LoginName);
                        //Enumerate through the properties
                        foreach (GetUserName.ThresholdUserProfileService.PropertyData property in resultData)
                            //Pick out the "AccountName" property and display it
                            if (property.Name == "AccountName")
                                codeUserNameXPN.SetValue(property.Values[0].Value.ToString());
                    else
                        //If we failed to authenticate properly, display the reason why
                        codeUserNameXPN.SetValue(result.ErrorCode.ToString());
                catch (System.Exception ex)
                    //If an exception occurred, report it.
                    codeUserNameXPN.SetValue(ex.Message);
    Note that in order for this code to work, you will need to make your form template fully-trusted in the “Security” section of the “Form Options” dialog, and then publish your form template to SharePoint as an Administrator-Approved form
    template

  • Error with OpenSearch result source in Sharepoint online

    I have error with result sources that use the Opensearch protocol. I add them via Site Settings -> Edit Result Source -> New Result Source but everytime I test them in the Result Sources list I get error saying
    key is null or empty
    Parameter name: key
    This same happens every time regardless of the source Url. I've tried with sources like Live Search (Copied the url from the preset source "InternetSearchResults"), and other sources I've found from documentation and examples for Opensearch
    feature.
    Also, the error message is always the same when testing the Result Sources from the Result Source list, Query Builder or searching from Sharepoint site.

    I am having the same issue on o365 E3... any input on this? I have tried on 2 different envs.
    Danimal521 MCPD/MCAD

  • Missing Body from a Appointment with deactivated Cache Mode in Outlook 2013

    Hello,
    i am not shure if is this more a Bug/Configuration Problem in Outlook 2013 or do i have something to consider?
    I have a Problem with created Appointments through EWSMA when the Outlook 2013 Client has deactivated the Cache Mode.
    With activated Cache Mode the Appointment is shown up normal in Outlook 2013 Client.
    With deactivated Cache Mode the Body of the Appointment are missing.
    When i look at the Appointment through OWA the Body is there.
    This only happend to Appointments created through EWSMA.
    I use Outlook 2013 (15.0.4615.1000) MSO (15.0.4615.1000) 32 bit and Exchange Server Version 15.0 (Build 913.22) (CU5).
    Best Regards

    Maybe this bug?
    http://social.technet.microsoft.com/Forums/exchange/en-US/88e78151-088b-4a2f-9a4d-003be7323ae9/e2013ewsxmlewstool-calendar-item-body-not-visible-in-outlook?forum=exchangesvrdevelopment

  • Powerpivot Data Refresh Not working with Oracle Data Source in sharePoint 2013

    I am using SQL Server 2012 PowerPivot for Excel 2010. Getting the following error in SharePoint 2013 environment, when using Oracle data source within a workbook -
    EXCEPTION: Microsoft.AnalysisServices.SPAddin.DataRefreshException: Engine error during processing of OLE DB or ODBC error: The specified module could not be found..:
    <Site\PPIV workbook>---> Microsoft.AnalysisServices.SPAddin.DataRefreshException: OLE DB or ODBC error:
    The specified module could not be found..   
     at Microsoft.AnalysisServices.SPAddin.DataRefresh.ASEngineInstance.ProcessDataSource(String server, String databaseName, String datasourceName, SecureStoreCredentialsWrapper
    runAsCredentials, SecureStoreCredentialsWrapper specificConfigurationCredentials, DataRefreshService dataRefreshService, String fileUrlForTracing)     -
    -- End of inner exception stack trace ---   
     at Microsoft.AnalysisServices.SPAddin.DataRefresh.ASEngineInstance.ProcessDataSource(String server, String databaseName, String datasourceName, SecureStoreCredentialsWrapper
    runAsCredentials, SecureStoreCredentialsWrapper specificConfigurationCredentials, DataRefreshService dataRefreshService, String fileUrlForTracing)   
     at Microsoft.AnalysisServices.SPAddin.DataRefresh.DataRefreshService.ProcessingJob(Object parameters)
    I created a simple Excel 2013 PPIV workbook with an oracle data source and uploaded that to SharePoint 2013, but no change in the results - still getting the above error.
    What is this error? We have installed Oracle client (64-bit, since we use 64-bit Excel and Sp is also 64-bit) on SSAS PPIV Server and SharePoint Content DB Server. Do we need
    to install it anywhere else?
    Thanks,
    Sonal

    Hi Sonal,
    To use PowerPivot for SharePoint on SharePoint 2013, it is required to install PowerPivot for SharePoint with the Slipstream version of SQL Server 2012 SP1. If you install SQL Server 2012 and then use the upgrade version of SQL Server 2012 SP1 to upgrade,
    the environment will not support SharePoint 2013.
    I would suggest you refer to the following articles:
    Install SQL Server BI Features with SharePoint 2013 (SQL Server 2012 SP1):
    http://technet.microsoft.com/en-us/library/jj218795.aspx
    Upgrade SQL Server BI Features to SQL Server 2012 SP1:
    http://technet.microsoft.com/en-us/library/jj870987.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Osssearchresults.aspx page throwing error on only one webapplication in SharePoint 2013

    I am working with Search in SharePoint 2013 Standard version.
    I am facing while searching on a SharePoint Web-application. The page "osssearchresults.aspx" showing error in URL "http://SharePointserver/_layouts/15/osssearchresults.aspx"
    but when I am searching on other web-application, the result is shown from "not-working web-application" also and all other webapps also.
    I have created site collections in not-working web application but the problem is same on other site collections also (if it is created in that web application).
    The web application is having DMS so to search documents we need search.
    I am not getting any results in other search pages 'created in site pages'.
    I found the crawling is working for all files.
    I am getting below error:
    Sorry, something went wrong.
    HIDE DETAILS
    Cannot find stub for type with id "{80173281-fffd-47b6-9a49-312e06ff8428}". The specified server may not support APIs used in this operation.
    Correlation ID: fc6fef9c-2517-e098-88b4-ddcb723c1c9a
    I need help. Please let me know if any query is there.
    - Khan Abubakar Disclaimer: The opinions expressed herein are my own personal opinions and do not represent any others view in anyway.

    Hi Khan,
    Per my knowledge, the osssearchresults.aspx can only return results from the site collection or current site.
    Could you please provide a screenshot of the search results in the web application without issue including the URL?
    I also recommend to create a search center in the web application with issue and then check if the results from the web application can be returned.
    Best regards.
    Thanks
    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]

  • Facing error while creating PerformancePoint Dashboard in SharePoint 2013?

    Hi All,
    I am not able to create Performance Point Dashboard site in SharePoint 2013, while creating facing this error:
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however,
    be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.
    This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>
    How to fix this issue?
    Thanks in advance

    Hi Sam,
    Please modify your web.config file to show error details in SharePoint as below:
    Set customErrors mode to Off
    Set SafeMode CallStack to true
    Set compilation debug to true
    For more information:
    http://www.keremozen.com/2012/04/08/how-to-show-error-details-in-sharepoint/
    http://www.ashokraja.me/post/Display-Stack-Trace-in-Sharepoint-2010.aspx
    After modification, check the detail error message.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Error while running Configuration Wizard in SharePoint 2013: Exception in RefreshCache. Exception message :The '?' character, hexadecimal value 0x43A0, cannot be included in a name. Line 1, position 5694.

    Hi Friends,
    I was trying to run configuration wizard in SharePoint 2013 Central Administration and I got below error:
    Exception in RefreshCache. Exception message :The '?' character, hexadecimal value 0x43A0, cannot be included in a name. Line 1, position 5694.
    Yesterday my SharePoint server was running fine and today when I try to update a SharePoint solution (wsp) I got same error. Even if I try to do any operation
    in Central administration like adding new WSP, Updating WSP , I get same error.
    Does any one have any Idea?
    Regards
    Gireesh Painuly

    Posted this a few weeks back - would appreciate any suggestions?
    Thanks,
    Carl

  • Upgrade SharePoint 2007 SSRS integrated mode to SharePoint 2013 Reporting Service (SSRS-2014)

    Hi
    We are upgrading a SP-2007 site with SSRS integrated reports to SP-2013 and SSRS-2014. As there are many changes done in SP-2013, I would like to know if any of the existing SP-2007 reporting service database need to upgraded to SP-2013 or just upgrading
    the SP-2007 content database to SP-2013 and creating a new Reporting Service application will be working fine?
    Thanks,
    Pat

    You'll want to do a few things:
    Export the encryption key from the SSRS Configuration application in SharePoint 2007.
    Migrate the content database from SharePoint 2007 SP2+ to SharePoint 2010, to finally SharePoint 2013.
    Install SSRS 2012 SP1+ on SharePoint 2013.
    Migrate the SSRS databases to the SharePoint 2013 SQL Server.
    Create a new SSRS Service Application in SharePoint 2013 using the same named databases on the new SQL Server.
    Import the encryption key to the SSRS SA.
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • List all users with full control on a SharePoint 2013 Sub site from SharePoint Object Model in C#

    If I have a sub site URL and a user with Site Admin, can I list all users in that sub site that have Full Control at that level?
    Any C# code sample?

    Still you can do that, just pass the subsites to your code and from their you can find the users dynamically.
    You could also use SPWeb.Users property to get users assigned to a subsite
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.users(v=office.15).aspx
    alternatively you can also use SPWeb.SiteUsers to get all users
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.siteusers(v=office.15).aspx
    other APIs of help-
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.associatedmembergroup(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.associatedownergroup(v=office.15).aspx
    http://sharepoint.stackexchange.com/questions/101671/object-model-list-all-users-with-full-control-on-a-sub-site-in-sharepoint-2013
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Issue with @mention urls in newsfeed - SharePoint 2013

    I have configured mysites in SharePoint 2013 with following cnfigurations,
    Server name : Server1
    Alternate Access Mappings for Portal  (on port 80): Server1 (default), Intra.domain.com
    Alternate Access Mappings for MySites (on port 1234): Server1:1234, mysite.domain.com . I created these by extending web applications on port 80 with host header.
    When accessing Mysites using - mysite.domain.com
    I am able access mysites and intranet portal without any issues, browse org chart, post comments etc..
    Links to Newsfeed, Onedrive Pro, about me etc.. all are working fine.
    links to Hashtags are working fine. E.g #SharePoint
    But when i post with '@mention' links to these user profiles are taking me to 'Server1:1234' urls instead of 'mysite.domain.com' urls.
    Did any one experience similar issue? I am not if it is a bug in SharePoint.
    Any ideas to fix this issue?

    Hi Srujank,
    According to your description, my understanding is that the URL changed to Server:1234 when you posted with @mention in Newsfeed.
    Did this issue occur with other users?
    How did you configure the Alternate Access Mapping for the My Site web application?
    I recommend to set the Server:1234 as the default zone URL of the My Site web application and set the mysite.domain.com as the other zone’s URL.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Organization chart with Active directory AD in Sharepoint 2013

    Dear All, 
    I need to create organizational chart with sharepoint 2013 through the Active directory. Is there any opensource webpart for 2013 please confirm me 
    Regards 
    RB

    Any one know about it? 
    RB

Maybe you are looking for

  • Powerbook G4 - Please help!

    My fan is constantly running since I installed Leopard. I'm running 10.5.1. My computer is really really hot, much hotter than usual. I ran Disk Utility and it takes forever to complete and then I get the following msg. Can anyone help? Thanks - Dave

  • How to send more than one command at the same time to write buffer in VISA READ?

    Hi, I'm using the LABVIEW->serial.VI with a small modification for my serial communication with a shutter control unit.At present,I can send one command CTSO1 to the write buffer.My instrument can read upto 5 commands.I want to send CTSO1 and CTSO2 s

  • Automatic settlement of delivery costs MRDC for service PO

    Hi, We configured a custom condition type ZCOM (Commission). This condition was assigned to pricing procedure RM0000. This condition is defined as a delivery cost condition with accrual. PO for non-inventory material: - Free text item for 10 EA @ $10

  • Top Nav buttons not working after publish, but works in app. WHY?

    I have tried to find out why these buttons will not work after publishing. They work fine while in the iWeb app, but not when publishing. I do not have any objects near the top nav buttons. The first site went off without a hitch <www.serenitycustomp

  • Null Instance Variables on Screenflow

    Hi, I have some problems with instance variable of type BPM Objects in a Screenflow. I always create automatic processes without user interaction, and on server side I have seen that it's not necessary to instantiate an instance variable. Moreover if