COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: nagoole on 06 Aug 2014 08:43:28 AM

Title: Where to get Package XML fine in distribute environment
Post by: nagoole on 06 Aug 2014 08:43:28 AM
Hi All,

I need to get one Package XMl file in cognos 10.2.1 distribute env

Env deatils

8 Application
1 Active Cm
2 Stand by CM
2 gateway

Normally i will take package XML for export content from that package in distribute env then i will import to our single server env and open that package in report studio, it will create XML file to  Cognos installtion location \data\cqe\RT Models location

not sure we how we can find that XML file in distribute env where it will be save ?

Thanks,
Naga

Title: Re: Where to get Package XML fine in distribute environment
Post by: sunosoft on 07 Aug 2014 03:12:42 AM
In your single serer en below setting would have been done in CQEconfig.xml file in configuration directory.

<section name="General options">
<entry name="KeepModelXml" Value="1"/>
</section>

In distributed env also you will need to modify this file in one of apllication server(say disp1). Set a routing rule for that pkg on disp1. You will be able to find the pkg xml file there, once you open the report in report studio.

If its production environment revert the changes as it will consume the space.

Changes in file might need restart of cognos services on that particular server.