Search found 42189 matches

by chulett
Tue Nov 11, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Restartability
Replies: 5
Views: 1289

hamzaqk wrote:if you do it in the administrator the property would be set for all sequences by default

Right - as noted, in all NEW sequences.
by chulett
Tue Nov 11, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display record counts on links in Designer from the last run
Replies: 15
Views: 2964

That looks syntactically correct. Perhaps an 8.x issue? Can you try a different user/password?
by chulett
Tue Nov 11, 2008 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 1
Views: 878

Print out the contents of the template file noted and take it to whomever administers that server, have them confirm the information is correct there and email is indeed working from it as well.
by chulett
Tue Nov 11, 2008 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "cc" on an Email
Replies: 3
Views: 1531

Sure, as long as your email client supports it. However, not via the Notification Activity, you'll need to code your own routine or script/batch file to accomplish that. Or perhaps by creating a "dssendmail" file with the proper command and tokens - see the "dssendmail_template" in any project direc...
by chulett
Tue Nov 11, 2008 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to request the job (parallel, sequence) version?
Replies: 11
Views: 2722

Paste away. :wink: The PTERM command will help there. Besides, the problem was the lack of the LOGTO to the project in question, that or launch the shell from inside the project directory.
by chulett
Tue Nov 11, 2008 12:23 am
Forum: General
Topic: How to protect a project/projects
Replies: 22
Views: 5904

Ray, we were talking about just stopping dsrpcd, not the whole shebang.
by chulett
Mon Nov 10, 2008 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical pivoting of data
Replies: 2
Views: 2397

Welcome. First suggestion? Search the forums here for 'vertical pivot', you're not the first to ask - and it's been discussed here before. A lot.
by chulett
Mon Nov 10, 2008 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading Zeros with Numeric Type
Replies: 1
Views: 1337

If you mean you see that when you 'View Data' from the stage, then you are trying to solve a non-existent problem. They are an artifact of the viewer.
by chulett
Mon Nov 10, 2008 9:10 pm
Forum: General
Topic: How to protect a project/projects
Replies: 22
Views: 5904

Behind? Whatever... I'm sure there's a way, just saying I've never needed to do so outside of the normal start/stop processing, so don't know about the stopping part. I'm sure others do. Starting is easy, however.
by chulett
Mon Nov 10, 2008 5:56 pm
Forum: General
Topic: How to protect a project/projects
Replies: 22
Views: 5904

That would only be true on a Windows server. For UNIX, I'm afraid I don't know how to stop it gracefully other than by shutting down DataStage. :(
by chulett
Mon Nov 10, 2008 4:41 pm
Forum: General
Topic: How to Attach a Log File in Email-Notification activity
Replies: 12
Views: 10207

You would need to use -logdetail instead, a much more involved process because of the additional parameters it needs.
by chulett
Mon Nov 10, 2008 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date to Decimal
Replies: 5
Views: 2188

Trim or Convert should do the trick then.
by chulett
Mon Nov 10, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date to Decimal
Replies: 5
Views: 2188

What do you mean by "a decimal" here? The date with the delimiters removed, i.e. 2008-11-10 to 20081110? Or something else?
by chulett
Mon Nov 10, 2008 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieving a list of files in a remote ftp location
Replies: 12
Views: 2663

Of course, but from what I read the OP wants to get a list of all of the remote files and then bring only some of them down for processing.