Routines for i_datsrc.kb


DataSourceEnabled

File Name

i_datsrc.kb

Syntax

DataSourceEnabled(VAL paramName: STRING, VAL organizationIDs: LIST OF STRING, REF dataSourceList: LIST OF STRING): BOOLEAN

Parameters

paramName - the data source parameter (for instance, I_TIVOLI_DATASOURCE_DB,

I_NETCENSUS_DATASOURCE_DB or I_SMS_DATASOURCE_DB )

organizationIDs - list of organization IDs

dataSourceList - the list of datasources returned for the organization IDs

Returns

TRUE if dataSourceList has values, FALSE otherwise

Side Effects

None

Description

This function lets the user know if the integration to Netcensus, Tivoli or SMS should be enabled.

Dialog Forms Called

None


GetAllDataSources

File Name

i_datsrc.kb

Syntax

GetAllDataSources(VAL paramName: STRING, VAL datasources: LIST OF STRING)

Parameters

paramName - the data source parameter (for instance, I_TIVOLI_DATASOURCE_DB,

I_NETCENSUS_DATASOURCE_DB or I_SMS_DATASOURCE_DB )

datasources - the list of data sources returned for the paramName

Returns

Effectively returns all data sources for the paramname specified.

Side Effects

None

Description

This procedure returns all data sources for the paramname specified.

Dialog Forms Called

None


GetDataSourcesByOrg

File Name

i_datsrc.kb

Syntax

GetDataSourcesByOrg( VAL organization_ID: STRING, VAL paramname: STRING, REF dataSources: LIST OF STRING)

Parameters

organization_ID - the organization ID

paramName - the data source parameter (for instance, I_TIVOLI_DATASOURCE_DB,

I_NETCENSUS_DATASOURCE_DB or I_SMS_DATASOURCE_DB )

dataSources - the list of data sources returned for the organization ID

Returns

dataSources

Side Effects

None

Description

This procedure returns the datasource for the organization ID.

Dialog Forms Called

None


GetMigrationDataSources

File Name

i_datsrc.kb

Syntax

GetMigrationDataSources(VAL paramName: STRING, VAL organizationIDs: LIST OF STRING ) : LIST OF STRING

Parameters

paramName - the data source parameter (for instance, I_TIVOLI_DATASOURCE_DB,

I_NETCENSUS_DATASOURCE_DB or I_SMS_DATASOURCE_DB )

organizationIDs - list of organization IDs

Returns

The list of data sources returned for the organizationIDs specified.

If no organizationIDs are specified then, if secure, function returns

data sources for supported organizations. If not secure,

returns all data sources.

Side Effects

None

Description

This function returns the data sources for the organizationIDs specified.

Dialog Forms Called

None