Search found 70 matches

by uegodawa
Tue Aug 29, 2006 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM ?
Replies: 23
Views: 17742

Have you tried with @OUTROWNUM. Because I had a similar issue and I used @OUTROWNUM to solve the problem.
by uegodawa
Tue Aug 29, 2006 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input problem
Replies: 5
Views: 2441

Can you please make sure "D:/tar/xml/" is a valid path. This path represent the Server Machine NOT your client.
- U
by uegodawa
Tue Aug 29, 2006 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate XML against XSD
Replies: 2
Views: 1068

Hi, I tried that option as well. Here is the error I got; TestValidateXSD..XML_Input_1: XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 1, column: 39): An exception occurred! Type:TranscodingException, Message:An invalid multi-byte source text sequence was...
by uegodawa
Mon Aug 28, 2006 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input stage
Replies: 10
Views: 3748

Can you please double check the properties of your Folder Stage; Stage->Properties->Folder PathName : Defined the folder where you could find the xml. e.g C:\MyFiles\XML Outputs->Properties->WildCard : Mention your xml document. e.g MyFile.xml In the XML Input Stage->Input -> XML Source Column : Sel...
by uegodawa
Mon Aug 28, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate XML against XSD
Replies: 2
Views: 1068

Validate XML against XSD

Hi, I'm trying to validate XML document against it's defined rules. Here is the job layout. Folder ---> XML Input ---> Seq File. I've tried with Validate XML input (General/Strict) but didn't get the results. I've tried with Log rejected Error option. Didn't get the expected results. Then I went thr...
by uegodawa
Fri Aug 25, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml document importing in datastage
Replies: 2
Views: 1628

Re: xml document importing in datastage

First use the DataStage Manager to Load the meta data. Manager -> Import - > Table def - > XML TAble DEf Then Open your XML . File -> Open Then click on all text nodes which you want and save the meta data. Now goback to your job, open XML Input stage, then output tab , columns, Load. Then Load the ...
by uegodawa
Fri Aug 25, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input stage
Replies: 10
Views: 3748

Use the following stages. Folder ---> XML Input ---> Transformer ----> SEQ file. Whatever columns comes out from XMLInput should pass-through the Transformer stage. In the transformer you might have to convert some invisible characters as follows. ereplace(ereplace(xmlOP.Column1, char(10) , "&q...
by uegodawa
Tue Aug 15, 2006 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Files Creation
Replies: 11
Views: 4321

If you change the unix scripts as follows, you may not seen any duplicates

sort myfile.txt | awk '{print $1}' | uniq
by uegodawa
Tue Aug 15, 2006 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to read a repeated xml hierarchy
Replies: 0
Views: 480

how to read a repeated xml hierarchy

Hi, I'm going to read a repeated xml hierarchy and extract some key column to a flat file. It always output the first row ?? I guess we need to XSLT or DTD before hand we read the xml file. Please let me know if you know anything about this problem. Thanks -U Here is the sample input : Where LevelID...
by uegodawa
Mon May 01, 2006 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query Datastage Repository
Replies: 1
Views: 1374

Query Datastage Repository

Hi, I've read lot of posting about the above topic and couldn't find am answers for my questions. Does anybody knows how to 1. Make a batch file to execute a TCL commands 2. Which Repository tables should I query for information like [data stage ]job creaion date, last modified date and job logs. 3....