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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
shreeya_jain
Contributor
Contributor

Post Loading ETL not working with multiple DML statement in one set

In dev compose Project  "Project_master_synapse" for CMDM_Datavault we have POST loading ETL which is having multiple update statement .

Issue is some update are executing as expected some are not executing as expected at backend.

We tried to manually check that update statement from backend that update is working fine .

 

Need help on this 

Labels (2)
1 Solution

Accepted Solutions
eticam
Contributor
Contributor

For loads of large data sets, it is highly recommend to run the jobs in parallel. Oracle is able to execute SQL statements with multiple ...
 

View solution in original post

3 Replies
shashi_holla
Support
Support

Hi @shreeya_jain 

The right forum to get this fixed would be through a support case and we can check the task statements and logs to figure out the issue. 

Thank you,

eticam
Contributor
Contributor

For loads of large data sets, it is highly recommend to run the jobs in parallel. Oracle is able to execute SQL statements with multiple ...
 
shreeya_jain
Contributor
Contributor
Author

Thanks for recommendation now issue is resolved