Search found 42189 matches

by chulett
Wed Sep 02, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error occured during loading the data
Replies: 26
Views: 13261

AmeyJoshi14 wrote:I am not able to understand even if we have set the quota time as unlimited why it is throwing the SIGSEGV error message ?? :roll: :roll:
Mostly because it's not a 'quota time' related problem.
by chulett
Wed Sep 02, 2009 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error occured during loading the data
Replies: 26
Views: 13261

OK, so what's different about this one problematic server? I'd mostly be curious about the exact Oracle version and the roles/grants the connecting user has there v. elsewhere.
by chulett
Wed Sep 02, 2009 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading file name having spaces
Replies: 5
Views: 2382

That plus this should help, and there's no need to concat that extra delimiter.

ps. The Field() usage could be made more generic to always return the last field regardless of the number of delimiters rather than hard-coding it like that. FYI.
by chulett
Tue Sep 01, 2009 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IF THEN ELSE
Replies: 6
Views: 1411

svColumnAisValid: Link.ColumnA = 'O13' Or Link.ColumnA = 'S10' Or Link.ColumnA = ' ' Assuming you mean literally *a* space. You may need to throw a Trim() into the last check if not. svColumnBisValid : Num(Link.ColumnB) And ((Link.ColumnB > 0 And (Link.ColumnA = 'O13' Or Link.ColumnA = 'S10')) Or L...
by chulett
Tue Sep 01, 2009 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IF THEN ELSE
Replies: 6
Views: 1411

Missing the 'then' from sv2.
by chulett
Tue Sep 01, 2009 10:46 pm
Forum: General
Topic: How to automate import/export process in version 7.5.2
Replies: 3
Views: 1332

Before version 8.x the import/export process is all client based. There's some export capacity on the Server side, but the expectation is that is all handled on the client. The two basic commands are dscmdexport.exe and dsexport.exe off the top of my head - the former is for all jobs in a project wh...
by chulett
Tue Sep 01, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: process control in sequencers
Replies: 1
Views: 798

Welcome! One 'condition' that you could set in the child sequence would be for it to log a warning (use UtilityWarnToLog) when this email is sent and nothing else should run. The trigger from the Child Seq to Activity2 could check that and not run Activity2 and Activity3 in that case. However, you m...
by chulett
Tue Sep 01, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Master Sequence
Replies: 3
Views: 927

That will happen automatically as long as the child sequence has checkpoints. They are completely separate processes each with (or without) their own checkpoints, it's not like it's an "all or nothing" affair. Your trouble spot will be if a check-pointed child sequence aborts and you want ...
by chulett
Tue Sep 01, 2009 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Arabic Character Issue
Replies: 4
Views: 4568

Funny - that reply looks like a poem. Not a helpful comment, I know, but that is the first thing that popped into my mind and I had to check to see if anything rhymed. :wink:
by chulett
Tue Sep 01, 2009 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Master Sequence
Replies: 3
Views: 927

Don't add checkpoints to the Master Sequence.
by chulett
Tue Sep 01, 2009 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a File Name Dynamically
Replies: 4
Views: 1457

Not directly, no. I would build static output files, land the column data in another file and then script a rename of the static files keying from the landed data. If I was doing this. :wink:
by chulett
Tue Sep 01, 2009 7:50 am
Forum: General
Topic: issue in FTP stage
Replies: 23
Views: 11314

Forget the stage and just use a script with command line ftp. You can run it after job or as part of a Sequence job.
by chulett
Tue Sep 01, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete record generation using change capture
Replies: 3
Views: 1081

I'm not following your issue. You get 'deletes' for records that are in the before but not in the after. :?
by chulett
Tue Sep 01, 2009 7:34 am
Forum: General
Topic: Protected Projects
Replies: 4
Views: 1521

That's no 'option' that I've ever seen that would differentiate 'run ability' between the Director versus the Designer - it should be both or neither. I would suggest you open a case with your official support provider and see if this is perhaps a known issue.