------------------------------------------- 6/7/2022 4:35:19 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 4:35:19 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 6/7/2022 4:49:54 AM GenClass Class, ExecuteSQLQuery Function ### After OdbcConnection ### GenClass Class, ExecuteSQLQuery Function ### ERROR [21S01] [Microsoft][ODBC SQL Server Driver][SQL Server]Column name or number of supplied values does not match table definition. ------------------------------------------- 6/7/2022 4:49:54 AM GenClass Class, ExecuteSQLStmt Function ### After OdbcConnection ### GenClass Class, ExecuteSQLStmt Function ### ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near ')'. ------------------------------------------- 6/7/2022 4:53:44 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 4:53:45 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 6/7/2022 4:55:09 AM ProcessData ### Begin 6/7/2022 4:55:09 AM ProcessData ### Scanning FavouriteReport 6/7/2022 4:55:09 AM ProcessData ### Before Executing Favourite Report Select Query 6/7/2022 4:55:09 AM ProcessData ### After Executing Favourite Report Select Query 6/7/2022 4:55:09 AM ProcessData ### Inside If Action = 0 Condition 6/7/2022 4:55:09 AM ProcessData ### Before Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 4:55:09 AM executeFavoriteQueries ### BEGIN 6/7/2022 4:55:09 AM executeFavoriteQueries ### Before While Condition 6/7/2022 4:55:09 AM executeFavoriteQueries ### After While Condition 6/7/2022 4:55:09 AM executeFavoriteQueries ### After Setting Store Procedure Parameter and Before Executing Store Procedure For User 000000000165532 6/7/2022 4:55:09 AM executeFavoriteQueries ### After Executing Store Procedure For User 000000000165532 6/7/2022 4:55:09 AM After Filling DataSet For Query Favourite For User ### 000000000165532 6/7/2022 4:55:09 AM executeFavoriteQueries ### After Generating DatSet Or Excel For User 000000000165532 6/7/2022 4:55:09 AM executeFavoriteQueries ### END 6/7/2022 4:55:09 AM ProcessData ### After Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 4:55:09 AM ProcessData ### ProcessData Finished 6/7/2022 4:55:09 AM ProcessData ### End ------------------------------------------- 6/7/2022 5:15:50 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 5:15:50 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 6/7/2022 5:15:55 AM ProcessData ### Begin 6/7/2022 5:15:55 AM ProcessData ### Scanning FavouriteReport 6/7/2022 5:15:55 AM ProcessData ### Before Executing Favourite Report Select Query 6/7/2022 5:15:55 AM ProcessData ### After Executing Favourite Report Select Query 6/7/2022 5:15:55 AM ProcessData ### Inside If Action = 0 Condition 6/7/2022 5:15:55 AM ProcessData ### Before Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 5:15:55 AM executeFavoriteQueries ### BEGIN 6/7/2022 5:15:55 AM executeFavoriteQueries ### Before While Condition 6/7/2022 5:15:55 AM executeFavoriteQueries ### After While Condition 6/7/2022 5:15:55 AM executeFavoriteQueries ### After Setting Store Procedure Parameter and Before Executing Store Procedure For User 000000000165532 6/7/2022 5:15:55 AM executeFavoriteQueries ### After Executing Store Procedure For User 000000000165532 6/7/2022 5:15:55 AM After Filling DataSet For Query Favourite For User ### 000000000165532 6/7/2022 5:15:55 AM executeFavoriteQueries ### After Generating DatSet Or Excel For User 000000000165532 6/7/2022 5:15:55 AM executeFavoriteQueries ### END 6/7/2022 5:15:55 AM ProcessData ### After Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 5:15:55 AM ProcessData ### ProcessData Finished 6/7/2022 5:15:55 AM ProcessData ### End 6/7/2022 6:00:04 AM Post Favourite ### After Select Query 6/7/2022 6:00:04 AM ProcessData ### Inside Pre Processed Report 6/7/2022 6:00:04 AM processDataUsingPostTableXML strScript for GenerateUnlinkedCustomerLinking ES 2022Jun07113003997 ### EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'ES' 6/7/2022 6:00:05 AM processDataUsingPostTableXML,Error while executing procedure :EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'ES', Error: ### Cannot drop the table '##CustomerUnlkDetails', because it does not exist or you do not have permission. Cannot drop the table '##CustomerUnlkDetails_Division', because it does not exist or you do not have permission. INSERT INTO ##CustomerUnlkDetails SELECT CL.ID AS DATAID , PD.DISTRIBUTORGROUP, PD.DistributorId AS DBID, PD.Distributor AS DISTRIBUTOR, CL.Code AS PARTY_ID, CL.Name AS PARTY_NAME, CL.ADDRESS AS PARTY_ADDRESS, T1.CITY, T1.STATE, T1.PINCODE, T1.PHONE_NO, T1.CONTACT_PERSON, T1.MOBILE_PHONE_NO, T1.PAN_NO, T1.LIC_NO, CL.LicenceNo AS GSTNO FROM PDistributor AS PD INNER JOIN CUSTOMERLINK AS CL ON PD.DistributorId = CL.DistributorId AND PD.UnkCustomerId = CL.TargetId LEFT OUTER JOIN TEMPLATE1 AS T1 ON CL.DistributorId = T1.DistributorID AND CL.Code = T1.PARTY_ID WHERE (PD.DISTRIBUTORGROUP IN ('ES','COMMON')) AND (CL.ID > 58178) 6/7/2022 6:00:05 AM ProcessData ### Inside Pre Processed Report 6/7/2022 6:00:05 AM processDataUsingPostTableXML strScript for ES_DistributorFileUploadStatus 2022Jun07113004027 ### exec [prDistributorFileUploadStatus] '000000000000001','Jun 7 2022 11:30AM','7','','','','000000000000289','' 6/7/2022 6:00:06 AM Post Favourite ### After Fill DataSet 6/7/2022 6:00:06 AM Excel Favourite Report ### Excel Case 6/7/2022 6:00:07 AM Excel Favourite Report ### Before Checking File Exist For Path D:\BAYER\Zylem\ZylemImportFolders\REPORTS\000000000000001_ES_DistributorFileUploadStatus 07Jun2022060006.xls 6/7/2022 6:00:07 AM Excel Favourite Report ### After Checking File Exist Or Create New File 6/7/2022 6:00:07 AM Excel Favourite Report ### After Writing to File 6/7/2022 6:00:07 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport start ### 6/7/2022 6:00:07 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport end True ### 6/7/2022 6:00:07 AM processDataUsingPostTableXML ### Finished 6/7/2022 6:00:07 AM processDataUsingPostTableXML ### End ------------------------------------------- 6/7/2022 11:00:40 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 11:00:40 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 6/7/2022 11:12:50 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 11:12:50 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 6/7/2022 11:12:55 AM ProcessData ### Begin 6/7/2022 11:12:55 AM ProcessData ### Scanning FavouriteReport 6/7/2022 11:12:55 AM ProcessData ### Before Executing Favourite Report Select Query 6/7/2022 11:12:55 AM ProcessData ### After Executing Favourite Report Select Query 6/7/2022 11:12:55 AM ProcessData ### Inside If Action = 0 Condition 6/7/2022 11:12:55 AM ProcessData ### Before Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 11:12:55 AM executeFavoriteQueries ### BEGIN 6/7/2022 11:12:55 AM executeFavoriteQueries ### Before While Condition 6/7/2022 11:12:55 AM executeFavoriteQueries ### After While Condition 6/7/2022 11:12:55 AM executeFavoriteQueries ### After Setting Store Procedure Parameter and Before Executing Store Procedure For User 000000000165532 6/7/2022 11:12:55 AM executeFavoriteQueries ### After Executing Store Procedure For User 000000000165532 6/7/2022 11:12:55 AM After Filling DataSet For Query Favourite For User ### 000000000165532 6/7/2022 11:12:55 AM executeFavoriteQueries ### After Generating DatSet Or Excel For User 000000000165532 6/7/2022 11:12:55 AM executeFavoriteQueries ### END 6/7/2022 11:12:55 AM ProcessData ### After Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 11:12:55 AM ProcessData ### ProcessData Finished 6/7/2022 11:12:55 AM ProcessData ### End ------------------------------------------- 6/7/2022 11:47:57 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 11:47:57 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 6/7/2022 11:48:03 AM ProcessData ### Begin 6/7/2022 11:48:03 AM ProcessData ### Scanning FavouriteReport 6/7/2022 11:48:03 AM ProcessData ### Before Executing Favourite Report Select Query 6/7/2022 11:48:03 AM ProcessData ### After Executing Favourite Report Select Query 6/7/2022 11:48:03 AM ProcessData ### Inside If Action = 0 Condition 6/7/2022 11:48:03 AM ProcessData ### Before Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 11:48:03 AM executeFavoriteQueries ### BEGIN 6/7/2022 11:48:03 AM executeFavoriteQueries ### Before While Condition 6/7/2022 11:48:03 AM executeFavoriteQueries ### After While Condition 6/7/2022 11:48:03 AM executeFavoriteQueries ### After Setting Store Procedure Parameter and Before Executing Store Procedure For User 000000000165532 6/7/2022 11:48:03 AM executeFavoriteQueries ### After Executing Store Procedure For User 000000000165532 6/7/2022 11:48:03 AM After Filling DataSet For Query Favourite For User ### 000000000165532 6/7/2022 11:48:03 AM executeFavoriteQueries ### After Generating DatSet Or Excel For User 000000000165532 6/7/2022 11:48:03 AM executeFavoriteQueries ### END 6/7/2022 11:48:03 AM ProcessData ### After Calling Store Procedure For DataSet For Favourite Report For Action = 0 6/7/2022 11:48:03 AM ProcessData ### ProcessData Finished 6/7/2022 11:48:03 AM ProcessData ### End ------------------------------------------- 6/7/2022 3:50:37 PM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 6/7/2022 3:50:37 PM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 6/7/2022 3:50:51 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### SubMenu.aspx.cs :DynamicButton_Click ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at SubMenu.DynamicButton_Click(Object sender, EventArgs e) ------------------------------------------- 6/7/2022 4:02:47 PM Linking Class, FillGrid Function ### After dgItemLink.DataBind() ### SubMenu.aspx.cs :DynamicButton_Click ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at SubMenu.DynamicButton_Click(Object sender, EventArgs e) ------------------------------------------- 6/7/2022 4:02:55 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### SalesAnalysis.aspx.cs :getCols ### System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at ReportCriterias.getColumns() ------------------------------------------- 6/7/2022 4:02:59 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### SalesAnalysis.aspx.cs :getCols ### System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at ReportCriterias.getColumns() ------------------------------------------- 6/7/2022 4:03:06 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### SalesAnalysis.aspx.cs :getCols ### System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at ReportCriterias.getColumns() ------------------------------------------- 6/7/2022 4:03:11 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### SalesAnalysis.aspx.cs :getCols ### System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at ReportCriterias.getColumns() ------------------------------------------- 6/7/2022 4:05:53 PM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,ITEM,ITEMALIAS,PARTY,AREA,LicenceNo,CUSTOMERID,DATE', 'MNTHYR', '0000000001655312022Jun07040553', '0', '<>0', 'SALE', '000000000165531', 0, '', '','DISTRIBUTOR','0','','3','3','False','False','False','1','0' ------------------------------------------- 6/7/2022 4:05:56 PM GenClass Class, ReturnScaler Function ### Before AcceptChanges() ### SalesAnalysis.aspx.cs :btnGenerate ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at ReportCriterias.btnGenrate_Click(Object sender, EventArgs e) ------------------------------------------- 6/7/2022 4:05:56 PM GenClass Class, ReturnScaler Function ### Before AcceptChanges() ### SalesAnalysis page, ddlExport_SelectedIndexChanged ### Thread was being aborted. ------------------------------------------- 6/7/2022 4:06:48 PM GenClass Class, ReturnScaler Function ### Before AcceptChanges() ### SubMenu.aspx.cs :DynamicButton_Click ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at SubMenu.DynamicButton_Click(Object sender, EventArgs e) ------------------------------------------- 6/7/2022 4:12:30 PM Error in FolderExplorer.aspx.cs:In Page_Load() ### Before binding of the ddlFolderPath dropdownlist ### FolderExplorer.aspx.cs :ImgBtnDownload_Click() ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at FolderExplorer.ImgBtnDownload_Click(Object sender, ImageClickEventArgs e) ------------------------------------------- 6/7/2022 4:13:32 PM Error in FolderExplorer.aspx.cs:In Page_Load() ### Before binding of the ddlFolderPath dropdownlist ### FolderExplorer.aspx.cs :ImgBtnDownload_Click() ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at FolderExplorer.ImgBtnDownload_Click(Object sender, ImageClickEventArgs e) ------------------------------------------- 6/7/2022 4:22:03 PM Error in FolderExplorer.aspx.cs:In Page_Load() ### Before binding of the ddlFolderPath dropdownlist ### SubMenu.aspx.cs :DynamicButton_Click ### System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at SubMenu.DynamicButton_Click(Object sender, EventArgs e) 6/7/2022 6:00:06 PM Post Favourite ### After Select Query 6/7/2022 6:00:06 PM ProcessData ### Inside Pre Processed Report 6/7/2022 6:00:06 PM processDataUsingPostTableXML strScript for GenerateUnlinkedCustomerLinking ES 2022Jun07233006527 ### EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'ES' 6/7/2022 6:00:08 PM processDataUsingPostTableXML,Error while executing procedure :EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'ES', Error: ### Cannot drop the table '##CustomerUnlkDetails', because it does not exist or you do not have permission. Cannot drop the table '##CustomerUnlkDetails_Division', because it does not exist or you do not have permission. INSERT INTO ##CustomerUnlkDetails SELECT CL.ID AS DATAID , PD.DISTRIBUTORGROUP, PD.DistributorId AS DBID, PD.Distributor AS DISTRIBUTOR, CL.Code AS PARTY_ID, CL.Name AS PARTY_NAME, CL.ADDRESS AS PARTY_ADDRESS, T1.CITY, T1.STATE, T1.PINCODE, T1.PHONE_NO, T1.CONTACT_PERSON, T1.MOBILE_PHONE_NO, T1.PAN_NO, T1.LIC_NO, CL.LicenceNo AS GSTNO FROM PDistributor AS PD INNER JOIN CUSTOMERLINK AS CL ON PD.DistributorId = CL.DistributorId AND PD.UnkCustomerId = CL.TargetId LEFT OUTER JOIN TEMPLATE1 AS T1 ON CL.DistributorId = T1.DistributorID AND CL.Code = T1.PARTY_ID WHERE (PD.DISTRIBUTORGROUP IN ('ES','COMMON')) AND (CL.ID > 58178) 6/7/2022 6:00:08 PM processDataUsingPostTableXML ### Finished 6/7/2022 6:00:08 PM processDataUsingPostTableXML ### End