Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
PivotGrid do not support the SQL SERVER2008 R2?
posted

Hello =)

Cube olap dll files used by XMLADataSouce SQLSERVER2008 R2 is not supported?

 sampledata.infragistics.com/.../msmdpump.dll
 If you specify this address ServerURL successful run

 Dll file created in SQL_SERVER2008 R2 fails not successfull from the PivotGrid

 dll files is not problem
 PivotGrid do not support the SQL SERVER2008 R2?

Samples provided by the SQL SERVER versions infragistics.com - SQL 2008 SP1 (10.00.2531)

I made a dll version of SQL 2008 R2 (10.50.1600.1)

Dll that I created to be used in PivotGrid
Do I need to create in SQL_2008 SP1?

I use the environment

Window 2008 R2 Enterprise

SQL SERVER 2008 R2 Enterprise

Thanks.

Have a nice day :)

Parents Reply
  • 2050
    Offline posted in reply to Yoon

    I installed a fresh copy of win7, new instance of sql 2008 r2, then the adventure works sample database, I followed my own howto article and it all worked straight away.

    You start by verifying that your clientaccesspolicy,xml file is in the root of the webserver, not in the application folder. This is a common mistake. In my case it is in C:\inetpub\wwwroot and its contents are:

    <?xml version="1.0" encoding="utf-8"?>
    <access-policy>
      <cross-domain-access>
        <policy>
          <allow-from http-request-headers="*">
            <domain uri="http://*"/>
          </allow-from>
          <grant-to>
            <resource path="/" include-subpaths="true"/>
          </grant-to>
        </policy>
      </cross-domain-access>
    </access-policy>

    If this does not help find out which is your provisioning account. When you find it, make sure it is the one that starts the olap application in IIS settings.

Children
No Data