Search found 76 matches

by krishna81
Sun May 10, 2009 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Multiple files:Process Each file in each run
Replies: 4
Views: 2808

Process Multiple files:Process Each file in each run

I have a list of filenames in a file and i want to pass these file names in parameter and want to run my job for each file by keep in loop using job sequencer. in each files header is record count and and following are data. example: file1timestamp.txt ----------------------- 3 1 rec1 2 rec2 3 rec3 ...
by krishna81
Tue Feb 03, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

No, I did not moved .o file to any where.but my make file copying file to prior directory.
by krishna81
Tue Feb 03, 2009 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

Here are my enteries in general tab.

Routine name =pxEreplace
Type = External Function
Object Type = Object
External subroutine name = pxEreplace
Return Type =char*
Library Path =/code/ETL/dsroutine/ pxEreplace.o
by krishna81
Tue Feb 03, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

I just deleted and recreated the routine.Right now it is not giving error in compile time but giving in runtime. Transformer_8: Failed to load the library "V1S1_CFF_TST1_Transformer_8.so"; either the directory containing the library file is not on the library search path, or the library wa...
by krishna81
Tue Feb 03, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

The code is working fine when executed.But not working in datastage.
by krishna81
Tue Feb 03, 2009 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

yes betterthanever ,
i have kept every thing in correct options.
by krishna81
Tue Feb 03, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12144

PXEreplace

Guru's i have used above programme but i am facing the below error while compile time. ##I IIS-DSEE-TFCN-00001 15:02:40(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.0.1.5075 Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved ##I IIS-DSEE-TUTL-00031 15:02:40(001) <...
by krishna81
Mon Jan 19, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read Xml file
Replies: 4
Views: 1565

I am not getting any warnings/errors.But it stop reading from <color><blue></color>.
<blue> is not an element it is data for color element.
by krishna81
Fri Jan 16, 2009 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read Xml file
Replies: 4
Views: 1565

unable to read Xml file

Hi, i am unable to read the following data through xml input stage. <?xml version="1.0" encoding="UTF-8"?> <XML> <product> <number>123</number> <color><blue></color> <location>A</location> </product> </XML> Here i have issue with <color><blue></color> . Thanks Kris
by krishna81
Fri Jan 09, 2009 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read invalid characters from xml
Replies: 12
Views: 5036

Here the sequential file doing the same what the External source stage.i mean we are using Seq file stage to read the input name of the xml document.
by krishna81
Thu Jan 08, 2009 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read invalid characters from xml
Replies: 12
Views: 5036

At the outset it's not able to read the record.

From the XML itself Dropping the Rows.

Seq------>XML---------->Tx----------->Seq.
0Rows 0 Rows

I believe this makes sense.
by krishna81
Thu Jan 08, 2009 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read invalid characters from xml
Replies: 12
Views: 5036

yes iam using xml input stage.I hve tried with highlighting "Log reject errors" on the General tab but i didnot see any change.
even i tried with convert function using ASCII value 179 but no luck.
by krishna81
Thu Jan 08, 2009 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read invalid characters from xml
Replies: 12
Views: 5036

It's not issuing any errors/warnings.The job has been successfully compleated but it processed one record instead of two.And NLS is disabled in project level.
by krishna81
Wed Nov 19, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 7239

Actually file is coming with .txt but contents are in XML format.
by krishna81
Wed Nov 19, 2008 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 7239

I did not see any XSD option in import tab. I renamed File1.txt to File1.xsd and tried to import using XML Table definitions... it is throwing following error: Line 2,Position2:Expected Schema root.Make sure that the root element is <schema> and the namespace is 'htt//www.w3.org/2001/XMLSchema' for ...