Search found 42189 matches

by chulett
Tue Nov 27, 2012 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLFetch reported: SQLSTATE = 22018: Native Error Code 802
Replies: 5
Views: 10358

Still... are you using job parameters in your ODBC source?
by chulett
Tue Nov 27, 2012 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TWO DIFFERENT DATA FLOWS IN A SINGLE JOB
Replies: 13
Views: 3952

That design is no different from creating two separate jobs that you want to run at the same time.
by chulett
Tue Nov 27, 2012 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server job
Replies: 1
Views: 1200

One.
by chulett
Tue Nov 27, 2012 8:23 am
Forum: General
Topic: datastage logon clause in dsjob command
Replies: 4
Views: 2273

zulfi123786 wrote:Got it resolved after a lot of trials and errors.
Excellent! :wink:
by chulett
Tue Nov 27, 2012 8:20 am
Forum:
Topic: Error while creating lineage
Replies: 2
Views: 2063

I remember that Ernie has discussed this before:

viewtopic.php?t=146687
by chulett
Mon Nov 26, 2012 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ANOMALIES IN PRODUCTION WITH DATASTAGE PX
Replies: 6
Views: 1802

Re: ANOMALIES IN PRODUCTION WITH DATASTAGE PX

GAMEOVER7 wrote:this implies a period long queue, so the results of incorrect information.
Can I assume that this means you are sourcing from an active system and over a 'long period' the data changes across the related set you are extracting and that is the source of your 'incorrect information'?
by chulett
Mon Nov 26, 2012 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP stage CPI-C error
Replies: 4
Views: 1853

Thanks. Any luck with the login error?

<Updated and migrated to the proper forum>
by chulett
Mon Nov 26, 2012 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP stage CPI-C error
Replies: 4
Views: 1853

<split out to your own post>

I had to guess on your particulars so please verify for us your DataStage version, if this is a Server or Parallel job and if your server is on Windows or UNIX.

As to the issue posted, I'd look into the "Login Error" first.
by chulett
Mon Nov 26, 2012 7:40 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservice - as a source for DS Job
Replies: 4
Views: 4389

Does your WSDL definition have "include" tags in it? For example, like what is shown here?
by chulett
Mon Nov 26, 2012 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read DSX to identify DB stages which write to hashed files
Replies: 6
Views: 2293

Yes, it is perfectly safe to 'interrogate' (as in read) the legacy repository like that. Now, if you want to stick to the dsx method I would suggest something I used to great effect in the past. Chuck Smith has a variety of DataStage tools many of which parse a dsx export into something easily pushe...
by chulett
Sun Nov 25, 2012 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Vertical Pivot can restrict rows
Replies: 2
Views: 999

You can, however, restrict the rows going into the stage. That or drop off the "unneeded" columns post stage. I would suggest the former.
by chulett
Sun Nov 25, 2012 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: assigning increment number, logic needed
Replies: 2
Views: 1269

So... out of all that, you just want to know how to count the files? If so, then we're just talking about 'group change detection' where you track the current and previous value of the group key (whatever that is) in stage variables and increment a counter when it changes, otherwise you leave it alo...
by chulett
Sun Nov 25, 2012 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Counter value in Grid Partition
Replies: 9
Views: 1978

I'd also be curious what settings you are using in the Peek stage. By default it does not capture all rows...
by chulett
Sun Nov 25, 2012 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Counter value in Grid Partition
Replies: 9
Views: 1978

How are you partitioning? Does the job work as expected when you run it on one node? If so, your partitioning is incorrect.
by chulett
Sat Nov 24, 2012 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Counter value in Grid Partition
Replies: 9
Views: 1978

It's actually up to 50 records per account type, so no way to know how many output rows we're talking about here. And yes, the 'grid' aspect plays no role here.