08-02-2024 07:03:48 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception Invalid 'To' Phone Number: 6706XXXX 08-02-2024 12:00:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, template_name as name from et_work_order where vtype = 102 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_project_deliverables where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select sc.id, sc.name, sc.category_id, mst_req_category.name as category_name, sc.inactive from mst_req_description_type sc left outer join mst_req_category on mst_req_category.id = sc.category_id where 1=1 order by sc.name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_udf where master_type = 101 order by sequence Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_req_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select * from et_udf where master_type = 101 and master_id = 60098 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select s.id, s.description, s.category_pk, s.sub_category_pk, mst_req_category.name as category_name, mst_req_description_type.name as sub_category_name, a.description as att_desc, a.file_name, a.url, s.site_l_id from et_snag s left outer join mst_req_category on mst_req_category.id = s.category_pk left outer join mst_req_description_type on mst_req_description_type.id = s.sub_category_pk left outer join et_document_attachment a on a.id = (select id from et_document_attachment where document_id = s.document_id and document_type = s.document_type and type = 'Snag Description') where s.document_type = 101 and s.document_id = 60098 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 60098 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:41 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select document_id, id, description, file_name, url, updated_at, type, longitude, latitude, click_time from et_document_attachment where document_type = 101 And document_id = 60098 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:51 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:00:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:02:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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(48.0991166, 28.6107242, 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 = 60063 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:02:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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(48.0991166, 28.6107242, 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 = 60063 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:02:26 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:04:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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(48.0991166, 28.6107242, 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 = 60063 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:44 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:04:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:56 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select sc.id, sc.name, sc.category_id, mst_req_category.name as category_name, sc.inactive from mst_req_description_type sc left outer join mst_req_category on mst_req_category.id = sc.category_id where 1=1 order by sc.name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_ast_asset where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_task where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, template_name as name from et_work_order where vtype = 102 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_business_categories where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_projects where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:04:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_req_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select s.id, s.description, s.category_pk, s.sub_category_pk, mst_req_category.name as category_name, mst_req_description_type.name as sub_category_name, a.description as att_desc, a.file_name, a.url, s.site_l_id from et_snag s left outer join mst_req_category on mst_req_category.id = s.category_pk left outer join mst_req_description_type on mst_req_description_type.id = s.sub_category_pk left outer join et_document_attachment a on a.id = (select id from et_document_attachment where document_id = s.document_id and document_type = s.document_type and type = 'Snag Description') where s.document_type = 101 and s.document_id = 60098 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 60063 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:05 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:08 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:20 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:20 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:05:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:05:27 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:05:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (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 = 'gmathai ' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:45 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:48 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:06:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:06:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:07:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:35 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:07:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:07:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:07:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:07:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:04 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:08:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:10 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:08:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 59500 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:18 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:08:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:33 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:08:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:44 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:08:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:08:54 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:09:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:09:18 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:09:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:09:51 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:10:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:38 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:10:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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(48.0038351, 28.5679344, 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 = 60063 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select * from et_document_notes where vtype = 101 And vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_wo_task_action.name as task_action_name, mst_users.name as approved_by_name, (case when ifnull(t.completed,0) = 0 then 'Pending' else 'Complete' End) as task_status from et_document_tasks t left outer join mst_wo_task_action on mst_wo_task_action.id = t.FK_task_action_PK left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select ast.*, mfg.name as manufacturer, mfg.id as mfgID, mst_ast_asset.name as asset_name from et_document_asset ast left outer join mst_ast_asset on mst_ast_asset.id = ast.asset_id left outer join mst_inv_manufacturers mfg on mfg.id = mst_ast_asset.Asset_Manufacturer_ID where ast.vtype = 101 And ast.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by ast.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select s.*, mst_site_logical.name as site_l_name, mst_users.name as user_name, mst_survey.description as survey_template_name, mst_cancellation_reason.name as cancellation_reason_name, mst_completion_code.name as completion_code_name, mst_rejection_reason.name as rejection_reason_name, (select count(*) from et_document_notes where vtype = 107 and vid = s.id) as notes_count, (select count(*) from et_document_attachment where document_type = 107 and document_id = s.id) as attachment_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 1) as consumable_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 2) as part_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 3) as tools_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 4) as item_count, (select count(*) from et_document_asset where vtype = 107 and vid = s.id) as asset_count, (select count(*) from et_document_tasks where vtype = 107 and vid = s.id) as task_count, (select count(*) from et_survey_values where document_id =s.vid and document_type=s.vtype and survey_template_id=s.survey_template_id) as ValueCount, 1 as survey_count, (select count(*) from et_document_users where vtype = 107 and vid = s.id) as user_count, mst_approved_users.name as approved_by_name, (case when IFNULL(s.status,0) in (5, 11, 10) then 'Yes' else 'No' End) as Active from et_survey s left outer join mst_site_logical on mst_site_logical.id = s.site_l_pk left outer join mst_users on mst_users.id = s.user_id left outer join mst_survey on mst_survey.id = s.survey_template_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = s.cancellation_reason_id left outer join mst_completion_code on mst_completion_code.id = s.completion_code_id left outer join mst_rejection_reason on mst_rejection_reason.id = s.rejection_reason_id left outer join mst_users mst_approved_users on mst_approved_users.id = s.approved_by_id where 1=1 And s.vtype = 101 And s.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) Order by s.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60063 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60062 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60062 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60061 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60060 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60059 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60059 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60058 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60046 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60035 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60035 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60034 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60033 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60032 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60032 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60031 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60030 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59742 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59742 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59741 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59740 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59739 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59739 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59738 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59737 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59692 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59692 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59691 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59690 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59689 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59689 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59688 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59654 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59653 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59653 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59652 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59651 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59650 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59650 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59649 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59648 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59378 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59378 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59377 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59376 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59375 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59375 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59374 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59373 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59372 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59372 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59362 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59339 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59338 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59338 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59337 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59336 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59335 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59335 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59334 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59283 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59282 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59282 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59281 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59280 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59217 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:10:55 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59217 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:11:54 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:12:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 60063 and doc.user_id = 216 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:34 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:12:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 60063 and doc.user_id = 216 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:39 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:12:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select * from et_document_notes where vtype = 101 And vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_wo_task_action.name as task_action_name, mst_users.name as approved_by_name, (case when ifnull(t.completed,0) = 0 then 'Pending' else 'Complete' End) as task_status from et_document_tasks t left outer join mst_wo_task_action on mst_wo_task_action.id = t.FK_task_action_PK left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select ast.*, mfg.name as manufacturer, mfg.id as mfgID, mst_ast_asset.name as asset_name from et_document_asset ast left outer join mst_ast_asset on mst_ast_asset.id = ast.asset_id left outer join mst_inv_manufacturers mfg on mfg.id = mst_ast_asset.Asset_Manufacturer_ID where ast.vtype = 101 And ast.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by ast.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:44 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select s.*, mst_site_logical.name as site_l_name, mst_users.name as user_name, mst_survey.description as survey_template_name, mst_cancellation_reason.name as cancellation_reason_name, mst_completion_code.name as completion_code_name, mst_rejection_reason.name as rejection_reason_name, (select count(*) from et_document_notes where vtype = 107 and vid = s.id) as notes_count, (select count(*) from et_document_attachment where document_type = 107 and document_id = s.id) as attachment_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 1) as consumable_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 2) as part_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 3) as tools_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 4) as item_count, (select count(*) from et_document_asset where vtype = 107 and vid = s.id) as asset_count, (select count(*) from et_document_tasks where vtype = 107 and vid = s.id) as task_count, (select count(*) from et_survey_values where document_id =s.vid and document_type=s.vtype and survey_template_id=s.survey_template_id) as ValueCount, 1 as survey_count, (select count(*) from et_document_users where vtype = 107 and vid = s.id) as user_count, mst_approved_users.name as approved_by_name, (case when IFNULL(s.status,0) in (5, 11, 10) then 'Yes' else 'No' End) as Active from et_survey s left outer join mst_site_logical on mst_site_logical.id = s.site_l_pk left outer join mst_users on mst_users.id = s.user_id left outer join mst_survey on mst_survey.id = s.survey_template_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = s.cancellation_reason_id left outer join mst_completion_code on mst_completion_code.id = s.completion_code_id left outer join mst_rejection_reason on mst_rejection_reason.id = s.rejection_reason_id left outer join mst_users mst_approved_users on mst_approved_users.id = s.approved_by_id where 1=1 And s.vtype = 101 And s.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) Order by s.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 216) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60063 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60062 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60062 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60061 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60060 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60059 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60059 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60058 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60046 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60035 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60035 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60034 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60033 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60032 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60032 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60031 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60030 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59742 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59742 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59741 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59740 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59739 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59739 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59738 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59737 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59692 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59692 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59691 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59690 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59689 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59689 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59688 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59654 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59653 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59653 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59652 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59651 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59650 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59650 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59649 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59648 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59378 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59378 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59377 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59376 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59375 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59375 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59374 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59373 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59372 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59372 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59362 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59339 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59338 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59338 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59337 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59336 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59335 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59335 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59334 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59283 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59282 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59282 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59281 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59280 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59217 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59217 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 60063 and doc.user_id = 216 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:12:53 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:13:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 60063 and doc.user_id = 216 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:13:02 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:13:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 216 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:06 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 216 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 216 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:22 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:14:48 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:16:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'gmathai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:17:40 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:17:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 59837 and doc.user_id = 203 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:17:50 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:17:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select et_work_order.vno, et_work_order.wo_status_pk as status from et_document_users doc left outer join et_work_order on et_work_order.id = doc.vid where doc.vtype = 101 and doc.vid <> 59837 and doc.user_id = 203 and et_work_order.wo_status_pk in (14, 12, 6) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:17:59 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.UpdateWorkorderStatus ## ## Object reference not set to an instance of an object. 08-02-2024 12:18:18 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:18:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 59837 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:19:11 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:19:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:19:40 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:19:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:20:14 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:20:19 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select * from et_document_notes where vtype = 101 And vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 203) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_wo_task_action.name as task_action_name, mst_users.name as approved_by_name, (case when ifnull(t.completed,0) = 0 then 'Pending' else 'Complete' End) as task_status from et_document_tasks t left outer join mst_wo_task_action on mst_wo_task_action.id = t.FK_task_action_PK left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 203) order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select ast.*, mfg.name as manufacturer, mfg.id as mfgID, mst_ast_asset.name as asset_name from et_document_asset ast left outer join mst_ast_asset on mst_ast_asset.id = ast.asset_id left outer join mst_inv_manufacturers mfg on mfg.id = mst_ast_asset.Asset_Manufacturer_ID where ast.vtype = 101 And ast.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 203) order by ast.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select s.*, mst_site_logical.name as site_l_name, mst_users.name as user_name, mst_survey.description as survey_template_name, mst_cancellation_reason.name as cancellation_reason_name, mst_completion_code.name as completion_code_name, mst_rejection_reason.name as rejection_reason_name, (select count(*) from et_document_notes where vtype = 107 and vid = s.id) as notes_count, (select count(*) from et_document_attachment where document_type = 107 and document_id = s.id) as attachment_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 1) as consumable_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 2) as part_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 3) as tools_count, (select count(*) from et_document_stc where vtype = 107 and vid = s.id and IMM_Type_FK = 4) as item_count, (select count(*) from et_document_asset where vtype = 107 and vid = s.id) as asset_count, (select count(*) from et_document_tasks where vtype = 107 and vid = s.id) as task_count, (select count(*) from et_survey_values where document_id =s.vid and document_type=s.vtype and survey_template_id=s.survey_template_id) as ValueCount, 1 as survey_count, (select count(*) from et_document_users where vtype = 107 and vid = s.id) as user_count, mst_approved_users.name as approved_by_name, (case when IFNULL(s.status,0) in (5, 11, 10) then 'Yes' else 'No' End) as Active from et_survey s left outer join mst_site_logical on mst_site_logical.id = s.site_l_pk left outer join mst_users on mst_users.id = s.user_id left outer join mst_survey on mst_survey.id = s.survey_template_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = s.cancellation_reason_id left outer join mst_completion_code on mst_completion_code.id = s.completion_code_id left outer join mst_rejection_reason on mst_rejection_reason.id = s.rejection_reason_id left outer join mst_users mst_approved_users on mst_approved_users.id = s.approved_by_id where 1=1 And s.vtype = 101 And s.vid In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 203) Order by s.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 In ( select wo.id from et_work_order wo left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) where wo.vtype = 101 And ifnull(wo.wo_status_pk,0) not in (8, 11) And et_document_users.User_id = 203) order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60021 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60018 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60018 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60017 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60016 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60015 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60015 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60014 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60011 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60010 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60010 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 60009 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59993 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59992 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59992 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59990 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59985 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59983 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59983 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59959 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59957 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59921 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59921 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59915 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59897 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59885 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59885 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59883 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59859 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59849 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59849 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59843 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59841 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59837 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59837 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59836 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59787 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59786 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59786 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59751 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59718 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59576 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59576 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59569 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59554 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59553 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59553 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59545 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59489 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59488 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59488 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59487 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59474 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59467 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59467 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59458 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59442 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_tank t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59268 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:23:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select t.*, mst_users.name as approved_by_name from et_document_dgpm t left outer join mst_users on mst_users.id = t.approved_by_id where t.vtype = 101 And t.vid = 59268 order by t.id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:24:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_site_logical where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_site_physical where ifnull(inactive, 0) = 0 and mst_site_physical.Owner_PK not in (select master_id from mst_user_rights where right_type = 2 and user_id = 225) order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.vno, mst_site_physical.id as site_p_pk, mst_site_physical.name as site_p_name, mst_site_logical.id as site_l_pk, mst_site_logical.name as site_l_name, mst_site_owners.name as owner_name, mst_site_physical.Longitude, mst_site_physical.Latitude, att.url 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_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join et_document_attachment att on (att.document_id = mst_site_logical.id and att.document_type = 16 And type = 'Logical Site Image') left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK where 1 = 1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) Inner Exception: NULL Source: MySql.Data 08-02-2024 12:25:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 0 as vno, mst_users.id as user_id, mst_users.name as user_name, mst_departments.name as department_name, mst_designations.name as designation_name, st.Status_date, st.Longitude, st.Latitude, att.url from mst_users left outer join mst_departments on mst_departments.id = mst_users.department_id left outer join mst_designations on mst_designations.id = mst_users.designation_id left outer join et_users_status st on st.id = (select id from et_users_status where PK_User = mst_users.id order by Status_date desc limit 1) left outer join et_document_attachment att on (att.document_id = mst_users.id and att.document_type = 40 And type = 'User Image') where ifnull(mst_users.active_on_shift, 0) = 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:28:25 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Object reference not set to an instance of an object. 08-02-2024 12:29:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:29:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 216 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:30:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:30:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:30:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:30:36 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:30:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:30:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 08-02-2024 12:32:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_task where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_udf where master_type = 101 order by sequence Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_business_categories where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_sub_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_ast_asset where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_project_deliverables where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select sc.id, sc.name, sc.category_id, mst_req_category.name as category_name, sc.inactive from mst_req_description_type sc left outer join mst_req_category on mst_req_category.id = sc.category_id where 1=1 order by sc.name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_req_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, template_name as name from et_work_order where vtype = 102 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_task_action where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_projects where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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_physical.Region, mst_site_physical.Area, mst_site_physical.Address, 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_site_logical.ETC_Site_ID, mst_site_logical.Floor_Number, mst_site_logical.Room_Type, mst_site_logical.Building_Name, mst_site_logical.L_latitude, mst_site_logical.L_longitude, 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, (select count(*) from et_document_notes where vtype = 101 and vid = wo.id) as notes_count, (select count(*) from et_document_attachment where document_type = 101 and document_id = wo.id) as attachment_count, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id and IMM_Type_FK = 1) as consumable_count, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id and IMM_Type_FK = 2) as part_count, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id and IMM_Type_FK = 3) as tools_count, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id and IMM_Type_FK = 4) as item_count, (select count(*) from et_document_asset where vtype = 101 and vid = wo.id) as asset_count, (select count(*) from et_document_tasks where vtype = 101 and vid = wo.id) as task_count, (select count(*) from et_survey where vtype = 101 and vid = wo.id) as survey_count, (select count(*) from et_document_users where vtype = 101 and vid = wo.id) as user_count 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 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.id = 60098 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_general Inner Exception: NULL Source: MySql.Data 08-02-2024 12:34:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:37:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:37:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:39:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:39:54 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:39:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:39:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:31 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:40:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.*, et_request.description as Request_Name, mst_company.name as Company_Name, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_site_physical.name as Site_Name, mst_site_logical.name as Site_L_Name, mst_projects.name as Project_Name, mst_project_deliverables.name as PD_Name, mst_business_categories.name as Business_Category_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as workorder_status_name, mst_wo_category.name as wo_category_name, mst_cancellation_reason.name as cancellation_reason_name, mst_rejection_reason.name as rejection_reason_name, mst_completion_code.name as completion_code_name from et_work_order wo left outer join et_request on et_request.id = wo.Request_PK left outer join mst_company on mst_company.id = wo.Company_PK left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_site_logical on mst_site_logical.id = wo.Site_L_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_project_deliverables on mst_project_deliverables.id = wo.PD_PK left outer join mst_business_categories on mst_business_categories.id = wo.Business_Category_PK left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_document_users on (et_document_users.vtype = 101 and et_document_users.vid = wo.id) left outer join mst_users on mst_users.id = et_document_users.User_id left outer join mst_cancellation_reason on mst_cancellation_reason.id = wo.cancellation_reason_id left outer join mst_rejection_reason on mst_rejection_reason.id = wo.rejection_reason_id left outer join mst_completion_code on mst_completion_code.id = wo.completion_code_id where wo.vtype = 101 and ifnull(wo.wo_status_pk,0) not in (8, 11) And mst_users.id = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:41:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:41:13 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:41:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 12:42:53 ## Exception ## Object reference not set to an instance of an object. ## FCMRIDataService.SaveUpdate_DocumentNotes ## ## Object reference not set to an instance of an object. 08-02-2024 12:43:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:43:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rkhaa' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:44:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:44:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:47:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:47:38 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:47:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:47:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:56:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:56:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Vsreedharan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 12:58:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 12:58:43 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:01:05 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:26:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:26:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:27:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:27:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:38:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:38:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:38:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:38:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:41:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:41:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 01:43:10 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:43:10 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id 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 08-02-2024 01:44:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:44:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:44:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'pprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:52:41 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:52:41 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:57:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:57:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:57:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:57:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:58:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:58:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 01:58:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 01:58:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:01:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:01:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:03:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:03:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:05:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:14:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:14:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'pprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:15:11 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:15:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:15:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select wo.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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:15:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:15:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:19:49 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:25:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:25:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:25:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:25:39 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 02:43:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:44:04 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 02:50:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 02:50:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:05:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:05:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:05:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:05:57 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'rjohn' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:06:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:06:17 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'pprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:06:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:06:23 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'pprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:41 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:41 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:08:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:28 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:09:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:10:19 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select (case when concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) <> '' then concat(ifnull(cc_mobile_no_1, ''),ifnull(mobile_no_1, '')) else mobile_no_2 end) as mobile_no from mst_users where Userid = 'Ppillai ' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:11:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:11:18 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:47 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_task where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_ast_asset where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select * from con_udf where master_type = 101 order by sequence Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_sub_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_projects where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_project_deliverables where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select sc.id, sc.name, sc.category_id, mst_req_category.name as category_name, sc.inactive from mst_req_description_type sc left outer join mst_req_category on mst_req_category.id = sc.category_id where 1=1 order by sc.name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_wo_task_action where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_req_category where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, template_name as name from et_work_order where vtype = 102 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_business_categories where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:52 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select id, name from mst_departments where ifnull(inactive, 0) = 0 order by name Inner Exception: NULL Source: MySql.Data 08-02-2024 03:21:53 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select max(vno) + 1 as max_vno from et_work_order Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:01 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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, (Case IFNULL(wo.wo_site_type, 0) when 0 then 'Hybrid' when 1 then 'Normal' end) as wo_site_type, (Case IFNULL(wo.dg_function, 0) when 0 then 'Auto' when 1 then 'Manual' end) as dg_function, (Case IFNULL(wo.wo_maintanance, 0) when 0 then 'DGPM' when 1 then 'Site_Visit' end) as wo_maintanance 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 = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_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 = 225) order by wo.ID desc Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:24 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:25 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:22:29 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:28:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:28:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'naboobacker' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:28:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:28:50 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'naboobacker' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:29:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:29:03 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'naboobacker' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:31:21 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:31:26 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:31:30 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:31:32 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select 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 = 203 order by wo.ID desc limit 50 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:35:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:35:42 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'bsivan' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:37:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:37:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:45:19 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:45:19 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:55:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:55:33 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ssamuel' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:56:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:56:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:15 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'avarkey' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:34 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 03:57:46 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Noc' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:02:37 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select 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 = 59970 order by id desc Inner Exception: NULL Source: MySql.Data 08-02-2024 04:10:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:10:09 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:10:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:10:58 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:11:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:11:02 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:11:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:11:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'Ppillai' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:13:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:13:59 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'pprasad' and websecurityusers.Password = 'TTB8ooqiXL4=' Inner Exception: NULL Source: MySql.Data 08-02-2024 04:16:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:16:00 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id 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 08-02-2024 04:16:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. select config_value as EncryptionKey from con_general where config_type = 4 limit 1 Inner Exception: NULL Source: MySql.Data 08-02-2024 04:16:07 ## Exception ## You must reset your password using ALTER USER statement before executing this statement. ## DataAccess.GetData ## ## You must reset your password using ALTER USER statement before executing this statement. Select mst_users.id from mst_users left outer join websecurityusers on websecurityusers.userid = mst_users.Userid where ifnull(mst_users.inactive, 0) = 0 and mst_users.Userid = 'avarkey' and websecurityusers.Password = 'UnKn3BR/29A=' Inner Exception: NULL Source: MySql.Data 08-02-2024 07:10:16 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception Invalid 'To' Phone Number: 5591XXXX