Search found 4 matches

by prasadnittala
Tue Oct 24, 2006 2:39 am
Forum: General
Topic: XML Plug in Stage..
Replies: 4
Views: 3290

Re: XML Plug in Stage..

Apologies for the ambiguity. Here is the example I used. SOURCE FILE CONTENTS : <?xml version="1.0" encoding="ISO-8859-1" ?> - <CATALOG> - <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> <COUNTRY>USA</COUNTRY> <COMPANY>Columbia</COMPANY> <PRICE>10.90</PRICE> <YEAR...
by prasadnittala
Mon Oct 23, 2006 1:03 pm
Forum: General
Topic: XML Plug in Stage..
Replies: 4
Views: 3290

XML Plug in Stage..

Hi, Here is the problem. I need to load the data into an Oracle Table from an XML file. Everything is fine except there is a problem with the loaded data. The job is loading the data with the nearest tags. To be more eloborative, let me explain the scenario. Eg: <address> <name>xyz</name> <city>abc<...
by prasadnittala
Fri Oct 20, 2006 5:48 am
Forum: General
Topic: IPC Stage vs Row Buffering:
Replies: 2
Views: 3290

IPC Stage vs Row Buffering:

I noticed recently in one of the projects, the developers have extensively used the IPC stage. But in I think, this stage may create some problems in production where the system normally waits for the arrival of source files. The default timeout for IPC is 10secs. But if there is little delay in the...
by prasadnittala
Wed Sep 13, 2006 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a list for the DataStage Routines, Transforms etc?
Replies: 2
Views: 1795

Is there a list for the DataStage Routines, Transforms etc?

Hi This may be a beginner's question.. I would like to know where can see the documentation for the total list of all the built in programming components like Datastage Routines, Sub Routines, Transforms, Functions, Macros etc. The DS Help is also partially covering those. How to learn about their f...