all groups > sql server reporting services > october 2005 >
You're in the

sql server reporting services

group:

Problem in RTM Version


Problem in RTM Version Tom
10/31/2005 8:29:05 AM
sql server reporting services:
After installing the RTM version of SQL 2005, I have noticed a problem. I
cannot add an SSIS datareader as a datasource type. In fact, SSIS does not
appear in the drop-down list. I uncommented the SSIS data reader extension in
the rsreportserver.config file, but it still will not allow me to select SSIS
as a a datasrouce type. Can anyone help?
Re: Problem in RTM Version Michael Morisoli
10/31/2005 8:46:25 AM
Tom, I am having a problem with the RTM where setup is installing SSRS but
it is not installing the databases that go with SSRS. SQL runs, but I can't
connect to SSRS even though it is installed.



Out of curiosity, have you checked to see if the two SSRS db's are actually
installed?


ReportingServer and ReportServerTempDB



Mike



[quoted text, click to view]

Re: Problem in RTM Version Robert Bruckner [MSFT]
10/31/2005 9:37:36 AM
Two questions:
* did you actually install the SSIS components?
* did you also modify the RSReportDesigner.config file to enable the SSIS
data extension in report designer?

-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Problem in RTM Version Tom
10/31/2005 10:03:17 AM
SSIS Components are installed. I can create packages in BIDS and the service
is started.

The rsreportserver.config, not the RSReportDesigner.config, file has been
modified by uncommenting the entry in the data extension section:
<Extension Name="SSIS"
Type="Microsoft.SqlServer.Dts.DtsClient.DtsConnection,Microsoft.SqlServer.Dts.DtsClient,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>


[quoted text, click to view]
Re: Problem in RTM Version Ryan
10/31/2005 10:40:58 AM
You may have already checked this and sorry if I'm stating the obvious,
but you need to configure the RS server where you create the DBs etc.
Under SQL Server configuration Tools is a Report Server Configuration
tool that installs the DB, sets encryption etc.

A lot nicer than before.

Ryan
Re: Problem in RTM Version Tom
10/31/2005 11:51:20 AM
Yes, I did that.

[quoted text, click to view]
Re: Problem in RTM Version Tom
10/31/2005 7:22:02 PM
Yep. That fixed it. Here's the problem: the link at
http://msdn2.microsoft.com/en-us/library/ms159215 states that you only modify
the rsreportserver.config. This should probably be fixed.

Thanks!

[quoted text, click to view]
Re: Problem in RTM Version Jasper Smith
10/31/2005 10:27:26 PM
You need to uncomment it in the RSReportDesigner.config (need to uncomment 2
lines) as well to be able to design reports using an SSIS datasource.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button