Error " Failed to allocate bindings memory."

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
sajan
Participant
Posts: 1
Joined: Wed Jun 13, 2007 1:55 pm

Error " Failed to allocate bindings memory."

Post by sajan »

Hello everybody,

I have two problems :

The first problem:
I have this error when i try to execute my job :
"Failed to allocate bindings memory."

The second problem:
When i use in my stage OLE/DB the provider=SQLOLEDB.1 the job failed and when i use MSDASQL.1 the job run whitout error.
For information, i have others jobs where the provider SQLOLEDB.1 and they run whitout problem

Can you help me please ?

Thank you very much.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

For problem 1 looks like you're exhausting available memory. Do you monitor memory consumption, for example with Task Manager or with Performance Monitor, on the server?

For problem 2 there is obviously something in that particular job that is incompatible with provider SQLOLEDB.1 - but without seeing the warnings that were generated it is impossible to diagnose further. Why don't you inspect the job log and see if there's anything obvious logged there?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply