Any Idea on APT_DEBUG_MODULE_NAMES ??

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
salil
Participant
Posts: 46
Joined: Thu Oct 13, 2005 5:41 am

Any Idea on APT_DEBUG_MODULE_NAMES ??

Post by salil »

node_node1: Unrecognized module name "orautils" in environment variable APT_DEBUG_MODULE_NAMES [ifdebug/ifdebug.C:65]

This is a warning message I'm getting before my job aborts with fatal message :
TARGET_TAB: connect failed for env: devsid, user: devusr, password: *****
Oracle error: -2127
[orautils.C:413]

Pls throw some light on what APT_DEBUG_MODULE_NAMES is..

Thanks in Advance
A printer consists of 3 main parts: the case, the jammed paper tray and the blinking red light.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

Check out the Parallel Job Advanced User Guide. According to that, the APT_DEBUG_MODULE_NAMES is used as follows:
This comprises a list of module names separated by white space that
are the modules to debug, i.e., where internal IF_DEBUG statements
will be run. The subproc operator module (module name is
"subproc") is one example of a module that uses this facility.
Are you doing debugging? There is a chapter section on debugging in this user guide that may provide more insight into what is going on.

Brad.
mystuff
Premium Member
Premium Member
Posts: 200
Joined: Wed Apr 11, 2007 2:06 pm

Post by mystuff »

bcarlson wrote:Check out the Parallel Job Advanced User Guide. According to that, the APT_DEBUG_MODULE_NAMES is used as follows:
This comprises a list of module names separated by white space that
are the modules to debug, i.e., where internal IF_DEBUG statements
will be run. The subproc operator module (module name is
"subproc") is one example of a module that uses this facility.
Are you doing debugging? There is a chapter section on debugging in this user guide that may provide more insight into what is going on.

Brad.
I was looking at the "Parallel Job Advanced User Guide" and the above quoted text is the only information I have found in the User Guide. Can anyone point me to the right location or share me a link which gives information about APT_DEBUG_MODULE_NAMES
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Are you having some sort of... debugging crisis? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Ordinarily this is only used on advice from support, who will advise the module names. When a job starts, there is an event logged showing which modules are loaded. These are examples of the module names that can be loaded into APT_DEBUG_MODULE_NAMES.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply