Search found 42189 matches

by chulett
Mon Mar 13, 2017 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_ipcgetnext() timeout waiting for mutex
Replies: 19
Views: 9587

Best to start a new post detailing your issue, this rather than jumping on the end of one from five years ago.
by chulett
Mon Mar 13, 2017 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue when creating excel file with Unstructured_Data stage
Replies: 3
Views: 1667

Seems to me that would be a support question.
by chulett
Sun Mar 12, 2017 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Client - process() - not able parse through LinkedList
Replies: 4
Views: 1814

Know that... let me rephrase. Please post the corrected code for future generations. :wink:
by chulett
Sun Mar 12, 2017 8:36 am
Forum: General
Topic: ASB login failure: unable to authenticate username [isadmin]
Replies: 10
Views: 4262

Okay... are you certain you know the proper password for isadmin?
by chulett
Sun Mar 12, 2017 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Client - process() - not able parse through LinkedList
Replies: 4
Views: 1814

So... for the Java Impaired in the audience, what should it have been? $i?
by chulett
Fri Mar 10, 2017 3:57 pm
Forum: General
Topic: Read a file name from a unix server in Data Stage
Replies: 3
Views: 1732

Let me ask this up front - is this Unix server where DataStage is installed? If no, that complicates the answer. Now, a typical solution would be a Sequence job with a Wait For File stage before the Job Activity stage. However, the WFF stage (unfortunately) doesn't support wildcards so the "cur...
by chulett
Fri Mar 10, 2017 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 4017

Including your reason in your original post would have gone a long way towards shortening this conversation. Always best to lead with that rather than your perceived solution. IMHO.
by chulett
Thu Mar 09, 2017 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 4017

Would still like to know the "why" of this.
by chulett
Thu Mar 09, 2017 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Reject setting
Replies: 3
Views: 2239

You "specified a number". Sounds to me you would leave it empty to not abort.
by chulett
Thu Mar 09, 2017 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 4017

Welcome. I assume you want the length of the data in the CHAR field, something automatically padded with (typically) spaces out to its full size... a.ka. the nature of the beast. Meaning a CHAR(10) that looks like this: "6CHARS " You want to know that the actual data length is 6 rather tha...
by chulett
Wed Mar 08, 2017 4:55 pm
Forum: General
Topic: [interview]business logic in the project
Replies: 3
Views: 2044

Curious about this "opportunity about BI"... did that mean using DataStage in support of the BI team (building marts, etc.) or actually using something other than DataStage i.e. a "BI tool"?
by chulett
Wed Mar 08, 2017 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alter Table in Parallel Job
Replies: 4
Views: 3030

And, of course, your DataStage user would need to have the grants needed to alter tables... something that would never fly places where I have worked. Perhaps via an SP call, however.
by chulett
Tue Mar 07, 2017 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector properties for oracle client version
Replies: 1
Views: 3008

I doubt they actually need to be changed at all... unless you plan on enabling the new database "large varchar" support available under 12c. Do you?
by chulett
Mon Mar 06, 2017 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column with not fixed number of delimited values
Replies: 4
Views: 1988

Pardon a (perhaps) silly question but I'm curious about transformer looping and how one controls that. Is there some other way rather than using @ITERATION to control how many times to loop? :?
by chulett
Fri Mar 03, 2017 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert EST timestamp to GMT
Replies: 3
Views: 2135

Failing that, your database is indeed a possibility. Load the file up into a "work" table and then use your DB function of choice when you extract it back out.