Syncfusion BI Controls

  • Is anyone using the Syncfusion BI controls? I have downloaded their evaluation version and am trying to set up a quick example but cannot even connect to my SSAS Cube. I keep getting 'NT AUTHORITY\ANONYMOUS LOGON, does not have access' error. No matter what username/password I put in the connection string always get the same Anonymous Logon error. I’m thinking I don’t have my web server and/or database server setup correctly but cannot find anything on how I need them setup.

    Any insight would be great!

    Thanks in advance!

  • Will assume you still have anonymous access set to enabled on your IIS virtual directory. Because of this, the user identity being passed to SSAS is the NT AUthority\Anonymous User. So, you could take the easy route (sugggested *ONLY* for verifying your install) and set your SSAS instance to allow the anon user to access it. Or you could modify your IIS to be windows authentication only (ie uncheck the anonymous setting) and then ensure your application passes the current users identity. This is good/ok for intranets, not so great for the internet. Also need to watch out for the double hop issue, which comes in to play when you *don't* have kerberos installed and you have a separation between IIS and SSAS servers.

    HTH,

    Steve.

  • Hi Rob,

    Please refer to the following link that demonstrates why this issue occurs and the steps to resolve this.

    http://msdn.microsoft.com/en-us/library/cc917670.aspx

    In this page please check "HTTP Connectivity->Error Condition 2: IIS Anonymous Connection Not Permitted" to resolve this issue.

    Please let us know if this helps.

    Thanks,

    HariVenkatesh

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply