Search found 42189 matches

by chulett
Mon Dec 19, 2011 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB dbms_lob.substr ORA-01461
Replies: 12
Views: 7254

Not sure... perhaps in all three, and you may need to bump the internal field size up as well. Play. :wink:
by chulett
Mon Dec 19, 2011 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle this string
Replies: 3
Views: 850

You just need to remove the double quotes? No need to escape anything, just use single quotes in the function call:

Code: Select all

Convert('"','',ToTfm.DESCRIPTION)
by chulett
Mon Dec 19, 2011 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB dbms_lob.substr ORA-01461
Replies: 12
Views: 7254

That error implies that your substringed CLOB value is greater than 4000 bytes so guessing an NLS issue. Perhaps you can use Long Varchar as the intermediate value?
by chulett
Mon Dec 19, 2011 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -mode RESET -wait returns. job is not fully reset
Replies: 7
Views: 5230

Ah... forgot about that little nugget. :wink:
by chulett
Mon Dec 19, 2011 12:59 pm
Forum: General
Topic: Scenario in sequence job
Replies: 3
Views: 1186

If it was working fine, they wouldn't have posted here. And there's more to the requirement than that. All you have out of the box is either 1) all stages always run or 2) it restarts from the point of failure. As kind of a 2b) you can also specify stages to 'do not checkpoint' so they always run re...
by chulett
Mon Dec 19, 2011 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file - Create pool
Replies: 8
Views: 3975

Show us the config file you used.
by chulett
Mon Dec 19, 2011 12:47 pm
Forum: General
Topic: DataStage Analysis spreadsheet
Replies: 40
Views: 32415

plink?
by chulett
Mon Dec 19, 2011 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failing in lookup Stage
Replies: 18
Views: 7857

I don't know how to do that just from what is installed... can you check your 'manifest' or with your vendor?
by chulett
Mon Dec 19, 2011 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failing in lookup Stage
Replies: 18
Views: 7857

4GB is a limitation of 32bit architecture. You've said your O/S is 64bit, what about your version of DataStage?
by chulett
Mon Dec 19, 2011 7:41 am
Forum: General
Topic: Reset aborted jobs across project
Replies: 8
Views: 1993

Pretty common to list out all jobs and then check to see if they are aborted. The dsjob executable can list all projects, or all jobs in a project and check the status of a job.
by chulett
Mon Dec 19, 2011 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: General Question on CDC
Replies: 5
Views: 1440

I'm still a little unclear on what your 'general question' is attempting to find out. CDC does not 'perform' deletes, it detects them just as it detects new records and changes. What you do with them is completely up to you and the nature of the associated target. For a none 'warehouse' type target,...
by chulett
Mon Dec 19, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read files from Windows box
Replies: 8
Views: 2012

Make sure you understand that you'll need to either move the file to the DataStage server via a mechanism like ftp (which Pandeesh posted an example of) and then read it like 'normal' or you could source the file from the remote server using one of the FTP stages. Or you could make the remote file a...
by chulett
Mon Dec 19, 2011 7:17 am
Forum: General
Topic: Reset aborted jobs across project
Replies: 8
Views: 1993

A single command to reset all jobs? No. You could always write one, but it would need to continue to do it 'job wise' as you noted.
by chulett
Mon Dec 19, 2011 7:16 am
Forum: General
Topic: Instllation error - PX Engin
Replies: 1
Views: 680

Re: Instllation error - PX Engin

praguur86 wrote:ERROR: cannot locate the TAR utililty on your PATH.
Please make sure TAR is on your PATH before installing
Seems a pretty simple solution to me - make sure it can find the UNIX utility 'tar' in your PATH environment variable.
by chulett
Sun Dec 18, 2011 9:20 am
Forum: General
Topic: JobMonApp failure
Replies: 17
Views: 5453

Just trying to clarify as "jobmonapp" plays no role in getting link counts from Server jobs, only Parallel ones.