No response from Mid server when test load data using JDBC data sourceIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } When loading Data using JDBC data source gets error as "Did not get the response from mid server" In Agent Logs could see below errors 2023-08-23T01:34:57.793-0400 WARN (Worker-Standard:JDBCProbe-5b5e79c6dbfc399058878f3813961943) [HTTPClient:830] Method failed: (https://<instancename>.service-now.com/sys_data_source.do?SOAP&displayvalue=all&redirectSupported=true)HTTP/1.1 403 Forbidden with code: 403 2023-08-23T01:34:57.793-0400 ERROR (Worker-Standard:JDBCProbe-5b5e79c6dbfc399058878f3813961943) [RemoteGlideRecord:918] getRecords failed (Method failed: (https://<instancename>.service-now.com/sys_data_source.do?SOAP&displayvalue=all&redirectSupported=true)HTTP/1.1 403 Forbidden with code: 403) 2023-08-23T01:34:57.793-0400 ERROR (Worker-Standard:JDBCProbe-5b5e79c6dbfc399058878f3813961943) [MIDRemoteGlideRecord:174] Method failed: (https://<instancename>.service-now.com/sys_data_source.do?SOAP&displayvalue=all&redirectSupported=true)HTTP/1.1 403 Forbidden with code: 403 2023-08-23T01:34:57.793-0400 WARN (Worker-Standard:JDBCProbe-5b5e79c6dbfc399058878f3813961943) [AbstractImportExportProbe:42] Failed to initialize the connection. Try number: 1 out of: 5 In node logs could see In node logs could see below 2023-09-14 20:19:39 (381) API_INT-thread-4 AC6EB319DB5D359058878F38139619DE txid=909ef711db9d *** End #868999 /sys_data_source.do, user: mid_server, total time: 0:00:00.000, processing time: 0:00:00.000, CPU time: 0:00:00.000, SQL time: 0:00:00.008 (count: 21), source: 136.226.84.170, type: soap , method:null, api_name:null, resource:null, user_id:a658e5fa13b12a00c62abd566144b009, response_status:4032023-09-14 20:19:39 (379) API_INT-thread-4 AC6EB319DB5D359058878F38139619DE txid=909ef711db9d SEVERE *** ERROR *** WebServicePolicyValidator: Table access denied by WebService Access Policy. [tableName= sys_data_source] Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } all Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue is caused when the "Allow access to this table via web services" field is not checked in the table [sys_db_object] record. Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Ensure the "Allow access to this table via web services" field is checked in the table [sys_db_object] record for sys_data_source