TO AKSHAI : Unable to process the request, because the DataSourceInfo property was -
04-20-2006
, 05:26 AM
Hi Akshai, I set the virtual directory's application protection to LOW.
Now the sample.net program comes with XML/A 1.1 is working Fine.
Thanks Akshai for your help.
Now I am using Visual studio dotnet Business Intelligence Control to
access the OLAP data. When i run the sample project, i click on
connection sample -> get datasources --> it gives me "access denied".
The sample virtual directory is already set to Low Application
protection.
I created a new project and properly configured the iis settings. When
i run the project, it gives error "Access Denied".I added network
credentials as mentioned in the help file of BI control, now i do not
get the access denied error.
(olapControl1.XmlaSoapClient.Credentials = New
System.Net.NetworkCredential("userid", "mypassword", "mydomain")
But now it throws me different error
"Unable to process the request, because the DataSourceInfo property was
missing or not correctly specified. "
The connection string is here
OlapControl1.Connection = New
MSSQLBI.XmlAnalysis.Data.MdxConnection("http://localhost/bitest/xmla/msxisapi.dll",
"Provider=MSOLAP.2;data source=local", "FoodMart 2000", "Sales")
Akshai Please assist to go further. |