15-10-2022 06:51:16 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 66572326 is not a valid phone number. 15-10-2022 12:11:42 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:11:42 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:17:56 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:17:56 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:18:08 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:18:08 ## Error ## ## DataAccess.GetData ## ## GetUserSelectionList Unable to connect to data base 15-10-2022 12:18:28 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:18:28 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:18:30 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:18:30 ## Error ## ## DataAccess.GetData ## ## List_WorkOrder Unable to connect to data base 15-10-2022 12:19:06 ## 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 date_format(Date_Created, '%m-%Y') as month, count(*) as TotalCreated, (select count(*) from et_work_order wo_close where wo_close.vtype = 101 and wo_close.date_closed is not null and month(wo_close.date_closed) = month(et_work_order.Date_Created) and year(wo_close.date_closed) = year(et_work_order.Date_Created)) as TotalClosed from et_work_order where vtype = 101 and et_work_order.id in (Select vid From et_document_users where vtype = 101 and User_id = 215) And Date_Created >= date_add(Now(), interval - 6 month) Group By date_format(Date_Created, '%m-%Y') Inner Exception: Timeout in IO operation Source: MySql.Data 15-10-2022 12:19:40 ## 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 u.id, u.Userid, u.company, u.department_id, u.department_name, u.subdepartment_id, u.subdepartment_name, u.designation_id, u.designation_name, u.name, u.hayat_email, u.origin, u.passport_no, u.main_proficiency_id, u.alt_proficiency_id, u.cc_mobile_no_1, u.mobile_no_1, u.cc_mobile_no_2, u.mobile_no_2, u.visa__no, u.id_no, u.car_license_plate_import, u.car_license_plate, u.country_fk, u.location, u.assistance_required, (select group_concat(et_work_order.vno) from et_work_order left outer join et_document_users on (et_document_users.vid = et_work_order.id and et_document_users.vtype = 101) where et_document_users.user_id = u.id and et_work_order.wo_status_pk not in (8,11)) as work_order_current, (select group_concat(et_survey.id) from et_survey left outer join et_document_users on (et_document_users.vid = et_survey.id and et_document_users.vtype = 107) where et_document_users.user_id = u.id and et_survey.status not in (7,9)) as survey_current, (select group_concat(et_request.id) from et_request left outer join et_document_users on (et_document_users.vid = et_request.id and et_document_users.vtype = 103) where et_document_users.user_id = u.id and et_request.status_pk not in (7,9)) as request_current, (select group_concat(et_snag.id) from et_snag left outer join et_document_users on (et_document_users.vid = et_snag.id and et_document_users.vtype = 108) where et_document_users.user_id = u.id and et_snag.status not in (7,9)) as snag_current, u.apk_version, u.gcm_registration_id, u.notification_settings, u.use_tracking, u.tracking_timeout, u.uuid, u.project_pk, (case when ifnull(u.inactive,0) = 0 then 'Yes' else 'No' end) as Active, last_user_status.Latitude, last_user_status.Longitude, last_user_status.Status, fn_calc_distance(destination_site.L_longitude, destination_site.L_latitude, last_user_status.Longitude, last_user_status.Latitude) as distance, GetUserDocument(u.id) as user_documents, u.function, u.team, (case when ifnull(u.active_on_shift, 0) = 1 then 'Yes' else 'No' end) as active_on_shift, concat((case ifnull(last_doc_status.vtype, 0) when 101 then 'Workorder' when 103 then 'Request' when 107 then 'Survey' when 108 then 'Snag' else '' end), ' ', last_doc_status.vno, ' ', last_doc_status.status_date, ' ', mst_site_logical.name) as current_docment, mst_user_shift.name as shift_name from mst_users u left outer join et_users_status last_user_status on last_user_status.id = (select id from et_users_status where PK_User = u.id and ifnull(vid,0) = 0 order by Status_date limit 1) left outer join et_users_status last_doc_status on last_doc_status.id = (select id from et_users_status where PK_User = u.id and ifnull(vid,0) <> 0 order by Status_date limit 1) left outer join mst_site_logical on mst_site_logical.id = last_doc_status.site_l_id left outer join mst_site_logical destination_site on destination_site.id = 350 left outer join mst_user_shift on mst_user_shift.id = u.shift_id where 1=1 order by u.name 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 15-10-2022 12:21:14 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:21:14 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:21:14 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:21:14 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:21:14 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:21:14 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:21:19 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:21:19 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:21:27 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:21:27 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:22:03 ## 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 u.id, u.Userid, u.company, u.department_id, u.department_name, u.subdepartment_id, u.subdepartment_name, u.designation_id, u.designation_name, u.name, u.hayat_email, u.origin, u.passport_no, u.main_proficiency_id, u.alt_proficiency_id, u.cc_mobile_no_1, u.mobile_no_1, u.cc_mobile_no_2, u.mobile_no_2, u.visa__no, u.id_no, u.car_license_plate_import, u.car_license_plate, u.country_fk, u.location, u.assistance_required, (select group_concat(et_work_order.vno) from et_work_order left outer join et_document_users on (et_document_users.vid = et_work_order.id and et_document_users.vtype = 101) where et_document_users.user_id = u.id and et_work_order.wo_status_pk not in (8,11)) as work_order_current, (select group_concat(et_survey.id) from et_survey left outer join et_document_users on (et_document_users.vid = et_survey.id and et_document_users.vtype = 107) where et_document_users.user_id = u.id and et_survey.status not in (7,9)) as survey_current, (select group_concat(et_request.id) from et_request left outer join et_document_users on (et_document_users.vid = et_request.id and et_document_users.vtype = 103) where et_document_users.user_id = u.id and et_request.status_pk not in (7,9)) as request_current, (select group_concat(et_snag.id) from et_snag left outer join et_document_users on (et_document_users.vid = et_snag.id and et_document_users.vtype = 108) where et_document_users.user_id = u.id and et_snag.status not in (7,9)) as snag_current, u.apk_version, u.gcm_registration_id, u.notification_settings, u.use_tracking, u.tracking_timeout, u.uuid, u.project_pk, (case when ifnull(u.inactive,0) = 0 then 'Yes' else 'No' end) as Active, last_user_status.Latitude, last_user_status.Longitude, last_user_status.Status, fn_calc_distance(destination_site.L_longitude, destination_site.L_latitude, last_user_status.Longitude, last_user_status.Latitude) as distance, GetUserDocument(u.id) as user_documents, u.function, u.team, (case when ifnull(u.active_on_shift, 0) = 1 then 'Yes' else 'No' end) as active_on_shift, concat((case ifnull(last_doc_status.vtype, 0) when 101 then 'Workorder' when 103 then 'Request' when 107 then 'Survey' when 108 then 'Snag' else '' end), ' ', last_doc_status.vno, ' ', last_doc_status.status_date, ' ', mst_site_logical.name) as current_docment, mst_user_shift.name as shift_name from mst_users u left outer join et_users_status last_user_status on last_user_status.id = (select id from et_users_status where PK_User = u.id and ifnull(vid,0) = 0 order by Status_date limit 1) left outer join et_users_status last_doc_status on last_doc_status.id = (select id from et_users_status where PK_User = u.id and ifnull(vid,0) <> 0 order by Status_date limit 1) left outer join mst_site_logical on mst_site_logical.id = last_doc_status.site_l_id left outer join mst_site_logical destination_site on destination_site.id = 350 left outer join mst_user_shift on mst_user_shift.id = u.shift_id where 1=1 order by u.name 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 15-10-2022 12:22:20 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:22:20 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:22:42 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:22:42 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:22:59 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:22:59 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:23:09 ## 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 id, updated_at, notification_type, message from et_notification where to_user_id = 203 and ifnull(mark_read, 0) = 0 order by notification_type, id desc Inner Exception: Timeout in IO operation Source: MySql.Data 15-10-2022 12:23:10 ## 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 id, updated_at, notification_type, message from et_notification where to_user_id = 203 and ifnull(mark_read, 0) = 0 order by notification_type, id desc Inner Exception: Timeout in IO operation Source: MySql.Data 15-10-2022 12:23:16 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:23:16 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:23:27 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:23:27 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:25:28 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:25:28 ## Error ## ## DataAccess.GetData ## ## LoginUserInfo Unable to connect to data base 15-10-2022 12:25:28 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:25:28 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:25:43 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:25:43 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:26:10 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:26:10 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:10 ## Error ## ## DataAccess.SetData ## ## Error 15-10-2022 12:26:10 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:16 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:16 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:26:23 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:23 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:26:24 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:24 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:26:29 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:29 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:26:33 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:33 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:26:40 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:26:40 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:40 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:40 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:26:45 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:26:45 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:27:04 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:27:04 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 15-10-2022 12:27:14 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:27:14 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:27:26 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:27:26 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 15-10-2022 12:27:31 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:27:31 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:27:51 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:27:51 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:28:08 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:08 ## Error ## ## DataAccess.GetData ## ## GetRequestForUser Unable to connect to data base 15-10-2022 12:28:08 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:28:08 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:23 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:23 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:28:23 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:23 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:28:23 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:23 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:28:23 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:23 ## Error ## ## DataAccess.GetData ## ## GetPendingNotification Unable to connect to data base 15-10-2022 12:28: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 id, updated_at, notification_type, message from et_notification where to_user_id = 228 and ifnull(mark_read, 0) = 0 order by notification_type, id desc Inner Exception: Timeout in IO operation Source: MySql.Data 15-10-2022 12:28:37 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:37 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:28:55 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:55 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:28:56 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:28:56 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:29:12 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:13 ## Error ## ## DataAccess.GetData ## ## Get_WorkOrderForUser Unable to connect to data base 15-10-2022 12:29:13 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:12 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:29:28 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:28 ## Error ## ## DataAccess.GetData ## ## GetMisc Unable to connect to data base 15-10-2022 12:29:30 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:30 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:29:44 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:46 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:29:46 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:29:44 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:30:01 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:30:01 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:30:02 ## Exception ## Unable to connect to any of the specified MySQL hosts. ## DataAccess.GetConnection ## ## 15-10-2022 12:30:02 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 15-10-2022 12:34:26 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:26 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:34:26 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:34:26 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:26 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:34:26 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:26 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:34:26 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:27 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:27 ## Error ## ## DataAccess.GetData ## ## List_DocumentAttachment Unable to connect to data base 15-10-2022 12:34:39 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:39 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:34:39 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:39 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:34:40 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:40 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:34:40 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:40 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:34:49 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:34:49 ## Error ## ## DataAccess.GetData ## ## ShortList_Master Unable to connect to data base 15-10-2022 12:35:27 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:35:27 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:35:41 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:35:41 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:17 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:17 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:36:20 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:20 ## Error ## ## DataAccess.GetData ## ## GetEncryptionKey Unable to connect to data base 15-10-2022 12:36:29 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:29 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:36:32 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:32 ## Error ## ## DataAccess.GetData ## ## LoginUser Unable to connect to data base 15-10-2022 12:36:57 ## Exception ## Authentication to host '192.168.250.161' for user 'cmriUser' using method 'mysql_native_password' failed with message: Reading from the stream has failed. ## DataAccess.GetConnection ## ## 15-10-2022 12:36:57 ## Error ## ## DataAccess.GetData ## ## Display_GeneralConfiguration Unable to connect to data base 15-10-2022 02:53:03 ## Info ## ## EmailSMSUtility.sendSMSUsingTwilio ## ## SMS Using Twilio Exception The 'To' number 55627822 is not a valid phone number.