PDA

View Full Version : Modeler not connecting


dhimate
03-29-2006, 00:22
When I set Flat file as storage method, I could connect to Modeler server. But not able to run the process since it requires database repository.

But when i set storage method as databse then it gives following error.

com.wm.bpm.persist.RepoSessionException: RepoV3 error: com.wm.app.repov3.RepositoryConnFailedException: Exception: could not find a primary repository server, {Connection refused: connect}



Any idea why is this happening? :confused:

jeevanrego
03-29-2006, 03:48
Hi

When running modeler with repository to database, u require to run db scripts.

Cheers
Jeevan

dhimate
03-29-2006, 03:54
database components are already installed in the database...
it is not able to connect to repository.

if tables are not present it gives java.sql.sqlexception... table or views does not exist

jeevanrego
03-29-2006, 03:55
Hi

The db scripts are located at your <WM Dir>\Common\Db\Scripts\Create.

where u would find scripts for process audit

Cheers
Jeevan