Sunday 26 October 2014

"Unable to preview the report, install the Business Intelligence Development Studio feature of Microsoft SQL Server. For more information, see http://go.microsoft.com/fwlink/?LinkId=212331”



Solution:
-> Axapta 2012 needs to integrate with Visual Studio 2010.
-> Therefore you have to install BIDS (Business Intelligence Development Studio). 
->You can use a SQL Server 2008 R2 installation image to install it (it’s one of the components you can select during installation of “A new standalone server or additional components” on the client machine.




After the installation open report in visual studio - 2010. 

 Rahul Talasila

3 comments:

  1. Event after installing this i am still unable to open ssrs report and getting same error. I am using SQL server 2014 with VS 2010 and AX 2012 R3 RTM

    ReplyDelete
  2. Basically we get this error when your SQL and VS in different machines.
    If your SQL and VS in same system, then you never get this error.

    ReplyDelete
  3. I think there is a need to study more about how can REST API be more useful for practical purposes.

    SQL Server Load Soap Api

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...