Can you please outline the procedure to update. I have ES set up, clients using it daily, I set it up months ago and havent much thought of it since. Thanks. I am going from 1.6.5 to 1.6.7 on the production server that hosts ES and 4 SF web applications. I have to recompile all the BO libraries at the same time as well for these projects that are currently in production (ouch).?Server:
Do I just unzip the contents to the ES site directory and restart the app pool?
Client:
On the client do I just need to make sure Microfour Stratafrma Enterprise Client gets updated?
*******************************************************************************
Changed enterprise server to account for UTC time when passing parameters to commands.
This is a breaking change. The server and client must both be upgraded or this change will break communication between the ES and the clients.
Before this change, the ES would not consider UTC time when passing parameters on commands, but would use UTC to return the results of a query back to the client (through .NET's serialization of the data table). Now, UTC is taken into account when passing parameters.
If the CustomDataSerializer is used, UTC is not considered when passing parameters or when returning results back to the client.