Desktop User Guides > Professional > Data management scripting > Publishing data > Cognos Framework Manager models > Converting action logs to Cognos Framework Manager project files
 
Converting action logs to Cognos Framework Manager project files
Action logs can be converted to Cognos Framework Manager project files using the function CreateModelActionLog (). The export process an be achieved using either 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 <projectname> -a <actionlogname>
For example:
BmtScriptPlayer –c “d:\Projects\Household\Household.cpf” –a “d:\Household.xml”
See
Cognos Framework Manager models