Runtime error with SQL Server connection

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
mmanes
Participant
Posts: 91
Joined: Tue Mar 16, 2004 10:20 am
Location: Rome

Runtime error with SQL Server connection

Post by mmanes »

Hello everybody,
I made a connection with DataStage Ver. 7.5.1A using the stage DRS (Dynamic Relational Stage) to a Database SQL server.

In runtime I have the following error:

"node_node1: Player 1 terminated"

Can someone please tell me why this happens?

Thank you.
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

Looks like an issue with disk space on unix. Check the disk space.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are many possible reasons, disk space full being one, someone killing processes is another, attempt to divide by zero yet another. It's not possible to tell with just that message? Does it occur reliably? If so, after how many rows? Is there an aberrant row at that point in your source data?
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