Method
|
Description
|
---|---|
CreatePackage
|
Create and publish a package in the Cognos Business Intelligence server.
See CreatePackage.
|
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.
See PublishMetadata
|
ExportIQDFile()
|
Create the IQD files used by Cognos Transformer.
See ExportIQDFile
|
Load()
|
Load settings from the external configuration file.
See Load
|
Save()
|
Save settings to a configuration file.
See Save
|
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.
|