public override void Send() { object nProcessed = new object(); object nExceptions = new object(); object vunIDCreated = new object(); object nExceptionError = new object(); object szExceptionErrorMsg = new object(); object szExceptionSentData = new object(); object szValue = new object(); string szDefault = ""; this.m_lSendErrorCount = 0L; string str1 = ""; PLGLAccts plglAccts = new PLGLAccts(); this.GetLink().TablePOST_Send(this.m_hndPOST, ref nProcessed, ref nExceptions); while (this.GetLink().TablePOST_GetNextResult(this.m_hndPOST, ref vunIDCreated, ref nExceptionError, ref szExceptionErrorMsg, ref szExceptionSentData) == 0) { if (Convert.ToInt32(nExceptionError) <= 0) { int int32 = Convert.ToInt32(vunIDCreated); this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_NickName.sLinkName, szDefault, ref szValue); PLGBAcct.AddMapIDtoNN(int32, szValue.ToString()); PLGBAcct.AddMapNNtoID(szValue.ToString(), int32); this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_GLNN.sLinkName, szDefault, ref szValue); PLGBAcct.AddMapIDtoGLNN(int32, szValue.ToString()); this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_ExternalID_1.sLinkName, szDefault, ref szValue); if (!szValue.ToString().Equals("")) { PLGBAcct.AddMapExtID1toPLID(szValue.ToString(), Convert.ToInt32(vunIDCreated)); } this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_ExternalID_2.sLinkName, szDefault, ref szValue); if (!szValue.ToString().Equals("")) { PLGBAcct.AddMapExtID2toPLID(szValue.ToString(), Convert.ToInt32(vunIDCreated)); } this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, "GeneralBankAcctQuickBooksID", szDefault, ref szValue); szValue = (object)szValue.ToString().ToUpper().Trim(); if (!szValue.Equals((object)"")) { PLGBAcct.AddMapPLIDtoQBID(int32, szValue.ToString()); str1 = szValue.ToString(); } this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, "GeneralBankAcctPostRefNickName", szDefault, ref szValue); szValue = (object)szValue.ToString().ToUpper().Trim(); if (!szValue.Equals((object)"")) { string str2 = szValue.ToString(); plglAccts.AddFilter(plglAccts.NickName_LinkName, PLXMLData.eFilterCompare.EQ, str2, 1); while (plglAccts.GetNextRecord() == 0) { PLGLAccts.AddMapNNtoID(str2, plglAccts.ID); PLGLAccts.AddMapIDtoNN(plglAccts.ID, str2); plglAccts.ReadExisting((uint)plglAccts.ID); if (str1 != "") { plglAccts.QuickBooksID = str1; plglAccts.AddRecord(); plglAccts.SendLast(); } } } } } short int16_1 = Convert.ToInt16(nProcessed); short int16_2 = Convert.ToInt16(nExceptions); PLXMLData.m_lErrorCount += (long)int16_2; if (((int)int16_2 > 0 ? 1 : (this.m_lCounter != (int)int16_1 ? 1 : 0)) != 0) { this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); PLGBAcct plgbAcct = this; plgbAcct.m_lSendErrorCount = plgbAcct.m_lSendErrorCount + 1L; } this.GetLink().TablePOST_Reset(this.m_hndPOST); this.m_lCounter = 0; }
public override void Send() { object nProcessed = new object(); object nExceptions = new object(); object vunIDCreated = new object(); object nExceptionError = new object(); object szExceptionErrorMsg = new object(); object szExceptionSentData = new object(); object szValue = new object(); string szDefault = ""; this.m_lSendErrorCount = 0L; string str1; string str2; string str3; string str4; string str5; string str6; try { this.GetLink().TablePOST_Send(this.m_hndPOST, ref nProcessed, ref nExceptions); } catch (AccessViolationException ex) { str1 = ex.Data == null ? "" : ex.Data.ToString(); str2 = ex.HelpLink == null ? "" : ex.HelpLink.ToString(); str3 = ex.InnerException == null ? "" : ex.InnerException.ToString(); string message = ex.Message; str4 = ex.Source == null ? "" : ex.Source.ToString(); str5 = ex.StackTrace == null ? "" : ex.StackTrace.ToString(); str6 = ex.TargetSite == (MethodBase)null ? "" : ex.TargetSite.ToString(); this.GetLink().LinkLog_AddLinkLogMessage("AccessViolationException Execption: " + message); this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); this.GetLink().TablePOST_Reset(this.m_hndPOST); return; } catch (FormatException ex) { str1 = ex.Data == null ? "" : ex.Data.ToString(); str2 = ex.HelpLink == null ? "" : ex.HelpLink.ToString(); str3 = ex.InnerException == null ? "" : ex.InnerException.ToString(); string message = ex.Message; str4 = ex.Source == null ? "" : ex.Source.ToString(); str5 = ex.StackTrace == null ? "" : ex.StackTrace.ToString(); str6 = ex.TargetSite == (MethodBase)null ? "" : ex.TargetSite.ToString(); this.GetLink().LinkLog_AddLinkLogMessage("Format Execption: " + message); this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); this.GetLink().TablePOST_Reset(this.m_hndPOST); return; } catch (Exception ex) { str1 = ex.Data == null ? "" : ex.Data.ToString(); str2 = ex.HelpLink == null ? "" : ex.HelpLink.ToString(); str3 = ex.InnerException == null ? "" : ex.InnerException.ToString(); string message = ex.Message; str4 = ex.Source == null ? "" : ex.Source.ToString(); str5 = ex.StackTrace == null ? "" : ex.StackTrace.ToString(); str6 = ex.TargetSite == (MethodBase)null ? "" : ex.TargetSite.ToString(); this.GetLink().LinkLog_AddLinkLogMessage("Catch All Execption: " + message); this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); this.GetLink().TablePOST_Reset(this.m_hndPOST); this.m_lCounter = 0; return; } try { short int16_1 = Convert.ToInt16(nProcessed); short int16_2 = Convert.ToInt16(nExceptions); PLXMLData.m_lErrorCount += (long)int16_2; if (((int)int16_2 > 0 ? 1 : (this.m_lCounter != (int)int16_1 ? 1 : 0)) != 0) { this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); PLLawyer plLawyer = this; plLawyer.m_lSendErrorCount = plLawyer.m_lSendErrorCount + 1L; } while (this.GetLink().TablePOST_GetNextResult(this.m_hndPOST, ref vunIDCreated, ref nExceptionError, ref szExceptionErrorMsg, ref szExceptionSentData) == 0) { if (Convert.ToInt32(nExceptionError) <= 0) { this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_ExternalID_1.sLinkName, szDefault, ref szValue); PLLawyer.AddMapExtID1toPLID(szValue.ToString(), Convert.ToInt32(vunIDCreated)); this.GetLink().TablePOST_ResultDataField_String(this.m_hndPOST, this.m_ExternalID_2.sLinkName, szDefault, ref szValue); PLLawyer.AddMapExtID2toPLID(szValue.ToString(), Convert.ToInt32(vunIDCreated)); PLGLAccts plglAccts = new PLGLAccts(); plglAccts.AddFilter("LawyerID", PLXMLData.eFilterCompare.EQ, vunIDCreated.ToString(), 1); while (plglAccts.GetNextRecord() == 0) { PLGLAccts.AddMapNNtoID(plglAccts.NickName, plglAccts.ID); PLGLAccts.AddMapIDtoNN(plglAccts.ID, plglAccts.NickName); } } } PLLawyer.ClearMapIDtoNN(); PLLawyer.ClearMapNNtoID(); PLLawyer.ClearMapPLIDtoGLID(); PLLawyer.ClearMapPLIDtoQBID(); PLLawyer.bRead = false; PLLawyer.ReadTable(); this.GetLink().TablePOST_Reset(this.m_hndPOST); this.m_lCounter = 0; } catch (Exception ex) { str1 = ex.Data == null ? "" : ex.Data.ToString(); str2 = ex.HelpLink == null ? "" : ex.HelpLink.ToString(); str3 = ex.InnerException == null ? "" : ex.InnerException.ToString(); string message = ex.Message; str4 = ex.Source == null ? "" : ex.Source.ToString(); str5 = ex.StackTrace == null ? "" : ex.StackTrace.ToString(); str6 = ex.TargetSite == (MethodBase)null ? "" : ex.TargetSite.ToString(); this.GetLink().LinkLog_AddLinkLogMessage("Catch All Execption: " + message); this.GetLink().TablePOST_DumpExceptionsToLinkLog(this.m_hndPOST); this.GetLink().TablePOST_Reset(this.m_hndPOST); this.m_lCounter = 0; } }