Corporate Standard is no Job Sequences - I need to change it

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

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

Post by ArndW »

palmeal wrote:...
RejEntries = DSGetLogEntry(JobHandle, warning)
call DSLogInfo (RejEntries,"GETLOGENTRY ROWS")
Palmeal,

what is your variable "warning" set to ? :?
palmeal
Participant
Posts: 122
Joined: Thu Oct 14, 2004 7:56 am
Location: Edinburgh, Scotland

Post by palmeal »

Sorry Arnd, I missed these lines out

warning = DSGetNewestLogId (JobHandle, DSJ.LOGINFO)
call DSLogInfo(warning, "WARNING")

warning does return a value.

I ran the underlying Server Job in standalone mode and it extracted all of the rows that I expected but in the Director Log the following message appeared

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

Because this is finishing with a warning my whole process now stops - as said before I haven't changed any code so think it must be environmental.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, it sounds like you should get service involved (plus open up a new thread, as this one has suffered from the infamous thread-creep disease)
Post Reply