Hi,
I created a silverlight application in VS2010 to display an OLAP cube.When I connect to cubes, sample data:
sampledata.infragistics.com/.../msmdpump.dll
If I connect to my cube, shows no data.The only thing that changes is the URL of the cube:
http://MyServer/olap/msmdpump.dllWith my cube, it does nothing. It shows no error
Thanks
Hi
Is your environment correct set up? Here is a good post how to set up the environment.
Todor
Yes, I have followed the steps in: http://blogs.infragistics.com/blogs/atanas_dyulgerov/archive/2010/01/27/how-to-set-up-xmla-http-access-for-sql-server-analysis-service-2008-and-access-the-adventure-works-2008-from-an-infragistics-pivotgrid-application.aspx
I had to specify the Colums, Rows and Measures. The problem is that when I put a nonexistent column or row, the cube will not be charged. When I put a column/row if it exists, the cube is being charged, but no column/rpw appears, I have to drag by hand to see the data.
Another problem is the scroll: I have a row with hierarchical data. When I expand, I don´t see the data in column, leaving the screen and the scroll does not display
Hello,
my clientaccesspolicy.xml contains:
<?xml version="1.0" encoding="utf-8"?><access-policy> <cross-domain-access> <policy> <allow-from http-request-headers="*"> <domain uri="*"/> </allow-from> <grant-to> <resource path="/" include-subpaths="true"/> </grant-to> </policy> </cross-domain-access></access-policy>
Best regards,
José Carlos
I had same problem. I upgraded to latest version of infragistics controls. It worked.
What is the latest version?Where I can get?I have a running version 10.3.20103.1006
to have latest version you have to install patch from our latest SR. If you have lisenced version you can find it when logging with your account on our site. If you use trial version of the product you have to ask our Development Support team to send you latest version.
Regards,
Dimitrina
We have licensed software. We have a problem with the expiration date, so I do not get the download. Wait until Monday.Thanks
I have updated the version and everything continues equally
I have deactivated the Firewall and the same thing.
If I access from the server (http://localhost/ ...) I see the data, but if I access from the Internet (http://MyDomain/ ...) I do not see any data and gives no error
In both cases, the datasource is the same and agrees to http://localhost/olap/msmdpump.dll
I have only windows authentication for both the web application as http://localhost/olap/msmdpump.dll
thanks