by o.rutten » Tue Oct 23, 2012 5:01 pm
I have just upgraded from Servoy 6.0.7 to 6.1.2 and am getting warnings in the Servoy log when re-using an inmemory datasource. The first time the datasource is created (by sql query) there is no warning but when creating a datasource again with the same name (same query but different argument values) we get the following warning:
Distributing data, BufferedDataSet row_1null , from query:SQLSTATEMENT[server:_sv_inmem, table:temp_9_e9996d9e_3dd0_4d91_a821_342ca87d7e11, sql:INSERT INTO TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11<mem:matrix_occupany>#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522(TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11<mem:matrix_occupany>#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Room_number<5,0,0>|TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11<mem:matrix_occupany>#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Occupation_date<93,0,0>|TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11<mem:matrix_occupany>#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Occupation_type<1,1,0>) VALUES ([1,1,1,2,2,3,3,4,5,6]|[2012-10-24 02:00:00.0,2012-10-26 02:00:00.0,2012-10-27 02:00:00.0,2012-10-24 02:00:00.0,2012-10-27 02:00:00.0,2012-10-24 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0]|[R,R,R,R,R,R,R,R,R,R]), filters:null]
This happens in developer and in the application server. Everything works fine but these errors are filling up our servoy log so we would like to solve the issue. Any ideas what might be causing this?