JBoss Community

Re: JBPM 3.2.5,MSSQL 2005 - blocking in JBPM_JOB table

created by Sash K in jBPM - View the full discussion

Found a solution that works if you are using mssql 2005 and above. Can allow snapshot on mssql to make it behave more like oracle.  The following two statements should do the trick:

  • ALTER DATABASE YOUR_DB_NAME SET ALLOW_SNAPSHOT_ISOLATION ON;
  • ALTER DATABASE YOUR_DB_NAME SET READ_COMMITTED_SNAPSHOT ON;

Reply to this message by going to Community

Start a new discussion in jBPM at Community