http://publib.boulder.ibm.com/infocenter/rentrpt/v1r0m0/topic/com.ibm.rational.raer.install.doc/topics/t_config_vds_WAS_CQ.html
http://publib.boulder.ibm.com/infocenter/rentrpt/v1r0m0/topic/com.ibm.rational.raer.install.doc/topics/t_config_vds_WAS_CQ_rhel5.htmlSe obtiver erros ao abrir o banco de dados, consulte a documentação do ClearQuest.
select schema_num from master_schemas where name = 'ALM'
select id from m_entitydef where name = 'users' and schemaid = [id from step 1]
update m_fielddef set is_visible = 0 where entitydef_id = [id from step 2] and schema_id = [id from step 1] and name = 'history'
select id from entitydef where name = 'users'
update fielddef set is_visible = 0 where entitydef_id = [id from step 1]