Skip to content

Install Linked Report Generator

EdVassie edited this page Mar 26, 2021 · 2 revisions
Previous Install Reporting Services Scripter Manual Install Install SQL Best Practice Analyzer Next

FineBuild can install and configure Linked Report Generator (RSLinkGen) as part of the SQL Server install process. If you do not want to include Linked Report Generator in your FineBuild install, then do not download it.

Linked Report Generator is written by Jasper Smith, a former SQL Server MVP. It was chosen to be included in FineBuild because it enables automatic generation of linked reports to any number of Reporting Services folders based on a single base report.

The original web site that hosted Linked Report Generator is no longer available and a copy captured by Web Archive is used below.

Item Location
Linked Report Generator archived home page https://web.archive.org/web/20120227135656/http://www.sqldbatips.com/showarticle.asp?ID=73
Linked Report Generator archived download https://web.archive.org/web/20120227135656/http://www.sqldbatips.com/samples/code/RSLinkgen/RSLinkgen.zip
Linked Report Generator archived documentation https://web.archive.org/web/20111011131018/http://sqldbatips.com/samples/code/RSLinkgen/readme.htm

FineBuild Linked Report Generator Install

Automated silent installation of Linked Report Generator is performed by Process Id 4RD and is controlled by the parameters below:

SQL Version Parameter FULL Build WORKSTATION Build CLIENT Build
SQL2019 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2017 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2016 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2014 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2012 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2008R2 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2008 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2005 /SetupRSLinkGen: Yes Yes Yes
/SetupSQLTools: No Yes Yes

In order to maintain compatibility with older versions of SQL FineBuild, the parameters /InstRSLinkGen: and /InstSQLTools: can also be used.

FineBuild also uses the following parameters to help install Linked Report Generator:

Parameter Default Value Description
/RSLinkGenZip: RSLinkGen.zip Name of file holding Linked Report Generator install media

Linked Report Generator will be installed with CLIENT and WORKSTATION builds, but not with a FULL build. If you want to install it with a FULL build, the following parameter should be added at run time:

  /SetupSQLTools:Yes

Linked Report Generator cannot be installed by FineBuild on a Windows Core operating system because it is supplied in zip file format.

The FineBuild install for Linked Report Generator includes the following:


Manual Linked Report Generator Install

The following steps show what you would have to do to install Linked Report Generator manually. FineBuild does all of this work for you automatically.

Install Linked Report Generator

  1. Navigate to the Additional Components folder

    Right-click on RSLinkgen.zip and select Extract All

    Explorer

  2. Extract all files to C:\Program Files\RSLinkgen

    Extract Files

Setup Menu Item

This section adds an entry for Linked Report Generator to the Report Services menu

  1. Navigate to C:\Program Files\Linked Report Generator

    Right-click on RSLinkgen.exe and select Copy

    Copy Menu

  2. Navigate to the SQL Server Reporting Services menu folder on C:\

    Select Paste Shortcut

    Paste Menu

  3. Right-click on the menu shortcut

    Rename it to Linked Report Generator

    Rename Menu

Copyright FineBuild Team © 2011 - 2021. License and Acknowledgements

Previous Install Reporting Services Scripter Top Install SQL Best Practice Analyzer Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally