SQL Exception when running in Servoy Server

My application runs normally in Servoy Developer but then I starts it in Servoy Server, it will create these error:

2009-10-01 17:32:54,015 ERROR [http-8080-3] com.servoy.j2db.util.Debug - SQL Anywhere Error -131: Syntax error near 'procedure' on line 1
2009-10-01 17:32:54,015 ERROR [http-8080-3] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.WrappedException: Wrapped java.lang.RuntimeException: com.servoy.j2db.dataprocessing.DataException: SQL Anywhere Error -131: Syntax error near 'procedure' on line 1 (onLoad#14)
	at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1828)
	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:199)
	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:347)
	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3666)
	at script.onLoad(onLoad:14)

I just can’t figure out how it happened?
Help~

seems something in the onLoad method (“around” line 14) causes this. What happens in that onLoad method?

I use to have a table called ‘procedure’ and now was renamed to ‘procedure_data’. I ran the app on developer and it works fine but when running on servoy server error happen.

And are you sure that in the database the server is looking at, that column is also renamed? Has the server been restarted after renaming the column (database information is loaded once on server start).