This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - reports Support Database

mendenaresh1357 - Tuesday, November 3, 2009 8:45 AM:

Hi,

Hi iam using SQL Server 2005 XE as my database for aras 9.1. Does my databse support reporting services for aras. i could not connect to reportserver from aras.

  issues of SQL Server 2005 XE:

1) Cannot initialize the reportserver

2) Scale out deployment not supported in this edition of database

    Regards,

Naresh Mende



Bill - Thursday, November 12, 2009 6:25 PM:

Please check you InnovatorServerConfig.xml.

The ReportServer tag has changed from 8.1, and should look similar to below:

    <ReportServer>localhost/.../ReportServer>

It no longer targets ReportService.asmx, and the tag cannot contain spaces (some earlier documentation showed spaces).

OLD tag

    <ReportServer>
        localhost/.../ReportService.asmx
    </ReportServer>

New 9.1 tag

    <ReportServer>localhost/.../ReportServer>

Hope this helps.

-Bill



mendenaresh1357 - Friday, November 13, 2009 3:45 AM:

Thanks Bill. That worked

Regards

Naresh