OS 7 Compatibility Issues with Sharepoint 2010

I have a number of external users (not on my BES) that need to log on to our company sharepoint site.  Any BB users with os 5 or 6 are prompted correctly with requests for logon info.  Anyone with BB 7 is not prompted and gets an error 401 access denied message.  Does anyone know how to help bb users with os 7 to authenticate to any sharepoint 2010 site?

Hi kdeutsch,
Here are some examples about compatability issues of SharePoint 2010 and Office 2013. Please have a take at :
http://social.technet.microsoft.com/Forums/en-US/fde11a55-4f9a-420d-b2a1-b000a81c6795/compatibility-issue-between-desktop-office-2010-and-sharepoint-2013?forum=sharepointgeneral
http://social.technet.microsoft.com/Forums/en-US/a7bbb703-4bf0-4f2d-b27a-74aa03aa7e6c/ms-office-2013-and-ms-shaarepoint-2010-compatibility?forum=sharepointadminprevious
http://social.technet.microsoft.com/Forums/en-US/c0eb8246-d8b1-4b78-b603-d08f803c3d17/will-infopath-2013-compatible-with-sharepoint-2010?forum=sharepointdevelopmentprevious
http://support.microsoft.com/kb/2755126/en-us
Thanks,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • RadAjaxManager issues with sharepoint 2010

    I have two asp panels with ID's Panelcombo and PanelGrid .Panelcombo contains 6 comboxes and Panel Grid contains 1 radgrid. After filling all comboboxes I am showing Radgrid.I have RadAjaxManger with the following setting
    <telerik:RadAjaxManager
    ID="ajman"
    runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting
    AjaxControlID="Panelcombo">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl
    ControlID="Panelcombo"/>
                      <telerik:AjaxUpdatedControl
    ControlID="PanelGrid"/>
                </UpdatedControls>
            </telerik:AjaxSetting>
     </AjaxSettings>
    </telerik:RadAjaxManager>
                       Radgrid contains RadNumerictextbox which has Client event as follows
    <ClientEvents
    OnValueChanged="ValueChanged"
    />
                     which is not firing.
    When I remove the RadAjaxManager event fires perfectly.After debugging using firebug it gives error on console
    "Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace
    is enabled"
    I have tested my code(with RadAjaxManager) in visual studio it works perfectly.But it gives error in sharepoint 2010 environment .
    For your reference http://www.telerik.com/forums/radajaxmanager-issues-with-client-side-event-of-radgrid

    Hi,
    I would suggest you do as follows:
    1. Test your code in a ASP.NET Web Application project to see if the same error still exists;
    2. Please apply other OOTB master pages to your site for a test;
    3. As the limited resource we may have, it would be better to get a sample solution which can work in SharePoint 2010 environment from its official website, then deploy it to
    your environment to see if it is an issue of your master page.
    Feel free to reply with the test result or if there any progress.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Scrolling issue with Sharepoint 2010 in brower IE9 and Chrome sp.ribbon.js is not loading at first time

    The scroll bar does not appear on the loading of the sharepoint site. It appears only after refreshing 2 or 3 refreshes. We have found that SP.Ribbon.js does not load on page load it gets delayed as it appears after the refreshing.
     We have tried various CSS work around but could manage to get the scroller in browsers but the ribbon will not still appear. from CSS we are able to bring scroller but its a Page scroller but ribbon wont work, somehow we need to load sp.ribbon.js after
    all webpart loads at one server request by the browser.
    if any more information  required please get back to me.
    we tried.
    http://kyleschaeffer.com/sharepoint/sharepoint-2010-scrolling/ 
    http://www.greggalipeau.com/2011/01/28/a-better-enhanced-sharepoint-2010-floating-ribbon/
    http://www.webpoint0.com/blog/fixed-width-layouts-scrollbar-ribbon-sharepoint-2010/

    No answer for this issue?

  • Citrix Netscaler AppXpert with Sharepoint 2010 Page Edit Issue

    Posting this as a questions and discussion point.
    The issue is in using Citrix Netscaler with AppXpert with SharePoint 2010. I've seen this issue for two customers.
    Configurations:
    - Citrix Netscaler as the load Balancer
    - Netscaler AppXpert for SharePoint deployed on Netscaler (using either AppXpert version 1.1 or 2.0)
    - SharePoint 2010 Standard or Enterprise editions
    Issue:
    A SharePoint user with appropriate rights go to a SharePoint page. They choose Edit page, make changes and want to save changes. At this point all SharePoint ribbon options on the top are greyed out. End result, users are not able to make changes to their
    site pages. Issue happens for everyone including Farm Admins.
    Cases:
    a. The users are able to edit and save SharePoint wiki pages if I point user's PC to the SharePoint web server WFE by changing their local host file.
    b. On Citrix Netscaler, if I use the traditional load balancing i.e. without Citrix AppXpert, then the users are able to edit and save the pages. That is an option if the customer is using SharePoint 2010 Standard. That is not an option if a customer is
    using InfoPath forms. InfoPath is a feature of SharePoint 2010 Enterprise edition. Citrix AppXpert for SharePoint is needed to make the InfoPath work. Else the users get session errors when they use InfoPath Web forms.
    c. The issue happens on almost all combination of OS and browser. XP, vista, Win 7, Win8, Win8.1, IE8, 9, 10, 11 and other browsers like chrome etc as well.
    Please share your ideas and suggestions.

    Hi Faisal,
    As I understand, the issue will be solved when end users directly connect to SharePoint WFE servers. Since the issue is related to third party products, I'd recommend you contact their support engineer for sufficient resource and assistance. For your convenience:
    http://discussions.citrix.com/forum/150-support-forums/
    Should you need more assistance, let me know. Thanks for the understanding.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • Unable to see the native mode report 2012 in Chrome with SharePoint 2010

    Hi Techies,
    We are facing strange issues to make reporting services 2012 native mode work with SharePoint 2010 in Chrome.
    We are able to see all the reports in I.E. with SPS but when I open the SharePoint page on which the report is placed then in the chrome then it does not show the report it only show the SPS content.
    Any help will be appriciated
    Thanks
    Swap

    Hi Swap,
    As per my understanding, I think this issue is caused by the browser. We can add this site as a trusted site in chrome browser to check this issue again. And we can try to run IE in compatibility mode to check the issue again.
    Besides, Google Chrome is only supported to view reports in some operating systems in Reporting Services. Please make sure the operating system meets the requirement, and the Google Chrome is the latest publically released version.
    Reference:
    Planning for Reporting Services and Power View Browser Support
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • BI 4.1 SP2 IOMS integration with Sharepoint 2010

    I'm trying to configure SAP BI 4.1 SP2 with sharepoint 2010. After installation of BI 4.1 SP2 IOMS with Sharepoint 2010 i get the error message while trying to open a site page on Sharepoint browser.
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: bc9d814d-7f14-407a-9986-b6096f5fc799
    Date and Time: 6/25/2014 4:00:54 PM
    Any help in configuring BI 4.1 SP2 with sharepoint will be really helpfull.
    Thanks in Advance.
    Krishna

    Please share more details about the error bc9d814d-7f14-407a-9986-b6096f5fc799 from ULS logs
    If this helped you resolve your issue, please mark it Answered

  • Yammer Integration with SharePoint 2010

    Hello Team
    We integrated Yammer with SharePoint 2010 and everything were working properly, since we updated embeded code with latest yammer its not working properly-
    http://success.yammer.com/integrations/yammer-embed/ 
    Following issues are occured-
    • In the new yammer feed, I couldn’t find a way to add an attachment or photo to the post. This is a vital component to the functionality of the feed
    • In the previous version the feed also had tabbed areas to show different Yammer Areas: ‘My Feed’, ‘Private Messages’, ‘Notifications’, and ‘More >’. Is there any way to keep this functionality.
    We also wanted to integrate SSO with our FBA SharePoint 2010 site. But could not found any good article so far. Is there any option by which we can do SSO and all above functionlaity. 
    Thanks Ranveer Katiyar

    Hi,
    According to your description, my understanding is that when you add the Yammer feeds app to SharePoint page, it occurs "The
    page or app using unsupported version of yammer platform" error.
    This  maybe related to the Yammer API version has been updated, the solution is to update the Yammer app in site contents.
    Here is a similiar thread for your reference:
    Yammer App for SharePoint – unsupported version
    Here is a detailed useful article for your reference:
    "This page or app is using an unsupported version of the Yammer platform" error message when you use the Yammer App for SharePoint
    If the issue still exists, I suggest you can check the ULS log error message for more detailed information. By default, the ULS log for SharePoint 2010 is located at the path:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Thanks
    Best Regards
    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]

  • Issues with SharePoint 2013 after upgrading from windows 2012 to 2012 r2

    We have a Sharepoint with Sp1 environment on windows 2012. Recently we upgraded the windows 2012 to 2012 r2. After the upgrade sharepoint environment is completely unstable.
    At first all the sites returned 401 errors. After resolving by resetting the object cache accounts the sites are back.
    Then i see that none of the performance point dashboards work. I figured that claims to windows token service is defaulted to local system account. I previously configured with a domain account. I reconfigured to work with domain account. 
    All the dashboard pages throw error.
           Some Error logs:Failed to get document content data. System.ComponentModel.Win32Exception (0x80004005): Cannot complete this function     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow 
    Application error when access /Dashboards/Performance Dashboard/Main.aspx, Error=The EnableScriptGlobalization property cannot be changed during async postbacks or after the Init event.   at System.Web.UI.ScriptManager.set_EnableScriptGlobalization(Boolean
    value)    
      4.  I tried to create a new dashboard and this time the performancepoint designer wont launch. After some troubleshooting i see that c2w host file didnot have the caller  C:\Program Files\Windows Identity Foundation\v3.5. 
           I added <add value="WSS_WPG" /> and now it launches
      5.  Now the Dashboard launches and peruser identity works without having kerberos enabled at IIS. I have all the spn and required delegations setup for this url . But i did not configure at the IIS level
    yet.
    It looks like lot of things got messed up and reset. Can we upgrade to windows 2012 r2 with a sharepoint application inplace. what is the recommended approach and Whats happening with Performancepoint dashboards. IS there a known issue with sharepoint 2013
    sp1.
    Raj-Shpt

    Thanks for the above article. Few issues are solved . One of the main issue is with Performancepoint Dashboard.
     I have all the spn and required delegations setup for this url . But i did not configure at
    the IIS level yet. Still per user identity works without having kerberos enabled at IIS.
    Raj-Shpt

  • HT5306 I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? compatibility issues with wh

    Hello:
    Thank you for the update for remote access for desktops.
    Personally, I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? I do use this lap top in other countries.  compatibility issues with what?

    Apple Remote Desktop is off be default. It has to be enabled for some one to be able to remotely connect to the computer. And then, you still have to have a user name and password on the computer to remotely connect with.
    If you want to see if remote access has is enabled for Apple Remote Desktop; you can find the setting in, Apple Menu, System Prefrences, Sharing. If it's enabled, Remote Management or Screen Sharing will be checked.
    Beucase Apple Remote Desktop Agent is part of the Mac Operating System; even if your not using it, Apple Software Updates will from time to time offer updates for ARD Agent. Software Updates can some times be stacked ontop of each other; so chosing not to install an update, can mean other updates you may want may not be offered. At least until you install the updates those updates require. Also software updates can improve the security of your computer.

  • Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers and my iTunes wifi sync isn't working. Anyone else having the same problems?

    Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers / docking station and my iTunes wifi sync isn't working. Anyone else having the same problems? Both worked fine until the update...

    Okay. I got it working again by setting it up as a new phone instead of just syncing. Then I backed up. All is good today.

  • OSX 10.9.1 Compatibility issue with Sharp Aquos PN-L702B and PN-L802B

    I have Mac Mini's connected to the Sharp Aquos PN-L702B and PN-L802B touch screens and after updating to 10.9.1 am experiencing what appears to be a compatibility issue with the Sharp TPM driver and the OSX 10.9.1.  
    Everything works perfectly previously on 10.8.4 and 10.8.5.  I did not test on 10.9.0 as I went straight to 10.9.1.  Anyone else having this problem?  Any thoughts on resolution?

    OK so perserverance seems to have helped here - i used the cmd R function on start up to get to the page where i can re install OS X Lion - Safari now working.
    However i have Office 2011 for MAC and now Excel wont start so i will post on another thread for help with this
    Hope this helps if anyone has a similar issue

  • Adobe Acrobat 8 Standard compatibility issues with Office 2007 and Windows 7

    I just updated my platform to Windows 7 and upgraded from Microsoft Office 2003 to Microsoft Office 2007.  The PDF printer did not download and realized that there are compatibility issues with Office 2007.  How could I get this fixed?

    Buy Acrobat 11.

  • Issue with Word 2010

    Hi Team,
    We are facing issue with Word 2010.
    User has created a document in Word 2007 and they inserted a symbol °C in Times New Roman and Areal.
    Please find below the text which has issue.
    干燥温度:60℃
    温度:95℃,
    In the document, instead of ℃ it is showing blocks, when we open it in MS Word  2010. (Eg: 60℃, 95℃).
     We have tried the following.
    1.       If we select the square and click on any other font, it will change to °C with formatted font Cambria Math. We can have it by selecting any font.
    2.       I have tried to copy the line and paste it to excel/WordPad/notepad
    •  Excel(2010) : It is displayed properly(°C) but the font was Times New Roman and Arial as the word document has Times New Roman and Arial respectively.
    •  Notepad: It is displayed properly(°C) but the font was Lucida Console
    •  WordPad: The symbol is not displayed correctly (Squares and vertical lines). It is having the same issue as we have with word document.
    3.       I just selected the whole text and had Ctrl+space , then all the corrupted characters turned to original one (°C with formatted font Cambria Math) : we can use this as a work around.
    4.       I have created a word document and I typed °C in that document with fonts Times New Roman ,Arial, SimSun and STKaiti and saved the document. When I opened the document I was able to see °C properly.
    Kindly help.
    Regards,
    Sooraj

    Hi Sooraj:
    For checking the encoding of your documents, please follow below steps:
    Rename your documents from xxxx.docx to xxxx.zip
    The zip folder will contains basically folders: rels, docProps, word and one [Content_Types].xml
    Browse to word, open document.xml file,
    <?xml version="1.0" encoding="UTF-8" standalone="true"?>,
    the first line will suggest the encoding type of the document.
    Except checking the encoding difference, could you please do one more thing that is copying the font like
    “Times New Roman” from a computer which display the symbol correctly to the computer which has issue, and please let me know the results, thank you.

  • Compatibility issues with mac OS - Lightroom 4 works where CS5 won't

    Hope someone can shed some light on this issue...
    I tried installing Lightroom 4 on Mac OS 10.6.1 (which is currently running CS5 without issues) but the specs call for OS 10.6.8 or later (10.7). When I updated my OS to 10.6.8, none of my CS5 apps work! They encounter launch errors - InDesign, Illustrator, Dreamweaver... only Photoshop seems to work. So, I reverted back to OS 10.6.1 and all the programs function. Is Adobe working on a solution to fix this issue? I see with the forums that several other users have noted the same issue with CS5 not working in the OS 10.6.8 environment. I don't want to upgrade my OS just to have Lightroom function, but none the CS apps. I was thinking of partitioning my HD to load both OS, but that shouldn't be the workaround. I am very disappointed that I've purchased Lightroom 4 and now am unable to use it due to compatibility issues with the OS with the rest of CS5.0.

    Pixelzboy are you receiving any specific errors when launching your applications under 10.6.8?  CS5 should work just fine with 10.6.8 as well as 10.7.3.  You may also want to post to the product specific forums with your launch errors as the users in those forums will be more familiar with troubleshooting steps specific to those products.

Maybe you are looking for