Hi,
I was designing a PX job which takes as input a Timestamp. Then i trasform this in a date with a timestamptodate. Then I tried using the DateFromJulianDay function in my transformer but when i run this job, it is return me this error:
Conversion error calling conversion routine date_from_julian
All suggestions are welcome.
Thanks.
Conversion error calling conversion routine date_from_julian
Moderators: chulett, rschirm, roy
I try to explane better.
My date is a Timestamp. In my trasformer I create a Variable stage called ERIPinival. The derivation is
JulianDayFromDate(timestamptodate(in_D_EDW_EAUT.DATA_ERIP_DATA_INI_VAL)). Then i assigned this Variable to another variable stage called MAXinival. The derivation is DateFromJulianDay(max(ERIPinival)). And a the end I assign this variable tu a column date in trasformer. when i tried to run the job it returns the error
My date is a Timestamp. In my trasformer I create a Variable stage called ERIPinival. The derivation is
JulianDayFromDate(timestamptodate(in_D_EDW_EAUT.DATA_ERIP_DATA_INI_VAL)). Then i assigned this Variable to another variable stage called MAXinival. The derivation is DateFromJulianDay(max(ERIPinival)). And a the end I assign this variable tu a column date in trasformer. when i tried to run the job it returns the error
