Page 1 of 1

Where do I find the APT_LUTCREATE_NO_MMAP env variable?

Posted: Tue Oct 02, 2012 5:46 am
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,

Posted: Tue Oct 02, 2012 6:13 am
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).

Posted: Tue Oct 02, 2012 7:32 pm
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.

Posted: Wed Oct 03, 2012 3:18 pm
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.

Posted: Thu Oct 04, 2012 4:06 am
by vintipa
Thanks ray,

I'l do that.