Search found 296 matches

by throbinson
Sat Jun 21, 2008 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input Repetition Element not repeating
Replies: 4
Views: 1692

I am reading XML using the XML Input Stage. I get six rows but I do not get six unique rows. Only the first unique row gets the values. When the repetition element repeats, the values output reflect the first occurrence of the repeating element values. I have a solution that appears to work. I ended...
by throbinson
Fri Jun 20, 2008 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input Repetition Element not repeating
Replies: 4
Views: 1692

XML Input Repetition Element not repeating

1. Only a single XPATH can be chosen as the repetitive element. 2. The example below results in only "first" values for each combination of ColA, ColB, ColC. In other words, ColA OR ColB OR ColC must be chosen as the repetitive element, not all three. In reality, it IS the three together t...
by throbinson
Tue Jun 10, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage - setting for Tenacity and Sleep
Replies: 5
Views: 5369

It is now possible. There is a patch from IBM. I just tested it and it appears to work.
by throbinson
Fri Jun 06, 2008 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata supplied utilities
Replies: 4
Views: 2191

Fast export, Multi-load and API too
by throbinson
Wed Jun 04, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Modify Stage - Substring function
Replies: 15
Views: 18404

NAME2:String[100] = substring[1,100] (NAME1)
Make them VARCHARs (string[max=]) not CHARs (string[])
therefore

NAME2:String[max=100] = substring[1,100] (NAME1)
by throbinson
Fri May 30, 2008 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source with zero rows but target with one row
Replies: 6
Views: 2431

I can name that tune in a fewer notes but it might be too unmaintainable. Use ExecSH in the Before-job subroutine. Input Value: echo `date` >> #InputFile# (and whatever other formatting is needed to make this line look like a input line in the file). Interrogate for this line in the job transformer ...
by throbinson
Fri May 30, 2008 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage Deadlock error on Terasync table
Replies: 6
Views: 4793

There is an E-case and patch from IBM. I apologize for not having the specifics on it.
by throbinson
Wed May 28, 2008 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we define $ APT_CONFIG_FILE as $PROJDEF?
Replies: 6
Views: 1763

Yes at Runtime
NO at Design time.

The config file defined by $PROJDEF will not be available in Designer but the job will run. Therefore unless you need the functionality in the GUI to define pools, restrict stages to a node, etc. then $PROJDEF will work in the job just fine.
by throbinson
Tue May 27, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REJECT LINK IN XML INPUT STAGE
Replies: 12
Views: 11290

Gotcha. I went to the documentation; page 33 of xmLPACK_20_Designer.pdf Mapping Transformation Errors to DataStage Errors The XML parser reports three types of conditions: fatal, error, and warning. &#56256;&#56452; Fatal errors are thrown when the XML is not well-formed. FATAL means stop. I...
by throbinson
Tue May 27, 2008 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REJECT LINK IN XML INPUT STAGE
Replies: 12
Views: 11290

Well, the first thing you should do is get well formed XML. Can the XML above be parsed by, say IE? I think not. At the very least the start tag <FrdSupplierData> has got to have one of these End tag thingys; </FrdSupplierData> I don't think Xalan can do anything with input that is not well-formed e...
by throbinson
Tue May 27, 2008 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Dynamic files
Replies: 9
Views: 2222

None that I know of but would love to be proved wrong. You posted in the Server forum and so the reply you got was Server-centric. Help a brother out and post in the right forum and you'll probably get a more appropriate answer.
by throbinson
Tue May 27, 2008 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find out if a certain stagetype is used in a project
Replies: 9
Views: 4589

Go to Manager, navigate to the Stage type you want, highlight it in the right hand window and select Usage Analysis from the Tools Menu. This will give you every job that uses the Stage type.
by throbinson
Tue May 27, 2008 5:52 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20185

The External Source stage WILL work. Go to Ernie's blog and search for it.
http://dsrealtime.wordpress.com/category/xml/
by throbinson
Fri May 23, 2008 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading XML from folder stage
Replies: 8
Views: 2879

Chulett
Not sure why that would be a problem. Besides, if you don't add it, DataStage will.
I don't think that is the case. I think the XMLInput, an Active stage, will not put an "IDENT" Transformer between it and the Folder stage.

Are you sure Datastage will add it?
by throbinson
Wed May 21, 2008 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading XML from folder stage
Replies: 8
Views: 2879

Why do you have a Transformer stage between the Folder stage and the XMLInput Stage? I would think it should be Folder Stage and then XMLInput.