Search found 15603 matches

by ArndW
Fri May 30, 2008 9:28 am
Forum: General
Topic: Will DBlink make it faster?
Replies: 6
Views: 4169

Are you talking about Postgres "dblink"?
by ArndW
Fri May 30, 2008 9:19 am
Forum: General
Topic: Datastage 8 installation in Linux
Replies: 1
Views: 905

The installation guide is on your CD, I don't have one available to me now so I cannot give you the document name - but there will be a README as well as PDFs.
by ArndW
Fri May 30, 2008 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing Orch admin
Replies: 6
Views: 2601

Since the dsenv is used for all projects you will get that default assignment for APT_CONFIG_FILE for all projects. But you can (and should) make the APT_CONFIG_FILE a parameter to all of your PX jobs and specify a different default value. You may also specify a project level default in the Administ...
by ArndW
Fri May 30, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Error
Replies: 6
Views: 1190

Re: LookUp Error

Gopinath wrote:If i change the Length of the column according to the matching data then its working but that should not be the case coz in production it will differ...


Not quite sure what you mean by that part; is this join column a string?
by ArndW
Fri May 30, 2008 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic directory in actual execute command via parameter
Replies: 3
Views: 892

Umm, DataStage is pretty good at reading text files in jobs and using parameters for dynamic values.
by ArndW
Fri May 30, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

Yes, I thought it might show internal hashed file errors. The quickest solution with the highest chance of 100% recovery is to do a full project export, delete the corrupted project, re-create it & load in the jobs. If you cannot do this then we can go about looking for the cause, but we've touc...
by ArndW
Fri May 30, 2008 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeuncer is not triggering jobs immediately
Replies: 6
Views: 1465

The important part is that if you issue a "Quit" from the director and the sequence doesn't stop in a reasonable amount of time (give it a minute or two). This means that the sequencer is running something which is not interruptable by the "quit" signal. I assume that when this 20-30 minute pause is...
by ArndW
Fri May 30, 2008 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Correction of email addresses
Replies: 2
Views: 734

This type of error detection and correction is just what QualityStage components does quite well.
by ArndW
Fri May 30, 2008 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the column name with the data into a lookup
Replies: 2
Views: 715

How is Yorkshire these days? One option you have is to use a shared container. Pass in the column_name and value as parameters, then create those column names in a modify stage and you can use them from there on. The trick is in the modify stage, where you can use a parameter value as your column na...
by ArndW
Fri May 30, 2008 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output records execution order!
Replies: 4
Views: 1078

ag_ram - please clarify your post. Better yet, write a short job to simulate this question, turn off buffering using $APT_BUFFERING_POLICY or do it explictly in all the stages and then either prove Ray correct or incorrect. This job shouldn't take more than 10 minutes work on your part. If the asser...
by ArndW
Fri May 30, 2008 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No closed loop scenario while updating the reference table
Replies: 5
Views: 1113

The terminology is a bit unclear, but I can imagine the point of the question is asking what happens when a lookup value is changed during the execution of a job - does the value from the start of the program get used or the updated value?
by ArndW
Fri May 30, 2008 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

At the TCL prompt or from the administrator, enter:

UVFIXFILE DS_JOBS
UVFIXFILE DS_JOBOBJECTS

and please post the results.
by ArndW
Thu May 29, 2008 8:59 am
Forum: General
Topic: Issue regarding setting pagesize in UV Database
Replies: 3
Views: 913

execute "SET.TERM.TYPE LENGTH 32766" right before your select.
by ArndW
Thu May 29, 2008 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle and CLOBs
Replies: 5
Views: 2465

We haven't come up with anything better than 30x the "substr" function and then doing a column export to merge these together again in the job.