You may start to get this error after changing the Date and Time settings or Time Zone settings on either the Agile server or the Database server if the two boxes are different. In order to fix this run the following sql statement against the Agile database and log back into Agile and try the create or delete again. update PES_Object set obj_LastChange = GETDATE()
|