Search found 53125 matches

by ray.wurlod
Thu Oct 18, 2007 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control GUI not displaying ANY jobs!
Replies: 8
Views: 2430

Try the same trick again, but this time re-selecting VERSION after the invalid project.
by ray.wurlod
Thu Oct 18, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 10
Views: 2151

What do you believe the purpose of each of these stage types is? Research the Advanced Parallel Job Developer's Guidenor on-line help. Then post a more specific question. And don't seek help via private message or email unless you're prepared to pay for that help .
by ray.wurlod
Thu Oct 18, 2007 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control GUI not displaying ANY jobs!
Replies: 8
Views: 2430

It's an old trick but a good one.
Try to invoke Version Control but give an invalid project name as the version project. That forces it into the "select project" dialog.
by ray.wurlod
Thu Oct 18, 2007 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job status
Replies: 1
Views: 956

No problem. Probably easiest is to create another job - a server job is recommended, since only one row needs to be processed. Use a job parameter for the job status, assigned its value from the $JobStatus activity variable of the upstream job. Use another job parameter for the name of the job upon ...
by ray.wurlod
Thu Oct 18, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 10
Views: 2151

Select the Stage Types branch of your Repository. Using the New tool/menu, create a new parallel stage type. Do your coding in the GUI exposed after you choose your stage type (build, custom or wrapped).
by ray.wurlod
Thu Oct 18, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definitions question
Replies: 3
Views: 1305

If you want to use MetaStage to perform lineage analysis or "where used" analysis for the table, then promoting the table definitions is mandatory.
by ray.wurlod
Thu Oct 18, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how we can remove duplicates in transformer stage
Replies: 10
Views: 4330

There are no duplicates in a Transformer stage.
by ray.wurlod
Thu Oct 18, 2007 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE Exception
Replies: 9
Views: 9401

Welcome aboard.

Your issue is neither similar nor related to the one on this thread. Therefore you need to post a new thread with your question.
But, first, Search the forum - you will find that this message has been seen before, and questioned and answered here.
by ray.wurlod
Thu Oct 18, 2007 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage VS Outer Join
Replies: 12
Views: 5311

Obviously one million rows is still below the "large" threshold.
by ray.wurlod
Thu Oct 18, 2007 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem
Replies: 3
Views: 1546

Are you using write cache for the target hashed file? If so, rows/sec screams along while rows are being written to memory, then appear to reduce. Actually at this time all rows have been processed into memory and are being flushed to disk; because the clock keeps running the rows/sec figure appears...
by ray.wurlod
Thu Oct 18, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can it be the Null string in last field of Text file?
Replies: 10
Views: 2058

There are no data types in text files - only text. Therefore there can be no null - just a text representation of NULL. You can advise the SequentialFile stage what this representation is on the Format tab for the default for the file, or in the column properties (Columns tab) for per-column specifi...
by ray.wurlod
Thu Oct 18, 2007 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTILITYHASHLOOKUP did not finish OK
Replies: 4
Views: 1867

The Routine activity treats a return value of 0 as "OK" and any non-zero value as a failure. Change this behaviour by creating a trigger that allows any positive value.
by ray.wurlod
Thu Oct 18, 2007 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle SQL Server Reserved Word in ODBC Stage
Replies: 2
Views: 1483

The double-quote technique is part of the SQL standards. They are referred to as "quoted identifiers". The technique works in all databases that are compliant with SQL standards.
by ray.wurlod
Thu Oct 18, 2007 8:33 am
Forum:
Topic: Metadata Workbench - anyone using?
Replies: 12
Views: 6703

Welcome aboard. I don't use it, but it's being demonstrated at IOD2007. I can't give you any information about how widely it's been adopted. But surely someone in IBM would know - maybe your account rep hasn't asked the right people?
by ray.wurlod
Wed Oct 17, 2007 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: mutliple line data into single line
Replies: 5
Views: 1244

Dump the data to a text file, and there examine it with a hex editor such as UltraEdit.