Unrecognized module name "none" in environment var

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
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Unrecognized module name "none" in environment var

Post by satheesh_color »

Hi All,

Today we rollout our parallel jobs in version v7.5.2 from v7.5A...one of the job has abort with the below DSLog:

node_node1: Unrecognized module name "none" in environment variable APT_DEBUG_MODULE_NAMES
main_program: ORCHESTRATE step execution terminating due to SIGINT
we set the environment variable value "none" to APT_DEBUG_MODULE_NAMES in DSAdministrator.
we set the warning limit to 50..and it reached the warning limit and the job aborted.

can you please help me on this issue.

Thanks,
Satheesh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Clearnly "none" is not a legal module name.
Unset the environment variable. To do this, set it up as a job parameter and make the job parameter's default value the special symbol $UNSET
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post by satheesh_color »

ThankYou Ray.



Rgards,
Satheesh
Post Reply