Search found 42189 matches

by chulett
Fri Jul 27, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Managing sequential unique keys
Replies: 11
Views: 3671

You both either need to use the Sequence object or you both need to leverage the KeyMgmnt routine. You can't mix the two. We have the 'SOA Edition' of DataStage, so were able to create a web service that allowed another service to pull numbers from the same source that the ETL jobs use. Without that...
by chulett
Fri Jul 27, 2007 12:19 pm
Forum: General
Topic: libraries available
Replies: 6
Views: 1643

I seriously doubt it.
by chulett
Fri Jul 27, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return code from Before Telnet Command
Replies: 6
Views: 1802

That's good to know, but... unfortunate. :(
by chulett
Fri Jul 27, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 2405

No, you can't put that in the Key expression. That evaluates to TRUE or FALSE and what needs to go there are the key values to be used by the lookup. Something like that should be your constraint or output derivation.
by chulett
Fri Jul 27, 2007 8:25 am
Forum: General
Topic: libraries available
Replies: 6
Views: 1643

Matthew, by 'libraries' do you just mean custom routines or other code of that nature? Rather than any 'lib' files literally, I mean.
by chulett
Fri Jul 27, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for some advice on Preload file to memory
Replies: 24
Views: 7071

Does it really matter? They get loaded as the stage is opened, and that fact (and the order) is noted in the job's log. Nothing starts processing until all of that activity completes.
by chulett
Fri Jul 27, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return code for fatal warnings ?
Replies: 2
Views: 860

What dsjob options are you using in your script? If you use "-jobstatus" you'll be able to tell the same level of detail you'd see from the Status View of the Director - Finished OK, Finished OK (see log), Aborted, etc. If you need to distinguish between different non-fatal warnings, then this appro...
by chulett
Fri Jul 27, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 2405

Just to clarify, of course you can use an 'OR' in a Key Expression to conditionally set the value being used in the Key for the lookup. For your particular problem, you need to conditionally check the results of the two lookups, not futz with their key expressions.
by chulett
Fri Jul 27, 2007 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Driver license expired
Replies: 3
Views: 3081

Sounds like they *are* using it only with the ODBC stage. Seems like this is the error to be chasing down, not the fact that anything expired:

File not found 'IVVM.LIC'
by chulett
Fri Jul 27, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job in Running State
Replies: 19
Views: 5972

chulett wrote:Then you need to ascertain what changed yesterday. If not the job iteself, then what in the job's environment? Obviously, something did - the hard part can be figuring out what.

Ah... so it's only advice worth putting effort into when it comes from Ray, eh? :? :lol:
by chulett
Fri Jul 27, 2007 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file size
Replies: 6
Views: 2364

If you are unwilling to use the Administrator client: cd `cat /.dshome` . ./dsenv dssh LOGTO <your project> ANALYZE.FILE <your hashed file> Note: this will not work for 'pathed' hashed files. Are yours account based or were they created in specific directories? Post here as you would communicate wit...
by chulett
Fri Jul 27, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplying Decimal fields
Replies: 7
Views: 2012

Switch to using the string math functions and see how it handles all of your examples. Check the BASIC pdf manual for SMUL which is String MULtiplication, all of the others are there as well.
by chulett
Fri Jul 27, 2007 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding unzip in WinNT
Replies: 24
Views: 8223

another doubt i have after observing the job is : FTP stage is retrieving 23914 rows and after unzipping also i am getting 23914 rows in sequential file.after unzipping also can we have same number of rows as in zip file? What? There are no 'rows' in a zip file. You are seriously confused and makin...
by chulett
Thu Jul 26, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File
Replies: 2
Views: 994

And there is a 'Designer Guide' pdf available for it in your 'Docs' directory.