Search found 15603 matches

by ArndW
Fri Mar 07, 2008 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage with WBI
Replies: 6
Views: 1157

I searched in Google and only found "Web Business Intelligence" but no specific database or data format so I am at a loss as well.
by ArndW
Fri Mar 07, 2008 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Throws error
Replies: 15
Views: 5262

KrazyKoolRohit - Thanks, I see now! I am not sure that the error causes are related, but they are similar and it is certainly worth a try to see if it makes a difference.
by ArndW
Fri Mar 07, 2008 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Update and Delete Problem
Replies: 20
Views: 2807

And if you look at the test sequential file are all 8 records there as you expect? It is just that it is unlikely for the UPDATE to work correctly for some but not for other record contents so we are trying to eliminate possible error sources .
by ArndW
Fri Mar 07, 2008 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on import Oracle Table definitions
Replies: 2
Views: 807

I think that this is a known V8 bug.
by ArndW
Fri Mar 07, 2008 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PID Failed
Replies: 4
Views: 1479

The error message from DSD.RUN looks like it comes from a "reset" of a job sequence, not a Parallel job, ist that right? Or is this the log of the aborted PX job?
by ArndW
Fri Mar 07, 2008 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Rejects
Replies: 4
Views: 1069

If you draw a link from your Oracle stage and change the Oracle stage settings then all rejects will go down that link. There are so many factors affecting throughput that the second question is not easily answered, it is like asking "how can I make my car faster?" and expecting a concise response. ...
by ArndW
Fri Mar 07, 2008 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ stage- Server Vs Parallel job - issue
Replies: 3
Views: 1433

If you change your parallel job output to a text file or peek stage do you see any rows there? What stage did you use in the Parallel job, and are you certain you set the commit to 1?
by ArndW
Fri Mar 07, 2008 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Error - Output File Full
Replies: 7
Views: 3488

Oddly enough, I used the Search button and got several threads that address the same question.

Have you checked your scratch space?
by ArndW
Fri Mar 07, 2008 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transferring Language Sensitie Data from SQL Srver to Oracle
Replies: 10
Views: 5888

Your problem stems from the fact that you declare LATIN-1 in your source but have characters that are not in that character set. You will need to discover what mapping is used in the source before you can do anything at all.
by ArndW
Fri Mar 07, 2008 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Request for Migration Guide from DS 7.x to 8.x
Replies: 2
Views: 776

Hello and welcome to DSXChange.

Generally an upgrade of DataStage will not have significant issues and problems; but with Version 8 the product has become somewhat more complex and the Information Server has been added.

Version 8 ships with PDF documents describing the upgrade process.
by ArndW
Fri Mar 07, 2008 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Embedded quotes in Sequential stages
Replies: 10
Views: 2810

Plus that doesn't look like c++ code in a buildop to me, either :wink:
by ArndW
Fri Mar 07, 2008 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring using modify stage
Replies: 15
Views: 6068

Please read the docs, the function is the opposite of the one you just used to generate the date.

Code: Select all

date3:string = string_from_date [%mm%dd%yyyy] (date2)
by ArndW
Fri Mar 07, 2008 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage usage
Replies: 6
Views: 1607

The switch selector doesn't allow string functions. You need to create a column with that substring value in a stage before the switch stage and use that column's value.
by ArndW
Fri Mar 07, 2008 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring using modify stage
Replies: 15
Views: 6068

Sorry, I just wasn't paying attention to the first post and format there. Ok, so in your modify stage you have now successfully converted the string to a date. Now you need a 2nd modify stage which will convert this formatless date into a char datatype with appropriate formatting.
by ArndW
Fri Mar 07, 2008 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Throws error
Replies: 15
Views: 5262

KrazyKoolRohit - that is an interesting post. I'm unclear as to how those value could affect execution; could you perhaps explain that?