Search found 42189 matches

by chulett
Wed Jul 21, 2004 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing data from a stage
Replies: 6
Views: 1333

If you're coming all the way up from 4.2, you've got an awful lot to "get used to"! Most of it is even good. :lol:
by chulett
Wed Jul 21, 2004 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings in Hash File.....
Replies: 3
Views: 965

It means pretty much exactly what it says: You are allowing null key values to be written to your target hash. This is a Bad Thing. :wink:
by chulett
Wed Jul 21, 2004 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update table using ODBC
Replies: 12
Views: 4154

Unfornutaley there is no stage in datastage to remove duplicates automatically. Actually, I believe there is on the PX side. No such luck on the Server side. Warning: Opinion. Using the "insert then update" update action or its twin brother allow ETL jobs to get "sloppy" and can hide a multitude of...
by chulett
Wed Jul 21, 2004 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing data from a stage
Replies: 6
Views: 1333

Yes I do have values set for display on the columns tab. In one job I've got 18 columns with displays ranging from 1 to 30 characters. In the data browser the biggest width it gives me is 6 characters. It looks just like an attempt to fit all the columns to a page which is why I thought it might be...
by chulett
Wed Jul 21, 2004 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear log file
Replies: 5
Views: 2990

The 'trick' is to not View the log first, but to clear it from the Status view. It will still take a little time for the dialog to come up, but it is only counting them (looking for the most recent record) rather than trying to suck all of them up to your client. You are taking advantage of the Auto...
by chulett
Tue Jul 20, 2004 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob from a system that doesn't host a DS Server
Replies: 4
Views: 1433

Starting with 7.5 this is a 'non-issue'. DSjob is now installed with DS client installation -------------------------------------------------- The dsjob command-line utility is now installed as part of the DS client installation. This will enable customers in Unix server environments to control jobs...
by chulett
Tue Jul 20, 2004 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Definition of a "broken file"
Replies: 3
Views: 1502

In what context? :? I would think that 'broken' equates to 'corrupted', but I'd be curious where you saw this phrase.
by chulett
Tue Jul 20, 2004 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of a Sequential with a reference link
Replies: 5
Views: 1629

Since we're throwing out ideas, if you are using Oracle 9i you could access the flat file as 'external table' via the OCI stage. Again, way slower than simply loading into a Hash.
by chulett
Tue Jul 20, 2004 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of a Sequential with a reference link
Replies: 5
Views: 1629

Simple - Load it into a Hash file. :wink:
by chulett
Mon Jul 19, 2004 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TYPE 2 DIMENSON
Replies: 4
Views: 1120

Search is your friend because, as you may imagine, this topic has been discussed quite a bit on the forums. :wink:

For starters, here is one possible starting point.
by chulett
Mon Jul 19, 2004 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data through Aggregator - not passed immediately
Replies: 3
Views: 1148

Yes, you've got it right... that's exactly what the 'sort' option is for. Plus you seem to understand the fact that you are not asking for it to be sorted, you are asserting the sort order that the Aggregator will see the data coming in with. If you have the sort option checked off and it didn't mat...
by chulett
Mon Jul 19, 2004 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to automate running of a DS job with unix
Replies: 3
Views: 1075

The fact that projects export with an extension of .dsx has no bearing on what you need to do to get them scheduled. And if you are running a Windows server as your post indicates, then korn shell scripts aren't going to be a whole lot of help, either. In any case, Ketfos has you on the right track ...
by chulett
Mon Jul 19, 2004 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Putting Datastage 7 and Datastage 5 Client's on the same m/c
Replies: 7
Views: 1874

From a Client standpoint you can certainly do it. Just make sure you install the new client into a different directory than your current client is in. Then, depending on the exact version of 7.x you are running, there is either an 'unsupported' client switcher (7.0, 7.1) or a new 'supported' one (7....
by chulett
Sun Jul 18, 2004 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change to operation of dsjob on Unix
Replies: 2
Views: 1021

Thanks for the reply. I guess I'll find out when I actually get a chance to install (and test) this!
by chulett
Sun Jul 18, 2004 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating Datastage Jobs to Production
Replies: 4
Views: 2004

If you've been diligent about recording dependencies (this is why the Dependencies tab is there), then Version Control can pick up the dependent objects. Actually, unless something has changed and I haven't noticed, VC does not need the Dependencies tab to find dependant objects. I'm not saying it ...