Hi all -
Can anyone please tell me why my script seems to be stalling after this Do While loop is complete? My loop is trying to load and concatenate multiple large QVDs from the name range of 2016 to 2019 (each QVD is named "_201*".
The script loads each QVD based on my conditions correctly, but after it loads the 2019 file, the script just stalls and freezes up. I have debugged this several times each time it sames the script has finished, but everything stalls
Are the tables not automatically concatenating thus creating synthetic keys? Any help on this would be greatly appreciated. I have attached a log file as well.
Is it possible you have another table in your app before this with the repeating fields and it is trying to create a synthetic key?
Hi Pradosh -
This was the correct solution. I forgot that my ID key field was not added until 2017 on and that in previous applications I always hard-code the field names that I need. Adding the specific field names and omitting "ID" let the table concatenate properly and the script ran through successfully. Good catch, thanks!
Gary