02-08-2022 09:06:22 ## Exception ## You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 ## DataAccess.GetData ## ## You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 select id, name from mst_ast_asset where id in (19,) Inner Exception: NULL Source: MySql.Data 02-08-2022 10:16:24 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 55824778 is not a valid phone number. 02-08-2022 10:42:28 ## Exception ## Table 'kwtcmri2.mst_ast_asset' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_ast_asset' doesn't exist Select a.id, a.Name, mst_country.name as Country_name, mst_ast_types.name as Asset_Type_name, mst_ast_group.name as Asset_Group, mst_ast_sub_group.name as Asset_SubGroup, mst_inv_manufacturers.name as Asset_Manufacturer, a.Asset_Supplier, a.Asset_Model_Number, a.Asset_Part_Number, (case when ifnull(a.inactive,0) = 0 then 'Yes' else 'No' end) as Active, a.updated_at, a.Asset_Manufacturer_ID, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10 from mst_ast_asset a left outer join mst_country on mst_country.id = a.Country_FK left outer join mst_ast_types on mst_ast_types.id = a.Asset__Type_FK left outer join mst_ast_group on mst_ast_group.id = a.Asset_Group_ID left outer join mst_ast_sub_group on mst_ast_sub_group.id = a.Asset_SubGroup_ID left outer join mst_inv_manufacturers on mst_inv_manufacturers.id = a.Asset_Manufacturer_ID left outer join et_udf on (et_udf.master_type = 25 and et_udf.master_id = a.id) where 1=1 order by a.name Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:34 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.id, wo.vno, wo.tag, mst_site_owners.name as owner_name, mst_site_physical.name as Site_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 status, mst_wo_category.name as WO_Category, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_projects.name as Project_Name, wo.description, wo.Date_Created, wo.Date_Scheduled, wo.Date_Due, wo.Date_Started, (select count(*) from et_document_users where vtype = 101 and vid = wo.id) as assigned, (select group_concat(mst_users.name) from et_document_users wouser left outer join mst_users on mst_users.id = wouser.user_id where wouser.vtype = 101 and wouser.vid = wo.id) as assigned_users, mst_users.name as created_by_user, (select group_concat(mst_inv_item.name) from et_document_stc woinv left outer join mst_inv_item on mst_inv_item.id = woinv.IMM_PK where woinv.vtype = 101 and woinv.vid = wo.id) as inventory_description, (select count(*) from et_document_tasks where vid = wo.id and vtype = 101) as tasks, (select count(*) from et_document_attachment where document_id = wo.id and document_type = 101) as attachments, (select count(*) from et_document_notes where vtype = 101 and vid = wo.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id) as inventory, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10, (case when IFNULL(wo.wo_status_pk,0) in (6, 14, 12) then 'Yes' else 'No' End) as Active from et_work_order wo 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_projects on mst_projects.id = wo.Project_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_users on mst_users.id = wo.created_by_user_pk left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_udf on (et_udf.master_type = 101 and et_udf.master_id = wo.id) Where 1=1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 227) or wo.Department_PK = (select department_id from mst_users where id = 227) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 227) or ifnull(mst_departments.strict_wo_list,0) = 0 or ifnull(mst_sub_departments.strict_wo_list,0) = 0 ) And ifnull(wo.wo_status_pk,0) <> 8 and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 227) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.action_log' doesn't exist ## DataAccess.SetData ## ## Exception in query: Save_ActionLog Table 'kwtcmri2.action_log' doesn't exist INSERT INTO action_log(updated_at, user_PK, document_id, document_type, action_time, action_type, action_name, error_code, description, ip_address, client_type) VALUES('2022-08-02 10:42:43', 227, 0, 0, '2022-08-02 10:42:43', 9, 'Logout', '', 'hrajan Logout', '94.129.65.239', 'Web') Inner Exception: NULL Source: MySql.Data Platform: Web 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist select count(*) as cnt from mst_users u where ifnull(assistance_required, 0) = 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_notification' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_notification' doesn't exist select id, updated_at, notification_type, message from et_notification where to_user_id = 187 and ifnull(mark_read, 0) = 0 order by notification_type, id desc Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_request' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_request' doesn't exist select subcat.name as sub_category_name, count(*) as cnt from et_request r left outer join mst_req_description_type subcat on subcat.id = r.request_description_type_id where r.date_logged >= '2015-04-01 00:00:01' and r.date_logged <= '2022-08-02 23:59:59' group by subcat.name Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_request' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_request' doesn't exist select subcat.name as sub_category_name, sum(case when ifnull(r.status_pk, 0) Not in (7, 9) then 1 else 0 end) as cntOpen, sum(case when ifnull(r.status_pk, 0) in (7, 9) then 1 else 0 end) as cntClosed from et_request r left outer join mst_req_description_type subcat on subcat.id = r.request_description_type_id where r.date_logged >= '2015-04-01 00:00:01' and r.date_logged <= '2022-08-02 23:59:59' group by subcat.name Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select mst_sub_departments.name as subdepartment_name, count(*) as cnt from et_work_order wo left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK where ifnull(wo.wo_status_pk, 0) in (8) and wo.Date_Created >= '2015-04-01 00:00:01' and wo.Date_Created <= '2022-08-02 23:59:59' group by mst_sub_departments.name Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select mst_wo_category.name as category_name, count(*) as cnt from et_work_order wo left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk where ifnull(wo.wo_status_pk, 0) not in (8, 11) group by mst_wo_category.name Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_survey' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_survey' doesn't exist select mst_site_logical.name as site_name, count(*) as cnt from et_survey s left outer join mst_site_logical on mst_site_logical.id = s.site_l_pk where s.date_created >= '2015-04-01 00:00:01' and s.date_created <= '2022-08-02 23:59:59' group by mst_site_logical.name order by cnt desc limit 10 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:43 ## Exception ## Table 'kwtcmri2.et_request' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_request' doesn't exist select mst_site_logical.name as site_name, count(*) as cnt from et_request req left outer join mst_site_logical on mst_site_logical.id = req.site_l_pk where req.date_logged >= '2015-04-01 00:00:01' and req.date_logged <= '2022-08-02 23:59:59' group by mst_site_logical.name order by cnt desc limit 10 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:47 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.8354753, 29.3114811, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10574 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:42:54 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.8354753, 29.3114811, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10574 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:03 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.8354753, 29.3114811, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10574 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:09 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:09 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:18 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 216 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:22 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 216 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:28 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 216 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:43 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:51 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:51 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:52 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:43:52 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:01 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:01 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:42 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.6354217, 29.49693, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10541 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:45 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.6354217, 29.49693, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10541 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:46 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.6354217, 29.49693, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10541 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:50 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:52 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.vno, wo.Site_L_PK, wo.wo_status_pk, wo.Date_Started, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id and ifnull(completed, 0) = 0) as not_completed, fn_calc_distance(47.6354217, 29.49693, mst_site_logical.L_longitude, mst_site_logical.L_latitude) as distance from et_work_order wo left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK where wo.id = 10541 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:57 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 224 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:44:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:03 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 224 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:08 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 224 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:15 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 224 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:21 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:21 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:25 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 224 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:34 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:44 ## Exception ## Table 'kwtcmri2.et_document_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_document_users' doesn't exist select u.vid, u.user_id, mst_users.name as user_name, u.workunits, mst_users.department_id, mst_departments.name as department_name, mst_users.subdepartment_id, mst_sub_departments.name as sub_department_name, mst_users.designation_id, mst_designations.name as designation_name, mst_users.function, mst_users.mobile_no_1, mst_users.mobile_no_2, mst_users.team, (select Status from et_users_status where PK_User = u.User_id and year(Status_date) = year(now()) and month(Status_date) = month(now()) and day(Status_date) = day(now()) order by Status_date desc limit 1) as status from et_document_users u left outer join mst_users on mst_users.id = u.user_id left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_sub_departments on mst_sub_departments.id = mst_users.subdepartment_id left outer join mst_designations on mst_designations.id = mst_users.designation_id where u.vtype = 101 And u.vid = 10392 order by u.id desc Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:44 ## Exception ## Table 'kwtcmri2.mst_site_logical' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_site_logical' doesn't exist select id, Site_P_PK from mst_site_logical where id in (517) Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:51 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:51 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:52 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist select wo.id, wo.vno, wo.tag, mst_site_owners.name as owner_name, mst_site_physical.name as Site_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 status, mst_wo_category.name as WO_Category, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_projects.name as Project_Name, wo.description, wo.Date_Created, wo.Date_Scheduled, wo.Date_Due, wo.Date_Started, (select count(*) from et_document_users where vtype = 101 and vid = wo.id) as assigned, (select group_concat(mst_users.name) from et_document_users wouser left outer join mst_users on mst_users.id = wouser.user_id where wouser.vtype = 101 and wouser.vid = wo.id) as assigned_users, mst_users.name as created_by_user, (select group_concat(mst_inv_item.name) from et_document_stc woinv left outer join mst_inv_item on mst_inv_item.id = woinv.IMM_PK where woinv.vtype = 101 and woinv.vid = wo.id) as inventory_description, (select count(*) from et_document_tasks where vid = wo.id and vtype = 101) as tasks, (select count(*) from et_document_attachment where document_id = wo.id and document_type = 101) as attachments, (select count(*) from et_document_notes where vtype = 101 and vid = wo.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id) as inventory, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10, (case when IFNULL(wo.wo_status_pk,0) in (6, 14, 12) then 'Yes' else 'No' End) as Active from et_work_order wo 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_projects on mst_projects.id = wo.Project_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_users on mst_users.id = wo.created_by_user_pk left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_udf on (et_udf.master_type = 101 and et_udf.master_id = wo.id) Where 1=1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 190) or wo.Department_PK = (select department_id from mst_users where id = 190) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 190) or ifnull(mst_departments.strict_wo_list,0) = 0 or ifnull(mst_sub_departments.strict_wo_list,0) = 0 ) and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 190) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:59 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:45:59 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:00 ## Exception ## Table 'kwtcmri2.action_log' doesn't exist ## DataAccess.SetData ## ## Exception in query: Save_ActionLog Table 'kwtcmri2.action_log' doesn't exist INSERT INTO action_log(updated_at, user_PK, document_id, document_type, action_time, action_type, action_name, error_code, description, ip_address, client_type) VALUES('2022-08-02 10:46:00', 190, 0, 0, '2022-08-02 10:46:00', 9, 'Logout', '', 'kmadhavan Logout', '94.129.65.239', 'Web') Inner Exception: NULL Source: MySql.Data Platform: Web 02-08-2022 10:46:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:02 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:02 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:03 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:06 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:06 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:08 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:11 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:11 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:24 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:35 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:46:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:51 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:51 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:47:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:24 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:24 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:26 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:26 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:29 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:46 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:48 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:50 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:48:58 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:33 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:40 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:53 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:49:59 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:08 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:10 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:22 ## Exception ## Table 'kwtcmri2.et_document_attachment' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_document_attachment' doesn't exist 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 = 10522 order by id desc Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:25 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 210 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:26 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:50:47 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 210 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:51:29 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 210 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:51:33 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 210 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:51:41 ## Exception ## Table 'kwtcmri2.et_work_order' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.et_work_order' doesn't exist 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 = 210 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:51:59 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:51:59 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:04 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:04 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:09 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:09 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:52:40 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:07 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:27 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:27 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:33 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:33 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:35 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:35 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:55 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:53:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:01 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:03 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:03 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:07 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:07 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:14 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:14 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:15 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:15 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:20 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:20 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:20 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:30 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:34 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:54:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:02 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:02 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:08 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:52 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:55:52 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:56:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:56:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:56:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:56:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:17 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:17 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:21 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:21 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:34 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:39 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 10:57:39 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:00:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:00:34 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:00:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:00:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:02:04 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:02:04 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:04 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:04 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:11 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:11 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:22 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:22 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:35 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:03:35 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:04:04 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist Select * from con_general Inner Exception: NULL Source: MySql.Data 02-08-2022 11:04:48 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:04:48 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:04:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:04:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:09 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:09 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:13 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:13 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:45 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:45 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'avarkey' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'avarkey' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:05:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:06:04 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:06:04 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:06:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:06:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:07:23 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:07:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:07:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:07:38 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 215 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 215 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:06 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:06 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:25 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:30 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:40 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:08:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:06 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:06 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:07 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:07 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:38 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:48 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:09:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:10:01 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:15 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:15 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:46 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:51 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:51 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:53 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:12:53 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:13:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:13:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:14:46 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:14:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:22 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:22 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:30 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:55 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 209 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:15:59 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 209 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:19:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:19:38 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:19:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:19:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:20:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:21:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:21:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:24:09 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:24:09 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:39 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:39 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:51 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:26:51 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:27:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:27:28 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:27:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:28:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:28:10 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:28:15 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:28:19 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:31:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:31:39 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:06 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:07 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:07 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:14 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:32:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:26 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 192 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:33 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:54 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:54 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:33:59 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsharma' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsharma' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:05 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:12 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:35 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:35 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:34:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:14 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:14 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:49 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:58 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:35:58 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:38:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:38:29 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:30 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:39:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:20 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:20 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:49 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:54 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:41:54 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:07 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:07 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:12 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:12 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:33 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:42:33 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:44:59 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 189 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:45:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:45:34 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Smohd' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:02 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:02 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:05 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:49:40 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:50:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:50:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:51:11 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'benchamin' and websecurityusers.Password = 'h7YrBJYf50Y=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:51:11 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:52:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:52:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:52:30 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:52:30 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:22 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:22 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:38 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:53:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:54:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:54:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:55:34 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:46 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:49 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:50 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:52 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:56:52 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:27 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:27 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:31 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:31 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:45 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:45 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:50 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Msingh' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 11:57:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:49 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:49 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:49 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:55 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'reshmi' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:02:55 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:04:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:05:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:07:25 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 225 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:08:01 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:08:01 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:08:06 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:08:06 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:29 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:38 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:38 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:43 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:43 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:53 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:13:53 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:05 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:46 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:14:46 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:16:01 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:16:01 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:20:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:20:40 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:24:27 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:24:27 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:29:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:29:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:31:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:31:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:20 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:20 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:22 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:22 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:29 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:32:29 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:35:17 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:35:17 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:36 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:36 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:45 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:37:45 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:12 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'nabsalom' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:12 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:35 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:35 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:42 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:41:42 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:43:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:43:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:46:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist Select company, department_id, subdepartment_id, designation_id, name, concat(ifnull(cc_mobile_no_1,''), ifnull(mobile_no_1,'')) as mobile_no_1, hayat_email, user_group_id from mst_users where id = 203 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:46:53 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:46:53 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:47:00 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:47:00 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:48:56 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:48:56 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:52:28 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:52:28 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:58:21 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:58:21 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 12:59:39 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 12:59:39 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:10:37 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:10:37 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:15:47 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:15:47 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:41 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Bthottumugath' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:41 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:45 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Bthottumugath' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:45 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:48 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Bthottumugath' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:48 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:57 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Bthottumugath' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:24:57 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:25:02 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:25:02 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:25:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Bthottumugath' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:25:05 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:27 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:27 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:27 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:27 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'hrajan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:26:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:29:24 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:29:24 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:31:05 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:31:05 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:31:11 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:31:11 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'vbhasireddy' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:13 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:13 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:15 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:15 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:16 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:16 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:18 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:18 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:21 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:21 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:23 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:23 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:32 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:33:32 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:34:50 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:34:50 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:37:44 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'kmadhavan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:37:44 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:43:08 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:43:08 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:51:33 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 02-08-2022 01:51:33 ## Exception ## Table 'kwtcmri2.con_general' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.con_general' doesn't exist select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 02-08-2022 01:51:40 ## Exception ## Table 'kwtcmri2.mst_users' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_users' doesn't exist 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 = 'Azahid' Inner Exception: NULL Source: MySql.Data