Showing posts with label designer. Show all posts
Showing posts with label designer. Show all posts

Wednesday, March 28, 2012

Installing VS .NET after Installing Reporting Services

I installed VS .NET after installing Reporting Services. When I bring up VS,
I don't see the Report Designer choices. What do I need to do to make them
appear?If you installed RS without VS.Net then what you installed is the server
piece. What you need to do now is install the report designer. Rerun setup
and install just the report designer.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Bob Sherman" <Bob Sherman@.discussions.microsoft.com> wrote in message
news:BEB7E965-CA6C-434B-A931-2AE7A27EB8F1@.microsoft.com...
> I installed VS .NET after installing Reporting Services. When I bring up
VS,
> I don't see the Report Designer choices. What do I need to do to make them
> appear?
>

Monday, March 26, 2012

Installing SSRS report designer with Visual Studio 2005

I have VS 2005 installed on my workstation. I have Sql Server 2005 on a
database server, and
just installed Reporting Services on a web server.
How do I install the Report Services report designer on my workstation in VS
2005?
thanks,
Bob M..Just place the dick into drive of your computer and start installation.
During the installation, you can choose to install client tool only.
"Bob Murdoch" <ram_re_move_5@.erols.com> wrote in message
news:uwjclTfBIHA.4752@.TK2MSFTNGP04.phx.gbl...
>I have VS 2005 installed on my workstation. I have Sql Server 2005 on a
>database server, and
> just installed Reporting Services on a web server.
> How do I install the Report Services report designer on my workstation in
> VS 2005?
> thanks,
> Bob M..
>|||"Norman Yuan" <NoAddress@.NoEmail.fake> wrote in message
> Just place the dick into drive of your computer and start installation.
> During the installation, you can choose to install client tool only.
>
Besides the slip of the keyboard, which disk are you referring to? When I
try to use the Sql Server 2005 disk, the Reporting Services option is grayed
out (presumably because I don't have IIS installed on my workstation?).
thanks,
Bob M..|||I do not not what kind of disk your SQL Server2005 is on. I have heard it
may be on 2 CDs or 1 DVD. Mine is from MSDN subscription, which has two
setup.exe - one for the server part and one for client tools part.
Whatever you have, you should install client components only, including
Connectivity components, Management tools, Business Intelligence Development
Studio (this is what you need!), SDK, documentation... You do not need to
install RS for report designing, unless you want to.
"Bob Murdoch" <ram_re_move_5@.erols.com> wrote in message
news:OSnjevfBIHA.2004@.TK2MSFTNGP06.phx.gbl...
> "Norman Yuan" <NoAddress@.NoEmail.fake> wrote in message
>> Just place the dick into drive of your computer and start installation.
>> During the installation, you can choose to install client tool only.
> Besides the slip of the keyboard, which disk are you referring to? When I
> try to use the Sql Server 2005 disk, the Reporting Services option is
> grayed out (presumably because I don't have IIS installed on my
> workstation?).
> thanks,
> Bob M..
>

Friday, March 23, 2012

Installing SQL Server Reporting Services

Current machine Windows XP Pro with sp2. Successfully installed all portions
of Reporting Services with exception to Report Designer to SQL Server 2000.
The message which appears at almost the conclusion of installation states
"There is a problem with this Windows Installer package. A program run as
part of the setup did not finish as expected. Contact your support personnel
or package vendor.". Then it rolls back the installation.
Looking through the Event Logs it shows there was an error registered due to
the msvcr71.dll. The error value is:
Error value: C0000013
Disk type: 5
This file is on the CD for the Reporting Services and it should not be
damaged, in use, etc. by any other process other than that of the installer.
After installing all but the designer, I even installed service pack 1 for
Reporting Services and still have the same result.
Ideas?
Your thoughts on this matter will be appreciated.Just wanted to post the resolution to the situation below.
From the event log it showed that it had a problem with the msvcr71.dll.
Comparing the datetime of the file on the CD to that of the system, they were
different.
So I copied the contents of the CD to the hard drive to point to the older
file to see if it would help. The result, it did not help so I put the
original file from the CD back into the Reportin Services install directory
of my hard drive.
In reading other posts regarding installs, there was a file mentioned in the
01SEP2004 post by Daniel Reib [MSFT] to an 'install problem' (original
subject for posting), which was RSRun.msi.
I installed this file with Visual Studio .NET open and within a project. It
seemed to be having a problem without VS.NET being open, at least on 2
machines. In the past attempts the event log showed that it was having a
problem starting up the VS.NET and that is why I opened the application and
project while installing. The install was successful and the Report Designer
is working.
Hope this helps some other people that experienced a similar issue.
-Guy
"Guy G" wrote:
> Current machine Windows XP Pro with sp2. Successfully installed all portions
> of Reporting Services with exception to Report Designer to SQL Server 2000.
> The message which appears at almost the conclusion of installation states
> "There is a problem with this Windows Installer package. A program run as
> part of the setup did not finish as expected. Contact your support personnel
> or package vendor.". Then it rolls back the installation.
> Looking through the Event Logs it shows there was an error registered due to
> the msvcr71.dll. The error value is:
> Error value: C0000013
> Disk type: 5
> This file is on the CD for the Reporting Services and it should not be
> damaged, in use, etc. by any other process other than that of the installer.
> After installing all but the designer, I even installed service pack 1 for
> Reporting Services and still have the same result.
> Ideas?
> Your thoughts on this matter will be appreciated.
>