Search found 42189 matches

by chulett
Thu Aug 26, 2004 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 6397

That's one question we've been trying to answer. The way this works seems to have fundamentally changed in 7.5. In the past, all of the leftover "sendmail_xxxxx.sh" files sat around in your Project directory forever and gave you something to look at. Now, the file is deleted after the process finish...
by chulett
Thu Aug 26, 2004 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 6397

Funny... me. too. 7.5 on HP/UX 11i.
by chulett
Thu Aug 26, 2004 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 6397

:!: What version of DataStage? 7.5? What OS?

I'm having the exact same issue, but only on my test box where I'm running 7.5, not anywhere ever before on an older version. I have an open support ticket with Ascential and we're trying to track down the cause.
by chulett
Wed Aug 25, 2004 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate rows
Replies: 9
Views: 4555

Glad you found it helpful, Richard. There's always more than one way to skin the DataStage cat, so in addition to what Ray suggested, something else to check out - the UserStatus area. It is an area each job has where a single piece of data can be written and retrieved at any time after the job comp...
by chulett
Wed Aug 25, 2004 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Common statement does not work
Replies: 12
Views: 2639

:? Just out of curiousity - what flavor of 7 did you upgrade to... 7 dot what?
by chulett
Wed Aug 25, 2004 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Overwrite DS
Replies: 2
Views: 1563

That's usually a permissions issue - make sure your ftp user has what it needs to overwrite as well as create target files.
by chulett
Wed Aug 25, 2004 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using sort stage
Replies: 16
Views: 12287

Don't use link name in the sort spec, simply specify the column names.
by chulett
Wed Aug 25, 2004 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate rows
Replies: 9
Views: 4555

Yup, the Aggregator is one answer when your data isn't coming in sorted. :wink:
by chulett
Tue Aug 24, 2004 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limiting source records in ODBC user-defined sql
Replies: 3
Views: 805

For testing? I'd go the route that Siva mentioned - simply make use of the ability of DataStage to stop processing after a certain number of rows have come into the job. That way there's nothing to remember to "undo" before it goes into production.
by chulett
Tue Aug 24, 2004 8:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate rows
Replies: 9
Views: 4555

Ahhh, Richard... let's tawk. First, just about stage variables in general. They've been quite the boon since they were added to DataStage as they've got a ton of uses other than in the context you are concerned with right now. A couple of examples off the top of my head: *For repeated derivations. W...
by chulett
Tue Aug 24, 2004 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 8
Views: 4071

Both of these require a VOC record pointer to work, correct? I know the syntax is here somewhere (SET?) for those who work exclusively with pathed hashes...
by chulett
Tue Aug 24, 2004 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate rows
Replies: 9
Views: 4555

Hmmm, someone seems to have "unreplied" to this. :? Be happy to help with Stage Variables and detecting changes in repeating groups if there is a need...
by chulett
Tue Aug 24, 2004 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate rows
Replies: 9
Views: 4555

See if this post helps.
by chulett
Tue Aug 24, 2004 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto-Purge Not working
Replies: 6
Views: 2119

Courtesy of KBA: TCL = 'SSELECT DS_JOBS' If JobNameSubstringMatch Then TCL:= ' LIKE "...':JobNameSubstringMatch:'..."' If Folder Then TCL:= ' WITH F3 = "':Folder:'"' Call DSExecute("TCL", TCL, ScreenOutput, SystemReturnCode) Call DSLogInfo("TCL Output f...
by chulett
Tue Aug 24, 2004 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto-Purge Not working
Replies: 6
Views: 2119

The only reason I asked about the number of runs option was, in my case, it would take while the other would not. If I set that particular option first, then for some reason I could change it from runs to days and that would also stick... but I couldn't set it directly. I've got a utility that will ...