First thanks for your help, and I apologize if I sound off, I'm still getting use to this.
I've been working to get the monitoring plugin working with open fire, we're using Microsoft SQL Server 2008 R2 as our database, with the default MS Sql Server Driver 1.2.2.
In the Sequence Manager.getNextBlock, there's a check to see if ofID column.id was updated via "pstmt.executeUpdate()", the function should return 1 if a column was updated, and 0 if not however, there's a bug in MS Sql Server Driver 1.2.2 which makes it always return 0 regardless if it's been updated or not.
Does anyone know a work around, supposively a latter driver should fixed this issue however, I'm unsure on how to install a latter version.
Again thanks for your help.