Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
pradeep92
Partner - Creator II
Partner - Creator II

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

Hello,

I am trying to Connect to LIB CONNECT TO 'monitor_apps_REST_app' and fetch the metadata details for an app.

I am using the Metadata analyzer app but it is throwing the below error for the connection used in SQL.

App id - 8622b973-8802-47ec-8624-214eac8a1e78

Code:

SQL Select *

FROM JSON (wrap on) "root" PK "__KEY_root"

WITH CONNECTION (
 URL "https://czchowspc011188.xyz-dc.abc.com/adminsidedhl/api/v1/apps/'8622b973-8802-47ec-8624-214eac8a1e7...",
HTTPHEADER "User-Agent" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36"
 37 fields found: logical_cores, total_memory, __FK_hardware, cpu_time_spent_ms, __KEY_reload_meta, __FK_reload_meta, @Value, __FK_src_tables, @Value_u0, __FK_tags, name, is_system, is_hidden, is_semantic, distinct_only, cardinal, total_count, is_locked, always_one_selected, is_numeric, comment, byte_size, __KEY_fields, __FK_fields, name_u0, is_system_u0, is_semantic_u0, is_loose, no_of_rows, no_of_fields, no_of_key_fields, comment_u0, byte_size_u0, __FK_tables, static_byte_size, __KEY_root, __extra_,

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

Please help me out on this.

 

Regards,

Pradeep

 

1 Reply
jpe27966
Partner - Contributor
Partner - Contributor

Hi Pradeep - Did you ever find a solution to this problem? I am running into the same error.