Search found 42189 matches

by chulett
Mon Dec 17, 2007 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1247

Nothing other than the obvious - that you don't have a column in your hashed file with the name you used in the CREATE.INDEX statement. You sure it was spelled correctly, case and all?
by chulett
Mon Dec 17, 2007 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: control the sending of records to target
Replies: 5
Views: 1540

Sure, but keep in mind the experience level. Adding a sequence job and coding a BASIC routine into the mix adds complexity, typically beyond what people have done before. Always a first time, I know, but this really can be solved rather simply inside the existing job with a hashed file and two refer...
by chulett
Mon Dec 17, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartable Sequence
Replies: 9
Views: 3642

Okay... any wagers on what the next suggestion would be? No?

Add -mode NORMAL to your dsjob command and see if the behaviour is different. And remove the -wait if what you really want is the -jobstatus option - one or the other, not both.
by chulett
Mon Dec 17, 2007 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1247

It doesn't want the full path to a hashed file, it wants the VOC name. Which means you either need to create an 'Account' based hashed file or, after creating a pathed one in a directory, create a VOC entry for it as well. I don't have it handy, but I'm sure that if you searched for your CREATE.INDE...
by chulett
Mon Dec 17, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage TX Tutorial Files
Replies: 30
Views: 46649

Sorry, it changes quite frequently. :wink:
by chulett
Mon Dec 17, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error For DB2 Bulk Load
Replies: 2
Views: 1416

As noted, why give a filename when asked for a directory name? Ditch the "emp_temp.txt" part.
by chulett
Mon Dec 17, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing Two Datasets
Replies: 4
Views: 1590

For deletes, just reverse the roles and check again. A hashed file miss would be a deleted record then.
by chulett
Mon Dec 17, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA:01036
Replies: 2
Views: 1150

Ray, they did. Satheesh, your problem has been asked and answered quite a number of times here already, so many times that I just don't feel the need to spell it all out again. Search for some unique part of your error message to see what I mean. For example, I did an Exact search for ORA-01036 (das...
by chulett
Mon Dec 17, 2007 7:23 am
Forum: General
Topic: DataStage Job 920 Phantom 8252
Replies: 7
Views: 4767

Phantom just means 'background process'. Is there more to the message? If the job aborts, do you get a 'From previous run...' log message when you Reset the job?
by chulett
Mon Dec 17, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: control the sending of records to target
Replies: 5
Views: 1540

Create a hashed file with two hard-coded key records from the second file, one for the start and one for the end value. Look them up and constrain your first file's passage through the transformer based on those two values.
by chulett
Sun Dec 16, 2007 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling Subroutine: DSD.Browse (Action=3);
Replies: 16
Views: 9439

Umm... you did notice that the issue you responded to is pushing two years old, did you not?
by chulett
Sun Dec 16, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Record in to multiple columns
Replies: 2
Views: 719

Specifically the Field() function can be used to break up your pipe delimited string. Because of the double pipes, you'll need to adjust your 'field number' accordingly. For example, "incident" would be the third (not second) field. The 'sub fields' could then be broken further down using the same f...
by chulett
Sun Dec 16, 2007 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC VS ODBC Stage
Replies: 9
Views: 5022

OK. That would have been something worth mentioning in your original post, we wouldn't have wasted time talking about trying to 'fix' a Sybase issue. So... the error itself isn't the issue, it's the fact that when you use the ODBC stage it doesn't capture 'some of the errors'? Not really sure what t...
by chulett
Sun Dec 16, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to associate headless user to the projects
Replies: 7
Views: 1744

Hmmm... I was going to make a snarky comment about 'headless users' never having heard the term before, but since Kim didn't...

I can only find mention of the term but no definition, anyone care to share it?