DS generating 25+GB of log files

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
simc
Premium Member
Premium Member
Posts: 16
Joined: Wed Jul 22, 2015 12:10 pm

DS generating 25+GB of log files

Post by simc »

So I have this Job that is filling up up the tmpspace with log files while the job is running, like 25+GB.

I did have logging set to trace at one point, but have removed that. I've been searching for any other logging settings, and everything seem normal.

I don't have access to the admin side, but our admin says there's nothign set there.

Anyone have any suggestions? Things were working fine for a long time. They did do a couple patches and fixpacks, but I'm not sure how that would effect things.

Thanks for any tips.
Charles
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Have you checked what is in your log file?

Warning messages perhaps?

if the gui is to slow because of the size of the log, look via command line.

$DSHOME/bin/dsjob -logdetail <project> <job.invocation>
Post Reply