com.wm.app.repov3.RepositoryException: ... not enough values

Hi all,
I have a webMethods 6.5 Modeler environment.
I encounter following error with Modeler RepositoryV3 server :
2006/7/16 13:36:52.38 [DEBUG9]-initRemoteRepositoryServer(): exit–> remote Repo Server cluster={MemData:servercount=0}
2006/7/16 13:36:52.38 Repository Server registered, waiting for work…
not enough valuescom.wm.app.repov3.RepositoryException:com.wm.app.repov3.RepositoryException: [wm-cjdbc34-0042][Oracle JDBC Driver][Oracle]ORA-00947: not enough values2006/7/16 13:36:52.37 [DEBUG8]-registerPrimaryServer(): exception–> com.wm.app.repov3.RepositoryException:com.wm.app.repov3.RepositoryException: [wm-cjdbc34-0042][Oracle JDBC Driver][Oracle]ORA-00947: not enough values
2006/7/16 13:36:52.38 [DEBUG9]-registerPrimaryServer(): exit–> this server=10.11.113.24:7775 registered
2006/7/16 13:36:52.38 [DEBUG9]-registerWithCluster(): exit–> this server=10.11.113.24:7775
2006/7/16 13:36:52.38 [DEBUG9]-initRemoteRepositoryServer(): exit–> remote Repo Server cluster={MemData:servercount=0}
2006/7/16 13:36:52.38 Repository Server registered, waiting for work…
not enough valuescom.wm.app.repov3.RepositoryException:com.wm.app.repov3.RepositoryException: [wm-cjdbc34-0042][Oracle JDBC Driver][Oracle]ORA-00947: not enough values
It looks like an JDBC driver issue related to the database connection .
Any idea ?
Thanks for help.
Djibril

Is this a fresh installation of Modeler 6.5 or did you upgrade from an older version? If an upgrade, did you run the database migration scripts?

Rather than a JDBC driver issues, I would suspect a mismatch between Modeler and the underlying database structures.

Mark

It is a fresh installation of Modeler 6.5.
Do i have to upgrade the RepoV3 tables ?

Thanks for Help.
Djibril.

I change the database schema in <WM_INSTALL>/Servers/RepoV3/config/reposiroty3.cnf and it works !

Previous database schema should have been corrupted.

Thanks.
Djibril.