SharePoint 2013 Default page issue

Hi
We have weird issue with SharePoint 2013 welcome page.  When I browse
www.mydomain.com its working just fine I don’t see /pages/default.aspx however when I browse without www ex: mydomain.com its taking me to mydomain.com/pages/default.aspx even though we configured managed meta data friendly
Url’s
I’ll appreciate your help with this regards.
Thank you

Are you sure that both urls are registred as alternative mappings? What is default alternative maping for this web-application?

Similar Messages

  • Sharepoint 2013 Wiki Page - Links in content rewritten to relative urls

    We have an issue where on all SharePoint 2013 wiki pages any URL to items within the site containing the wiki page are rewritten to be relative URLs. This causes a huge problem when we surface these pages and a snippet of their content through a search web
    part because the links fail being relative to the wiki page itself. To further illustrated with an example.
    A site collection root page http://www.sp2013.com/default.aspx contains a search results web part returning all wiki pages in the site collection. There is a custom display template that renders
    the linked title of the wiki page and the first 500 characters of formatted text (html) of the wiki page.
    A wiki page is created in a sub site (sub1) called wiki1 (http://www.sp2013.com/sub1/pages/wiki1.aspx) the text of the page contains:
    "Check out our new library: Document Library"
    Document Library is a hyperlink to (http://www.sp2013.com/sub1/Document%20Library/Forms/AllItems.aspx)
    Upon saving the wiki page the link is reformatted to be /Document%20Library/Forms/AllItems.aspx
    From the rollup web part at http://www.sp2013.com/default.aspx the relative url in the snippet text of the display template evaluates to
    http://www.sp2013.com/Document%20Library/Forms/AllItems.aspx which does not exist.
    I have attempted modifying the source of the wiki page as well as the link in the ribbon however upon save of the changes the link is always modified to be relative. Any assistance is appreciated as this is extremely frustrating. Thank you.

    Hi JonesEJ,
    According to your description, my understanding is that SharePoint converts a absolute URL to
     a relative URL when you save the wiki pages containing the URL.
    This is actually the preferred behavior in SharePoint and on the web in general. SharePoint saves all absolute URLs for the wiki content as relative. It only does this if the URL matches the URL for the web application for that current wiki
    site.
    There is no OOB way to change the relative URL back to the absolute URL. For your issue, you can try to use
    SPSite.MakeFullUrl() to convert it back.
    There is a similar post for your reference:
    http://sharepoint.stackexchange.com/questions/62887/absolute-urls-converted-to-relative-urls-when-saving-item
    Best Regards,
    Wendy
    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]
    Wendy Li
    TechNet Community Support

  • Sharepoint 2013 online mobile issue.

    Dear all,
    When I try to fill out a form in mobile view on the iphone or android phone, the person or group column doesn't work at all.
    And when I try to approve a workflow I created with 2010 workflow, the page is just blank.
    basically everything is so broken under mobile view, but works under pc view on the phone.
    Anyone has any quick fix to this? I really need the mobile view to work properly. I know I can disable the mobile view, but I have to keep it. Thanks.
    Timothy Liu

    Hi,
    According to your post, my understanding is that you had Sharepoint 2013 online mobile issues.
    Please make sure you configure the mobile view correctly. You can refer to:
    Configure a SharePoint site for mobile devices - SharePoint Online for enterprises
    Use a mobile device to work with SharePoint Online sites
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Thanks,
    Jason
    Jason Guo
    TechNet Community Support

  • Printing SharePoint 2013 Wiki Page Library as a whole

    Hi!  I'm trying to find a good solution for printing an entire SharePoint 2013 Wiki page library.  In SharePoint 2010 I built a site and created a printer friendly view that used "Wiki Content" column that only printed the contents
    of the wiki pages as a whole using the solution from this link:
    https://mail.americredit.com/owa/redir.aspx?C=Wl_sVZBaUUqYaSN9F2Qq6Mc3RL-ZwtEIzEWL5ULgM7U6Hr1eoqsoq26BC3E89ofm2Liksb54EjM.&URL=http%3a%2f%2fwww.eblogin.com%2feblogin%2fpost%2f2011%2f11%2f24%2fsharepoint-wikiPagePrint.aspx%23.VDVWdPldVBc
    It was very easy to do and my client loved it.  However, now that we are starting to migrate over to SharePoint 2013 I don't see the same column option and I haven't been able to create a printable view like the one above.  Is there a way
    to do this in 2013 like what was available in 2010? 

    Hi Jeremy,
    That link take me through to an Exchange Login.  Can you provide another link for the solution you've used.
    An older solution that sounds familiar is in this thread.  It's for an older version of SharePoint but should still work
    https://social.technet.microsoft.com/forums/sharepoint/en-US/1612dfdb-f85c-4e6f-90f4-3d6c24b6472c/how-do-you-print-a-sharepoint-wiki
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Cannot view SharePoint 2013 WebPart Page in Html iframe

    I would like to use html iframe for display sharepoint 2013 webpage page , it return following error :
    "This content cannot be displayed in a frame"
    Here is my code:
    <iframe width="100%" src="http://xxxx-dev-int:6346/Test/SitePages/wpSPFolderControl.aspx"> </iframe>
    i try to follow
    http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx , but another error message shown
    "The Visible property cannot be set on Web Part 'g_5bf75035_be44_437a_8752_6360297f3f13'.  It can only be set on a standalone Web Part."
    The webpart page is correct , that can browse directly.
    Working environment:
    - SharePoint 2013
    - Windows Server 2012
    - Visual Studio Professional 2012
    - .Net framework 3.5
    Thanks for your help

    TRY
    <WebPartPages:AllowFraming ID="AllowFraming1" runat="server" />
    http://msdn.microsoft.com/en-us/library/office/fp179921(v=office.15).aspx
    http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx
    or
    http://social.msdn.microsoft.com/Forums/en-US/fa6abb31-7251-4744-ab14-634cde38a42d/error-when-viewing-apps-that-utilize-webparts-this-content-cannot-be-displayed-in-a-frame?forum=appsforsharepoint
    <WebPartPages:AllowFramingID="AllowFraming1"runat="server"/>

  • SharePoint 2013 Default Groups removal

    Hi Everyone
    I would like to know if any harm in breaking inheritance and removing SharePoint 2013 default groups.
    Groups like
    1) Approvers
    2) Designers
    3) Translation Managers
    4) Restricted Readers
    Any help will be greatly appreciated.
    Regards
    Prashanth
    SharePoint Administrator

    Hi Prashanth,
    If the default groups have been deleted, then the groups cannot be recovered unless you restore the site from a backup.
    The default groups have specific permission levels, so if you do not need that specific permision, then you can delete them.
    More references:
    http://office.microsoft.com/en-001/sharepoint-server-help/understanding-sharepoint-groups-HA102772363.aspx
    http://office.microsoft.com/en-001/sharepoint-server-help/understanding-permission-levels-HA102772313.aspx?CTT=5&origin=HA102772363
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • URL rewrite now working for SharePoint 2013 result page

    Hi,
    I have configured reverse proxy using URL Rewrite (ARR), all works fine but the rule is not processing for SharePoint 2013 result page. It still shows internal domain name and not external domain name.
    this is my web.config in internet web server
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <rewrite>
                <outboundRules>
                    <rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1">
                        <match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script" pattern="^http(s)?://dsplsp2013/(.*)" />
                        <action type="Rewrite" value="http{R:1}://uncep/{R:2}" />
                    </rule>
                    <preConditions>
                        <preCondition name="ResponseIsHtml1">
                            <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
                        </preCondition>
                    </preConditions>
                </outboundRules>
                <rules>
                    <rule name="ReverseProxyInboundRule1" stopProcessing="true">
                        <match url="(.*)" />
                        <action type="Rewrite" url="http://dsplsp2013/{R:1}" />
                        <serverVariables>
                            <set name="HTTP_ACCEPT_ENCODING" value="" />
                        </serverVariables>
                    </rule>
                </rules>
            </rewrite>
            <urlCompression doStaticCompression="false" />
        </system.webServer>
    </configuration>
    Thanks
    Hari
    Hari

    Hi,
    According to your post, my understanding is that the rule was not processing for SharePoint 2013 result page.
    Please make sure you add the reverse rewriting rule correctly.
    For more information, you can refer to:
    Add the reverse rewriting rules (in the HTML)
    Setting up a Reverse Proxy using IIS, URL Rewrite and ARR
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Convert a sharepoint 2007 master page to a Sharepoint 2013 master page

    Dear friends,
                     I'm doing migration from SharePoint 2007 to SharePoint 2013. I was able to migrate the databases and deployed the customisations to new SP2013 environment. Can
    you please advice me which approch should I follow when migrating the master page? Does anyone have experience ?
    Thanks,
    Dilip

    Hi Dilip,
    There is no easy way to migrate SharePoint 2007 master page to SharePoint 2013.
    SharePoint 2013 use new CSS Style and theme. When you migrate to SharePoint 2013, the master page will be set to use the default master page in SharePoint 2013. To support the new UI in SharePoint 2013, changes have been made to the default master pages.
    For this reason, you cannot apply a master page created in SharePoint 2007 to a site in SharePoint 2013.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b4947250-a447-430c-b374-a9777c4d4cbb/migration-of-master-pages-from-sp2010-to-2013?forum=sharepointdevelopment
    Here is a detailed article explain possible branding issue for SharePoint 2013 migration:
    http://office.microsoft.com/en-au/office365-sharepoint-online-enterprise-help/branding-issues-that-may-occur-when-upgrading-to-sharepoint-2013-HA104052656.aspx
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Page Title Option in SharePoint 2013 Wiki Page.

    In SharePoint 2013, How can I add title to the page that is created under Site Pages library, out of the box I don’t see any option to add title under “Edit Properties section” , please find the attached screenshot.
    I am trying to navigate to the
    /_catalogs/masterpage
    by opening site in SharePoint designer but I don’t find the test1.aspx page.
    Thanks, Ram Ch

    Hi Ram,
    Based on your description, my understanding is that you want to add Title to a wiki page from Site Pages library in SharePoint 2013.
    By default, when we edit a wiki page’s properties, the Title is not displaying. If you want to change the Title of a wiki page, you can modify the current view and add the Title into the view, then use “Quick Edit” to change the Title.
    If you want to add the Title property into a wiki page, you can do via SharePoint Designer 2013.
    The steps are:
    Open your site with SharePoint Designer 2013.
    Click “Site Pages” from the left panel, then click the page that you used and click “Edit file”.
    Find the content place holder with ID “PlaceHolderPageTitle”, then add the following code into the below of the content place holder.
    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server">
            <SharePoint:ListItemProperty Property="Title" runat="server"/>
    </asp:Content>
    The result looks like:
    Note: when you edit the page in SharePoint Deisgner 2013, make sure it is in Advanced Mode.
    Best Regards,
    Wendy
    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]
    Wendy Li
    TechNet Community Support

  • SHarepoint 2013 - Document Conversion issue

    Hi All,
    I enabled Document conversion features in my SharePoint environment successfully and its working fine.
    i enabled word to html conversion option , it works fine when i try to convert the document with out any images in that document , i have some png images in that documents when i try to convert the document i got some error message like png images is not
    loading and my html page is showing with out any images , can any one help me to resolve this issue ASAP.
    Thanks,
    Mani L
    Mani L

    Hi Mani,
    According to your description, my understanding is that you want to use Document conversion features to convert documents with images to HTML page in SharePoint 2013.
    There is not an OOB way to achieve it. You can use Word to publish to a SharePoint blog which automatically uploads any images in the document. Then, you copy the html markup from the blog post and paste it into a wiki page.
    In addition, for this issue, you can also use a tird party tool to achieve, like the below:
    http://www.kaboodlekonnect.com/colin/Lists/Posts/Post.aspx?ID=19
    Here are some similar posts for you to take a look at:
    http://www.ericshupps.com/2013/05/converting-word-documents-to-html-in.html
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f45267b8-82e6-4cca-8541-d88a54740979/converting-ms-word-documetation-with-images-into-a-wiki-page-in-sp-2010?forum=sharepointgeneralprevious
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • 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 InfoPath GetUserProfile issue

    We have upgraded from SharePoint 2007 to SharePoint 2013 and we having problem with InfoPath forms which contain GetUserProfile web service as data connection. We have converted our web application to claims in 2013 and based on suggestions a new Secure
    Store Service ID needs to be created to allow InfoPath to connect over Claims Based Authentication. refer to
    http://thatssharepoint.blogspot.com.au/2013/12/issues-with-infopath-forms-after.html  
    We have already done this but we still get the following error when opening the form that has data connection query On Load form:
    An error occurred while trying to connect to a Web service.
    An entry has been added to the Windows event log of the server.
    Log ID:5566
    Timestamp               Process                                
     TID    Area                           Category                     
     EventID Level      Message  Correlation
    03/12/2014 10:27:52.98  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Logging Correlation
    Data       xmnv Medium Name=Request (GET:http://server:81/sites/intranet/TeamSites/demo/demo/_layouts/15/FormServer.aspx?XsnLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test%20Form/Forms/template.xsn&SaveLocation=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%20Form&ClientInstalled=true&DefaultItemOpen=1&Source=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%2520Form%2FForms%2FAllItems%2Easpx) 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:52.99  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Authentication Authorization 
     agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\user, ClaimsCount=46 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:52.99  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Logging Correlation
    Data       xmnv Medium Site=/sites/intranet 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.04  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (SiteAndWebCache.DoesUserHavePermission). Execution Time=10.7472 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.04  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Maintenance                  
     m1v7 Medium SQL Query Count The SQL queries performed during this operation. 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.16  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1ba High [Forced due to logging gap, cached @ 03/12/2014 10:27:53.05, Original Level: Verbose] Web Request:  Getting response 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.16  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1bf High [Forced due to logging gap, Original Level: Verbose] Web Request:  WebException Caught 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.16  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m0im Medium Data adapter failed during OnLoad: The remote server returned an error: (500) Internal Server Error.  Server was unable to process request. ---> Attempted to perform an unauthorized operation. 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.16  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1v0 Warning The following query failed: GetUserProfileByName (User: 0#.w|domain\user, Form Name: Test Form, IP: , Connection Target: , Request:
    http://server:81/_layouts/15/FormServer.aspx?XsnLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test Form/Forms/template.xsn&SaveLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test Form&ClientInstalled=true&DefaultItemOpen=1&Source=http://server:81/sites/intranet/TeamSites/demo/demo/Test%2520Form/Forms/AllItems.aspx,
    Form ID: urn:schemas-microsoft-com:office:infopath:Test-Form:-myXSD-2014-03-11T05-56-58 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 ret... 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.16* w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1v0 Warning ...urned an error: (500) Internal Server Error.) 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.21  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m0ie Medium Data adapter failed during OnLoad: The remote server returned an error: (500) Internal Server Error.  Server was unable to process request. ---> Attempted to perform an unauthorized operation. 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.21  w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1v0 Warning The following query failed: GetUserProfileByName (User: 0#.w|domain\user, Form Name: Test Form, IP: , Connection Target: , Request:
    http://server:81/_layouts/15/FormServer.aspx?XsnLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test Form/Forms/template.xsn&SaveLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test Form&ClientInstalled=true&DefaultItemOpen=1&Source=http://server:81/sites/intranet/TeamSites/demo/demo/Test%2520Form/Forms/AllItems.aspx,
    Form ID: urn:schemas-microsoft-com:office:infopath:Test-Form:-myXSD-2014-03-11T05-56-58 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 ret... 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.21* w3wp.exe (server:0x0468)                 0x288C InfoPath Forms Services        Runtime - Data Connections   
     m1v0 Warning ...urned an error: (500) Internal Server Error.) 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.23  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Monitoring                   
     nasq Medium Entering monitored scope (Render Ribbon.). Parent Request (GET:http://server:81/sites/intranet/TeamSites/demo/demo/_layouts/15/FormServer.aspx?XsnLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test%20Form/Forms/template.xsn&SaveLocation=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%20Form&ClientInstalled=true&DefaultItemOpen=1&Source=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%2520Form%2FForms%2FAllItems%2Easpx) 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.23  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Monitoring                   
     b4ly Medium Leaving Monitored Scope (Render Ribbon.). Execution Time=6.9057 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.26  w3wp.exe (server:0x0468)                 0x288C SharePoint Server              State
    Service                  8kfs Medium The StateManager is disposing and calling ReleaseLockedStates() (Count=0) 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.26  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Micro Trace                  
     uls4 Medium Micro Trace Tags: 0 nasq,15 agb9s,49 b4ly,0 m1v7,126 m0im,40 m0ie,14 nasq,6 b4ly,31 8kfs 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    03/12/2014 10:27:53.26  w3wp.exe (server:0x0468)                 0x288C SharePoint Foundation          Monitoring                   
     b4ly Medium Leaving Monitored Scope (Request (GET:http://server:81/sites/intranet/TeamSites/demo/demo/_layouts/15/FormServer.aspx?XsnLocation=http://server:81/sites/intranet/TeamSites/demo/demo/Test%20Form/Forms/template.xsn&SaveLocation=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%20Form&ClientInstalled=true&DefaultItemOpen=1&Source=http%3A%2F%2Fserver%3A81%2Fsites%2Fintranet%2FTeamSites%2Fdemo%2Fdemo%2FTest%2520Form%2FForms%2FAllItems%2Easpx)).
    Execution Time=286.8812 615a7c9c-52c9-00ee-1bc0-54d6c0e001fc
    any help would be great.

    Hi  CALIG,
    According to your description, my understanding is that the User Profile Service connection returns an error when open the form of a web application using Claim based Authentication in browser.
    The issue can be caused by a limitation of InfoPath Form Services not being claims aware. For using InfoPath with claims based authentication , here is a good blog you can refer to:
    InfoPath over Claims Authentication (SharePoint 2010 & 2013):
    http://blogs.technet.com/b/rajbugga/archive/2013/08/07/infopath-over-claims-authentication-sharepoint-2010-amp-2013.aspx
    Want to call SharePoint 2010 web services within browser based InfoPath 2010 forms?:
    http://blogs.msdn.com/b/russmax/archive/2012/08/17/want-to-call-sharepoint-2010-web-services-within-browser-based-infopath-2010-forms.aspx
    Thanks,
    Eric
    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]
    Eric Tao
    TechNet Community Support

  • Sharepoint 2013 Document library Issue

    Hi
    In sharepoint 2013 Doc lib,I uploaded a document and I can see it was successful, but then I can’t close the window, or get back to the customer documents unless I “control/alt/delete” and close all IE windows & re-log in. Now, 4 minutes later it
    still shows a spinning circle.
    Regards,
    Prasad

    Hi Prasad,
    I wonder if there is workflow or event receiver associated to this document library. Please also check ULS log for related error message.
    Or you can create a new document library and then upload document, then check if the issue still exists.
    If the issue still exists, I suggest you provide the screenshot or more information for further research.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Sharepoint 2013 Download registration issue

    this is what is get when I go to register. 3 different machines.
    Server Error in '/en-us/evalcenter/wizards' Application
    Server Error in '/en-us/evalcenter/wizards' Application.
    'countryCode' has a SelectedValue which is invalid because it does not exist in the list of items.
    Parameter name: value
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.            
    Exception Details: System.ArgumentOutOfRangeException: 'countryCode' has a SelectedValue which is invalid because it does not exist in the list of items.
    Parameter name: value
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.                  
    Stack Trace:
    [ArgumentOutOfRangeException: 'countryCode' has a SelectedValue which is invalid because it does not exist in the list of items.
    Parameter name: value]
    System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) +2733349
    System.Web.UI.WebControls.ListControl.PerformSelect() +49
    MS.Marketing.RegSys.WebControls.PhoneQuestion.DoCreateChildControls() +892
    MS.Marketing.RegSys.WebControls.Wizard.UpdateWizardItem(WizardItem item, Boolean isResponsePersisted) +399
    MS.Marketing.RegSys.WebControls.Wizard.DoWizardItemRegionUpdated(WizardItemRegionUpdatedEventArgs args) +295
    MS.Marketing.RegSys.WebControls.PhoneQuestion.LoadResponse(QuestionResponse response) +232
    MS.Marketing.RegSys.WebControls.Wizard.LoadResponses(WizardResponse wizardResponse) +289
    MS.Marketing.RegSys.WebControls.Wizard.EnsureDataSource() +619
    MS.Marketing.RegSys.WebControls.Wizard.OnLoadImplementation(EventArgs e) +36
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
    Version Information: Microsoft .NET Framework Version:2.0.50727.8000; ASP.NET Version:2.0.50727.8001                 
    The Big Lug

    My best suggestion is to try again.  I downloaded a copy of SharePoint 2013 eval from the eval center on Saturday successfully.  It was not by first time downloading.  I download evals for different clients I'm working with on a regular
    basis.  I've seen the kind of error you are reporting before.  Its usually a temporary problem with the MS servers and is usually fixed in a day or two.
    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.

  • How to hide username in comments section of sharepoint 2013 blog page

    I have a blog page in SharePoint 2013. In that, in the comments section, i have to hide the username of the person who posted the comment.
    I also have to hide it from the page source, hence i cannot use css. Please suggest some solution,if possible using xslt.

    Open the blog.xsl file which is located in "/_layouts/XSL/blog.xsl"
    For safe side take the back up of blog.xsl file and open it and find the below div
    <div class="ms-PostFooter">
    <!-- For the author field, render it using the span style and preceed it with the word "by"-->
    <span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.ByPrefix"/></span><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><xsl:call-template name="RenderAuthor"/>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.blog_postfooter_at"/><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:choose>
    <xsl:when test="$ContainerId"><xsl:text disable-output-escaping="yes">&lt;#= spMgr.RenderFieldByName("PublishedDate", listItem, listSchema) #&gt;</xsl:text></xsl:when>
    <xsl:otherwise><xsl:value-of select="@PublishedDate" disable-output-escaping="yes"/></xsl:otherwise>
    </xsl:choose></span>
    <div>
    In the above div remove the span tag
    <!-- For the author field, render it using the span style and preceed it with the word "by"-->
    <span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.ByPrefix"/></span><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><xsl:call-template name="RenderAuthor"/>
    If you any help please let me know

Maybe you are looking for

  • Excise Transaction Types

    Dear Gurus, What is the importance of the step " Specify Excise accounts per excise transaction" ? As there are many excise transaction type defined , i wanted to know when do all these transaction types comes in picture? How system select them autom

  • Expanding Tree till Last Node, in one shot, in WebDynPro ABAP

    Hi Colleagues,           I am working on this tree structure of technical objects where i need to Expand ALL the nodes of the tree in one click. Please let me know if this is posible. Regards, Anoop

  • Wave Editor 1.4.4, import flac problems

    I try to import flac files in Wave Editor 1.4.4but unforunately i get heavy distorted wave files with bursts of noise, and nothing of the original audio is imported. Does anyone know how this can be done?? thx

  • Trying to create an email address

    Today I created 2 email addresses successfully for a BC site. I got the invite email, set the passwords and everything worked just as it should do. Then I tried to create a third account. Got the invite email, clicked the link, set the password - the

  • Restoring iMac

    HI Chaps, An uncle of mine has been given an iMac 350mhz with 192mb ram and what appears to be an 8bg HDD. It was supplied with no discs and OS9 already installed. He upgraded it to OS9.2.1 and also installed Mac OSX10.2 using a set of restore discs