Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
praveenak
Partner - Contributor II
Partner - Contributor II

QVX_UNEXPECTED_END_OF_DATA: The remote server returned an error: (404) Not Found.

Hi All,

Can someone Please help me to solve the below error (bolded below) that occurred when trying to fetch data using REST Connector.

1. Please provide some inputs of when this usually occurs because am loading three tables using the same rest connection but only table failed while other two tables loaded successfully.

2. And how it can be resolved.

2017-03-16 04:29:31 0171 *** CONNECT TO ***

2017-03-16 04:29:32 0173 RestConnectorMasterTable:

2017-03-16 04:29:32 0174 SQL SELECT

2017-03-16 04:29:32 0175 "__KEY_root",

2017-03-16 04:29:32 0176 (SELECT

2017-03-16 04:29:32 0177 "level",

2017-03-16 04:29:32 0178 "metricsCategory",

2017-03-16 04:29:32 0179 "metricsId",

2017-03-16 04:29:32 0180 "metricsName",

2017-03-16 04:29:32 0181 "__FK_metricsLevelList"

2017-03-16 04:29:32 0182 FROM "metricsLevelList" FK "__FK_metricsLevelList")

2017-03-16 04:29:32 0183 FROM JSON (wrap on) "root" PK "__KEY_root"

2017-03-16 04:29:32       7 fields found: level, metricsCategory, metricsId, metricsName, __FK_metricsLevelList, __KEY_root, __extra_,

2017-03-16 04:29:32      Error: QVX_UNEXPECTED_END_OF_DATA: The remote server returned an error: (404) Not Found.

2017-03-16 04:29:32      Execution Failed

2017-03-16 04:29:32      Execution finished.

Thanks in Advance,

Praveen

1 Reply
monaali602
Partner - Contributor III
Partner - Contributor III

Please did you find a solution to this issue