Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can someone please tell me why my implement load keep failing? Even when I comment out the variable vLastRunTime and the QVDs to implement load on and just store small table QVDs....it still fails. I'm attaching my scripting for the QVDs.
Any help would be appreciated.
Thanks in Advance,
It looks like it should have been, but for this one time before you reload, can you go into the variable overview and change the format yourself so that it can reload
Change 28-02-2016 to 28-Feb-2016
Still no fruition.
Maybe missing quote for the variable in the SQL select
....
.... > '$(vLastRunTime)'
I suggest to try with literal in the SQL select and when you find the correct date format, change the
let vLastRunTime = ....
to match the format you've found