Hi,
I think the documentation he just mention are not related to cognos 8.
If you would like to automate the creation of a model, you can use the log of Framework Manager, but you have to create it manually the first time.
Here are the steps to follow:
1. Open Framework Manager.
2. Create a new project and import a data source.
3. Perform any modifications to your model, for example, you could create a parameter map, specify object security
4. Publish the package
5. Close Framework Manager and open it again.
6. Select View Transaction History under the Project menu.
7. Select the checkbox next to the <Project_Name>-xxxxxxxxxx-log transaction list entry. It should the one before the last one.
8. Click Save as Script.
9. Name the script TestScript.xml for example and click Save.
10. Click Close.
Here are the steps to follow to recreate the project you have just created above:
1. From a Command Prompt window, browse to the <C8_INSTALL_LOCATION>\bin directory.
2. Enter BmtScriptPlayer at the Command Prompt for a list of all the possible options.
3. Enter the following at the command prompt:
BmtScriptPlayer -c c:\temp\test\TestProject.cpf -a c:\temp\TestScript.xml -u userID -p password -s namespaceID
where
· BmtScriptPlayer is the Script Player application
· -c is the option to create a new project
· c:\temp\test\TestProject.cpf is the file path of the new project to be created
· -a is the option to specify which action log to apply
· c:\temp\TestScript.xml is the file path of the script to be applied
UserID must have the permission ( by default admin can do that) to create a model.
Hope this helps.