From 8dc67fac8e0a4908e49c4b942b0bd24bca8b238f Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 28 Jul 2017 18:28:29 +0000 Subject: [PATCH] B2017-157 Disable PingSession during import. This eliminates deadlock errors --- PROMS/VEPROMS User Interface/dlgExportImport.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/dlgExportImport.cs b/PROMS/VEPROMS User Interface/dlgExportImport.cs index 47650a37..9366dde0 100644 --- a/PROMS/VEPROMS User Interface/dlgExportImport.cs +++ b/PROMS/VEPROMS User Interface/dlgExportImport.cs @@ -244,8 +244,10 @@ namespace VEPROMS // * set newRODbid to MyDocVersion rodbid // - or convert ROs to text TurnChangeManagerOff.Execute(); - // Added Try Catch Error Handling to assure that the Change Manager is tuned-on + // Added Try Catch Error Handling to assure that the Change Manager is tuned-off + MyFrmVEPROMS.DisablePing = true;// Turn-off SessionPing B2017-157 bool result = TryToImportProcedure(ref isImported, ref canceledPressed); + MyFrmVEPROMS.DisablePing = false;// Turn-on SessionPing TurnChangeManagerOn.Execute(); if (!result) return; if (isImported)