Search found 15603 matches

by ArndW
Mon Oct 09, 2006 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compiles jobs with Transformer Stage
Replies: 7
Views: 2987

Hmm, I wonder if this part of your output could mean something
...No space left on device ...
by ArndW
Mon Oct 09, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 4498

Zabeerulla,

did you look at the NLS Guide as suggested earlier? Look at page 2-4 to start with.
by ArndW
Mon Oct 09, 2006 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 4498

You can do almost everything for NLS with your administrator client. Please refer to the PDF online document NLS Guide for details on how to change your locales.
by ArndW
Mon Oct 09, 2006 2:42 am
Forum: General
Topic: Compilation Error on NLS
Replies: 4
Views: 3211

Alagusakthivelan,

The best place to get ASAP help is your support provider. Please contact them for a quick response.

The compiler doesn't think NLS is enabled. Does this happen with just one job or with all?
by ArndW
Mon Oct 09, 2006 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 4498

If you really need to keep the date format you will have to change your NLS locale so that the default date format matches the non-nls one. This is certainly not what I would recommend - using a "D" conversion, particularly on output, is an invitation for big trouble. Be as specific as you can. If y...
by ArndW
Mon Oct 09, 2006 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert into tables w/ RI
Replies: 5
Views: 1738

Craig - oops, I wasn't thinking when I replied to that one. I must have gotten some decaf instead of the normal full-octance stuff that keeps me going.
by ArndW
Mon Oct 09, 2006 2:16 am
Forum: General
Topic: Compilation Error on NLS
Replies: 4
Views: 3211

The cause of the error is that NChar is not supported in that stage/job when you don't have NLS enabled. Try using Char instead.
by ArndW
Mon Oct 09, 2006 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 10
Views: 2422

vsi wrote:...The phantom error I am getting was
DataStage Job 410 Phantom 5232...
This is not the error, it is reporting that the job finished with an error. There will be at least one real error message in your log file. Perhaps your disk filled while writing the output file.
by ArndW
Mon Oct 09, 2006 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of DB2/EE stage and DB2/UDB API stage
Replies: 4
Views: 1222

Chin,

my observations have been quite different. Is your DB/2 a partitioned database? What sort of a config file do you have? Does the read speed correlate with the write speed?
by ArndW
Mon Oct 09, 2006 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 4498

What happens when you correctly specify "D4YMD" instead of "D"? I'm not at a DS client now, but by setting NLS the default date format can change.
by ArndW
Mon Oct 09, 2006 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation rule
Replies: 3
Views: 909

A single transform, declare your input as a single column and then do a CONVERT('#',CHAR(10),In.Column) and write it to a sequential file. This will convert each '#' character to a \n on output.
by ArndW
Sun Oct 08, 2006 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Full Name
Replies: 8
Views: 2499

There are large (and pricey) software applications that do this type of name matching and cleansing that are usually more accurate than home grown solutions. First you need to get your logic down, then you can write some DS Basic code or functions to do this for you. 1. Parse out all variations of M...
by ArndW
Sun Oct 08, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert into tables w/ RI
Replies: 5
Views: 1738

You can specify two output links and set the order in which they get executed. You will also need to ensure that your commit frequency is each row so that an immediate commit is done from one link before it's successor gets executed.
by ArndW
Sun Oct 08, 2006 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to Oracle database"Fatal Error: Caught
Replies: 18
Views: 4989

The database access required for PX is somewhat higher than that for server, as per the installation guide.
by ArndW
Sun Oct 08, 2006 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to tune DS job for large jobs
Replies: 4
Views: 1390

Re: Sorry

I am really sorry If I offened someone... No problem if it was inadvertant, which it seems to have been. Any DataStage consultant should be able to pinpoint the bottleneck(s) in a given job. By consultant I mean someone who is hired on as a DataStage "specialist". Good DataStage consultants will co...