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)
			
			
			
				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
			
			
			
				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.
			
			
			
				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