Skip to main content

Posts

Showing posts from January, 2014

XSLT Inserting a new line character in output csv

Hi, Recently i had to insert a newline character in an output csv file generated by AIF with XSLT Transformation. I wanted to insert a new line character in the output which is simple but took me quite some time to arrive at being relatively new to XSLT Use the following line <xsl:value-of select="'&#xA;'"/> to achieve the same Regards Hitesh

Unable to find appropriate service endpoint information in the configuration object

Got below error on validating reporting services setting in AX Error:  "An error occurred during setup of Reporting Services extensions. Reason: Unable to find appropriate service endpoint information in theconfiguration object" Reason was that AIF Inbound Port BI was not activated. Activating the port resolved the issue Regards Hitesh