Tuesday 29 September 2015

The binary hotfix must be installed to execute reports that use the pre-preprocessed temporary table concept. See the KB article 2858835 for details on this hotfix. - Axapta 2012

Hello Guys..!

Error :
while running reports in axapta 2012 R2 getting the below error.

The binary hotfix must be installed to execute reports that use the pre-preprocessed temporary table concept. See the KB article 2858835 for details on this hotfix.


Reason with Example:

 -> I have ax 2012 R2 environment with CU7. Due to some reasons i have reinstalled AOS service.

-> After doing the above changes , AOS server is not having CU7 files . But still my Axapta model database is having CU7 files.

Solution :

Install Axpta 2012 R2 CU7 in AOS server.


@Rahul Talasila



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...