Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a daily full load task from a SQL Server view to Snowflake that ran successfully but did not load the full dataset. We were expecting 700k records and only 400k loaded. There are no error or warning messages and nothing in the task logs that looked suspicious. We reran the task, and the table loaded all of the records. This is the second time we have caught this issue.
There have been no modifications to the view or the task. Because it is a view and not a table, there are no statistics available. It is not an indexed view. From the task logs, we see that the SOURCE_UNLOAD has the incorrect number of rows sent from SQL Server.
Has anyone else experience this before? What could be causing this?
Hi @JGRFCU ,
Thank you for reaching out to the Qlik Community.
Please check the following items:
SOURCE_UNLOAD
and verify if the SQL statement is correct.If root cause still can't be identified, please submit a support ticket.
Regards,
Desmond
Sometimes it may not throw error or warnings in the task logs. Check the replicate repserv logs and sql server logs for the missing records on that date.
Also, confirm that the SQL Server is using the latest ODBC driver version.
Thanks
Naren