Issue with Anonymous Authentication and People Picker and reports

Hello,
We are having an issue with sharepoint 2013 where we have reports that get published to sharepoint via visual studio and we use the people picker for different list.
The overall issue is SSRS does not work if Anonymous Authentication is enabled which caused this error when trying to publish a report:
The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException:
The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are insufficient for performing this operation
However, if we disable Anonymous Authentication, the people picker search option does not work and we get there error:
Sorry, we're having trouble reaching the server.
I found this web blog on a solution, https://blog.karstein-consulting.com/2014/02/18/sharepoint-2013-people-picker-error-sorry-were-having-trouble-reaching-the-server/
however this did not work.
Does anyone have ant other suggestions?

Hi JCrescenzo,
Please try to get the property of the people picker, perhaps there is a rule that implemented on your environment:
stsadm -o getproperty -propertyname peoplepicker-searchadcustomfilter -url 
http://site_collection_url
If yes, clear it by running:
stsadm -o setproperty -propertyname peoplepicker-searchadcustomfilter -propertyvalue " " -url
http://site_collection
There are two similar posts, please check if they are useful for you:
https://social.technet.microsoft.com/Forums/en-US/621d439b-f2eb-4dc2-8797-eb7f2f3996e4/people-picker-returning-search-filter-is-invalid-in-uls-log-when-searching-for-users?forum=sharepointgeneralprevious
https://gavinmckay.wordpress.com/2011/07/15/troubleshooting-sharepoint-2010-claims-based-authentication-with-active-directory-lightweight-directory-services-ad-lds/
Best Regards,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • Issue with Anonymous Authentication and updating or starting new projects

    So 2 weeks ago I had a post about Anonymous Authentication found here:
    https://social.technet.microsoft.com/Forums/office/en-US/9b0e6eec-190a-4b48-a280-6adef441659a/issue-with-anonymous-authentication-and-people-picker-and-reports?forum=sharepointgeneral&prof=required
    That issue has been resolved but has created a new issue. We have Anonymous Authentication disabled but when one of our users tries to make a new project she gets the following:
    Unexpected response from server. The status code of response is '0'. The status text of response is ''.
    When she tries to edit an existing project, she gets the following:
    The server was unable to save the form at this time. Please try again.
    If I re-enable the Anonymous Auth. everything works for her again, but then we face the issue from the original post with reports not publishing.
    Any ideas on how to make everything get along?

    #apDiv2 {
        position: absolute;
        width: 698px;
        height: 299px;
        z-index: 1;
        left:50px;
        top: 117px;
        overflow: scroll;
    Don't forget to fix your code errors.  You're still missing a <body> tag in your markup. 
    Nancy O.

  • Apple Support admitted an Issue with WEP authentication and some Routers

    After reading many posts here and other places I logged a service call to Apple support. With the particulars: AT&T U-verse 2 Wire router would not connect with WEP would connect with Security disabled. I wanted a call logged before I went past the return time
    I got a call back immediately after a few basic questions I was passed to a product manager for ipads, it seems connectivity issues are taken seriously.
    The upper level support said there were known issues with some routers and WEP security we steeped through changing the security and it works fine now.
    Bottom Line:
    Apple knows there is an issue with some routers
    They were very helpful and acknowledged the issue.
    He even stayed on the line while I reconfigured one of my Windows PC to make sure it connected to the new settings
    I suggest to all to log a call and get a tech support involved before taking the iPad to the local store
    They certainly new their are some connectivity issues. If that does not work you can always return it.
    He did not admit it was a Apple issue and did not commit that Apple was working on it but it is something they are aware of.
    So skip the Apple store got right to tech support.
    Just my 2 cents.

    "But folks need to go straight to tech support. I live in oz, so it will be interesting to see if they help me.. or not.. but if support gets inundated they will fix it or have a massive recall (not likely on the latter)."
    Can't agree more. I used to manage a tech support department and it is all about the numbers. No matter how many forum entries the issues that get addressed are dictated by the reports.
    So for those that are buying new routers contact Tech Support first even if you end up getting a new router the call is logged that will get Apple's attention.
    People that are not familiar with post launch processes have no idea how things that need to get corrected and enhanced are dictated by support requests

  • MBAM 2.5 SPN Issue with DNS alias and reporting

    We have one server with administration and monitoring website and self-service portal setup on it. We have another server with the Databases and the reports running on it. When I initially set it up I set it up with a SPN that matched the host name. At this
    point reporting worked.
    We found that HTTP SPN that matches host/FQDN name ibreaks WINRM to the server (powershell remoting).  See this: https://connect.microsoft.com/PowerShell/feedback/details/751307/psremoting-breaks-because-it-used-spn-name-with-class-http-instead-of-using-wsman
    To fix that we created a DNS alias, mbam.ourdomain.com, and created http SPN's for that account mapped to our MBAM ID
    When we did this we initially got stuck even logging on with single sign-on. we made a change to the endpoint address in the web.config and pointed it to the alias -- this resolved that issue.
    However now when trying to open any one of the reports we get the resource can not be found http 404 error.
    Is this fixable by changing something in a config file somewhere or do I need rebuild the servers and reinstall?

    Yes, We set both of those. We also set the delegation for the apppooluser to "trust this user for delegation to any service".<o:p></o:p>
    Today we uninstalled and reinstalled/configured IIS, the Administration and Monitoring website, and the self-service portal.<o:p></o:p>
     We no longer get an error when clicking on one of the 3 reports. Instead it does nothing. If I choose to open it in another tab or window it
    opens an about:blank page.<o:p></o:p>

  • Issue with re-authentication and executing a package

    We have our timeout set to 60 minutes. When I timeout and re-authenticate when on a dynamic page that executes a package onSubmit, instead of executing the package, IE tries to download it.
    Has anyone ever encountered something like this and/or have any suggestions on how to deal with it?
    Thanks

    Here's my package:
    procedure set_inq_params( pPolicy varchar2 := '',
    pEffDate varchar2 := '',
    pFName varchar2 := '',
    pLName varchar2 := '',
    pAcctID varchar2 := '',
    pRedirect varchar2 := ''
    is
    v_url varchar2(1000);
    begin
    pmg_session_pkg.set_session_attribute('SearchPolicy',pPolicy);
    pmg_session_pkg.set_session_attribute('SearchEffDate',pEffDate);
    pmg_session_pkg.set_session_attribute('SearchFName',pFName);
    pmg_session_pkg.set_session_attribute('SearchLName',pLName);
    pmg_session_pkg.set_session_attribute('SearchAcctID',pAcctID);
    v_url:='/portal/page/portal/PMG/MY_AGENCY/AccountInqPage/AccountSummary?';
    v_url:=v_url || 'PolicyNumber='||pPolicy;
    v_url:=v_url || '&EffectiveDate='||pEffDate;
    v_url:=v_url || '&FirstName='||pFName;
    v_url:=v_url || '&LastName='||pLName;
    v_url:=v_url || '&AccountID='||pAcctID;
    if (pRedirect='Y') then
    owa_util.redirect_url(utl_url.escape(v_url));
    end if;
    exception
    when others then
    v_url:='/portal/page/portal/PMG/MY_AGENCY/AccountInqPage';
    owa_util.redirect_url(utl_url.escape(v_url));
    end set_inq_params;
    So it does try to redirect and I am trying to catch all exceptions...yet it still does not work correctly - only when the user has to be re-authenticated.

  • Issue with DAD authentication and Interactive Reports

    Apex version 3.1.1.00.09
    I have an application which is using DAD authentication. Since changing the authentication model I have noticed that I lose some of the Interactive Report functionality specifically the ability to save reports.
    Post authentication I can get the user info by calling owa_util.get_cgi_env('REMOTE_USER')
    However when I reference V('APP_USER') it returns APEX_PUBLIC_USER. Is this the reason for the loss of interactive report functionality. If so is there a workaround?
    Thanks in advance

    When the authentication model is set to Application Express
    The user test_sso (which has end user rights only) has the ability to Save Report within an Interactive Report.
    When the authentication model is set to DAD
    A user who can authenticate against the DAD does not see the option to Save Report in the Interactive Report actions menu.
    As a developer when viewing the Interactive report I have the option to Save Report*
    Is this correct behaviour? I want the end user to log on to the application seemlessly and still have the ability to save a report.
    Thanks
    Paul

  • Best Practice in V7.0 : Issues with Sales Planning and Reporting

    I am trying to install the SAP Best Practices for BPC 5.1 on SAP PBC 7.0 SP 04 I have done this as I cannot find any Best Practice documents for version 7 as yet.
    I have managed to get through the Administration setup and most of the BPC -Administration Configuration Guide, however I am having a problem with 7.4 Running a Data ManagementPackage - Import on page 32 of 36. This step involves you uploading a data file Demo_Revenue_Data.txt into BPC.
    The file says that it has failed due to Ínvalid dimension ACCOUNT in lookup.
    I believe that this error may be driven by a previous step 6.4 Creating Script Logic where the logic for BP_Sales Application was required.
    My question is twofold in that I need to determine:
    1. Has anyone else tried the BestPractices for BPC 5.0 in BPC 7.0?
    2. Does anyone know how to overcome the error when uploading the Demo Revenue into BPC?
    Edited by: Kevin West on Jul 8, 2009 2:03 PM

    Hi,
    BPC best practices document from 5 is working fine also for 7.0 because 7.0 is just an update for 5.x.
    Running Import involve logic just if you are running the package with option enabled (Run Default Logic).
    Your issue seems to be related to maping which means you have to check Transformation and Conversion file.
    Any way the best practices document will not provide you information about how to build Transformation and Conversion files.
    You have to follow an SAP BPC training and that it will help you to build your applicatioon easier and faster.
    Regards
    Sorin Radulescu

  • Facing Issue with MARS Logs and reports

    Hi
    We have intergrated PIX Firewall and Router with MARS(4.3.3) . we are able to get the AAA Pass/FailAttempts & Configuration Changes for PIX Firewall but not for Router .
    We check on the Agent Machine where we have install Windows Remote Agent of ACS . There we are able to see the logins Pass/FailAttempts made in Routers but its big question that why its not getting . reflected in MARS .Even for configurtion Change report we have given the IP-address of MARS to one of our Syslog Machince and found that the Syslogs from Routers are getting reflected there but if change back to MARS then we are not able to get it reflected
    CAN anyone help me out in this issue as you can see above we have tried all possible troubleshooting

    Hi
    We have intergrated PIX Firewall and Router with MARS(4.3.3) . we are able to get the AAA Pass/FailAttempts & Configuration Changes for PIX Firewall but not for Router .
    We check on the Agent Machine where we have install Windows Remote Agent of ACS . There we are able to see the logins Pass/FailAttempts made in Routers but its big question that why its not getting . reflected in MARS .Even for configurtion Change report we have given the IP-address of MARS to one of our Syslog Machince and found that the Syslogs from Routers are getting reflected there but if change back to MARS then we are not able to get it reflected
    CAN anyone help me out in this issue as you can see above we have tried all possible troubleshooting

  • HFM and Workspace 11.1.2.0 issues with opening Apps and reports via web

    Hi,
    we are running decentralized environment where we have HFM Web and App servers on Windows 2008 Server SP2 and few shared elements like OHS, HSS (Shared Services) and Workspace service from Solaris 10 SPARC (64bit) server.
    The base version is 11.1.2.0 and on Windows we have fixes from 1-9 installed whereas on top of Solaris we have no fixes/patches yet installed.
    When we test workspace from web server desktop connecting to Solaris server it seems traffic is fine as Apps are available and browsing them seems to work normally = Webserver is able to locate Workspace on Solaris, Workspace is able to connect to HFM App server and App server again able to connect HFM App db container.
    When we access to workspace url over web (the traffic according to my understanding should go via OHS to Webserver and then redirect to Solaris server Workspace and then like mentioned above.
    Something gets wrong here as when accessing Workspace url we get non-showing icons, $ characters in messed up menu rows and few error messages like :
    - Invalid or could not find module configuration
    - Required application module hfm.appcontainer is not configured. Please contact your administrator
    - Namespace Communication Error
    Also opening test report via web url workspace gives error:
    Required application module reporting.reportViewer is not configured. Please contact your administrator.
    +
    Namespace Communication Error
    Our experience from previous lower environment was that symptons like described might be caused by wrong service start order. Thus we tried to review this carefully and boot in correct order, but still problems. Also, boot order shouldn't be totally wrong as workspace works when using directly from Web server.
    If any of mentioned symptons rings anyone's bell please reply.
    Something still in firewalls or rather in configuration, OHS maybe?
    At this point we don't yet dream of proper loadbalancing or High availability, but rather get this single web and single app server server + shared elements from Solaris server to work without error messages.
    We do know that release 11.1.2.1 is supposed to fix many things, but we need to get this 11.1.2.0 working in a way or another.
    Thanks for any tips that might arise.
    Br, MK
    Edited by: user9327521 on Nov 30, 2010 4:55 AM

    Were u able to ever resolve this? And how?
    Thanks,
    Sejal

  • Just wondering what Apple's stand is on the issue with a flickering and a dark area appearing on imac 27"screen - forums seem to indicate this is not uncommon - and happens through normal use - so should be subject to repair (Sale of Goods Act - 6 years)

    Just wondering what Apple's stand is on the issue with a flickering and a dark area appearing on imac 27"screen - forums seem to indicate this is not uncommon - and happens through normal use - so should be subject to repair (Sale of Goods Act - ie 6 year warranty)

    We are just users like yourself.  If Apple has stated publicly about the problems you mentioned, it will be listed on their website and/or in one of their Knowledge Base Articles.
    I have a 27" & do not suffer from such a problem.  You should keep in mind that these are technical support forums. Generally, the only people posting here are those with problems. The thousands/millions without problems don't ever come here. 
    Think of these forums as a hospital emergency room. 

  • Is there a Yosemite fix on the horizon?  Lots of issues with Adobe CC and even Mac Apps

    What is Apple doing about Yosemite issues with Adobe, MSoft and its own apps?

    We are Apple, so we don't know.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Issues with Car Bluetooth and the 9630

    Hey guys,
    Over at the crackberry forums there are many people reporting issues with the tour and car bluetooth.  Basically, for people that are syncing the tour with the bluetooth in their cars, people can barely hear them.  We can hear everyone just fine, but when talking the person on the other end reports that our voice is very low.  This is happening on VZW, Sprint, Bell and Telus, which leads me to belive this is an issue with the OS itself.  The link to the discussion at crackberry is http://forums.crackberry.com/f141/car-bluetooth-tour-issue-they-can-t-hear-me-well-267206/  I'm hoping someone from RIM cam comment on this or provide some help.  This is a VERY frustrating issue to Tour owners especially with so many places having "hands free" laws.
    Thanks!

    Greetings from Charleston!
    I was using a Verizon 8830 World Edition until I upgraded to the Verizon Blackberry Tour on launch day July 12.  I never had any Bluetooth issues before and I'm not having any now.  As a matter of fact, I would say the quality is a tad better.  My volume is controlled by my car when the Blackberry is connected via Bluetooth and I've actually had to turn it down sometimes because it has been so loud.  I drive a 2007 Toyota Landcruiser.  I suspect it has less to do with the Blackberry than it does with the car.  Perhaps there's a Bluetooth software/firmware update necessary for some of your vehicles?
    All in all, I love this new Blackberry!!
    Cheers! 

  • Issues with both iChat and AIM

    Recently I have been having issues with both iChat and AIM. I was hoping someone here could shed some light on what the problem may be.
    AIM allows me to log-in and chat with people. However, if I close an IM window or Buddy Info window, the AIM program will quit and the "Unexpectedly Quit" notice will pop up.
    In regards to iChat, I did a clean install of iChat using the Tiger install disk. However, when I launch iChat and go through the initial setup it freezes up and I get the spinning rainbow and have no choice but to do a force quit.
    Any ideas as to what the problem may be?

    Hi
    Seeing you re-installed iChat you will need to run the 10.4.10combo http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx10410comboupdat eppc.html to bring iChat back upto date.
    Tony

  • Issues with Exchange Account and Q10

    Well, I hate to be writing this, but I'm hoping that there might be someone out there that can help get past some first day issues I am experiencing.
    The background: I have a long history with legacy BlackBerry devices, and almost as much history with iOS devices. My most recent phone was an iPhone 4S, and I make extensive use of iCloud to keep my iMacs, iPhone, and iPad connected in real-time. The setup worked. It wasn't perfect, but it worked. However, because I used to have a BlackBerry device (most recent the 9930) and because I don't use the iPhone for more than e-mail, iMessage, and phone calls (generally speaking), I decided to give the newest BlackBerry device a shot. So I bought a Q10.
    At this point I feel compelled to say that the hardware is everything I had hoped it to be. It's solid, has a good weight, and appears to be made very well. I have no complaints with the hardware, including the keyboard (a big selling factor for me), so I won't really get into the hardware as the issues I am experiencing all have to do with the OS. Let me also say that I am very familiar with the iCloud integration issues (missing Contact photos and disabled Calendar sync), so I'm not voicing a complaint over those issues in this thread.
    I have connected my Exchange account. I used to have everything in Exchange before I moved my entire computing world over to Apple, and now I keep Exchange around for e-mail. Therefore, I have no contacts, no tasks, no notes, very limited calendar entries, and a massive amount of e-mail on the Exchange server. However, to test everything out, I have added a single contact record so I can see it show up on the phone and be able to test two-way sync between the Q10 and Exchange. And here is where the first issues crop up. It looks like Exchange connects and then disconnects at random. For example, if I open my Contacts on the phone, I see the one contact (called John Doe). Then, as the phone is sitting there with the screen on, the contact will disappear and I will see a "Start adding contact to your contact list" notice on the screen. Then, after a short period of time, the single contact will return. It is important to note that the entire time this is happening, the All Contacts option is selected in the list so that all available contacts are shown. Additionally, I have SIM card contacts turned off, but if I alter the selection in the view list (All Contacts, Favorites, etc.), the SIM contacts will re-appear when I return to the All Contacts view. At the same time, even though I have turned off SIM Contacts in the settings, the setting has reverted to show SIM Contacts. If I turn off the setting again, SIM Contacts still show up. Possibly related: I can't delete contacts on the SIM card, no matter how many times I try, and it now it seems that I can't get SIM Contacts to go away in the Contacts app.
    Likewise, Exchange seems to connect and disconnect from Calendar. I go to the calendar and move day by day to June 15th. I see an entry that I know is from Exchange (I have no other connected calendars at this time), and it is in blue. I change the calendar color to green and the entry changes color, as expected. However, if I jump back to today and then scroll day by day to get to June 15th again, the calendar entry is missing. After a few seconds, the entry re-appears, but it is, once again, in blue. The setting has reverted itself, and it seems like Exchange is completely disconnecting and automatically reconnecting to the phone like I am setting it up again for the first time. Very odd. As I'm typing this, I just saw something odd. I swiped to wake up the phone, and the active frames screen was the visible screen. The calendar app is still running (since I left it running, minimized, when the phone went to sleep) and the date shown in the active card was Jan 1, not Jun 8. Why? The date (and time) on the phone is correct and is set automatically by the cellular system.
    Nevertheless, looking at BlackBerry Hub, I see only two e-mails in my Inbox from Exchange, even though I have roughly a dozen in my Inbox. The rest are filed in sub-folders. And bam! Just like that... I get the "Add Accounts" screen while looking at the Hub. In other words, as I was typing this, I first saw two Exchange e-mails and then, out of nowhere, the e-mails disappear and I see the "Add Accounts" screen as if no account has been connected.
    So... first question: Is anyone else experiencing this issue? This is very strange, and very frustrating. Second: could this be related to the large amount of e-mails I have stored on Exchange, some of which have large attachments? I selected "Forever" as the sync history length. I have my concerns, however, if this is related to loading historical e-mails onto the phone (in other words, the first sync with Exchange) because there is no reason that I can understand that the phone would blank out as if no account was connected at all. I can understand lag and stuttering while the history is syncing, but not a complete disconnect and reconnect. Considering all of the issues with the one and only contact record disappearing, the calendar entry for Jun 15th disappearing and then reappearing with the wrong calendar color, and e-mail in my Inbox incomplete (two of a dozen e-mails) and ultimately disappearing, I feel like this OS just has some real, significant issues.
    Full disclosure: I do want iCloud to work and am a fan of Apple products, but the lack of full iCloud sync support is not a big enough issue for me to want to send back this phone and/or see it fail so miserably. I will happily move my info from iCloud into Exchange, Google, and/or set up a new Exchange account for personal use (Office 365) because I am not wedded to iCloud per se. But, I won't go through that trouble if I can't even get my first account to work properly. It should also be noted that I do have a basic Google account (non-paid) and I had previously attempted to connect to it. However, I was experiencing the exact same issues with contacts disappearing, e-mail disappearing, etc. So I deleted that account. Truth be told, I deleted the Exchange account as well, and then re-connected to Exchange only to test one account at a time. Unfortunately, even with Exchange only, I am seeing very strange and frustrating behavior as described above.
    Help... please. I want this to work but the frustration I am feeling is growing worse by the hour.
    Model: SQN100-2
    OS Release: 10.1.0.2011
    OS Version: 10.1.0.2038
    Build ID: 525050
    Ian

    To follow-up with this issue:
    I ended up performing a security wipe on my device. The security wipe finished, and I was about to reconnect with Exchange when I decided to visit our host's web site to see if they had any articles covering the issues I was experiencing. While they didn't have anything specific, I did find a step-by-step guide to connecting a BB10 device to Exchange... and right there at the end, it said "Do NOT enable memo sync."
    I contacted support, and the rep told me that OS 10 has an issue with memo sync and it can cause all sorts of unpredictable behavior. Now, whether or not this is accurate I can say this: So far, the device is not disconnecting and reconnecting like it was before. Problem is, is this a result of not enabling memo sync, or is this a result of the security wipe?
    I may have overlooked it, but I don't recall reading anything about that anywhere else. I'm tempted to try re-enabling the memo sync to see if everything blows up again. At least that way I can see for myself if the memo sync is a real issue. Of course, perhaps it's an issue with SherWeb (our host) specifically. Hm...
    Anyway, for those that were interested, and for those that may come along in the future with a similar situation, the strange behavior that I first reported is no longer happening. I just don't know if it was a result of a security wipe or a result of not enabling memo sync with Exchange.
    Ian

  • Since the Mountain Lion OS update today I've had issues with internet connection and e-mail, has anyone else?

    Since the Mountain Lion OS update today I've had issues with internet connection and e-mail, has anyone else?

    That's what I would have thought, but even after saving the setting, as soon as I shut down my computer or log out of Mail, it automatically defaults back to 25. It's a bit frustrating.
    Now I just need to figure out how to get rid of those horrible pop-up banners but still have my glass sound and number of emails in the red dot when I get an email...
    These little tweaks are the only thing I HATE about upgrading my OS.

Maybe you are looking for

  • Reports 6i and Reports10

    Hi, Is it possible to have Reports6i and Reports10g installed and running on the same machine (Windows XP)? Should I have to create a new/different ORACLE HOME for that? Thanks in advance Ed

  • Problems with PSE 10 when saving for the web.

    I'm having problems saving for web with PSE 10. I edit in RAW, edit in PSE 10, save as Jpeg, resize and save for the web.  Results are muddled and not sharp (looks cartoonish). Also, there is no metadata when you look at the image properties.  I unin

  • Class-map type inspect match access-group name question

    I'm creating a zone base firewall solution and all appears to be fine until I create a class-map type inspect match-all or any and match access-group name acl to match an extended ACL and once I match it the commands runs but when I go back to view t

  • Raounding Off Excise Credits

    Hi All Can we automate rounding up of Excise Duty amounts appearing, when capturing Excise Invoice via MIGO Goods receipt. Kind Regards Samson

  • FONT ISSUES! between 2 computers and 1 Mtn file

    This a warning to all Motion 4 users, after troubleshooting for 2 hours between 2 computers (one not opening the file created in the other), it turns out that ONE of the typeface wasn't installed in the other machine, which cause Motion 4 to quit une