08-07-2023 01:23:31 ## Exception ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ## DataAccess.GetData ## ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. select wo.id, wo.vno, wo.tag, mst_site_owners.name as owner_name, mst_site_physical.name as Site_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as status, mst_wo_category.name as WO_Category, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_projects.name as Project_Name, wo.description, wo.Date_Created, wo.Date_Scheduled, wo.Date_Due, wo.Date_Started, (select count(*) from et_document_users where vtype = 101 and vid = wo.id) as assigned, (select group_concat(mst_users.name) from et_document_users wouser left outer join mst_users on mst_users.id = wouser.user_id where wouser.vtype = 101 and wouser.vid = wo.id) as assigned_users, mst_users.name as created_by_user, (select group_concat(mst_inv_item.name) from et_document_stc woinv left outer join mst_inv_item on mst_inv_item.id = woinv.IMM_PK where woinv.vtype = 101 and woinv.vid = wo.id) as inventory_description, (select count(*) from et_document_tasks where vid = wo.id and vtype = 101) as tasks, (select count(*) from et_document_attachment where document_id = wo.id and document_type = 101) as attachments, (select count(*) from et_document_notes where vtype = 101 and vid = wo.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id) as inventory, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10, (case when IFNULL(wo.wo_status_pk,0) in (6, 14, 12) then 'Yes' else 'No' End) as Active from et_work_order wo left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_users on mst_users.id = wo.created_by_user_pk left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_udf on (et_udf.master_type = 101 and et_udf.master_id = wo.id) Where 1=1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 195) or wo.Department_PK = (select department_id from mst_users where id = 195) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 195) or ifnull(mst_departments.strict_wo_list,0) = 0 ) and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 195) order by wo.ID desc Inner Exception: Timeout in IO operation Source: MySql.Data 08-07-2023 01:26:34 ## Exception ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ## DataAccess.GetData ## ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. select A.*, TimeDiff(A.closed_status_date, A.arrived_status_date) as duration_time from (select w.vno, w.tag, mst_site_owners.name as owner_name, mst_site_logical.name as site_code, w.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, w.description, w.Date_Created, w.Date_Scheduled, w.Date_Due, w.Date_Started, w.Date_Closed, mst_created_by.name as created_by_user, (select count(*) from et_document_users where vtype = 101 and vid = w.id) as no_of_user, (select group_concat(mst_users.name) from et_document_users left outer join mst_users on mst_users.id = et_document_users.user_id where et_document_users.vtype = 101 and et_document_users.vid = w.id) as assigned_users, (select count(*) from et_document_tasks where vtype = 101 and vid = w.id) as total_task, (select count(*) from et_document_tasks where vtype = 101 and vid = w.id and ifnull(completed,0) = 0) as open_task, (select count(*) from et_document_attachment where document_id = w.id and document_type = 101) as attachments, (select group_concat(size_volume separator ';
') from et_document_tank where vid = w.id) as tank_size, (select group_concat(buffer_volume separator ';
') from et_document_tank where vid = w.id) as tank_buffer, (select group_concat(after_filled_volume separator ';
') from et_document_tank where vid = w.id) as tank_after_filled, (select group_concat(filled_qty separator ';
') from et_document_tank where vid = w.id) as tank_filled, (select group_concat(name separator ';
') from et_document_dgpm where vid = w.id) as dgpm_name, (select group_concat(dg_capacity separator ';
') from et_document_dgpm where vid = w.id) as dgpm_capacity, (select group_concat(canopy separator ';
') from et_document_dgpm where vid = w.id) as dgpm_canopy, (select group_concat(tag separator ';
') from et_document_dgpm where vid = w.id) as dgpm_tag, (select group_concat(running_hours separator ';
') from et_document_dgpm where vid = w.id) as dgpm_running_hours, (select group_concat(remark separator ';
') from et_document_dgpm where vid = w.id) as dgpm_remark, (select group_concat(url separator ';
') from et_document_attachment where document_id = w.id and document_type = 101) as attachment_string, (select count(*) from et_document_notes where vtype = 101 and vid = w.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = w.id) as inventory_nos, (select Status_date from et_users_status where vtype = 101 and vid = w.id and status_id = 12 limit 1) as arrived_status_date, (select Status_date from et_users_status where vtype = 101 and vid = w.id and status_id = 8 limit 1) as closed_status_date from et_work_order w left outer join mst_site_physical on mst_site_physical.id = w.Site_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_site_logical on mst_site_logical.id = w.Site_L_PK left outer join mst_wo_category on mst_wo_category.id = w.wo_category_pk left outer join mst_departments on mst_departments.id = w.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = w.Sub_Department_PK left outer join mst_projects on mst_projects.id = w.Project_PK left outer join mst_users mst_created_by on mst_created_by.id = w.created_by_user_pk where w.vtype = 101 and w.Date_Created is not null and w.Date_Created >= '2015-04-01 00:00:01' and w.Date_Created <= '2023-07-08 23:59:59') as A order by vno Inner Exception: Timeout in IO operation Source: MySql.Data 08-07-2023 01:58:30 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 55497708 is not a valid phone number. 08-07-2023 02:02:29 ## Exception ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ## DataAccess.GetData ## ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. select A.*, TimeDiff(A.closed_status_date, A.arrived_status_date) as duration_time from (select w.vno, w.tag, mst_site_owners.name as owner_name, mst_site_logical.name as site_code, w.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, w.description, w.Date_Created, w.Date_Scheduled, w.Date_Due, w.Date_Started, w.Date_Closed, mst_created_by.name as created_by_user, (select count(*) from et_document_users where vtype = 101 and vid = w.id) as no_of_user, (select group_concat(mst_users.name) from et_document_users left outer join mst_users on mst_users.id = et_document_users.user_id where et_document_users.vtype = 101 and et_document_users.vid = w.id) as assigned_users, (select count(*) from et_document_tasks where vtype = 101 and vid = w.id) as total_task, (select count(*) from et_document_tasks where vtype = 101 and vid = w.id and ifnull(completed,0) = 0) as open_task, (select count(*) from et_document_attachment where document_id = w.id and document_type = 101) as attachments, (select group_concat(size_volume separator ';
') from et_document_tank where vid = w.id) as tank_size, (select group_concat(buffer_volume separator ';
') from et_document_tank where vid = w.id) as tank_buffer, (select group_concat(after_filled_volume separator ';
') from et_document_tank where vid = w.id) as tank_after_filled, (select group_concat(filled_qty separator ';
') from et_document_tank where vid = w.id) as tank_filled, (select group_concat(name separator ';
') from et_document_dgpm where vid = w.id) as dgpm_name, (select group_concat(dg_capacity separator ';
') from et_document_dgpm where vid = w.id) as dgpm_capacity, (select group_concat(canopy separator ';
') from et_document_dgpm where vid = w.id) as dgpm_canopy, (select group_concat(tag separator ';
') from et_document_dgpm where vid = w.id) as dgpm_tag, (select group_concat(running_hours separator ';
') from et_document_dgpm where vid = w.id) as dgpm_running_hours, (select group_concat(remark separator ';
') from et_document_dgpm where vid = w.id) as dgpm_remark, (select group_concat(url separator ';
') from et_document_attachment where document_id = w.id and document_type = 101) as attachment_string, (select count(*) from et_document_notes where vtype = 101 and vid = w.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = w.id) as inventory_nos, (select Status_date from et_users_status where vtype = 101 and vid = w.id and status_id = 12 limit 1) as arrived_status_date, (select Status_date from et_users_status where vtype = 101 and vid = w.id and status_id = 8 limit 1) as closed_status_date from et_work_order w left outer join mst_site_physical on mst_site_physical.id = w.Site_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_site_logical on mst_site_logical.id = w.Site_L_PK left outer join mst_wo_category on mst_wo_category.id = w.wo_category_pk left outer join mst_departments on mst_departments.id = w.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = w.Sub_Department_PK left outer join mst_projects on mst_projects.id = w.Project_PK left outer join mst_users mst_created_by on mst_created_by.id = w.created_by_user_pk where w.vtype = 101 and w.Date_Created is not null and w.Date_Created >= '2015-04-01 00:00:01' and w.Date_Created <= '2023-07-08 23:59:59') as A order by vno Inner Exception: Timeout in IO operation Source: MySql.Data