Memory Allocation Failure

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sreenivas
Participant
Posts: 12
Joined: Thu Dec 08, 2005 3:43 am

Memory Allocation Failure

Post by Sreenivas »

Hi,

My Job is writing all the error data to an error record and while writing the same it is getting the Message using a Lookup.

I am getting a warning with the following message

"K_FDM84_88_JRNL_LN..lkp_PS_MSG_CAT_ETL_VW: [IBM][CLI Driver] CLI0120E Memory allocation failure. SQLSTATE=HY001"

Can someone shed some light to get out of this warning message.

Thanks,
Sreenivas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is a driver message, see IBM Error Messages for details or further reading.

The process cannot allocate additional virtual memory. Is this error sporadic or does it happen every time you try it with this job? If it always happens, is it at the same row?
Sreenivas
Participant
Posts: 12
Joined: Thu Dec 08, 2005 3:43 am

Post by Sreenivas »

ArndW wrote:This is a driver message, see IBM Error Messages for details or further reading.

The process cannot allocate additional virtual memory. Is this error sporadic or does it happen every time you try it with this job? If it always happens, is it at the same row?
Hi,

Thanks for the response, do you know any settings on the Job side and on the database server side to avoid this problem.

Thanks,
Sreenivas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The problem hasn't been located yet so no possible solution can be given. You know the DB/2 write is unable to allocate memory; but not why. It could have several causes. First off, try to change your write stage settings to see if the error goes away - and think about the answers to the questions in the previous post; that might help you find the true cause.
Post Reply