Search found 42189 matches

by chulett
Thu May 12, 2016 1:21 pm
Forum: General
Topic: Get list name jobs DataStage
Replies: 3
Views: 1427

This post might help. There are others as well that an exact search for JOBTYPEIND would turn up.
by chulett
Thu May 12, 2016 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way for comparison of multiple columns
Replies: 4
Views: 3333

You are going to get differing opinions on that and Google will happily enlighten you on "collisions" in MD5 hashes. For what you need, the odds that a hash on the same key for different values would somehow be the same are infinitesimal. And there's no need to worry about them being "...
by chulett
Thu May 12, 2016 10:45 am
Forum: General
Topic: Get column names from command line using stage name/link nam
Replies: 4
Views: 1852

What exactly did you try and what about it "doesn't help"?
by chulett
Thu May 12, 2016 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way for comparison of multiple columns
Replies: 4
Views: 3333

Re: Best way for comparison of multiple columns

I think doing it through a CDC or SCD will take a long time as job would be comparing 25-30 columns if key value matches to see if there are changes. My suggestion? Rather than think something may be a problem and avoid that approach - try it. Consider those other options if your concerns become a ...
by chulett
Thu May 12, 2016 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage for DB2 Performance issue
Replies: 4
Views: 2386

Just checked the docs and it doesn't seem that the ODBC Connector requires that either. So I would just double-check the partitioning method and column that you've chosen in the stage and then compare that to the partitioning that you are doing in the job itself.
by chulett
Thu May 12, 2016 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get SQL State of DB connector
Replies: 5
Views: 5917

I would also suggest involving your official support provider, see if they can help here. Let us know what, if anything, you find out!
by chulett
Thu May 12, 2016 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel files from share point
Replies: 3
Views: 1805

Never done anything with it but my understanding is "there's a service for that", meaning you'd need to investigate their API. Do you have a technical contact there that can help? Don't worry about the "from DataStage" part, just first do the "read Excel files from SharePoin...
by chulett
Thu May 12, 2016 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server data loading issue
Replies: 2
Views: 1606

These kind of things are almost always bug fixes, things that you thought were "working fine" in older releases but were in fact taking advantage of said bug. Fix the bug in a newer release and bam, all fall down. You're going to need to get into the weeds for this. What are the native dat...
by chulett
Wed May 11, 2016 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage for DB2 Performance issue
Replies: 4
Views: 2386

Is your source table actually partitioned? Sounds like the answer is no.
by chulett
Wed May 11, 2016 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Driven ETL
Replies: 7
Views: 5377

What about the Data Rules stage? Wait, you can't honestly be thinking of migrating from SSIS to DataStage version 8 are you? :?
by chulett
Tue May 10, 2016 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File --> All Records are coming in a single re
Replies: 4
Views: 1586

With no other answers or details forthcoming, all I can say is "hence the problem". Check it on the UNIX server. Where will this file be consumed, UNIX or Windows? That will drive the settings you should use.
by chulett
Tue May 10, 2016 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File --> All Records are coming in a single re
Replies: 4
Views: 1586

These examples are meant to show us three records in the source and target? If so, the final delimiter in the sequential file has no bearing on that aspect of your example, that is controlled by the Record delimiter which is by default to a UNIX Newline from what I recall. What is yours set to? And ...
by chulett
Tue May 10, 2016 12:32 pm
Forum: General
Topic: Assign parameter obtained through web service
Replies: 6
Views: 2230

See if this post helps. There should be others as well.
by chulett
Tue May 10, 2016 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Salesforce.com with delta extract
Replies: 3
Views: 2731

It would seem the answer is no. :(

Hopefully in the interim you've engaged your official support provider.
by chulett
Tue May 10, 2016 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU and APT file
Replies: 5
Views: 1575

Ack... noticed the "l" and meant to mention that as well, then got sidetracked. Thanks. :wink: Rather than simply throw more nodes at it to 'make the job faster', my first pass would be to ensure the current job design was as optimal as possible for the task at hand. Once there, throw more...