Search found 42189 matches

by chulett
Wed Feb 27, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage, db2 remote connectivity
Replies: 12
Views: 4065

New (and completely unrelated) problem = new post.
by chulett
Wed Feb 27, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 3269

Re: Thanks but i need to route the records

ds_raman wrote:Thanks but i need to route the recors to Error Link, so i have to make use of StageVariables

:? No, you don't have to use stage variables. You can use your null check directly in the constraint that 'routes' the records.
by chulett
Tue Feb 26, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage, db2 remote connectivity
Replies: 12
Views: 4065

I havent installed db2 client in aix machine, i have it on windows machine. Since i have it on windows machine, will i be not able to view the database in the server? Yes, you will not be able to. Since db2 client is installed on windows machine, i will be having db2 driver, so using that, i will n...
by chulett
Tue Feb 26, 2008 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi ray
Replies: 6
Views: 1272

ray.wurlod wrote:There is no single "exact difference", in the same way that there's no exact difference between chalk and cheese.

:lol: I've had some cheeses that... well, never mind.
by chulett
Tue Feb 26, 2008 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi ray
Replies: 6
Views: 1272

Yah, usually helps to read the documentation.
by chulett
Tue Feb 26, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage, db2 remote connectivity
Replies: 12
Views: 4065

2ksaint wrote:Do i also need to install DB2 client in the Server

Yes.
by chulett
Tue Feb 26, 2008 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi ray
Replies: 6
Views: 1272

"hi ray"? :?

There's more than one person answering questions here. I know it doesn't seem like it at times, but take my word for it, there is.
by chulett
Tue Feb 26, 2008 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process meta data not available in database
Replies: 8
Views: 9415

Ok, good to know. You'd be surprised how many people have the 'same problem' as someone else that turns out to be not all that same after all. :wink:
by chulett
Tue Feb 26, 2008 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process meta data not available in database
Replies: 8
Views: 9415

Just how "same" is your same? Version 8.x? Sequential source? RCP? SQLServer 2005?
by chulett
Tue Feb 26, 2008 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Derivation for like
Replies: 6
Views: 1500

and col1 starts with 'A' or 'B' is not valid syntax. You need to mention both sides of the expression each time, so if you want to stick with this methodology, you'd need to adjust it to: and (col1 starts with 'A' or col1 starts with 'B') That's valid psuedo-code, you'd need to use either t...
by chulett
Tue Feb 26, 2008 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connectivity from windows server
Replies: 7
Views: 2800

As far as I know, you must install an Oracle client on the same server as DataStage, you cannot have it on a remote server and then reference the UNC path and expect it to work. :?
by chulett
Tue Feb 26, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Derivation for like
Replies: 1
Views: 819

Short answer:

Code: Select all

Left(COL1,1)='Y' Or Left(COL1,1)='Z'
by chulett
Tue Feb 26, 2008 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 1393

Exactly, it's very cool when it all clicks for you. You then leave the derivation blank in the Transformer so that the value stays static over the course of the run. 8)
by chulett
Tue Feb 26, 2008 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carrying value from B/Job routine to Job transform stage
Replies: 7
Views: 1393

No - Ken is suggesting the work be done in the Initial Value section of the stage variable's definition, which means it will only happen once per run.
by chulett
Tue Feb 26, 2008 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connection oracle9i
Replies: 4
Views: 1756

Since there is no dsenv file on a Windows server, you'll need to create it via the Administrator client.