Search found 78 matches

by bart12872
Fri Jun 20, 2008 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Problem
Replies: 8
Views: 7888

your job is consuming too memory (RAM).
Optimize it.
by bart12872
Fri Jun 20, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 2
Views: 1690

Have you look to the parameter APT_CONFIG_FILE ? what is the value ?
by bart12872
Fri Jun 20, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Fatal Erro
Replies: 5
Views: 2195

I don't know why this append, but a force compile of your job should resolve your problem.
by bart12872
Fri Jun 20, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment Variables
Replies: 1
Views: 833

In the DSParams file. In your project folder.
by bart12872
Thu May 29, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Dataset
Replies: 3
Views: 1324

Is there any temporary files involve in the Orchadmin suppression ?

because the following error appeared
( In file set "/tmp/import_tmp_4927490dbc859cf.fs": Parsing a dataset, expecting a fileset.) when I didn't used the Orchadmin deletion.

thanks,
bart
by bart12872
Thu May 29, 2008 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Dataset
Replies: 3
Views: 1324

Remove Dataset

Hi, When I remove all the datasets I use in my projects, I do this : rm *.ds and rm on all datasets files (for exemple .ds.dwh.dwh001.0000.0000.0000.14374.ca000f42.0000.7a732e23) what is the difference between this methods and the use of Orchadmin ? this method must be ban , yes or no ? thanks, bart.
by bart12872
Wed May 28, 2008 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem dataset, waiting for a fileset
Replies: 3
Views: 2995

In fact,
I delete the Datasets manually in the Dataset folder + all the *.ds files.

I found what happend, I launch a sequencer in Restartable Mode, so
certain job didn't run.
The file wasn't create.

thanks for your answers.
by bart12872
Tue May 27, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem dataset, waiting for a fileset
Replies: 3
Views: 2995

Problem dataset, waiting for a fileset

Hi, I have the following error : "In file set "/tmp/import_tmp_236766898e7a988.fs": Parsing a dataset, expecting a fileset.." This produce in a fileset stage. I don't understand why Datastage parsing a Dataset. A purge of the Datasets use in the project have been made, but it sho...
by bart12872
Thu May 22, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read in a mail box
Replies: 6
Views: 1943

It's a lotus mailbox
by bart12872
Thu May 22, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read in a mail box
Replies: 6
Views: 1943

Read in a mail box

Hi, In a Datastage PX job, Is it possible to have a mailbox in source and read mail ? If not, may a buildOp development could do this task ? And if is really not possible in Datastage PX, is there another Ascential software that can make this task (like perhaps the EAI datastage TX) ? thanks, bart.
by bart12872
Fri Jan 04, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Close command in OCI Oracle
Replies: 1
Views: 997

Close command in OCI Oracle

Hi, I have a stage Oracle witch create a table in replace mode. I want to create 2 index on this table after it was created. I succeed in create one index in Close command but no more. Is it possible to do that. Remark : I don't want to write the Create table SQL statement, just index statements. th...
by bart12872
Thu Nov 29, 2007 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformers columns and value
Replies: 8
Views: 2291

Column values only exist while a row is being processed. They are not stored anywhere within DataStage. Therefore the answer to your original question is that it is not possible to "get" the values ... In fact, this is not a 'value' I want to get but the derivation value in the transforme...
by bart12872
Wed Nov 28, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformers columns and value
Replies: 8
Views: 2291

I can't modify all jobs it will take too long time. but I'm asking a question, for curiosity, data are stored in project folder. there is DS_JOBS, DS_JOBSOBJECTS, DS_METADATA and more, but there's also DS_TEMP594, RT_BP594, RT_BP594.O (By UV request I'm supposed that 594 is the job id). This last on...
by bart12872
Wed Nov 28, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformers columns and value
Replies: 8
Views: 2291

In fact, the idea is to analyse transformers of 200 jobs. I want to retrieve the value of the column 'REJ_TYP' for all transformers with this column. in fact, i wrote a routine to list all the jobs and list all transformers in a job but i don't know how to retrieve column information that's why i us...
by bart12872
Wed Nov 28, 2007 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformers columns and value
Replies: 8
Views: 2291

Transformers columns and value

Hi,

With a routine, i want to retrieve all the output columns of a tranformer and the values

for exemple
transformer_name;output1; Ln_input.COL1
output2; Ln_input.COL2
...

Is it possible ? and How to do that ?

thanks,
Martin.