EkbmMWException Invalid stream version. Please update client! (SERVER).

Home Forums kbmMW EkbmMWException Invalid stream version. Please update client! (SERVER).

Viewing 0 reply threads
  • Author
    Posts
    • #56848
      jet2050
      Participant

      Hello Kim

      Can you help me please with this error,

      I tried using the new TkbmMWTCPServerTransport instead of TkbmMWTCPIPIndyServerTransport, but when I use blob fields it fails to resolve.

      var
      MyS : TkbmMWMemoryStream;

      begin
      …. {more code}
      MyObject.SaveCodeToStream(MyS);
      MyS.Position := 0;
      QScripts.Edit;
      TBlobField(QScripts.FieldByName(‘Compiled’)).LoadFromStream(MyS);
      QScripts.Post;
      QScripts.Resolve;
      end;

      yes, in the client I’m using TkbmMWTCPClientPransport.

      If I use the indy version, it works as expected.

      using the latest versions of kbmMW Enterprise and kbmMemTable Pro

      On Delphi 10.2 update 3

      Thanks for your time

      Regards

      Job Espejel Tafoya

Viewing 0 reply threads
  • You must be logged in to reply to this topic.