Hello esteemed forum members,
Last Friday, the batch job was working without any problems. Am I just (Monday) at work I get an error as shown in the attached file.
Can anyone help me to solve this problem?
I work with Data Services 12.2.3.3.
Thank you in advance!
Greetings Peter
Something must have changed since. Volume, parallel execution, etc. Therefore you need to find out what. Use xSearch to check symptoms.
Thank you,
Viacheslav.
The problem I solved by the variabele sql = $l_aantal_verstreken_dagen (cogas_nb_dwh ","SELECT max (DAG_JAAR_NR) FROM D_DAGEN WHERE substr(DAG_ID,1,4) = {$l_peiljaar} and DAG_ID <= {$l_peildatum}"); to change a decimal into a varchar.
Strangely, the fact that the batchjob it has done with this variabele as a decimal
Add a comment