Search found 73 matches

by kalpna
Mon Feb 13, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from XML Input
Replies: 2
Views: 986

Hi! chulett Thanks for the reply. I have tried changing the repetition element. but, it behaves the same way.. i mean, whatever the feild i take as a repetition element, those values seems to be ok. but, the other feilds are values from the first row. one more thing is my xml document is like this: ...
by kalpna
Mon Feb 13, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from XML Input
Replies: 2
Views: 986

output from XML Input

Hi! folks my output from 'xml input' seems repeating. i mean, the first row is repeating itself in all the rows. the only diffrence i can c is, only the 'repetition element' seems to be the correct value, all the other feilds are values from first row. I'm sure this is just something basic i'm missi...
by kalpna
Fri Feb 10, 2006 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unusual behaviour of link collector
Replies: 2
Views: 769

Yes! i did so..
my target is a sequential file.
the same data looks fine on another sequential file,which i am writing to test the data.

Kalpna
by kalpna
Fri Feb 10, 2006 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unusual behaviour of link collector
Replies: 2
Views: 769

unusual behaviour of link collector

Hi folks! In one of my jobs i used link collector to merge the data from a trnaformer and a sequential file. when i run the job it completes with warnings. when i am trying to c the data from the target it shows me data from one input only. I confirmed that, the meta data is same for the inputs and ...
by kalpna
Fri Feb 10, 2006 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: noNamespace schema location element in xml doc
Replies: 0
Views: 513

noNamespace schema location element in xml doc

Hi! One of my xml source document contains 'noNamespace schema location' element and it is a hard coded value. I understand through my studies that, "The value of the noNamespaceSchemaLocation is a single URI reference to a schema without a target namespace". but, this avoids to utilize th...
by kalpna
Thu Feb 09, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling large volume messages with Read Mq Source stage
Replies: 3
Views: 905

Thank you!!..Manoj!!!!
I'll look into that

Kalpna
by kalpna
Wed Feb 08, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling large volume messages with Read Mq Source stage
Replies: 3
Views: 905

I have seen a option in output tab 'Message Limit', which specifies the number messages to be read from the queue...
would this option allows me to handle the segmentation bit?..

Thanks
kalpna
by kalpna
Wed Feb 08, 2006 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling large volume messages with Read Mq Source stage
Replies: 3
Views: 905

Handling large volume messages with Read Mq Source stage

Hi! I was wondering if any one could help me in this.. I am using a Read MQ source stage to read a message from MQ series and then storing it in to a file. But, if the message is too big to handle ,there is a option in MQ Series to segment the message. How can we process this segmented message in Da...
by kalpna
Tue Feb 07, 2006 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5706

Oops!...another issue
Job works perfectly fine with one row of data...but, not with multiple rows...

What could be the reason?

Thanks
Kalpna
by kalpna
Tue Feb 07, 2006 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5706

Hi! Vijay
I did exactly the same way..
it works fine..as long as i don't include the Schema location in the file.
if i do that , job aborts saying, 'it can't open the DTD or Schema.

Where can we place the Schema DTD on unix machine..
by kalpna
Tue Feb 07, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Represent multiple records into one with conditions
Replies: 8
Views: 3815

u can do it these 2 ways.. First: 1) sort ur data on student id 2) take 4 stage variables in transformer in the order of Curr = StudentID temp = if Curr = Prev then 1 else 0 Prev = Curr Grade = if temp = 1 then Grade:StudentID else StudentID Assign this Grade value to Grade 3)Take an aggregator. gro...
by kalpna
Tue Feb 07, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5706

hi! Raj
I have similar problem with my job..
please!, let me know if you solve it.
but,in INPUT tab, i am using COLUMN CONTENT as XML Document

Thanks
Kalpna
by kalpna
Tue Feb 07, 2006 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5706

Hi! Arnd How should we configure the xml stage,if we use a sequential file instead of a folder stage. assuming xml goes like this... <?xml version="1.0" encoding="ISO-8859-1" ?> - <messageListFromWcs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceS...
by kalpna
Tue Feb 07, 2006 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Xml Input stage
Replies: 13
Views: 5188

i removed the validation part from xml file.
now the job runs fine with out complaining.but, it doesn't load the data to target.

any help would be appriciated!!!!!!!!

Thanks
kalpna
by kalpna
Tue Feb 07, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Xml Input stage
Replies: 13
Views: 5188

tried that!.
it wouldn't work... :(
Iam able to open the file from the same location...
But, when i go to the 'DTD/Schema -->Goto Schema ' Option in XML Spy..
it says it could not be opened.