Search found 2886 matches

by qt_ky
Thu May 10, 2012 7:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sharepoint list
Replies: 2
Views: 1638

I have not done this (yet?), so don't know if it will work. But I can tell you that SharePoint 2007 and 2010 both have many web services built in so you can interface with SharePoint to read various types of lists and more. In DataStage you can use the Web Services Client stage or the Web Services T...
by qt_ky
Thu May 10, 2012 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

I was just joking about the counter... :lol:
by qt_ky
Thu May 10, 2012 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lookup using Constraint in Transformer
Replies: 4
Views: 1680

Constraint syntax expression should evaluate to true or false. You don't need the if/then/else wording in it. Some simple examples: This constraint would always be true: 1 = 1 This constraint would always be false: 1 = 0 You can compare a column: link.Column_A >= 2012 Etc. Try right-clicking when yo...
by qt_ky
Thu May 10, 2012 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer with Long constraint stays in running state
Replies: 4
Views: 3790

That's not too long of a contstraint. What have you tried to narrow down the problem?

Is there absolutely nothing in the job log at all after you start running the job?

Do you by chance have a database stage with a query that is taking a very long time to execute?
by qt_ky
Tue May 08, 2012 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

1 "thrill seeking" visitor to the system requirements web page. :) Just a joke as sometimes I wonder if I am the only one who attempts to review system requirements before installing...
by qt_ky
Tue May 08, 2012 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Apparently so... the visitor count said 000001. :shock:
by qt_ky
Tue May 08, 2012 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Out of curiosity, I checked the IBM web site and found this about Windows 7: 8.5 and higher clients are supported on Windows 7 Professional, Windows 7 Enterprise, or Windows 7 Ultimate. Note that Home Edition is not listed. 8.1 and older don't list Windows 7 at all. Therefore, clients prior to 8.5 a...
by qt_ky
Tue May 08, 2012 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header's in Flat File
Replies: 3
Views: 1150

Re: Multiple Header's in Flat File

Parallel Job Developer's Guide wrote:When you are reading files, you can use a reject link as a destination for rows that do not match the expected column definitions.
Try going into the stage and changing the reject mode.
by qt_ky
Tue May 08, 2012 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Craig, Windows 7 Home Edition is not supported for client or server, but there are other editions of Windows 7 that are supported for the newer Info Server clients, again not servers. Definitely no version of Windows 7 is supported for DS 7.x as most likely Windows 7 didn't even exist back then...
by qt_ky
Tue May 08, 2012 4:19 pm
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2257

You could also using Information Analyzer. If you don't have it, maybe ask for a trial.
by qt_ky
Tue May 08, 2012 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create dependency between two independent pipelines
Replies: 4
Views: 2343

Technically, I suppose you could take pipeline1 and copy part of it into a Lookup stage as the reference link. My opinion is that the proper way is what you mentioned already using 2 jobs plus a sequence job. It would depend on your reason or if you're just curious.
by qt_ky
Tue May 08, 2012 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejects from DB2 Connector
Replies: 4
Views: 3100

RCP works, why not use it?
by qt_ky
Mon May 07, 2012 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while loading using ODBC connector
Replies: 2
Views: 1653

Just a guess without searching, have you tried changing the data type in the job design before it hits the ODBC stage (avoiding the cast)?
by qt_ky
Mon May 07, 2012 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture rejected records using TD Connector stage
Replies: 2
Views: 2703

Man, Remove Duplicates stage won't capture duplicate records; it will only eliminate them.
by qt_ky
Mon May 07, 2012 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CHAR function Clarification
Replies: 5
Views: 2230

Hint: It's referenced in one of the links I posted above.