Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 9/14/2008
For: Version 2.01 Build 5
# 2792 Stopping the ElevateDB Server While Sessions Are Connected Can Cause AV in Remote Sessions

If there is a remote session and the connection is lost (I stopped the server), and if then I answer "No" when asked if I want to continue with the connection, the application raises an AV.

If the user's answer is "No" then :

Access violation at address 005B3368 in module 'Agv2.exe'. Write of address 00000014.

procedure TDM.EDBSession1RemoteReconnect(Sender: TObject; var Continue, 
StopAsking: Boolean);
begin
  if MsgConfirmar2('The connection to the server is lost.'#13'Do you 
want to try a reconnect?')=mrYes then
  begin
    Continue:= true;
    StopAsking:=false;
  end
  else
  begin
    Continue:= false;
    StopAsking:=true;
  end;
end;



Resolution Resolution
Fixed Problem on 9/15/2008 in version 2.02 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image