Report off of SSIS package writing to datareader dest.

  • Hi All,

    In SQL Server 2005, I'm struggling with defining a connection between Reporting Services and an Integration Services package that writes to a Data Reader destination. Any help greatly appreciated. This is a simple "hello world" type app just to shake out the basic connectivity issues. In the dvel environment I'm working in, Reporting Services and Integrations Services are running on the same server.

    I've read various threads and also read the Books Online "Defining Report Datasets for Package Data from SQL Server Integration Services" article, but obviously am still in need of a few more details. The unattended execution account has been configured and the SSIS data processing extension. In RSReportDesginer.config, I un-commented out the two lines referring to SSIS as a source type. I moved the package I developed (Baseball_Test_Package.dtsx) to the root level of my local c drive, and opened up Reporting Services. I clicked on New Report and in the Wizard, at the Select the Data Source screen, specified settings with New DataSource Name: Datasource1, Type:SSIS and Connection String: -f c:\Baseball_Test_Package.dtsx. Got the below message when I clicked Next:

    A connection cannot be made to the database.

    Set and test the connection string.

    The package failed to validate.

    Is that error referring to the specification in the Connection String box on this dialogue, or does the problem lay elsewhere? Thank you in advance for any suggestions.

  • From a post in another forum, I was informed that the SSIS extension for Reporting Services in SQL SERVER 2005 is not reliable, should not be used in production, and probably should not have been included in the 2005 release. So, therefore, at this point, I'm looking at other means to accomplish my goals. Thought I'd share just in case anyone was having the same troubles...:)

  • hi

    even I am also facing the same problem and am getting the error like SSIS EXECTION SYNTAX NOT VALID ....

    I have uncommented the

  • hi

    even I am also facing the same problem and am getting the error like SSIS EXECTION SYNTAX NOT VALID ....

    I have uncommented SSIS DATASOURCE in config files and given the path as /file "c:/package.dtsx"

    In report dataset I have given the query as DataReaderDest in text type...

    please help me out ...

    thanks in advance

    If u come across the same issues please let me know it.

  • you need to give in double qutes(") the pacakge location

    for example:

    -f "C:\users\demo\SSISTest\Package.dtsx"

    Let me know if it does not work

    Thanks,

    Brahma

  • Thank you soo much Brahma.... i have been trying it from 2days i just have to add(""):-)

    finally...Once again thanks

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply