Monday, July 14, 2014

New day new learning:

Microsoft Dynamics Axapta 2009

Unable to start AOS service. Ends up with an error ending with error code 100

I was unable to start the AOS service for AX 2009 and discovered the server on which SQL is installed seems to be shut down. At times, when SQL service is down, same error code appears.

Wednesday, July 9, 2014

Hi Folks,

I was working with an alignment of a SSRS report and i used the below for displaying two values in one text box using the SSRS new line operator.

To achieve this, right click the textbox and click expression. Under the dialog box, use the below:

"field1" +  VBCRLF + "field 2"

Hope this might be helpful for someone.

Happy coding!