Search found 6797 matches

by DSguru2B
Mon Dec 18, 2006 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 2932

You have NLS enabled in DataStage. But is it enabled in the database. Disable NLS and then run the job.
by DSguru2B
Mon Dec 18, 2006 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 2932

What is sqltype and length of field 37? With the first column starting from 0. Do you have NLS enabled?
by DSguru2B
Mon Dec 18, 2006 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings--Fixed width File
Replies: 6
Views: 1465

Well i guess then you will have to do a spot check and see what column is larger than expected by the target. Either one or more column size is greater than your target column and hence the error.
by DSguru2B
Mon Dec 18, 2006 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings--Fixed width File
Replies: 6
Views: 1465

Are you trying to read the entire record as a single column ?
What other warning messages do you get? Maybe the length in the target database is less than what you are trying to insert.
by DSguru2B
Mon Dec 18, 2006 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Universe tables from one project to another
Replies: 5
Views: 2438

Do it via a script. Really small and easy. Something like this #!/usr/bin/ksh export file=/..../..../...../ProjectNames.txt export jobNames=/..../..../.../AllJobs.txt #Source the dsenv file cd $DSHOME . ./dsenv #Remove AllJobs.txt from previous run rm -f $jobNames cat $file | while read projname do ...
by DSguru2B
Mon Dec 18, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: initcap
Replies: 6
Views: 3906

The ICONV/OCONV conversion code that gets this done is "MCT".
by DSguru2B
Mon Dec 18, 2006 8:09 am
Forum: General
Topic: Connectivity of DataStage with Netezza
Replies: 4
Views: 2465

Welcome Aboard As a friendly advice, please dont use words like 'urgent', 'ASAP' here as it will get nothing but negative feedback. This is an all volunteer site and response times vary. Also, we have different forums depending upon the nature of the quest. You have posted in the wrong forum. We hav...
by DSguru2B
Mon Dec 18, 2006 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00904
Replies: 3
Views: 1420

Seems like someone changed the column name and did not tell you about it. Heres some more detail.
by DSguru2B
Mon Dec 18, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get separate Status of a job on each run?
Replies: 7
Views: 1581

No, i didnt mean how it looks like, i meant how are you getting it? Are you using the notification activity to include job report, do you have a custom routine to get the job status?
by DSguru2B
Mon Dec 18, 2006 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion of julian date of format 'yyyyjjj' to date
Replies: 10
Views: 7840

Search. This has been covered before. Like here.
by DSguru2B
Mon Dec 18, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probelm triggering job via Sequence
Replies: 15
Views: 3608

I suspect that the job is starting porperly, but the status is not updated promptly. Tell me this, if you run the job manually from director, do you observe the same delay?
by DSguru2B
Mon Dec 18, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates while inserting in to target
Replies: 7
Views: 2351

How many keys do you have defined in your target table? SCD2 means you will have to update too, are you doing that, how exactly are you doing that?
by DSguru2B
Mon Dec 18, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: find reason of rejected row
Replies: 3
Views: 1041

How would we know, it could be a number of reasons. There should be more warning messages in the log. Paste all the warning messages that you are getting, including the fatal error.
by DSguru2B
Mon Dec 18, 2006 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion of julian date of format 'yyyyjjj' to date
Replies: 10
Views: 7840

You have posted in a px forum and marked the job type as server, which one is it?