/[projects]/dao/DaoMqPump2/DaoMqPump2/Transport.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoMqPump2/Transport.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2054 by torben, Fri Aug 23 20:03:47 2013 UTC revision 2055 by torben, Tue Aug 27 06:28:44 2013 UTC
# Line 328  namespace DaoMqPump2 Line 328  namespace DaoMqPump2
328                  }                  }
329                  catch (Exception e)                  catch (Exception e)
330                  {                  {
331                        //Det vil være mest korrekt at Rollback/backout MQ Transaktionen her - for at være sikker på at Message'n fjernes fra køen
332                        try
333                        {
334                            if (mqMgr != null)
335                            {
336                                mqMgr.Backout();
337                            }
338                        }
339                        catch (Exception e2)
340                        {
341                            this.addLogEntry("Error backing out from MQ Transaction: " + e2.Message);
342                        }
343    
344                      statusData.lastrunOk = false;                      statusData.lastrunOk = false;
345    
346                      statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;                      statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;

Legend:
Removed from v.2054  
changed lines
  Added in v.2055

  ViewVC Help
Powered by ViewVC 1.1.20