Search found 5 matches

by mstaton
Fri Aug 06, 2010 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message about field not found
Replies: 7
Views: 5904

Took off RCP on input link, output link, and transformation with no change (see below). Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 13:49:07(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.1.0.5447 Copyright (c) 2001, 2005-2008 IBM Corporation. All rights re...
by mstaton
Fri Aug 06, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message about field not found
Replies: 7
Views: 5904

I tried what you suggested about changeing the input link name but receieved the same errors (see below). RCP is on. Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 13:14:31(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.1.0.5447 Copyright (c) 2001, 2005-2008 I...
by mstaton
Fri Aug 06, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message about field not found
Replies: 7
Views: 5904

Error message about field not found

I am getting an error about "field was not found" when the "field" stipulated is actually a link name (see error messages below). The actual field names the error messages describe are defined in the input. What causes this to happen and how can this be remedied? Output from tran...
by mstaton
Thu Jul 29, 2010 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I get different record type into 1 dataset??
Replies: 6
Views: 2579

Can you provide sample input and expected output? Header Record - HDR000000112012009xxxxxxbbbbbb Detail Record - DTL0000002aaaaa123456zzzzzzzzzz Trailer Record - TRL0000003x1x1x1x1x1x1x1x1x1x1 Expected result on final file HDR000000112012009xxxxxxbbbbbb DTL0000002aaaaa123456zzzzzzzzzz TRL0000003x1x...
by mstaton
Thu Jul 29, 2010 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I get different record type into 1 dataset??
Replies: 6
Views: 2579

How do I get different record type into 1 dataset??

I am creating multiple record types in my transformations. Each record is 256 bytes in size with only the 1st 2 fields are the same on each record. How do I go about getting them into 1 sequential file???