BI Gateway Reports component properties
- Last UpdatedJun 17, 2025
- 1 minute read
-
MES.IntelligenceReports.ServerName
The server name on which the BI Gateway database is stored.
-
MES.IntelligenceReports.DatabaseName
The name of the BI Gateway database.
-
MES.IntelligenceReports.UseIntegratedSecurity
Values are:
-
True: Use Windows Integrated Security. The currently logged-in Windows user account will be used to access SQL Server. No user name or password has to be specified in the response file.
-
False: Use SQL Server Authentication. Specify the appropriate SQL Server Authentication user name and password with the IntelligenceNodeUserName and IntelligenceNodePassword properties.
The default value True is used if this property is not specified.
-
-
MES.IntelligenceReports.IntelligenceNodeUserName
If SQL Server Authentication is being used, the SQL user name.
-
MES.IntelligenceReports.IntelligenceNodePassword
If SQL Server Authentication is being used, the SQL user password.
-
MES.IntelligenceReports.TargetReportServer
The server name on which the target report server is running.
-
MES.IntelligenceReports.VirtualFolder
The name of the report server's virtual folder.
-
MES.IntelligenceReports.TargetReportFolder
The name of the target report folder for the MES reports.
-
MES.IntelligenceReports.UseCurrentUserWindowsCredentials
Values are:
-
True: The currently logged-in Windows user account will be used to access the report server on which to deploy the MES reports. No user name or password has to be specified in the response file.
-
False: The Windows user account specified by the ReportingServicesNodeDomain, ReportingServicesNodeUserName, and ReportingServicesNodePassword properties will be used to access the report server on which to deploy the MES reports.
The default value True is used if this property is not specified.
-
-
MES.IntelligenceReports.ReportingServicesNodeDomain
If UseCurrentUserWindowsCredentials is False, the domain for the SQL user account.
-
MES.IntelligenceReports.ReportingServicesNodeUserName
If UseCurrentUserWindowsCredentials is False, the SQL user name.
-
MES.IntelligenceReports.ReportingServicesNodePassword
If UseCurrentUserWindowsCredentials is False, the SQL user password.