SSRS (BIDS) Settings

EIQ2 provides an array of ease-of-use reports (Status, Trends, Process Flows, Graphs and KPIs, Drill-Downs etc.), via SQL server reporting services and in an easily consumable format, to support the administration and maintenance of the EIQ2 environment. Some of these reports concentrate on ETL process flows, such as timings, record counts and data changes. Other reports focus on historical comparisons, data cleansing and auditing and error management. The underlying reports reside in “\SSIS\SSRS\Reports\SSRS_REPORTS”

Note: Throughout this document, the following default server reference: “KB-SQL-01”, needs to change to reflect the correct name for the destination EIQ2 SQL server environment.

  • For the correct server name of the EIQ2 server environment, open SQL Server Management Studio and execute the following TSQL statement:

SELECT Convert(Varchar(200), ISNULL(SERVERPROPERTY(‘SERVERNAME’), HOST_NAME()))

  • Create new project and name it: SSRS_REPORTS
  • For BIDS / SSDT – SSRS Reporting Services, apply the following:
    • Portal Connectivity > http://KB-SQL-01/ReportServer
    • Deployment Overrides > True
  • Create shared data source: SDS_Report_SP

Partners