Search found 106 matches

by dsdoubt
Tue Sep 23, 2008 9:22 pm
Forum: General
Topic: How to find the logs pertaining to the current run?
Replies: 3
Views: 1501

Thanks for the input. But how to find that?
What is the exact command you referring to?
by dsdoubt
Tue Sep 23, 2008 2:56 pm
Forum: General
Topic: How to find the logs pertaining to the current run?
Replies: 3
Views: 1501

How to find the logs pertaining to the current run?

Hi, Using dsjob command, how to find the logs pertaining to the current run alone. When I use dsjob -lognewest ProejctName Jobname FATAL it gives the latest available fatal message irrespective of runs. So Iam also getting message from previous runs. So, how to check the events only for the current ...
by dsdoubt
Thu May 15, 2008 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading a Fixed Width File
Replies: 10
Views: 4853

So there isn't any way to read the Fixed Width file with respective data type for each field other than CHAR datatype?
If I mention "Record lenght = Fixed" I cant use Varchar not Inteter nor Decimal. Its allowing only Char datatype.
by dsdoubt
Thu May 15, 2008 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read with Different layout
Replies: 9
Views: 2950

Thanks for all your input. I am able to read the data using the mentioned method. ie., creating the metadata manually with all the columns that are necessary. And reading the XML file. But now I have one more query. <HEAD> <TRANS cd="2520" no="235" sls_amt="8657.75" tra...
by dsdoubt
Wed Apr 16, 2008 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read with Different layout
Replies: 9
Views: 2950

Even if I try to edit the XML file to the below mode <HEAD> <TRANS cd="2520" no="235" sls_amt="8657.75" trans_cnt="1224"/> </HEAD> <HEAD> <TRANS cd="2521" no="235" dt_of_tx="20080213" sls_typ="MCP"/> </HEAD> I am not abl...
by dsdoubt
Wed Apr 16, 2008 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read with Different layout
Replies: 9
Views: 2950

Hi,
Do you mean to say, if I change the XML as given, I can import different layout at same time?
May I know what is custom Stylesheet?
by dsdoubt
Wed Apr 16, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read with Different layout
Replies: 9
Views: 2950

XML Read with Different layout

I have the XML file with Different layout. It can be identified by the first field. Sample given as follows. <HEAD> <TRANS cd="2520" no="235" sls_amt="8657.75" trans_cnt="1224"/> <TRANS cd="2521" no="235" dt_of_tx="20080213" sls_t...
by dsdoubt
Mon Mar 31, 2008 10:30 pm
Forum: General
Topic: IBM to Acquire Informatica
Replies: 12
Views: 5634

Great patience to write whole lot information!!!
by dsdoubt
Mon Mar 31, 2008 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 7
Views: 3500

How can we parse the data based on Schema?
If we have a XML schema and is there a way to reject the records which doest fall under given schema
by dsdoubt
Mon Mar 31, 2008 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7642

So far I never selected the SML Source column drop down in the Input stage of XML. Atlast it worked now!!! Thanks a lot guys!!! When I try to cat the file from ExternalSource stage and use "XML Document" option instead of "URL/File Path", I expect it to work. Its reading all the ...
by dsdoubt
Mon Mar 31, 2008 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7642

Hi Craig, I was trying with ls as mentioned in my previous post. Since it was giving out error. I tried to cat it. Any way now I dont need to keep changing that from now. Hi Erine, I tried that too. Still it giving out the same error. Cannot find mandatory property "xml_source_column". Is ...
by dsdoubt
Sun Mar 30, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7642

Hello Craig, As Iam new to XML, pls bear with me. Is that the Key option in the XML Input stage you talking about? As you could see in the input file, there is no keys as such. Still If I mark first or all the fields as key in the Stage, I get following error. XML_Input_20,0: Error: Cannot find mand...
by dsdoubt
Sat Mar 29, 2008 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7642

I used External Source stage. I passed the file name to the SourceProgram in External Source stage. I also tried to pass ls <subdirectory>*.xml | sort as mentioned by Erine's blog, still iam getting the following warning. XML_Input_20,0: Error: No repetition element specified for link "DSLink22...
by dsdoubt
Fri Mar 28, 2008 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7642

Any inputs GentleMen?
by dsdoubt
Thu Mar 27, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in the XML Input Stage
Replies: 11
Views: 6635

Swathi, does it worked for you? Any change that you made?