如果导出Cognos所有配置的数据源名

Do any of you know of a way to export the following from Cognos Admin for a project:

•        Data Source name
o        Connection Name
        Connection String
o        Sign on
        username


Many thanks in advance!
参与14

12同行回答

sealinksealink技术总监sealink.com
Do any of you know of a way to export the following from Cognos Admin for a project:•        Data Source ...dlyangz 发表于 2014-3-17 13:31 1、全库导出,然后再在一个环境恢复,然后删除除了你要保留的部分。2、然后在全库导出,这样只保留了...显示全部
Do any of you know of a way to export the following from Cognos Admin for a project:

•        Data Source ...
dlyangz 发表于 2014-3-17 13:31


1、全库导出,然后再在一个环境恢复,然后删除除了你要保留的部分。
2、然后在全库导出,这样只保留了你要保留的部分;

3、在另一个环境下全库恢复,在恢复报表目录(报表目录也是内容库导出的方式,但不是全库导出,指定文件夹导出)。

这样就在一个机器上恢复了你要的数据源,和你要的部分报表。


其实,这些东西重新创建一遍就行了,不会后台有几十个CUBE吧?连了好几个数据库?:lol收起
银行 · 2014-04-17
浏览1435
tomsoltomsol软件架构设计师tomsol
资料库中SELECT t.connectstr FROM CMOBJPROPS52 t WHERE t.connectstr IS NOT NULL;显示全部
资料库中
SELECT t.connectstr FROM CMOBJPROPS52 t WHERE t.connectstr IS NOT NULL;收起
银行 · 2014-04-17
浏览1384
Aaron_liuAaron_liu软件架构设计师国际商业机器大连分公司
回复 8# dlyangz     There are several new added in Cognos 10 for human task and other services besides the tables below.http://it.toolbox.com/wiki/index.php/Cognos_Content_StoreCognos Content Store Database Tables Table name DescritionCMSYS...显示全部
回复 8# dlyangz


    There are several new added in Cognos 10 for human task and other services besides the tables below.

http://it.toolbox.com/wiki/index.php/Cognos_Content_Store

Cognos Content Store Database Tables Table name Descrition
CMSYSPROPS This table has the Content Store Version.
CMOBJNAMES This table has the names of all the objects in the content store.
CMOBJPROPS1 Users, Roles \ Group Distribution list and contact information such as Email, phone number, Fax Given name etc are stored in this table
CMOBJPROPS2 Report scheduling information is stored. This table has fields like hour, day week etc
CMOBJPROPS3 Stores Screen Tip and Object description provided while creating the objects are stored here
CMOBJPROPS4 Stores the printer paper setting details like height and width of A3 , A4 , letter and 11X17 paper orientations
CMOBJPROPS6 Has the details of the all packages which were published using the FM.
CMOBJPROPS7 This table stores the XML of all reports and models. This is basically to maintain the metadata about the structure of the reports and models.
CMOBJPROPS10 Contact information is stored in this table. This table has columns like Contact Email and Contact.
CMOBJPROPS11 This table stores the data sources configuration details like connect string, the cube location etc.
CMOBJPROPS13 It stores the names of parameter passed to the range prompts.
The binary value in CPARMVALUE is XML compressed with gzip.
CMOBJPROPS14 Has details regarding the versions, creation time etc of the objects in the content store.
CMOBJPROPS16 This table provides the status of the multiple services of Cognos like LogService, MonitorService, ReportService, SystemService, JobService
CMOBJPROPS17 Stores performance details of each component like “query Studio, Analysis Studio, Event Studio” etc
CMOBJPROPS18 This table stores the drill path from the source to the final target report.
CMOBJPROPS20 Stores details regarding which are all the reports for which prompting has been enabled. And also has the details of which are the reports which has the default report options overridden.
CMOBJPROPS24 Stores the printer configuration details
CMOBJPROPS25 Stores the data regarding the objects deployed, like the deployed folder, the reports, the number of folders present in the deployment archive, etc
CMOBJPROPS26 This table stores the data about all the packages imported / exported in C8, with the properties selected during the process.
CMOBJPROPS27 Has the details regarding the data source created in the content store using Cubes.
CMOBJPROPS30 Stores the registration , service description etc details about portlets in this table
CMOBJPROPS31 Has the custom logging level for each of the Cognos services, CMID can be be linked to CMOBJNAMES for the names of each of the services
CMOBJPROPS32 Has the details of the stored procedures used as the query items in the FM model.
CMOBJPROPS33 Detail related to users, user groups user roles.
CMOBJPROPS34 Has the details regarding the drill through parameters of the drill through reports. The parameter assign values are present in coded format
CMOBJPROPS36 Has the list of all the Models published using framework manager
CMOBJPROPS37 This table has the details of the routing sets configured for server / load balancing for each package published in the content store
CMOBJPROPS38 Configuration details about number of items to retrieve in studios, for a package are saved under this table.
CMOBJPROPS39 Has values for properties of reports and views. PROPID can be linked to CMPROPERTIES for property names
CMOBJPROPS52 Contains the properties for the connections
CMOBJPROPS55 Has the URI for icons for each entry in Cognos Connection
CMLOCALES Has the locale ids associated with each language supported by Cognos 8

这个是Cognos8的 转自developwork 仅供参考收起
IT咨询服务 · 2014-03-19
浏览1579
djde521djde521其它中科软
回复 9# dlyangz     搞定记得分享啊:lol显示全部
回复 9# dlyangz


    搞定记得分享啊:lol收起
保险 · 2014-03-19
浏览1498
dlyangzdlyangz软件开发工程师acc
回复 6# djde521 谢谢,我再查查看。:-)显示全部
回复 6# djde521

谢谢,我再查查看。:-)收起
互联网服务 · 2014-03-19
浏览1499
dlyangzdlyangz软件开发工程师acc
回复 7# Aaron_liu CMOBJPROPS11里面的字段都event,owner etc.不像是data source信息。CMOBJPROPS52可以找的connect string,但是没有data source name, sign on name...我是在COGNOS10.1.1和COGNOS 10.2.1查询的,不知道是不是和之前版本不一致。...显示全部
回复 7# Aaron_liu

CMOBJPROPS11里面的字段都event,owner etc.不像是data source信息。CMOBJPROPS52可以找的connect string,但是没有data source name, sign on name...
我是在COGNOS10.1.1和COGNOS 10.2.1查询的,不知道是不是和之前版本不一致。收起
互联网服务 · 2014-03-19
浏览1559
Aaron_liuAaron_liu软件架构设计师国际商业机器大连分公司
CMOBJPROPS11 This table stores the data sources configuration details like connect string, the cube location etc. 这张表中存储了 数据源配置信息,包括连接字符串和 cube 的位置等。 但是 敏感信息都是加密存储在  content store  里面的。 ...显示全部
CMOBJPROPS11
This table stores the data sources configuration details like connect string, the cube location etc.
这张表中存储了 数据源配置信息,包括连接字符串和 cube 的位置等。
但是 敏感信息都是加密存储在  content store  里面的。 如果你想要获取里面的信息 你需要 cognos SDK来获取。收起
IT咨询服务 · 2014-03-18
浏览1534
djde521djde521其它中科软
回复 4# dlyangz     资料库中的存储是分表的,不清楚具体是怎么组合的.显示全部
回复 4# dlyangz


    资料库中的存储是分表的,不清楚具体是怎么组合的.收起
保险 · 2014-03-18
浏览1500
dlyangzdlyangz软件开发工程师acc
回复 3# hupingzhi 多谢~同样的问题,有办法查询content store DB里的表得到相关信息吗?导出的话不能动态查询。显示全部
回复 3# hupingzhi
多谢~同样的问题,有办法查询content store DB里的表得到相关信息吗?导出的话不能动态查询。收起
互联网服务 · 2014-03-18
浏览1493
dlyangzdlyangz软件开发工程师acc
回复 2# djde521 多谢~有办法查询content store DB里的表得到相关信息吗?导出的话不能动态查询。显示全部
回复 2# djde521
多谢~有办法查询content store DB里的表得到相关信息吗?导出的话不能动态查询。收起
互联网服务 · 2014-03-18
浏览1489

提问者

dlyangz
软件开发工程师acc
擅长领域: 大数据商业智能

相关问题

相关资料

问题状态

  • 发布时间:2014-03-17
  • 关注会员:2 人
  • 问题浏览:5257
  • 最近回答:2014-04-17
  • X社区推广