Error in Prepare Recipe

quixata
Level 2
Error in Prepare Recipe

Hi,

I am encountering into an issue in a prepare recipe.
When I am executing this recipe, it is saying:

Oops: An Unexpected Error Occured
Job execution process died before start
HTTP code: 500, type: java.lang.Exception

The input file I am dealing with has a text field that has date values but in many formats.
Among these, there are three different formats (and these account for more than 95% of the cases).
These are: dd/mm/yy, mm/dd/yy and dd/mm/yyyy

To handle these, I am making three copies of the same date field and parsing them using the above formats each.
Finally, I am creating a new field by combining the three parsed date fields with the formula:

if(isBlank(Eff_Date1_parsed),if(isBlank(Eff_Date2_parsed),Eff_Date3_parsed,Eff_Date2_parsed),Eff_Date1_parsed)

 

I am using Opera browser. Do you think this might be the problem?

Kindly advise how to proceed.

Regards,
Tirthankar Ghosh


Operating system used: Windows 10

0 Kudos
2 Replies
SarinaS
Dataiker

Hi @quixata,

If you are still experiencing this issue, can you open a support ticket with:
(1) A screenshot showing the full error message including the DSS URL
(2) A diagnostic of the DSS instance

It is the case that Opera is not a supported browser, that said the issue you are reporting does not seem necessarily browser-related. We would certainly suggest switching to a supported browser to ensure that everything is working as expected though.

Thanks,
Sarina

0 Kudos
quixata
Level 2
Author

Hi,

This problem is resolved now after I relogged in to Dataiku.
I am facing a different issue now which I am going to discuss in a separate thread .

Thanks and Regards,
Tirthankar

0 Kudos