Search found 103 matches

by Gazelle
Mon May 10, 2004 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Reading a Sequential File in Parallel Jobs
Replies: 2
Views: 2878

I've seen the message before when trying to read nulls into an numeric column. Specifying the "Null field value" should fix the problem.

If it's something else, then let us know the format properties of the file, and the format properties of the "SYR" field.
by Gazelle
Sun May 09, 2004 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Occasional "Missing StringID[2046]" error
Replies: 7
Views: 3518

Note that it has been a problem for both Server jobs and Parallel jobs. From Administrator, the command: SELECT "DESC" FROM DS_RESENU WHERE ERRNO = 2046; returns Finished waiting for job\n I did notice one other code returned without text: Missing StringID[2114] so put this through Adminis...
by Gazelle
Sun May 09, 2004 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Occasional "Missing StringID[2046]" error
Replies: 7
Views: 3518

Occasional "Missing StringID[2046]" error

We occasionally receive a "Missing StringID[2046]" error when running datastage v7.x jobs from Unix. - It happens for both PX jobs and for Server jobs. - It usually happens when the job aborts, but there have been cases where the job finishes okay, but the message is still written to Unix ...
by Gazelle
Wed May 05, 2004 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to write decimal(10) column to sequential file
Replies: 2
Views: 1742

My thanks to asadi for this one:
Map the decimal[10] field to BigInt

Much nicer!
by Gazelle
Mon May 03, 2004 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Simple job - Extract, check dup, write header and trailer
Replies: 5
Views: 1704

Sorry. I missed some vital information about your environment.
I'm using v7.x. I do not know if v6 has a "Remove Duplicates" stage.

Someone else will have to help you on this one.

Have you tried the derivation options of the Aggregator stage?
by Gazelle
Mon May 03, 2004 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Simple job - Extract, check dup, write header and trailer
Replies: 5
Views: 1704

Newkid now, but perhaps not for long :D
Have you looked at using the "Remove Duplicates" and "Sort" stages?
by Gazelle
Mon May 03, 2004 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to write decimal(10) column to sequential file
Replies: 2
Views: 1742

Need to write decimal(10) column to sequential file

Scenario: ColumnA is a varchar field (eg. value=A). ColumnB is a decimal[10,0] field (eg. value=76543210). ColumnC is a varchar field (eg. value=X). Requirement: Write to a comma-delimited sequential file. ColumnB is not to have a leading space or decimal point. eg. the record should be: A,76543210,...
by Gazelle
Thu Apr 29, 2004 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in seq files in PX
Replies: 6
Views: 5918

That issue of null_values for fixed-length fields (eg. a timestamp field) was a real problem for us. We had a pipe-delimited file with a timestamp field, where || signified a null. Ascential provided a patch that basically provides a new setting (a project environment variable: "APT_IMPEXP_ALLO...
by Gazelle
Tue Apr 27, 2004 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in seq files in PX
Replies: 6
Views: 5918

Sorry for the confusion. "null field" is how it appears on the internal record definition, but in the Stages it's called "Null field value". 1. Here are the steps to get to the "Null field value" property: In the "Sequential File" stage, on the "Columns&q...
by Gazelle
Tue Apr 27, 2004 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Plugin Error - Line 295, Square root of a negative numb
Replies: 3
Views: 2370

We got that message too, but chose to look the other way and ignore it (standard coding practice :) ). The job output showed no adverse effects from this strange warning message.
by Gazelle
Tue Apr 27, 2004 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 1
Views: 1379

Our experiences with XML in Datastage 7.0: Trouble with using XML in PX. We resorted to using a Server job. No "parallelism" under PX, so using a Server job was no great loss. Big crash (core dump) when parsing large files (~30MB+). This was resolved by applying a patch from Ascential. Cou...
by Gazelle
Mon Apr 26, 2004 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in seq files in PX
Replies: 6
Views: 5918

If I understand you right, this is done by specifying "null_field" value for each column, in the initial Sequential File stage. eg. If ColumnA is a fixed-length Integer(10) field, then you specify null_field=' ' When reading the file, if ColumnA contains a string of ten spaces, then Datast...
by Gazelle
Mon Apr 26, 2004 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar field is null-padded after converting from Binary
Replies: 0
Views: 696

Varchar field is null-padded after converting from Binary

I have a PX job that reads in an entire record as a single binary column. The binary column is later passed to a Column Export, that converts the binary column into a Varchar(4000) field, which is then output to a delimited Sequential File, with variable-width records. The problem is that the text f...