Desktop User Guides > Professional > Data management scripting > Publishing data > ReportingServices.ExposeToCognos component
 
ReportingServices.ExposeToCognos component
The ReportingServices.ExposeToCognos component has the following exposed properties and functions:
Methods
Method
Description
CreatePackage
Create and publish a package in the Cognos Business Intelligence server.
CreateModelActionLog
Create the action log file used to build models in Cognos Framework Manager.
PublishMetadata
Update the RDB2 database to create the related tables and views that are required in order to surface data in Cognos.
ExportIQDFile()
Create the IQD files used by Cognos Transformer.
Load()
Load settings from the external configuration file.
See Load
Save()
Save settings to a configuration file.
See Save
Properties
Property
Description
CaseDataConnectionString
The connection string to the RDB2 database.
DimensionQuestions
A string that includes the MDM variable full-names, separated by commas, that are exposed as Dimensions.
MeasureQuestions
A string that includes the MDM variable full-names, separated by commas, that are exposed as Measures.
SourceProject
The exposed project’s name (in the RDB2 database).
MDDLocation
The .mdd file related to the RDB2 case data.
MetadataVersion
The exposed metadata version.
SystemVariableSelection
The exposed system variables (None, Common, or All). This property takes higher priority than that specified in DimensionsQuestions or MeasureQuestions.
CognosServerURL
The URI to the Cognos dispatcher that processes requests from a gateway or service on a remote computer.
CredentialsForLoginCognos
Credentials for logging onto the Cognos Business Intelligence server.
SampleDataConnectionString
The sample data source connection string. When publishing a package, it will create the data source on the Cognos Server. The data source name is the sample database named prefixed with the specified data source name. For example, HH_Participants.
SampleDataTable
The sample data source table name.
Language
The metadata language for exposing labels.
Context
The metadata context for exposing labels.
LabelType
The metadata LabeltType for exposing labels.
CognosDataSourceForCaseData
The information used to build the Cognos data source for the RDB2 Database.
CognosDataSourceForSample
The information used to build the Cognos data source for the sample data. When this property is not specified, CognosDataSourceForCaseData is used.
See also
Publishing data