Windows 8.1, IE 11 and SharePoint Online

I have windows 8.1 and can not get "Form Settings" in SharePoint to work. It tells me "Internet Explorer is required to use this feature.", but I am using IE. I did not have this
issue on my windows 7 box at work but on my laptop I can not get IE 11 to work correctly. From my understanding there is no way to roll back to IE 10 on Windows 8.1. So my question, is there a workaround for this issue or am I just out of luck that MS products
that should work together do not. Any information on this would be greatly appreciated.

Hi,
Form my experience, it may be the issue that IE is not set as default browser.
Do you have another browser in your computer?
http://windows.microsoft.com/en-IN/internet-explorer/make-ie-default-browser#ie=ie-11-win-7
Regards,
Ada Liu
TechNet Community Support

Similar Messages

  • Single Sign On and SharePoint Online. Why so much re-authentication?

    We are migrating to SharePoint Online 2013. Much of the organization is already on o365 for Exchange and Linq.
    Most clients are Windows 7 using IE 11.
    From what I understand there is an AD to ADFS sync and a custom SSO login page that accepts our enterprise user and passwords.
    Looking at this, a few dumb questions:
    http://technet.microsoft.com/en-us/library/hh852486.aspx
    In our organization, authenticating into our desktops and network does not automatically authenticate us into o365, Exchange, Linq or SharePoint Online.   Furthermore, Authetnicating into Exchange and Linq, does not automatically authenticate me
    into SharePoint Online.  I can create a map to SharePoint Document library while HTTP authenticated into SPO, but if reboot and log into our network and then Exchange/Linq and attempt to access that map the SPO library I get an error.  If I then
    authenticate into SPO, the map works again.
    These are all MS products and technologies.  Are these gaps in SSO normal and expected or are these limitation in our organization?
    What would it take to seamlessly have access to SPO resources automatically after authenticating into our AD network?
    Any chance MS SSO can work like a ChromeBook login, where all Google resource are automatically available without prompt for authentication?

    The problem is that the cookie/token for SPO expires. You need to periodically login there to renew it. Using a smart link to authenticate directly to SPO and get a persistent cookie will help:
    http://samhandle.no/2014/06/24/sharepoint-online-with-webdav-and-sso/
    You will still have to open SPO even with the above setup, but a lot less frequently. If you keep running into issues with mapped drives, refer to this article:
    http://support.microsoft.com/kb/2616712

  • Follow-up question about forms and SharePoint Online

    I asked a question about life after InfoPath earlier, and got a good answer:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fb23b3d9-8a09-4267-aab5-09929f6a3082/life-after-infopath-seeking-advice
    After looking at all of the limitations of SharePoint Online, I'm wondering how developers are dealing with the limitations. Lets say you are asked to develop something that has complex logic, including fetching data from external web services, dynamically
    displaying parts of a process to people depending on role, and ending up with a printable document. In our on-premises environment, InfoPath is well suited to this task, with some code behind for some things. Or, if not using InfoPath, we would use application
    pages and workflow.
    Neither of those are available in SharePoint Online, so what would you do?

    Some things, such as the conditional display of content, can be done via JavaScript. More advanced items, such as integrating external web services would likely require a SharePoint "app". A SharePoint app is essentially a link to a separate site
    that is running an asp.net web app (or PHP, or whatever). This asp.net site can do anything it needs with any web services, or conditional formatting, or anything. Because it's registered as a SharePoint app, it can also call back into the SharePoint site
    and work with data. So, a SharePoint App could present the user with a robust form that simply sends the data back to a SharePoint list. The SharePoint app can also be surfaced on the SharePoint site itself in an iframe, so the user won't know that the form
    is hosted by another server.
    By the way, the ideas behind the app model permeate the entire SharePoint environment: instead of having the SharePoint server itself run all kinds of custom business logic, that workload is handled by other servers, so the SharePoint servers can be focused
    on running the core bits of SharePoint. InfoPath puts a large load on the servers, so it's out.  XSLT list views also put a load on the server, so they're also out. SSRS is an amazingly fantastic tool, but is not supported in the cloud (and there's no
    alternative). Timer jobs, event handlers, workflow, and many other things have been re-architected to take the load off the SharePoint servers.
    Mike G.

  • Migrating into a Hybrid SharePoint on premise and SharePoint Online

    We currently have a SharePoint 2007 farm and are migrating to SharePoint 2013 on premise + SharePoint Online hybrid. FYI we are using AvePoint DocAve for this.
    We are trying to get as much contents as possible into SharePoint Online and only keep the highly complex sites (eg, sites with complex workflows, custom web parts, full-trust infopath forms, email-enabled libraries) in SharePoint 2013 on-premise.
    So the requirement is to 'split' a site collection in the source and move a portion of it to SharePoint Online, and the complex portion to SharePoint 2013 On-premise. For sizing guidance, the site collection I'm looking
    at contains 400 subsites that is nested up to 4 levels deep.
    Level 0 is the root site, Level 1 sites are the direct subsites of root site, Level 2 sites are direct subsites of Level 1 sites, and so on until Level 4 sites. We have conducted an analysis of these subsites individually and know whether they can go to
    SPO or there are complexities that dictate they have to live in the On-premise world.
    So question here is what is the best and recommended way to split this site collection and push as many sites as possible to SPO.

    Hi,
    From your description, you would like to move subsites to another server and to be remained as subsites of original site, so that users will still have the same use experience as before. They will not feel the change for the migration. If
    I misunderstood, please point it out.
    Actually, site collection could not be splited to two locations. For your requirement, here is a workaround:
    Move those sites to SPO as you expect.
    Create a site collection on on-premise server in the place of Lv0.
    Move the rest two site to step 2 site collection as two subsites.
    Modify the navigation on both SPO and on-premise, make it appear to be as the old one. Create links to the sites on another server.
    Regards,
    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]
    Rebecca Tu
    TechNet Community Support

  • Developing SharePoint Apps to work on both OnPremise and SharePoint Online

    I have a requirement of developing SharePoint app which should work on both SharePoint online and SharePoint on premise. Is there any restriction on apps which might only work on one particular environment and not working on other. If there are scenarios
    which app can only work on particular environment what are the limitations and scenarios.

    When using the SharePoint Remote API (CSOM/JSOM/REST) and wanting your apps to be usable across platforms you must make sure to reference the correct version of Microsoft.SharePoint.Client and be careful not to utilize features only available in O365.
    There are two version of the CSOM 15 and 16. The 16 version comes with VSTO and has some methods only available on O365, for example Web.GetFolderByID method. If you reference the 16 version and use this method everything will compile but will fail the minute
    you make the call to SharePoint on-prem. You should also avoid using the new REST batch capabilities which are only available in O365. There is virtually no documentation on the differences between the versioned API's.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Adobe Reader XI and SharePoint Online

    We are mapping SharePoint sites as drives for our users, which utilizes WebDav.  When users are opening documents that are digital signature enabled, it is prompting them to check in/check out or open, as expected.  However, despite which option is chosen to open the file, at the next step, they receive a message stating that the document is part of a workflow and must first be downloaded to a local location (see image).
    When opening directly from the SharePoint site, the document opens as usual without any prompts, and without issue.  Has anyone else experienced this?  If so, how do we fix it?

    Maybe this can be helpful:
    http://forums.adobe.com/thread/1158136?tstart=0

  • Uploading Stream (Images/Audio/Video files/Doc files) to Windows Azure Storage Blob by using SharePoint Online 2013 Library

    Dear All,
    How I can store the Images/Audio/Video/documents files in blob storage by help of SharePoint document library and keep a reference to them in SharePoint by putting metadata in a SharePoint Library.
    I searched a lot, but not finding suitable source.
    Thanks,
    Sharad
    sharadpatil

    hi,
    Base on my experience, you could use azure storage reference sharepoint app. I suggest you could recommend this blog via (http://sachintana.blogspot.com/2012/08/azure-blob-storage-for-sharepoint.html ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Remove / replace yellow tooltip "only positive integers allowed" in Infopath 2013 and SharePoint online forms

    Hello,
    Is there any way to remove or rename the yellow message showing when hovering over the control for a lookup list column in a Infopath 2013 web form?
    It is very annoying for users and not even helpful. 
    Thanks!
    Laura

    Hi Laura,
    According to your description, my understanding is that the error occurred on the lookup column in InfoPath web form.
    I recommend to check the properties of the lookup field in InfoPath.
    If the settings are the same as the first picture below, please click Xpath behind the Value to change d:Title to d:ID like the second picture.
    If above cannot work, I recommend to delete the lookup column in the list and create a new column in single line of text type, then edit the list form in InfoPath following the steps below:
    Add the list where you get the value for the lookup field to the InfoPath form as an external data source.
    Right click the newly created field, click Change Control and select Drop-Down List Box.
    Right click the newly created field, click Drop-Down List Box Properties, then select Get choices from an external data source.
    Set the properties referring to the second picture above(select the list added as an external data source in step1 in Data Source).
    Here are some similar threads for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/0726d17f-a478-4e4e-a23a-d8fe4cb6dd86/only-positive-integers-allowed-infopath-form-2010sharepoint-list?forum=sharepointcustomizationprevious
    http://social.technet.microsoft.com/Forums/en-US/a4d4b160-82fc-4817-998a-252073499e27/infopath-form-return-field?forum=sharepointcustomizationprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to set up Sharepoint Online and OneDrive for business like shared path in local network

    Hi!
    I need to create in OneDrive for business or Sharepoint Online shared folder with documents that would be visible to all selected employees or all employees of the selected group.
    How to make it through the admin panel of Office 365, not by creating a folder in any user's access and send invitations to each user by email?

    Do you mean you want to map OneDrive for Business as a network drive? If so have a look at this technical article
    http://support.microsoft.com/en-us/kb/2616712
    Myles Jeffery | Thinkscape Limited
    Try mapping OneDrive for Business and team site libraries to network drives with Zee Drive, its easy!
    Try our file share migration tool for OneDrive for Business and SharePoint Online Office 365

  • Develop Form and Workflow in SharePoint Online and On-Premise

    Hi Expert,
    I have the question about Form and Workflow in SharePoint Online vs ShrePoint On-Premise
    Current Problem : Customer is implemented Form and Workflow in SharePoint Online but they have a problem some features that didn’t work in SharePoint Online. I will have a meeting to discuss Do and Don’t Form and Workflow in SharePoint Online compare SharePoint
    On-Premise.
    Please suggestion.
    Thank you

    Hi MasterBird,
    There is no documentation to explain the difference of the custom form and workflow between SharePoint Online and SharePoint On-Premise. For your issue, you can have a look at the following blog:
    http://www.techrepublic.com/blog/the-enterprise-cloud/get-infopath-forms-and-sharepoint-online-with-office-365/
    https://support.office.com/en-us/article/Office-365-known-issues-6b380978-84ce-49af-be5d-f7cda0fe28f9?ui=en-US&rs=en-US&ad=US#__sharepoint_online_preview
    https://support.office.com/en-in/article/Configure-InfoPath-Forms-Services-a8609546-c0d7-4956-81b6-08e93eb4b290?ui=en-US&rs=en-IN&ad=IN
    http://blog.sharepointlearn.com/2011/11/03/sharepoint-in-office-365-the-good-the-bad-the-brilliant-and-the-ugly/
    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

  • Yammer used for page comments in SharePoint Online, initially says "The feed you've requested does not exist"

    I am trying to use Yammer for a per-page comment platform. This seems to require placing a Yammer embed in each page and configuring the embed to use Open-Graph.
    Why does the feed initially say "The feed you've requested does not exist." for every new page? The default should read "There are no messages
    in this feed."
    My embed code looks like this:
    <div id="embedded-feed" style="height:400px;width:500px;"></div>
    <script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script>
    <script type="text/javascript"> yam.connect.embedFeed({
    container: "#embedded-feed"
    , network: "myyammernetwork.com"
    , feedType: "open-graph"
    , config: {
    use_sso: false
    , showOpenGraphPreview: false
    , header: false
    , footer: false
    , promptText: "Comment on this page..."
    , objectProperties: { url: window.location.href, type: "page" }
    </script>
    You can see at the following link, following the instructions, it results in "there are no messages in this feed."
    https://support.office.com/en-us/article/Use-Yammer-Embed-instead-of-the-Yammer-app-for-SharePoint-2013-and-SharePoint-Online-812c752b-3586-4f67-accb-49cd3724dcc1?ui=en-US&rs=en-US&ad=US#CommentFeed

    Hi,
    which is your environment, SharePoint Server 2013 or SharePoint Online?
    For Yammer Embed to work, your SharePoint environment must satisfy the following prerequisites: 
    Your organization should have an active Yammer network (for example: www.yammer.com/contoso.com)
    Your SharePoint farm admin should choose Yammer.com service as the default enterprise social collaboration   platform. Set this option in the SharePoint admin center for SharePoint Online and in SharePoint Central Administration for on-premises
    SharePoint Server 2013.   Choose the yammer.com service and wait for 30 minutes before moving on to the next step.
    For more information,please refer to the blog:
    https://support.office.com/en-us/article/Embed-a-Yammer-feed-into-a-SharePoint-site-4817d2fa-50f6-4f25-88a0-a312745768d4
    http://blogs.msdn.com/b/chhopkin/archive/2013/11/20/yammer-embed-and-sharepoint-2013.aspx
    https://technet.microsoft.com/library/dn270535?f=255&MSPPError=-2147217396
    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]

  • Building Site Collections in SharePoint Online

    Hello all,
    Please forgive me for this very basic question, but I was not able to find the info online. 
    Background info: I have a great deal of experience with SharePoint administration on-prem but not much experience with SharePoint Online. My current organization has O365 and wants to build a collaboration environment and an Intranet. I understand the information
    architecture practices that would have been common for this for an on-prem environment, and I understand that those have changed with 2013 and SharePoint Online due to the new practice of organizing everything under one web app. 
    Between reading some articles and using my experience with on-prem, I am trying to design an organized information architecture that will facilitate both environments and the permissions structures they require. My tentative plan was to build one site collection
    for the Intranet under https://mycompany.sharepoint.com/sites (under which subsites would be built for various Intranet divisions), and then a number of individual site collections for the collaboration environment under https://mycompany.sharepoint.com/teams
    (/hr, /finance, etc., so that content owners and users could work in their own site collection without affecting a site collection belonging to someone else). 
    This is the article that initially caused me to believe that this is possible/a good idea: http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2014/09/01/sharepoint-online-information-architecture-considerations.aspx. 
    "For [managed paths] you get the root, /search (explicit managed path), /sites (wildcard managed path), and /teams (wildcard managed path)."
    However this article leads me to believe that I will not be allowed to create any site collections at all, only subsites: https://support.office.com/en-us/article/Plan-sites-and-manage-users-8e568d8d-3d65-42c4-99fa-f7285c9db842. 
    "You cannot create additional site collections in SharePoint Online for Office 365 for Small Business."
    I understand the answer to this may depend on what version of O365 we have, and I am working to find that out. 
    My understanding is that I cannot be made a SharePoint Online administrator without being a global O365 administrator: http://blogs.technet.com/b/lystavlen/archive/2012/06/14/understanding-the-administrator-role-in-sharepoint-online.aspx.
    "You cannot separate the roles of Office 365 global administrator and SharePoint Online Administrator." 
    Thus, I don't currently have the level of access I need to browse around the administration area and find the answers to my questions that way. When the time comes, I will likely be given temporary access or will be working with an O365 global administrator
    to build.
    Main question: Will I be allowed to build site collections under managed paths?
    Larger question: How are others managing the information architecture for an Intranet and a Collaboration environment in SharePoint Online, especially if the answer to the prior question is no?
    Thanks in advance for any insight you can offer. 
    Shae

    Hi,
    According to the error message, the Microsoft.Online.SharePoint.Client.Tenant.dll seems not been loaded.
    You can find it in the path below:
    C:\Program Files\SharePoint Client Components\Assemblies
    A code snippet about how to retrieve a list of site collections in a tenant for your reference:
    const string username = "[email protected]";
    const string password = "password";
    const string tenantAdminUrl = "https://yourdomain-admin.sharepoint.com/";
    var securedPassword = new SecureString();
    foreach (var c in password.ToCharArray()) securedPassword.AppendChar(c);
    var credentials = new SharePointOnlineCredentials(username, securedPassword);
    using (var context = new ClientContext(tenantAdminUrl))
    context.Credentials = credentials;
    var tenant = new Tenant(context);
    SPOSitePropertiesEnumerable spp = tenant.GetSiteProperties(0, true);
    context.Load(spp);
    context.ExecuteQuery();
    foreach (SiteProperties sp in spp)
    Console.WriteLine(sp.Title);
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Sharepoint Online Emails Delayed or Missing

    Recently as of (3/20) Emails generated by Sharepoint Workflows have been erratic. Sometimes the emails show up right away, other times the emails are delayed, or simply never some at all. We use Office 365 for our mail and Sharepoint Online. The messages that
    are missing do not show up in mail flow as being blocked. The issue started out of the blue with no changes made the the workflows. 
    I can create and item, have the workflow run, and emails are sent without issue. I can then do another item in the exact same way, and the emails may or may not come. (Approval workflow). The workflow does not encounter any errors. 
    Has anyone else been having this issue? I find it hard to believe this is and issue only we are encountering, given the problem seems to be on the Sharepoint Online side.
    Thanks!

    We are having the same issue. InfoPath forms emails are at times delayed by several hours or more. It is not consistent but it happens enough to raise concern. I am still searching for the answer and called support but could not duplicate it during
    the support call.

  • SharePoint Online Authentication using LiveId

    Good evening.
    I'm trying to use client side object model to perform operation on a SharePoint Online site.
    using (var context = new ClientContext("https://xxxx.sharepoint.com/sites/xxxx"))
    var passWord = new SecureString();
    foreach (var c in "xxxxx.1") passWord.AppendChar(c);
    context.Credentials = new SharePointOnlineCredentials("[email protected]", passWord);
    var web = context.Web;
    var newFile = new FileCreationInformation { Content = System.IO.File.ReadAllBytes(fileName), Url = Guid.NewGuid().ToString() + Path.GetExtension(fileName) };
    var docs = web.Lists.GetByTitle("Documents");
    docs.RootFolder.Files.Add(newFile);
    context.ExecuteQuery();
    Console.WriteLine(newFile.Url);
    Well, this code works fine if I use federated user or email address like [email protected]
    But I want to use CSOM using a LiveId that already has been invited on this site.
    Any ideas?
    Thanks,
    Sergio
    Regards,
    Bubu
    http://zsvipullo.blogspot.it
    Please mark my answer if it helped you, I would greatly appreciate it.

    Hi Sergio Russo,
    I haven’t seen samples to call SharePoint online CSOM with external user account, the following article shows how active authentication works in Office 365 SharePoint online:
    http://www.wictorwilen.se/Post/How-to-do-active-authentication-to-Office-365-and-SharePoint-Online.aspx
    For this issue, please in the Office 365 SharePoint online forum would be more professional on this, please go to that forum for more information:
    http://community.office365.com/en-us/f/default.aspx
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Moving Sharepoint online to another tenant

    Hello
    I have a client (lets call them Business A) that has purchased another business (Business B). Business A has a Office 365 Tenant but hasn't been really been used apart from Lync, while business B has also an Office 365 tenant that they use Email, Lync and
    SharePoint online. We need to migrate all of Business  B in to Business A Office 365 Tenant.
    My question is around SharePoint. How do we move Business B's SharePoint Online to Business A Office 365 tenant?
    Thanks in advance.

    You would need to use a migration tool, like Metavis or Sharegate to export, then import the content to the new tenant.
    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.

Maybe you are looking for

  • I'm booting from a new LaCie Thunderbolt SSD and it won't wake from sleep.

    As my boot drive I have a new 1TB LaCie Thunderbolt SSD Disk. It's connected to a 27" 2.7 GHz Intel i5 iMac (mid 2011). I'm running OS X 10.8.2. Nothing else is connected on Thunderbolt. Everything runs fine and very fast, with the one exception of n

  • COPA Report current period and previous period issue

    Hi Gurus, I have defined COPA report (Tcode KE94) based on line items. Now I want all values to be displayed based on an entry parameter in terms of period. That is to say that  If I give input values of "010.2013" as a period entry , my report shoul

  • HT3180 Apple TV 2 IOS7 upgrade failure

    I have tried to upgrade to IOS7, and it has failed! I am being asked to connect the Apple TV to my Mac using a hdmi to USB cable is there any way I can fix this without the cable as I do not own one? I have tried a restart but no luck and I have no P

  • Writing an A4 document to A4 pdf

    Each time I try writing my A4 document to A4 pdf, I end up with Letter (8.5" x 11"). When I click ctrl + P, I choose Printer Properties and in the Adobe PDF Settings tab of the ADobe PDF Document Properties window, I am choosing A4 under Adobe PDF Pa

  • Email PO's

    Hi SAP Gurus, Is there not a way that we can set POs to e-mail as soon as they are saved? Thanks Anusha