The last few weeks I had 2 solutions that use database sequences that started misbehaving. Turned out that a sequence name wasn’t applied correctly. One solution used the sequence name but used the partial name. I saw this in the database server log.
I checked the solution on the server and the sequence name was correctly filled in. After retyping the sequence name it started working properly.
Now today I find a second solution with the same issue. Although this time the sequence wasn’t applied at all although it was filled in in the solution. Retyping it fixed it again.
All this happened after I moved the repository from Sybase to PostgreSQL.
The migration was done by exporting all the solutions and reimporting them into the new database.
On my development machine I have no problems whatsoever with the exact same versions of the solutions.
Before I file a bug report in the bugbase I like to check if anyone else had such experiences?
Servoy Developer
Version R2 2.2.5-build 337
Java version 1.5.0_06-64 (Mac OS X)