Environment Variables

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

Environment Variables

Post by mmanes »

Hi,
can you explain the following viriables for me?

APT_BUFFER_MAXIMUM_TIMEOUT
APT_PM_CONDUCTOR_TIMEOUT
APT_PM_NODE_TIMEOUT

Is anywere a document?

Thank you,
Matthew
leo_t_nice
Participant
Posts: 25
Joined: Thu Oct 02, 2003 8:57 am

Post by leo_t_nice »

Hi

I have a document of unknown origin, and i am not sure if there are any non-disclosure agreements around it, but i can give you these snippets. I hope they mean something to you...

APT_BUFFER_MAXIMUM_TIMEOUT is the largest value that the 'bufferop' write timeout will reach (default 600 seconds)

APT_PM_CONDUCTOR_TIMEOUT controls the number of seconds a section leader will wait for a response from the conductor before aborting.

APT_PM_NODE_TIMEOUT controls the number of seconds that the conductor will wait for a section leader to start up and load a score before assuming something has failed. The default for starting a section leader process is 30. The default for loading a score is 120.

Hope this helps
mmanes
Participant
Posts: 91
Joined: Tue Mar 16, 2004 10:20 am
Location: Rome

Post by mmanes »

Thank you Leo
Post Reply