i'm trying to create some excels with powerpivot and sharing them on sharepoint, but when i try to refresh the connection of my excels i have this error: "An error occurred during an attempt to establish a connection to the external data source.".
When i try to use the excels on my pc they work without any problem but when i share them on sharepoint i always have that error.
Unfortunately i have almost zero experience on sharepoint, i've tried to search and try some solutions but nothing worked.
Somebody has already resolved this problem?
We faced this problem and I recall we fixed using Kerberos delegation. We needed the actual user to be passed to SSAS in order to row filter that user. It wasn't simple though. Follow this:
https://msdn.microsoft.com/en-us/us-en/library/dn194199(v=sql.120).aspx
Good luck.
Related
In another context (Email) I've used a Header like "Prefer: outlook.body-content-type=text" so was wondering / hoping you could do similar for Teams Messages, but have not been able to find out ... an alternative is to convert the HTML to text afterwards, but I can't find a good way to do that either, in ADF
A bit more digging turned up an SQL function i.e. works in SQL but not elsewhere, so is not a completely general solution, but is still far better than the plethora of other partially working ideas out there: https://blog.sqlauthority.com/2007/06/16/sql-server-udf-user-defined-function-to-strip-html-parse-html-no-regular-expression/?msclkid=86efadffbbeb11ec84e6dde4b1c0b6fe
This is the example query from graph explorer:
https://graph.microsoft.com/v1.0/me/drive/root/search(q='finance')?select=name,id,webUrl
Currently https://graph.microsoft.com/v1.0/me/drive/root/search seems to fail both in my own tenant as well as in microsofts test tenant. I am under the impression that the demo queries are supposed to always work in the test tenant (https://developer.microsoft.com/en-us/graph/graph-explorer - do not log in, use sample data). This leads me to believe that there is a general problem with this function in ms graph at the moment.
Anyone else experiencing the same problem?
Should I use a different method for searching onedrive?
The original query worked fine until last friday, it still seems to be broken.
But a viable workaround is using :
https://graph.microsoft.com/v1.0/users/<userId>/drive/root/search(q='finance')?select=name,id,webUrl
Seems to be working without any need to change api permissions on the app, so that'll be fine for now.
Good morning,
I have a Kendo UI data source handling my oData request. The data source is sitting client side and as I filter it , it makes the necessary calls for me and I have some custom markup displaying results. I have a limit of ten records being returned and this is working fine.
On the back end I am using WebAPi 4.0.30506.0 and oData 5.6 (we are stuck with .net 4 ). This is resolving the queries nicely. No problems here.
The problem is that the client now wants to have the filtered data exported server side (data eventually going into a pdf or excel report) , does anybody have any ideas on how to cross the filter settings over to another call.
I have had some success chucking the whole ODataQueryOptions into the cache for each user , but this feels dirty and inefficient.
All ideas welcome.
After some serious google bashing I found this nuget package :
https://www.nuget.org/packages/LinqToQuerystring/
Examples here : http://linqtoquerystring.net/examples.html
I can now pull the filter value out as a string an reapply as necessary.
To help my company better adopt using TFS i'd like to see if a custom web page could be made so the end user has no idea they're entering a bug into TFS. They find the TFS2012 web based GUI confusing. They are business users and able to write out a problem in a web app, the reproduction steps and expected result but they always forget to set certain fields which makes their entries not show up in my query.
I figured creating a custom web page that inserts the bug into TFS would help. Anyone know if this is possible?
You need to develop a web page which uses TFS API to create a bug. Please see below link which has sample code to create bugs using API.
http://social.technet.microsoft.com/wiki/contents/articles/3280.tfs-2010-api-create-workitems-bugs.aspx
I would like to change an error message returned by SharePoint 2007
"An error occurred copying some or all of the selected files"
So that it is more informative to end users.
Is this possible? If so how?
I don't believe this error message is actually generated by SharePoint. SharePoint is simply displaying the error that it encountered from another system component. I don't think you'll have much chance of changing it without doing crazy stuff.
Out of curiosity, how informative were you going to be? Compared to some of the generic errors that SharePoint returns, the one you're looking at isn't that bad. :)