Error Log explaination

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
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Error Log explaination

Post by DSguru2B »

I have this error coming up for the Jobs that I am running.
Actually this is it:

DSD_SendEvent.B:Error Starting run
Cmd = SH -c'ActivityCmd START -file MSEVENTS/20061016142140000'
Output = ERROR: Couldn't get I/O for the connection to: localhost.
ReturnCode = 1

Any ideas.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

It seems you're having an issue with a Sequence job. It appears to be logging that something is being started but it can't do the logging. My guess is that you might be using MetaStage to receive process metadata, but I can't be sure.

My box of donuts guess is that you have a fully loaded system with no resources available when this happens, which means probably some timeout is occurring. Consider monitoring your server load and giving us more details.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

I am not using Metstage nor Sequencer.
Even if I try to run a simple job that tests my connection with the Oracle database by selecting 1 from dual. That Job too is giving this warning.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

It appears that your job is logging events for MetaStage. The command activity, MSevents, all points that way. I'm probably not the right person to be helping, but that is what appears to be happening.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply