Identification Analysis

Hey everyone,

I got a strange error message when I do an identification analysis:

[quote]==== Identification analysis ====

Testing ML Starting value
Evaluating simulated moment uncertainty … please wait
Doing 100 replicas of length 300 periods.
Simulated moment uncertainty … done!
??? Error using ==> vertcat
CAT arguments dimensions are not consistent.

Error in ==> identification_analysis at 308
S=[S;zeros(size(JJ,2)-length(indJJ),1)];

Error in ==> dynare_identification at 272
[idehess_point, idemoments_point, idemodel_point, idelre_point, derivatives_info_point, info] = …

Error in ==> model at 678
dynare_identification(options_ident);

Error in ==> dynare at 120
evalin(‘base’,fname) ;[/quote]

Has anyone an idea why I receive this message?

Thanks!
Daniel