Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch job failure

Former Member
0 Likes
656

Hi Experts,

I have a small problem while running a batch job. It is getting cancelled and throwing the follwing error

Job started                                                                         
Step 001 started (program /AZGWS/GIA_READ_MAIL, variant SALES_AUTO, user ID MPZSDSA)
Step 002 started (program ZVU65030, variant LOG_FILE, user ID MPZQMBS)              
*Enter a valid date (e.g. 01.01.1996)*                                                
Job cancelled after system exception ERROR_MESSAGE

The error code is

FK        888         E

I dont think my program is wrong in anyway because it is not using the message class used in my program. The contents of the file that are used in the program are also correct. What could be the problem here? =\

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

Hi,

Is the format of Date passed and the Date in User Profile matches?

Please check that.

DhanaLakshmi M S

3 REPLIES 3
Read only

Former Member
0 Likes
525

Hi,

Is the format of Date passed and the Date in User Profile matches?

Please check that.

DhanaLakshmi M S

Read only

abdul_hakim
Active Contributor
0 Likes
524

HI

Kindly Check the date format and make necessary corrections to your file.

Cheers,

Hakim

Read only

Former Member
0 Likes
524

Thank you!