Search found 202 matches

by pavankvk
Tue Jan 09, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Documentation for all the dscommands
Replies: 5
Views: 2263

Documentation for all the dscommands

Hi,

where can i find the documentation for all the ds* commands like dsjob,dssearch,dsrecords etc. can i find all of them at one place in one single PDF documentation that comes with the tool?

TIA
by pavankvk
Wed Oct 18, 2006 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Multi Load Stage..How to Parameterise?
Replies: 2
Views: 1824

Teradata Multi Load Stage..How to Parameterise?

Hi

when using the Teradata Multi Load stage how to parameterise the Table Name, User id and password instead of hardcoding those values?

i dont see any option as in DB2 enterprise stage to insert job parameters in teradata mload stage.

is there a way to do it?
by pavankvk
Wed Oct 04, 2006 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading Char Field from Sequential File
Replies: 4
Views: 3137

Is the "First Line is Column Names" property set to True? This does need to be explicitly set - it does not import with the other format information, because it is a stage property whereas the other ... Thanks for the quick response ray.. I have set the "First Line Column Names"...
by pavankvk
Wed Jun 28, 2006 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incomplete/Truncated/Ill formed XML Elements.
Replies: 4
Views: 1588

:!: For anyone wanting to help: To put this into perspective, please go through this exchange so you understand how the XML is being generated. I really don't think this is a bug but more likely a problem in the job design, specific to the need to use a Sequential File stage as your final output. T...
by pavankvk
Wed Jun 28, 2006 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incomplete/Truncated/Ill formed XML Elements.
Replies: 4
Views: 1588

Craig, i checked the output. the output had around 2000 records and a few of them had this problem. i used the target type as varbinary with 8000 bytes length.thats more than enough for my data. i also dumped the same data to a flat file and compared. for 2 similar sets of data, one is having a prop...
by pavankvk
Tue Jun 27, 2006 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incomplete/Truncated/Ill formed XML Elements.
Replies: 4
Views: 1588

i already opened a ticket with IBM..just wondering if this is a known issue..or am i doing anything wrong??
by pavankvk
Tue Jun 27, 2006 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incomplete/Truncated/Ill formed XML Elements.
Replies: 4
Views: 1588

Incomplete/Truncated/Ill formed XML Elements.

Hi i am using XMLOuptut stage to produce xml documents. Is there a bug with the stage? the problem is some of the xml elements are trucated/ill formed and truncated. here is what it looks like Correct : <BusPhoneGrp><BusPhoneNbr>7703214789</BusPhoneNbr><BusPhoneType>BUS</BusPhoneType><BusPhoneStatus...
by pavankvk
Fri Jun 23, 2006 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

Cool. :D ... Craig when i am trying to produce my file with real data...for some of the XMLs generated, the tags are lost or misspelt or truncated and ill formed...when i produced a data of 1800 records, i had 20 ill formed XMLs in them.. The same data looks perfectly ok in flat files. Other 1780 r...
by pavankvk
Fri Jun 23, 2006 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

chulett wrote:As noted - one field with a single forward slash as the XPath expression. ...
Thanks a lot craig. it worked.
by pavankvk
Fri Jun 23, 2006 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

I would disagree that "it doesn't work"... more correct to say you haven't gotten it working. Yet. I suggest setting up your sequential file with one large varchar field to hold the entire record, then just use a forward slash "/" as the XPath expression. That should get you muc...
by pavankvk
Fri Jun 23, 2006 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

You've completely lost me. :? If you are saying the current output is correct but it all needs to be in one sequential (non XML) file - have you tried an Output link from the XML Output stage to a Sequential File stage? Yes i did. When i have an output link from the xmloutput stage to a sequential ...
by pavankvk
Fri Jun 23, 2006 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

Select the 'Aggregate all rows' Output mode on the Transformation Settings tab. ... Craig that is not what i want..i know that aggregate option.but that is not what i want. if you observe the XML lines, each of them is a individual XML and there is no key value for any element so that group of elem...
by pavankvk
Thu Jun 22, 2006 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple XML Transactions into One Single File
Replies: 11
Views: 3316

Multiple XML Transactions into One Single File

Hi i have to do something like this. i need to create an Unformatted XML for each row in the database and have all of them in one big sequential file. I used XMLOutput stage to create one single XML per row. but the problem is XMLOutput stage creates one XML file on the file system per row. As we ca...
by pavankvk
Thu Jun 22, 2006 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with APT_STRING_PADCHAR
Replies: 9
Views: 5745

$APT_STRING_PADCHAR is a global level variable applicable for the whole project and all the jobs in it.
by pavankvk
Thu Jun 22, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: \b{Irregular XML from XMLOutput stage}
Replies: 4
Views: 1572

bcoz those are the only 2 elements that can have value, they need to be separately defined.i validated the xml and the schema in a xml editor.so they should be fine.i dont understand the problem with xmloutput. i tried for one element repeating under busnmgrp tag and it works properly.