Search found 42189 matches

by chulett
Sun Feb 15, 2009 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Where condition from other table/file
Replies: 7
Views: 2443

In a Sequence, write the values to a file or USERSTATUS in one job. Use a Routine Activity stage to retrieve and pass it as a Job Parameter to the job that needs it.
by chulett
Sat Feb 14, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Where condition from other table/file
Replies: 7
Views: 2443

TABLE2 in the same db as TABLE1? Just use sql:

Code: Select all

SELECT * FROM TABLE1 
WHERE TABLE1.COL1 IN 
(SELECT X FROM TABLE2
 WHERE BLAH-BLAH)
Otherwise, you got more 'splaining to do.
by chulett
Fri Feb 13, 2009 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

... and that looks to have fixed it. We were already stripping CHAR(252) and CHAR(253) from the field as they aborted the hashed loads. Just added 10 and 13 to the list, seemed like the LF was the actual culprit while the CR just became data. Odd that this didn't turn up earlier as a problem, unless...
by chulett
Fri Feb 13, 2009 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to stop a job when the process is not listed ?
Replies: 6
Views: 1661

It's a Director option under the Job menu.
by chulett
Fri Feb 13, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating jobs from v 7.5.1 to IIS v8.1
Replies: 20
Views: 6277

mekrreddy wrote:Sql statements does not work exactly as of 7.5 in 8.1 when you join tables of Oracle database with higher version Oracle client connector. Works fine when I tried using Toad or Sql Plus but not in the stage.
Could you expand on this, please?
by chulett
Fri Feb 13, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No FCM buffers are available
Replies: 2
Views: 5297

From your link, it sounds like a DB2 issue and one that you'd need to take to your DBA for resolution.
by chulett
Thu Feb 12, 2009 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

Right, always do. :wink: Guess this was a red herring. I tried the SELECT you suggested and the proper record values were selected. I also created a small job to send one value to the UV lookup and write the four resulting records to a flat file - they all were selected fine. So the behaviour we're ...
by chulett
Thu Feb 12, 2009 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

Thanks for the syntax. I don't think the problem is just with the browser as what started this whole witch-hunt was the fact that the job was exhibiting the behaviour as well. Or at least it was telling us a perfectly valid record was not being returned by the lookup and that led us to discover the ...
by chulett
Thu Feb 12, 2009 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

Sheesh - just to further complicate this, I ran the job that creates the hashed file in the Dev project, a separate server from the production server. It pulled down the same number or records and exhibits the exact same behaviour when doing View Data. :? Seems to be telling me it's not specific to ...
by chulett
Thu Feb 12, 2009 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS EE 7.5.3 and Oracle Instalation on HP Itanium
Replies: 3
Views: 2561

There was a known issue with DataStage on Itanium with regards to Oracle, sounds like the problem still exists. It doesn't correctly setup its Oracle components correctly and you manually need to create a link from where things live to where they really need to be to make it all work. I've posted ab...
by chulett
Thu Feb 12, 2009 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

Forgot to mention something - there is an index created over the first column of the hashed file to support the multi-row lookup via the UV stage. I'm wondering if as a first step I should delete and recreate just the index, see if that has any effect on the issue. However... what would the syntax b...
by chulett
Thu Feb 12, 2009 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bizzare hashed file lookup issue
Replies: 9
Views: 3477

Bizzare hashed file lookup issue

I've never seen behaviour like this before, so I turn to the collective for help as the client no longer has a support agreement. :? Many records written to a hashed file, all six fields are key fields. I don't think this matters, but for the record this is a pathed hash with a VOC record created fo...
by chulett
Thu Feb 12, 2009 1:55 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Datastage Export from Commandline
Replies: 8
Views: 9591

Sorry, missed the 8.x tag.
by chulett
Thu Feb 12, 2009 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input (error)
Replies: 0
Views: 915

Don't use a Sequential stage to read the file, replace it with a Folder stage: Folder -> XML Input -> Seq File Small files can be read entirely by the Folder stage, however larger ones will need to only send in the filename and have the XML Input stage do the actual reading via the 'URL/File path' o...
by chulett
Thu Feb 12, 2009 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to access MOSS Sharepoint data using Datastage
Replies: 2
Views: 3747

Looks like they want you to access things strictly through their web services and direct access of the underlying database is... discouraged.

Web Services Access

SharePoint Database Access