Page 1 of 1

DS Engine log

Posted: Mon Aug 20, 2012 6:55 pm
by peep
How n Where can I view DS Engine logs?

Posted: Mon Aug 20, 2012 9:04 pm
by ray.wurlod
Welcome aboard.

Your question is more complex than you probably realise.

The first issue is that there's no process, therefore no log, for the DataStage Engine. Each job has its own, individual, log which you can read using the Director client.

Other parts of the Information Server suite, such as the application server and the node agent, have their own logs. So that we don't waste a whole lot of time on these, what specifically do you want to find out from the logs?

Posted: Mon Aug 20, 2012 9:18 pm
by peep
developers was running job and we had page spacing issue and it took the whole space.

is there any solution to it ? how to solve the issue?

secondly I am trying to view the Ds engin log so that I can see where the error could be.. where can I find the ds engine log ?

Posted: Tue Aug 21, 2012 12:02 am
by ArndW
Peep - as has already been mentioned, there is no single log, you need to look at the log of the job in question, starting with the director log.
"page spacing issue" is rather vague - did you actually run out of page/swap space? Or temporary disk space? Or disk space? Is the paging area(s) large enough?

Posted: Tue Aug 21, 2012 11:19 am
by jwiles
What flavor of Unix is being used? There are one or two O/S's which can allocate a large amount of paging/swap space when running DS parallel jobs (due to how the O/S operates).

Resolving will depend upon understanding what the issue is (as ArndW said--"paging space issue" is quite vague) and determining it's cause through analysis of system monitoring and examining what DataStage jobs were running and how. Job logs (and/or the DS Operations Console if you're using IS 8.7) will need to be examined.

Regards,