Search found 9 matches

by san0907
Sun Oct 20, 2019 6:43 am
Forum: General
Topic: How to Get list of job names of a sequence from Xmeta
Replies: 3
Views: 4622

ray.wurlod wrote:Are you interested in design-time (all jobs that could be called from the sequence) or run-time (all jobs that are actually called from the sequence)?
All the jobs that are called in sequence (design time)
by san0907
Tue Oct 15, 2019 7:35 am
Forum: General
Topic: How to Get list of job names of a sequence from Xmeta
Replies: 3
Views: 4622

How to Get list of job names of a sequence from Xmeta

Hi all,

how to retireve the list of jobs called in sequence from Xmeta DB tables.Please thow some info.

Thanks in advance
by san0907
Thu Jul 22, 2010 9:05 am
Forum: General
Topic: DS Architecture
Replies: 1
Views: 1620

DS Architecture

Hi,

Caouls any bosy share the datastage architecture diagram please
by san0907
Thu Apr 08, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with ABS and MOD Function in Parallel Extender Job
Replies: 17
Views: 15026

Can you just try with Fabs functions instaed of ABS function.Please let me know the result how it works.
by san0907
Tue Jul 07, 2009 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot process xml files using xml input stage.
Replies: 11
Views: 16133

Thanks a lot jgreve for your detailed reply. I removed the namespaces from xml document as suggested by eostic for testing and it makes the actual xml document broken.My actual document header is below. It contains the namespace mentioned by you xmlns:p1="http://www.w3.org/2001/XMLSchema-instan...
by san0907
Mon Jul 06, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot process xml files using xml input stage.
Replies: 11
Views: 16133

Thanks jgreve and eostic for your replies. I could parse the xml document after removing namespace declarations from xml file and xpath expressions. Could you please let me know the reason why datastage wont accept namespace ReportTag. p1: schemaLocation?Because i wont get the modified xml file with...
by san0907
Fri Jul 03, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot process xml files using xml input stage.
Replies: 11
Views: 16133

Hi, Below is the modified xml file and xpath expressions.Thanks. <?xml version="1.0" encoding="utf-8"?><Report p1:schemaLocation="usrep http://r/RS01?%2fExposure+Reports%2fusRep&rs%3aCommand=Render&rs%3aFormat=XML&rs%3aSessionID=ytlmrhjiwad3twrggvws0h55&rc%3a...
by san0907
Wed Jul 01, 2009 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot process xml files using xml input stage.
Replies: 11
Views: 16133

Thanks eostic for your reply.

I removed the default name space from the header and ns1: from my xpath statements.Still i couldn't able to parse the xml document.

Is there any other alternative to read this file?Please let me know

Thanks in advance

sana
by san0907
Wed Jul 01, 2009 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot process xml files using xml input stage.
Replies: 11
Views: 16133

Cannot process xml files using xml input stage.

Hi, I cannot parse xml files of below format using xml input stage.Job is running fine and no output written to the file.I have included namespace declaration and repetition key element. <table1><Detail_Collection><Detail mkt_val_eur="0" rating="N/A" issuer="N/A" master...