------------------------------------------- 9/29/2021 4:20:36 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 4:20:36 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 4:29:48 AM 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) ------------------------------------------- 9/29/2021 4:39:22 AM AreaTree Class, AddToAuditLog Function ### After ExecuteNonQuery ### 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) ------------------------------------------- 9/29/2021 4:39:49 AM 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() ------------------------------------------- 9/29/2021 4:39:52 AM 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() ------------------------------------------- 9/29/2021 4:39:54 AM 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() ------------------------------------------- 9/29/2021 4:39:57 AM 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() ------------------------------------------- 9/29/2021 4:40:53 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER', 'YEAR', '0000000000000052021Sep29044053', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 4:41:12 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29044112', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 4:41:29 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29044129', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 4:46:32 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29044632', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 4:46:35 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29044635', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 4:46:38 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29044638', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','0','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 5:44:25 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 5:44:25 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 9/29/2021 6:00:03 AM processDataUsingPostTableXML ### dtFinalFav Count = 9 9/29/2021 6:00:03 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:03 AM processDataUsingPostTableXML strScript for BAYER QA Distributor File Upload Status 2021Sep29113003333 ### SELECT distinct cast(cast(t.distributorid as int) as varchar) + replace(convert(varchar(8), getdate(), 112)+convert(varchar(8), getdate(), 114), ':','') as ID,cast(getdate() as varchar(50)) as ScheduledDateTime,Distributor,t.LastImportDate,LastInvoiceDate FROM filewisehashcode t INNER JOIN (SELECT distributorid,MAX(LastImportDate) LastImportDate FROM filewisehashcode where filetype='IN' GROUP BY distributorid) MaxDate ON t.distributorid = MaxDate.distributorid AND t.LastImportDate = MaxDate.LastImportDate Inner join pdistributor pd on t.DistributorId=pd.DistributorId inner join usermaster um on pd.UserId=um.id where pd.IsActive =1 and t.MinDate IS NOT NULL and datediff(day,( CAST ( MaxDate.LastImportDate as Date)) ,( cast(GETDATE() as DATE) )) >10 9/29/2021 6:00:03 AM Post Favourite ### After Fill DataSet 9/29/2021 6:00:03 AM Excel Favourite Report ### Html Case 9/29/2021 6:00:04 AM Excel Favourite Report ### Before Checking File Exist For Path D:\BAYER\Zylem\ZylemImportFolders\REPORTS\000000000000001_BAYER QA Distributor File Upload Status 29Sep2021060003.html 9/29/2021 6:00:04 AM Excel Favourite Report ### After Checking File Exist Or Create New File 9/29/2021 6:00:04 AM Excel Favourite Report ### After Writing to File 9/29/2021 6:00:04 AM processDataUsingPostTableXML ### Write PendingXml BAYER QA Distributor File Upload Status 2021Sep29113003333 9/29/2021 6:00:04 AM processDataUsingPostTableXML ### Create Zip 9/29/2021 6:00:04 AM processDataUsingPostTableXML ### Added PendingXml 9/29/2021 6:00:04 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport start ### 9/29/2021 6:00:04 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport end True ### 9/29/2021 6:00:04 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 AM processDataUsingPostTableXML strScript for Bayer Zylem S3 Daily Audit Log 2021Sep29113003390 ### EXEC prZylemAuditLogReport '','','','','','','','' 9/29/2021 6:00:04 AM processDataUsingPostTableXML,Error while executing procedure :EXEC prZylemAuditLogReport '','','','','','','','', Error: ### INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations. 9/29/2021 6:00:04 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 AM processDataUsingPostTableXML strScript for GenerateUnlinkedCustomerLinking ES 2021Sep29113003443 ### EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'ES' 9/29/2021 6:03:11 AM Post Favourite ### After Fill DataSet 9/29/2021 6:03:11 AM Excel Favourite Report ### Excel Case 9/29/2021 6:03:12 AM Excel Favourite Report ### Before Checking File Exist For Path D:\BAYER\Zylem\ZylemImportFolders\REPORTS\000000000000001_GenerateUnlinkedCustomerLinking ES 29Sep2021060311.xls 9/29/2021 6:03:12 AM Excel Favourite Report ### After Checking File Exist Or Create New File 9/29/2021 6:03:12 AM Excel Favourite Report ### After Writing to File 9/29/2021 6:03:12 AM processDataUsingPostTableXML ### Write PendingXml GenerateUnlinkedCustomerLinking ES 2021Sep29113003443 9/29/2021 6:03:12 AM processDataUsingPostTableXML ### Create Zip 9/29/2021 6:03:13 AM processDataUsingPostTableXML ### Added PendingXml 9/29/2021 6:03:13 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport start ### 9/29/2021 6:03:13 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport end True ### 9/29/2021 6:03:13 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:03:13 AM processDataUsingPostTableXML strScript for GenerateUnlinkedCustomerLinking CS 2021Sep29113003503 ### EXEC [pr_CR_Bayer_GenerateUnlinkedCustomerLinking_M3] 'CS' 9/29/2021 6:03:19 AM Post Favourite ### After Fill DataSet 9/29/2021 6:03:19 AM Excel Favourite Report ### Excel Case 9/29/2021 6:03:21 AM Excel Favourite Report ### Before Checking File Exist For Path D:\BAYER\Zylem\ZylemImportFolders\REPORTS\000000000000001_GenerateUnlinkedCustomerLinking CS 29Sep2021060319.xls 9/29/2021 6:03:21 AM Excel Favourite Report ### After Checking File Exist Or Create New File 9/29/2021 6:03:21 AM Excel Favourite Report ### After Writing to File 9/29/2021 6:03:22 AM processDataUsingPostTableXML ### Write PendingXml GenerateUnlinkedCustomerLinking CS 2021Sep29113003503 9/29/2021 6:03:22 AM processDataUsingPostTableXML ### Create Zip 9/29/2021 6:03:23 AM processDataUsingPostTableXML ### Added PendingXml 9/29/2021 6:03:23 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport start ### 9/29/2021 6:03:23 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport end True ### 9/29/2021 6:03:23 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:03:23 AM processDataUsingPostTableXML strScript for Bayer Zylem S3 unmapped product count 2021Sep29113003557 ### EXEC prUnMappedproductCount_BAYER 9/29/2021 6:05:50 AM Post Favourite ### After Fill DataSet 9/29/2021 6:05:50 AM Excel Favourite Report ### Excel Case 9/29/2021 6:05:50 AM Excel Favourite Report ### Before Checking File Exist For Path D:\BAYER\Zylem\ZylemImportFolders\REPORTS\000000000000001_Bayer Zylem S3 unmapped product count 29Sep2021060550.xls 9/29/2021 6:05:50 AM Excel Favourite Report ### After Checking File Exist Or Create New File 9/29/2021 6:05:50 AM Excel Favourite Report ### After Writing to File 9/29/2021 6:05:50 AM processDataUsingPostTableXML ### Write PendingXml Bayer Zylem S3 unmapped product count 2021Sep29113003557 9/29/2021 6:05:50 AM processDataUsingPostTableXML ### Create Zip 9/29/2021 6:05:50 AM processDataUsingPostTableXML ### Added PendingXml 9/29/2021 6:05:50 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport start ### 9/29/2021 6:05:50 AM processDataUsingPostTableXML,impXML.updateXmlNodeFavouriteReport end True ### 9/29/2021 6:05:50 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:05:50 AM processDataUsingPostTableXML strScript for Data File Upload Status-ES 2021Sep29113003607 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7' 9/29/2021 6:05:50 AM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:05:50 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:05:50 AM processDataUsingPostTableXML strScript for Data File Upload Status-Common 2021Sep29113003660 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7' 9/29/2021 6:05:50 AM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:05:50 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:05:50 AM processDataUsingPostTableXML strScript for Data File Upload Status-CS 2021Sep29113003717 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7' 9/29/2021 6:05:50 AM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30AM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:05:50 AM ProcessData ### Inside Pre Processed Report 9/29/2021 6:05:50 AM processDataUsingPostTableXML strScript for DataFUS -test 2021Sep29113003767 ### exec [prDistributorFileUploadStatus] '000000000000001','Sep 29 2021 11:30AM','EXEC [prDistributorFileUploadStatus] '000000000000001','','7','','','','',''' 9/29/2021 6:05:50 AM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000001','Sep 29 2021 11:30AM','EXEC [prDistributorFileUploadStatus] '000000000000001','','7','','','','',''', Error: ### Incorrect syntax near '000000000000001'. 9/29/2021 6:05:50 AM processDataUsingPostTableXML ### Finished 9/29/2021 6:05:50 AM processDataUsingPostTableXML ### End ------------------------------------------- 9/29/2021 6:23:30 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 6:23:30 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 9:30:07 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 9:30:07 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 10:27:51 AM 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) ------------------------------------------- 9/29/2021 10:27:59 AM 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() ------------------------------------------- 9/29/2021 10:28:03 AM 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() ------------------------------------------- 9/29/2021 10:28:05 AM 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() ------------------------------------------- 9/29/2021 10:28:07 AM 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() ------------------------------------------- 9/29/2021 10:28:15 AM 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() ------------------------------------------- 9/29/2021 10:28:53 AM GenClass Class, ReturnScaler Function ### Before OdbcConnection ### Procedure Exec ### exec prSalesAnalysis 'DISTRIBUTOR,DEALERCODE,DATE,VOUCHER,ITEM,ITEMALIAS', 'YEAR', '0000000000000052021Sep29102853', '0', '<>0', 'SALE', '000000000000005', 0, '', '','DISTRIBUTOR','1','','2','3','False','False','True','1','0' ------------------------------------------- 9/29/2021 10:28:55 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 10:28:55 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 10:56:30 AM AddLink Class, Update_ItemLink Function ### After Insert ItemLinkHistory ### AddLink Class, Update_ItemLink Function ### Update DateItemLink : FromDate is : 13 Sep 2021 ------------------------------------------- 9/29/2021 11:03:46 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:03:46 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:13:59 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:14:27 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:14:27 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:53:34 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:53:34 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:56:48 AM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 11:56:48 AM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page ------------------------------------------- 9/29/2021 12:40:19 PM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 12:40:19 PM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page 9/29/2021 6:00:04 PM processDataUsingPostTableXML ### dtFinalFav Count = 5 9/29/2021 6:00:04 PM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 PM processDataUsingPostTableXML strScript for Bayer Zylem S3 Daily Audit Log 2021Sep29233004260 ### EXEC prZylemAuditLogReport '','','','','','','','' 9/29/2021 6:00:04 PM processDataUsingPostTableXML,Error while executing procedure :EXEC prZylemAuditLogReport '','','','','','','','', Error: ### INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations. 9/29/2021 6:00:04 PM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 PM processDataUsingPostTableXML strScript for Data File Upload Status-ES 2021Sep29233004320 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7' 9/29/2021 6:00:04 PM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:00:04 PM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 PM processDataUsingPostTableXML strScript for Data File Upload Status-Common 2021Sep29233004373 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7' 9/29/2021 6:00:04 PM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:00:04 PM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 PM processDataUsingPostTableXML strScript for Data File Upload Status-CS 2021Sep29233004427 ### exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7' 9/29/2021 6:00:04 PM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000004','Sep 29 2021 11:30PM','7', Error: ### Procedure or function 'prDistributorFileUploadStatus' expects parameter '@StateId', which was not supplied. 9/29/2021 6:00:04 PM ProcessData ### Inside Pre Processed Report 9/29/2021 6:00:04 PM processDataUsingPostTableXML strScript for DataFUS -test 2021Sep29233004473 ### exec [prDistributorFileUploadStatus] '000000000000001','Sep 29 2021 11:30PM','EXEC [prDistributorFileUploadStatus] '000000000000001','','7','','','','',''' 9/29/2021 6:00:04 PM processDataUsingPostTableXML,Error while executing procedure :exec [prDistributorFileUploadStatus] '000000000000001','Sep 29 2021 11:30PM','EXEC [prDistributorFileUploadStatus] '000000000000001','','7','','','','',''', Error: ### Incorrect syntax near '000000000000001'. 9/29/2021 6:00:04 PM processDataUsingPostTableXML ### Finished 9/29/2021 6:00:04 PM processDataUsingPostTableXML ### End ------------------------------------------- 9/29/2021 6:18:54 PM Error in Login.aspx.cs :btLogin_Click() ### Before Update() ### In the btnLoginTop_Click ### NewLogin.aspx page ------------------------------------------- 9/29/2021 6:18:54 PM CLogin Class, Check Function ### After Reading ExecuteReader ### In btnLoginTop_Click in if (loginType == 1 || loginType == 0) ### NewLogin.aspx page