Where do I find the APT_LUTCREATE_NO_MMAP env variable?

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
vintipa
Participant
Posts: 136
Joined: Wed May 07, 2008 11:26 am
Location: Sydney, Australia
Contact:

Where do I find the APT_LUTCREATE_NO_MMAP env variable?

Post by vintipa »

Hi Experts,

Where can I find the Environment variable "APT_LUTCREATE_NO_MMAP" ?
I dont see it in the Usual list of Env Variables that we find the Administrator Client.

Do I need to import this from else where? Please help.

regards,
Vinay
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

APT_LUTCREATE_NO_MMAP is one of the environment variables that are not exposed in DataStage Administrator client.

Simply add an entry for the variable in DSDesigner at job level and set this variable to True (or 1).
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
vintipa
Participant
Posts: 136
Joined: Wed May 07, 2008 11:26 am
Location: Sydney, Australia
Contact:

Post by vintipa »

Oh... Thanks for thar quick response Roland :).

So I have created just a normal parameter with the name and prompt as "APT_LUTCREATE_NO_MMAP" of type 'String' and given the value as "True".

Will test the jobs and revert with the result.

Basically our server is performing very slow and thus trying some things out to Improve the performance.

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

Post by ray.wurlod »

You need to create the environment variable (using DataStage Administrator client) and bring that into the job as a parameter. The parallel execution engine is looking for an environment variable.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vintipa
Participant
Posts: 136
Joined: Wed May 07, 2008 11:26 am
Location: Sydney, Australia
Contact:

Post by vintipa »

Thanks ray,

I'l do that.
Vinay
Post Reply