c# - Powerpivot Odata feed provide credentials -
i created odata web services hosted in secure server, access these services, user need provide credentials gets authenticated using cookie (tmg fore front server forms)
how can provide credentials table import wizard
> connect data feed
?
as 401 when enter svc , test connection.
update
quiet weird giving me 401 if button clicked after putting url it, tried start again, instead of adding url, clicked on advance button , can see now,
now if add password , userid, error,
============================ error message: ============================ remote server returned error: (401) unauthorized. ============================ call stack: ============================ @ system.net.httpwebrequest.getresponse() @ microsoft.analysisservices.common.datasourcebasic.updatedatafeedparametersinternal(connectionstringbuilder connbuilder, idatasource datasource, boolean checkfeedvalid, boolean fkeepalive) @ microsoft.analysisservices.common.datasourcebasic.updatedatafeedparameters(connectionstringbuilder connbuilder, idatasource datasource, boolean checkfeedvalid) @ microsoft.analysisservices.common.datasourcebasic.getcurrentconnectionstring(boolean checkfeedvalid) @ microsoft.analysisservices.common.datasourcebasic.clicktestconnection(object progresscontrol)
since happen know sharepoint based solution have been working on think should relevant ...
https://msdn.microsoft.com/en-us/library/ee210671(v=sql.120).aspx
... , power pivot add on in excel ...
... clicking on option "from odata feed" in menu gives options build query, can specify credentials.
setting query gives ability ...
https://blog.crossjoin.co.uk/2014/03/26/working-with-web-services-in-power-query/
Comments
Post a Comment