02-02-2025 04:24:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select document_id, id, description, file_name, url, updated_at, type, longitude, latitude, click_time from et_document_attachment where document_type = 101 And document_id = 86791 order by id desc Inner Exception: NULL Source: MySql.Data 02-02-2025 04:25:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select document_id, id, description, file_name, url, updated_at, type, longitude, latitude, click_time from et_document_attachment where document_type = 101 And document_id = 86791 order by id desc Inner Exception: NULL Source: MySql.Data 02-02-2025 04:25:14 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 02-02-2025 04:25:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select document_id, id, description, file_name, url, updated_at, type, longitude, latitude, click_time from et_document_attachment where document_type = 101 And document_id = 86791 order by id desc Inner Exception: NULL Source: MySql.Data 02-02-2025 04:26:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 02-02-2025 04:26:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 275 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:26:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 275 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:26:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 275 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:30:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:30:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:31:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:32:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:35:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:36:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:39:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:39:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:39:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 289 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:40:10 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 289 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:40:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 289 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:40:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 289 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:42:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:42:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:42:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:42:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:44:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 267 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:44:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:44:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:44:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:44:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:45:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:45:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 04:52:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sphilipose' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:39:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:39:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:39:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:39:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:53:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:54:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:55:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:55:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:55:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:55:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 05:57:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 05:57:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Nmascreen' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 06:27:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 06:27:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jsingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 06:29:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 06:29:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:41:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:41:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:41:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:41:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:42:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:42:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:42:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:42:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = '6PlOR/MhikU=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'eZDpuOl1PYs=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:43:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:49:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:49:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:49:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:49:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:51:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:52:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'sislam' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:52:20 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'sislam' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:52:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'sislam' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:53:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:53:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:12 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'eZDpuOl1PYs=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:54:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:55:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:55:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:55:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:55:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:57:08 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:57:08 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:57:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:57:16 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'sislam' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:58:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 08:58:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'nmuhammedkoya' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:59:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 08:59:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'nmuhammedkoya' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Msyed' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Msyed' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:00:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Msyed' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:01:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:01:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Msyed' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:12:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:13:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:13:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:13:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:13:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 09:14:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Maliveli' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'abenoy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'abenoy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:11:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'abenoy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:19:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:19:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jpaul' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'jpaul' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:20:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:21:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:22:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:22:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:23:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:23:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:23:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:23:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:24:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:24:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:27:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:05 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:05 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:14 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:14 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:28:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = '1nAlnY6tA/Q=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'aYSUMewWLrAUgISLtuzZzQ==' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:08 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:08 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'aYSUMewWLrAUgISLtuzZzQ==' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'aYSUMewWLrAUgISLtuzZzQ==' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:31:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'aYSUMewWLrAUgISLtuzZzQ==' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:32:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:32:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Prodrigues' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 10:40:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 10:40:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Lkumar' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:07:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:07:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:07:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:07:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:08:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'asimon' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-02-2025 11:10:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Sjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data