By Keith Chisarik - 7/6/2009
I get this error after updating the server via the zip file, I preserved my config files and users can connect and read data, but this error occurs on any attempt to update. I can reproduce in house and I have the latest SF build installed, the version of Enterprise Client.dll I have is 1.6.6.9An error occurred while rebuilding the command on the remote data source. | xxx.xxx.xxx.xxx | EnterpriseDataSourceException An error occurred while rebuilding the command on the remote data source. FormatException String was not recognized as a valid DateTime.
Source : MicroFour StrataFrame Enterprise
Stack Trace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider) at MicroFour.StrataFrame.Data.Enterprise.DbParameterDescriptor.ᜀ(BinaryReader A_0) at MicroFour.StrataFrame.Data.Enterprise.DbCommandDescriptor.ᜀ(BinaryReader A_0) at MicroFour.StrataFrame.Data.Enterprise.ExecuteNonQueryParams.ReadDataFromStream(BinaryReader Reader) at MicroFour.StrataFrame.Data.Enterprise.ExecuteNonQueryParams.CreateFromStream(BinaryReader Reader) at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context) |
|
By Trent L. Taylor - 7/6/2009
The client and the server are not lining up on versions. A while back, a good while back, we made a change to use GMT on dates to prevent time zones from becoming a factor when saving across time zones. So it looks like one side is taking this into account while another is not. The assembly in question may be the Enterprise and Enterprise Server assemblies.
If you cannot get this going let me know and I can shoot you a pre-release of 1.7 as I cannot rebuild 1.6.7 as this was never a branched build since in beta mode. Anyway, I am confident that this is the issue.
|
By Keith Chisarik - 7/6/2009
I got it. Mismatched like you said on the server assemblies. I forgot about them it been so long I set this up (good thing) I just updated the client one. Thanks.
|
By Trent L. Taylor - 7/6/2009
Cool! I figured that was it, glad you got it going.
|
|