Forum Discussion
geschinger
11 years agoRegular Visitor
PowerBI Desktop Get Data from SP - invalid CRLF characters
I am trying to Get Data from an on-prem version of SharePoint 2013 and while I do seem to authenticate ok, I'm getting stuck with the following error: Unexpected error: Specified value has inval...
curth
10 years agoPower BI Team
When we've seen this error in the past, it's because the server has put invalid characters into a cookie. The .NET web stack strictly enforces the RFCs governing legal cookie characters, and not all servers are compliant. If you'd like to confirm this as the problem, you could "send a frown" and attach a Fiddler trace.
geschinger
10 years agoRegular Visitor
Thank you. I tried this and captured a fiddler trace to a frown sent in yesterday. I'm hoping that might lead to a solution as I couldn't find anything in the trace that jumped out at me but I can't say that I really know what to specifically look for.