Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
rapmaster
Contributor II
Contributor II

getTaskDetails doesnt contain tables_with_error_count

I'm using the getTaskDetails how the response is missing some values 

For example:

@{$type=AemTaskInfoDetailed; cdc_event_counters=; full_load_completed=True; full_load_start=12/03/2023 15:22:16; full_load_end=12/03/2023 16:21:26; full_load_throughput=; cdc_throughput=; cdc_transactions_counters=; cdc_latency=; replicate_profile=UNIDIRECTIONAL; task_stop_reason=FULL_LOAD_ONLY_FINISHED; memory_mb=0; disk_usage_mb=0; data_error_count=0; options=; cpu_percentage=0; log_stream_staging=; full_load_counters=; name=Snowflake; state=STOPPED; description=some description; source_endpoint=; target_endpoint=; assigned_tags=System.Object[]; message=; profile=UNIDIRECTIONAL}

https://help.qlik.com/en-US/enterprise-manager/November2022/Content/EnterpriseManager/EnterpriseMana...

The API should have an attribute called tables_with_error_count?

The reason I ask is that sometimes the full load fails however the response is STOPPED or FULL_LOAD_ONLY_FINISHED and doesn't show any error code. Web UI indicates 1 table had an error.

 

Labels (1)
2 Replies
OritA
Support
Support

Hi, 

Please open a case for this issue and provide the exact details of the QEM version that you are working with and the API you use so we can look at the details and troubleshoot your issue. 

Thanks & Regards,

Orit

Heinvandenheuvel
Specialist III
Specialist III

The WebUI achieves this through an Api similar to GetTableStatuses  

When you see a task in error, you may want to call the QEM GetTableStatuses API to drill down to the tables behind the error.

Hein.