COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Framework Manager => Topic started by: gosoccer on 06 Oct 2015 10:54:22 AM

Title: DYNAMIC or COMPATIBLE MODE FOR FRAMEWORK MANAGER 10.2.1
Post by: gosoccer on 06 Oct 2015 10:54:22 AM
We have our FM Model 10.2.1 and it is set to Dynamic but another organization is not accepting Dynamic mode for the
Framwork WOrk Model.

Does anyone knows why not Dynamics and what is big difference..

Thx so much in advance for your time. :) 8) 8)
Title: Re: DYNAMIC or COMPATIBLE MODE FOR FRAMEWORK MANAGER 10.2.1
Post by: gosoccer on 06 Oct 2015 11:01:15 AM
AND unfortunately, after changing the FM Model to Compatible, I get this ugly error:

E-DEF-0285 The logon failed.
QE-DEF-0325 The logon failed for the following reason:
RQP-DEF-0068 Unable to connect to at least one database during a multi-database attach to 1 database(s) in:
DATASOURCENAME
Title: Re: DYNAMIC or COMPATIBLE MODE FOR FRAMEWORK MANAGER 10.2.1
Post by: bdbits on 06 Oct 2015 02:15:11 PM
DQM uses JDBC database drivers, "compatible" will most often be using native client database drivers. You probably only have JDBC and not native client drivers.
Title: Re: DYNAMIC or COMPATIBLE MODE FOR FRAMEWORK MANAGER 10.2.1
Post by: gosoccer on 06 Oct 2015 02:20:40 PM
Yeap! that explains the error below. Native is failing.

The Datasource Test is failing for the Compatible since it's not JDBC.

IBM DB2 / Compatible      Failed      QE-DEF-0285 The logon failed.
IBM DB2 (JDBC) / Dynamic      Succeeded       

Thank you