1 / 6

AnotherDate is a also a date type but uses hard-coded strings specify the min and max

ADate is a date type and uses getRandomDate which uses string context variables to specify the min and max. AnotherDate is a also a date type but uses hard-coded strings specify the min and max. If I run this I see it all works, so everything is OK.

Download Presentation

AnotherDate is a also a date type but uses hard-coded strings specify the min and max

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ADate is a date type and uses getRandomDate which uses string context variables to specify the min and max

  2. AnotherDate is a also a date type but uses hard-coded strings specify the min and max

  3. If I run this I see it all works, so everything is OK.

  4. If I now close the Job then re-open it and re-open my tRowGenerate, I see that my Adate column has changed its Function from getRandomDare to addDate() – however, the AnotherDate column, which had hard-coded strings rather than context variables has remained as getRandomDate

  5. If I now run my job it fails to work, as the values for the AddDate function of ADate are wrong. So I have not changed my job, but the act of closing and re-opening it has changed it.

  6. If I correct my tRowGenerate, save the job , close the job, re-open the job and run (without re-opening the tRowGenerate), then everything is ok – it is the act of opening the tRowGnerate which appears to be corrupting the Adate settings, not opening the actual job.

More Related