Search found 53125 matches

by ray.wurlod
Mon Jul 14, 2008 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advance Runtime Options
Replies: 4
Views: 4458

Look in the job properties, (Parallel) Execution tab.
by ray.wurlod
Mon Jul 14, 2008 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage get more records than primary link records
Replies: 8
Views: 3435

Possibly also due to incorrect partitioning.
by ray.wurlod
Mon Jul 14, 2008 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata_Enterprise_44,0: Operator terminated abnormally: re
Replies: 3
Views: 1515

Please post the generated OSH from this job, or at least the record schemas from them.
by ray.wurlod
Mon Jul 14, 2008 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date convert to number
Replies: 4
Views: 1019

It this question any different from the one in this post?
by ray.wurlod
Mon Jul 14, 2008 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Extraction.
Replies: 2
Views: 1091

Yes. You use substring or Field() function to extract the date portion as a string from your input value.
by ray.wurlod
Mon Jul 14, 2008 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advance Runtime Options
Replies: 4
Views: 4458

Look in the Advanced tab of every stage in your job design. It will probably be in one (or more) of them.
by ray.wurlod
Mon Jul 14, 2008 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to query on Hashfiles
Replies: 4
Views: 1234

Downloadable for free from IBM website
by ray.wurlod
Mon Jul 14, 2008 2:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows PerTransaction option
Replies: 2
Views: 832

Read the Help when you are in this screen. This property governs how often you want to send COMMIT commands to the database server. A value of 0 means not to send a COMMIT until all rows have been sent - this is the safest for recovery, but can mean that the database server may need to handle large ...
by ray.wurlod
Mon Jul 14, 2008 2:15 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: ODBC for IA
Replies: 6
Views: 4058

You need to be able to "see" the IADB from the DataStage server machine (the UNIX machine). All IA tasks actually run as DataStage jobs in the ANALYZERPROJECT project. To configure ODBC from UNIX you need to edit the $ODBCINI file (usually .odbc.ini in the DataStage Engine directory) and the uvodbc....
by ray.wurlod
Mon Jul 14, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using unix command output in Job
Replies: 3
Views: 1654

An Execute Command activity in a job sequence will execute an operating system command directly, and make its output and exit status available as activity variables that you can use to control Triggers or access in downstream activities. Beware that the command output is converted to a single string...
by ray.wurlod
Mon Jul 14, 2008 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to query on Hashfiles
Replies: 4
Views: 1234

If you are constructing queries in a Hashed File stage, the Selection has to be expressed using the RetrieVe query language. There is also a UniVerse manual for RetrieVe.
by ray.wurlod
Sun Jul 13, 2008 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View adapter has a binding for the non-existent destination
Replies: 7
Views: 2524

Did you force re-compile the job? A regular compile does not re-compile an unchanged Transformer stage, so this may have hung on to its record schemas.
by ray.wurlod
Sun Jul 13, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 2466

Look at the job score. Inserted tsort operators exist because the Join stage requires sorted inputs.
by ray.wurlod
Sun Jul 13, 2008 3:45 pm
Forum: General
Topic: Updating fact data / modify aggregate
Replies: 1
Views: 1144

... or go back to Red Brick. :D No other database (as far as I am aware) supports automatic maintenance of aggregates from bulk loader. For IDS you can use any of the stage types you mentioned - the Informix CLI stage is likely to be the most efficient. However you will need to design all the logic ...
by ray.wurlod
Sun Jul 13, 2008 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we install datastage 7.5.1A on windows vista
Replies: 1
Views: 852

You can not. It will not install.