Search found 42189 matches

by chulett
Tue Feb 03, 2009 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Input link record count and pass/insert into target
Replies: 8
Views: 4644

OK... if you "have to" do this in a script then, as noted, you would use dsjob with the -linkinfo option.
by chulett
Tue Feb 03, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client stage error
Replies: 4
Views: 3808

Sounds like a classpath issue to me.
by chulett
Tue Feb 03, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 39202 internal error
Replies: 1
Views: 2138

What was patched - the O/S or DataStage? Any chance the patch can be rolled back, see if that sets things right?
by chulett
Tue Feb 03, 2009 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What should be in Job documentation?
Replies: 2
Views: 690

Are you aware that there is a button in the Designer (looks like an Internet Explorer icon) that will document the currently open job for you?
by chulett
Tue Feb 03, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: facing problem with ORA-12154: TNS:could not resolve service
Replies: 4
Views: 5047

I would think the first question should be - is there an Oracle client installed on the DataStage server?
by chulett
Tue Feb 03, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined SQL not working for update
Replies: 3
Views: 1322

Key columns in Ds should be checked when it is the part of primay Key.. This is incorrect. Key columns in DataStage have nothing to do with "keys" (primary or otherwise) or indexes in your database. For update or delete DML they simply indicate the columns to be included in the 'where' cl...
by chulett
Tue Feb 03, 2009 8:05 am
Forum: General
Topic: project locked
Replies: 4
Views: 2228

Take your actual error and search for it here, the cause and solution have been discussed here several times.
by chulett
Mon Feb 02, 2009 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file
Replies: 7
Views: 1732

Just to nit pick, in UNIX *.* won't match any file like it would on Windows, it will match any file with a "dot" in the name. Stick with a single asterisk in your routine.
by chulett
Mon Feb 02, 2009 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance or Multiple jobs?
Replies: 4
Views: 1150

Re: Multiple Instance or Multiple jobs?

SBSA_DW2 wrote:or is it better to have multiple jobs that are copies of each other?
I can't think of any situation where that would be better.
by chulett
Mon Feb 02, 2009 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LINK REPORT NOT FOUND ERROR
Replies: 1
Views: 1487

Quickest way to get help is by searching. For example:

viewtopic.php?t=114279

There were half a dozen others.
by chulett
Thu Jan 29, 2009 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while fetching records through OCI stage
Replies: 3
Views: 1476

Make sure you are doing an "Exact" match, I got 8 matches when I tried it.
by chulett
Thu Jan 29, 2009 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not matching
Replies: 15
Views: 4729

Yes, can you please provide examples of what you get from the lookup (the unexpected result) and examples of what your "expected result" would be in that case. Also, "View Data" on your hashed file and ensure that it looks like you've built it properly - as expected. Click inside...
by chulett
Thu Jan 29, 2009 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting data through routines in database
Replies: 5
Views: 1828

Search for "BCI" here and make sure you understand the licensing issues that it brings to the table when you go through those posts.
by chulett
Thu Jan 29, 2009 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while fetching records through OCI stage
Replies: 3
Views: 1476

First suggestion - search the forums for "Fetch out of sequence" and see if any help solve your problem.
by chulett
Thu Jan 29, 2009 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting data through routines in database
Replies: 5
Views: 1828

Yes, but I certainly wouldn't advise it. Far better to use a job for that and have the routine land the data in a flat file for it to load.