3、在Custom View窗口增加“dbAuth”域名下的角色,并限制机构权限;
4、echo off
cls
cd d:\program files\cognos\c8\bin
cogtr -c -n2 -mD:\发布文件夹\*.mdl -ldbauth=admin/111111
5、copy 批处理:
echo off
cls
net stop "Cognos 8"
net stop "Cognos Content Database"
cd d:\发布文件夹
del *.mdc
copy /Y d:\生成文件夹\*.mdc d:\发布文件夹
net start "Cognos 8"
net start "Cognos Content Database"
exit