Search found 14 matches

by bkar
Thu Jun 23, 2011 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using KeyMgtGetNextValue routines
Replies: 2
Views: 1768

using KeyMgtGetNextValue routines

Can I use KeyMgtGetNextValue DS routine in a parallel job.

If yes how?

I'm not able to see it inside a transform satge. trying derive using a DS routiune.
by bkar
Wed Jun 08, 2011 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML pasing issue
Replies: 1
Views: 1979

XML pasing issue

Hi, I'm trying to parsing XML document to tabular data, for that I'm using Folder stage --> XML Input --> Oracle Table. I'm getting a runtime error as below XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 0, column: 0): An exception occurred! Type:RuntimeE...
by bkar
Wed Jun 01, 2011 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage record delimiter
Replies: 3
Views: 3435

chulett wrote:Use a Record Delimiter String as that DOS 'newline' is actually two characters. ...
could not get what you mean by two characters.

Do i need to put "\N"?
by bkar
Wed Jun 01, 2011 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage record delimiter
Replies: 3
Views: 3435

Sequential file stage record delimiter

How I can have record delimiter as DOS newline character.

I'm extracting table data to a flat file and sequential file stage is my target.
by bkar
Fri May 27, 2011 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml file to Flat file
Replies: 4
Views: 2532

Xml file to Flat file

I need to transform a XML file data into a flat file. 1st step I did is craeted XML table definition using XML metadata importer. Then I have taken a XML input stage and sequential file stage and loaded columns from table definition to XML input. what input I should give to XML input? I'm doing it o...
by bkar
Fri May 27, 2011 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 4562

I have specified the select statement in properties
by bkar
Thu May 26, 2011 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 4562

Thanks a lot for your replies. It got resolved now.
by bkar
Wed May 25, 2011 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 4562

How I need to provide that
by bkar
Tue May 24, 2011 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 4562

Thanks a lot. I'm alone here to work on datastage and I have used different ETL tool before.

I have imported the table and linked it to a sequential file. When I'm trying to compile it is throwing error "property select statement is required"
by bkar
Tue May 24, 2011 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 4562

put data from oracle table to flat file

Hi,

I'm a new user, I need to put all the of a table to a flat file. Please help me in this. let me know which stage to use and which properties to be used. A detailed description is required. It would be great If any one can help me with a training material which describes how to do it.
by bkar
Tue May 24, 2011 2:22 am
Forum: General
Topic: How to check If Datastage 8.5 fix pack is installed
Replies: 1
Views: 3082

How to check If Datastage 8.5 fix pack is installed

How I can verify that Fix pack 1 is installed in my system. I 'm using Datastage designer 8.5 client.

I need to use XML stage where as XML stage is not present under Real time palette.
My administrator told that He has installed Fixpack 1.

Please advice.
by bkar
Fri May 20, 2011 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 6403

Thanks everyone for your answers, It helped me in a great deal. I got the colclusion now that If I need to use XML stage then I Have to get Fix pack 1 and I need to use only Parallel jobs. still I have below questions 1. Which is better XML pack(XML input,XML output,XML transformation) or XML stage....
by bkar
Fri May 20, 2011 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 6403

All of our Custom OTM (Oracle Transportation Management) interfaces and few other Interfaces use XML files from OTM and need to load into JDE Staging tables or EDI tables for Edge EDI transmissions. So we are looking for XML Graphical parsing capabilities without having to do much of programming. We...
by bkar
Thu May 19, 2011 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 6403

XML Stage in 8.5 version of datastage

Do I need to install any add on or patch to get XML stage in Datastage 8.5?
I'm new to DS world and novice user. please explain in detail. My requirement is to parse a XML and convert it to CSV.