COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Framework Manager => Topic started by: cielo on 18 Sep 2019 05:47:44 PM

Title: Dynamic Query mode
Post by: cielo on 18 Sep 2019 05:47:44 PM
Can someone explain me the importance of "Dynamic query mode" check box while creating the Package? Thanks
Title: Re: Dynamic Query mode
Post by: Francis aka khayman on 19 Sep 2019 09:52:42 AM
the package will use dynamic query mode.
Title: Re: Dynamic Query mode
Post by: MFGF on 23 Sep 2019 11:05:42 AM
Quote from: cielo on 18 Sep 2019 05:47:44 PM
Can someone explain me the importance of "Dynamic query mode" check box while creating the Package? Thanks

Hi,

You see this option if your FM model uses Compatible Query Mode. It allows you to choose whether packages you publish use Compatible Query Mode or Dynamic Query Mode. CQM uses the old legacy native connection types and is limited to 32-bit, whereas DQM uses more modern JDBC access and is 64-bit. Just because a package works using CQM, you should not assume it will work, or work in the same way in DQM. Moving from one to the other is a migration rather than an upgrade - DQM is a lot more strict in what it enforces and how it plans queries, so worst case some reports might break, and others might not return the same results.

Cheers!

MF.
Title: Re: Dynamic Query mode
Post by: cielo on 23 Sep 2019 02:49:04 PM
Thanks a lot ,MF! got it.