OLE server has failed message

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ysrini9
Participant
Posts: 108
Joined: Tue Jul 12, 2005 2:51 am

OLE server has failed message

Post by ysrini9 »

Hi ,
when I click on the some stages in my job,I am getting one meassage which says"(40503) A call to an OLE server has failed,or a runtime error occured within the OLE server itself" due to this I uanble open the stage properties.

can anybody share the inf what does it really mean or doing.



Thanks
srini
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage clients invoke COM objects for communication with the server. It is somewhere within the OLE server that exposes these objects that the failure has occurred. It might be something as simple as Windows losing track of a handle, or it may be much more complex. Alas, the message itself provides no real clue.

Closing the client (or all connections to the server) and opening a new one usually corrects this fault.
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