16-02-2023 01:11:49 ## 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 = 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 or ifnull(mst_sub_departments.strict_wo_list,0) = 0 ) and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 225) order by wo.ID desc Inner Exception: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Source: MySql.Data 16-02-2023 01:15:20 ## 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 = 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 or ifnull(mst_sub_departments.strict_wo_list,0) = 0 ) and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 225) order by wo.ID desc Inner Exception: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Source: MySql.Data 16-02-2023 08:37:10 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 67060129 is not a valid phone number. 16-02-2023 09:34:38 ## Exception ## Connection must be valid and open to rollback transaction ## FCMRIDataService.UpdateWorkorderStatus ## ## Connection must be valid and open to rollback transaction 16-02-2023 09:34:38 ## Exception ## Fatal error encountered during data read. ## DataAccess.GetData ## ## Fatal error encountered during data read. select id, updated_at, notification_type, message from et_notification where to_user_id = 208 and ifnull(mark_read, 0) = 0 order by notification_type, id desc Inner Exception: Reading from the stream has failed. Source: MySql.Data 16-02-2023 09:34:49 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:34:49 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 16-02-2023 09:34:57 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:34:57 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:35:11 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:11 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:35:28 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:28 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:35:29 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:29 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:35:37 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:37 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:35:38 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:35:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:56 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:56 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:35:57 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:35:57 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:36:25 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:36:25 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:36:26 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:36:26 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:36:33 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:36:33 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:36:33 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:36:33 ## Error ## ## DataAccess.GetData ## ## List_WorkOrder Unable to connect to data base 16-02-2023 09:36:34 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:36:34 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:39:55 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:39:55 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:39:57 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:39:57 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:40:07 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:40:07 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:40:08 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:40:08 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:40:34 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:40:34 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 16-02-2023 09:40:58 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:40:58 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:40:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:40:59 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 16-02-2023 09:41:11 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:11 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:41:12 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:12 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:41:20 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:20 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:41:22 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:41:22 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:23 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:23 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:41:26 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:26 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:41:37 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:37 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:41:42 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:42 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:41:44 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:44 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:41:45 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:45 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:41:57 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:41:57 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:42:03 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:03 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:42:10 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:10 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:42:11 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:11 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:42:19 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:19 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:42:20 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:20 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:42:24 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:24 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:42:48 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:42:48 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:49 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:49 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:42:54 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:54 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 16-02-2023 09:42:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:42:59 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:43:02 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:43:02 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:43:03 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:43:03 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:43:05 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:43:05 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:43:07 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:43:07 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:43:15 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:43:15 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:44:09 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:44:09 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:44:55 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:44:55 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:44:56 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:44:56 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:45:18 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:45:18 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:45:19 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:45:19 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:45:45 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:45:45 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:45:58 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:45:58 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:46:12 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:12 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:46:13 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:13 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:46:14 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:14 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:46:19 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:19 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:46:20 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:20 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:46:31 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:31 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:46:32 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:46:32 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:03 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:03 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 16-02-2023 09:47:05 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:05 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:06 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:06 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:17 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:17 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:18 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:18 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:24 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:24 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:25 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:25 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:29 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:29 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:47:45 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:45 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:46 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:46 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:54 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:54 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:55 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:55 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:47:58 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:58 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:47:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:47:59 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:48:00 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:00 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:48:01 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:01 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:48:04 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:04 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:48:05 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:05 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:48:06 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:06 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:48:07 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:48:07 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:16 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:16 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:48:17 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:48:17 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:49:09 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:49:09 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:49:10 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:49:10 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:50:10 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:50:10 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:50:11 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:50:11 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:51:35 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:51:35 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:51:36 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:51:36 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:51:54 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:51:54 ## Error ## ## DataAccess.SetData ## ## Error 16-02-2023 09:51:58 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:51:58 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:51:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:51:59 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:52:02 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:52:02 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:52:03 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:52:03 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:52:39 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:52:39 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:52:56 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:52:56 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:53:07 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:53:07 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:08 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:08 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:53:09 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:09 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 09:53:32 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 16-02-2023 09:53:32 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:50 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:50 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:53:51 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:53:51 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:54:26 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:54:26 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:54:32 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:54:32 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:54:51 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:54:51 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:54:52 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:54:52 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:55:09 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:55:09 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:55:10 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:55:10 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:55:47 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:55:47 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:55:53 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:55:53 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:56:00 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:56:00 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 09:56:09 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:56:09 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 16-02-2023 09:56:17 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:56:17 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 16-02-2023 09:56:30 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:56:30 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:56:31 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:56:31 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:57:16 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:57:16 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 16-02-2023 09:58:16 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:58:16 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 16-02-2023 09:58:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:58:59 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:59:00 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:00 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:59:37 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:37 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:59:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:38 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:59:43 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:59:43 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:44 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:44 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:59:46 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:46 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:59:47 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:47 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:59:54 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 09:59:54 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 09:59:55 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 09:59:55 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:01 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:01 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:02 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:02 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:10 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:10 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:11 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:11 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:17 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:17 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:17 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:17 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:00:18 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:18 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:22 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:22 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:23 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:23 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:26 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:26 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:00:28 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:28 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:30 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:30 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:35 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:35 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:36 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:36 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:38 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:39 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:39 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:47 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:47 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:48 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:00:48 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:50 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:50 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:00:51 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:00:51 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:01:20 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:01:20 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:21 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:21 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:01:27 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:27 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:01:28 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:28 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:01:30 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:30 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:01:36 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:36 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:01:36 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:36 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:01:37 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:37 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:01:43 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:43 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:01:46 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:01:46 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:47 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:01:47 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:56 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:01:56 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:02:13 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:02:13 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:02:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:02:38 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:02:52 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:02:52 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:03:21 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:21 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:03:27 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:27 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:03:32 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:32 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:03:38 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:03:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:43 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:43 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:03:49 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:03:49 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 16-02-2023 10:04:05 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:04:05 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:04:06 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:04:06 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:05:22 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:05:22 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:07:15 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:07:15 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 16-02-2023 10:07:16 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:07:16 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 16-02-2023 10:08:22 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:08:22 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 16-02-2023 10:13:31 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 16-02-2023 10:13:31 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:14:38 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:14:38 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 16-02-2023 10:15:41 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 16-02-2023 10:15:41 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 16-02-2023 10:19:07 ## Exception ## Object reference not set to an instance of an object. ## APIExtendedData.GetExtendedData ## ## Object reference not set to an instance of an object. 16-02-2023 10:21:24 ## Exception ## Object reference not set to an instance of an object. ## APIExtendedData.GetExtendedData ## ## Object reference not set to an instance of an object.