Converting action logs to Cognos Framework Manager project files
Action logs can be converted to Cognos Framework Manager project files using the function CreateModelActionLog(). Use one of the following methods:
▪In Cognos Framework Manager, select Open and ensure sure the Files of type option is set to All Files(*.*).
▪Use the Cognos utility BmtScriptPlayer to convert the action log XML file to a Framework Manager project file (and other related files) using the following syntax:
BmtScriptPlayer -c <project_name> -a <action_log_name>
For example:
BmtScriptPlayer –c “d:\Projects\Household\Household.cpf” –a “d:\Household.xml”
See