Function CognosImport: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m Text replacement - "Cognos_import_processor query" to "''Cognos import processor query''"
Line 8: Line 8:
* cleans out [[Cognos_import table]] and [[Cognos_processed table]]
* cleans out [[Cognos_import table]] and [[Cognos_processed table]]
* imports "page1_1!" and "page2_2!" from [[Cognos EPR Report]] into [[Cognos_import table]]
* imports "page1_1!" and "page2_2!" from [[Cognos EPR Report]] into [[Cognos_import table]]
* runs [[Cognos_import_processor query]] to turn the data into the format we need and store it in [[Cognos_processed table]]
* runs ''Cognos import processor query'' to turn the data into the format we need and store it in [[Cognos_processed table]]
* runs [[Cognos2_import_Cognos2_OneTime query]]
* runs [[Cognos2_import_Cognos2_OneTime query]]
* runs [[Cognos3_import_Cognos2_Units query]]
* runs [[Cognos3_import_Cognos2_Units query]]

Revision as of 12:24, 2021 January 19

Function CognosImport is the sub that accomplishes the Cognos EPR Report importing as part of Cognos data import.

Approximate algorithm

Check the sub itself for the actual current process.

Related articles

Related articles: