Monday, December 15, 2014

Configure multiple instances of SSRS in one computer.

Configure multiple instances of SQL Server Reporting Services in same machine.

I would like to share information on how to configure multiple instances of SQL server reporting services in the same machine.

Initially install the reporting services and it becomes the Default instance.
If you want to configure another instance of reporting server(Named instance) follow the below steps.

Step 1:
 Run the SQL server 2012 Setup and select Installation tab




Step 2: In the installation Type,select the first option.


Step 3: In the setup role select SQL Server Feature Installation.



Step 4:




 Step 5:



 Step 6:



Step 7:


 Step 8:

 

This  will create a new service in the services window.

Now we need to configure the reporting services using reporting services configuration manager.



Thursday, May 8, 2014

Variable Symmetry has not been declared Compilation error in Ax 2012

Hello everyone,

I would like to share an information regarding Symmetry error in Microsoft Dynamics Ax 2012.

Scenario:
After compiling the whole application if you get errors on tables and classes related with Standard payroll.
Then you need to follow below procedure to solve the compilation errors.

Solution:
Check whether the ste-net.dll related with payroll is available in both client and server bin.

Then in the AOT --> References node  right click and add a new reference.
click on browse and select the ste-net.dll and press ok.
Compile the classes where you are facing errors on symmetry.

It must work fine.

Happy Daxing..!!!