Search found 89 matches

by Nagin
Wed Apr 07, 2010 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity Probs
Replies: 5
Views: 2109

chulett wrote:So, what is your 'workaround'?
I am facing the same issue, Any ideas about the work around/Fix?
by Nagin
Mon Mar 01, 2010 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 14346

Could be a lot of things......Some initial suggestions would be .....Check your filenames, check your security rights, test with other xml documents, try using a Server Job instead to "get to know" xml Pack (use the Folder Stage in a Server Job [take a look at the xml entries in my blog b...
by Nagin
Mon Mar 01, 2010 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 14346

Dear Ernie, Thanks for your reply. I was not entirely sure what you meant in your post being new to datastage. I have spoken to IBM and they have shared me the following solution which I think may be exactly what you were explaining. Step1: Create a job parameter of type pathname with the location ...
by Nagin
Mon Mar 01, 2010 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 14346

Dear Ernie, Thanks for your reply. I was not entirely sure what you meant in your post being new to datastage. I have spoken to IBM and they have shared me the following solution which I think may be exactly what you were explaining. Step1: Create a job parameter of type pathname with the location ...
by Nagin
Thu Feb 25, 2010 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to see how many rows each node process
Replies: 7
Views: 2464

Re: how to see how many rows each node process

times29 wrote:Hi,
How can i see how may rows each node is processing.

Thanks
You can get that information from Job Monitor in the Director. Right click on the job and click Monitor. It will give you the number of rows each partition is processing.
by Nagin
Tue Feb 23, 2010 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

Thank you Ernie and Craig for the help. I was aware of the multiple files I need to create from the XML. I am sorry If I have misled you with my test ETL, this is the first time I am working on parsing an XML. Ernie, Just to make sure that I understood this correctly, For each node there will be a d...
by Nagin
Tue Feb 23, 2010 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

Interesting. If you check the document outside of DataStage, is it valid / well formed? Yea, I used cooktop to check if the file is valid and it the document is valid. Is the version of the file you are processing in the job the same as what you posted, i.e. the 'pretty printed' version from XMLSpy...
by Nagin
Tue Feb 23, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

Can you post a representative snippet of the actual XML and your corresponding XPath Expressions? That would help a lot. When you do, let us know which you've marked as the repetition element. I tried one more thing, I checked the Log reject errors box in the XML Input stage in my ETL and ran it. I...
by Nagin
Tue Feb 23, 2010 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

Can you post a representative snippet of the actual XML and your corresponding XPath Expressions? That would help a lot. When you do, let us know which you've marked as the repetition element. Here is the XML I am trying to process <?xml version="1.0" encoding="UTF-8"?> <!-- edi...
by Nagin
Tue Feb 23, 2010 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

Typically this is an XPath Expressions issue where they don't match the source properly. Can you post some of the gory details of what you are doing, please? I got the XPath expressions from XML meta data importer. One thing I observed is some of the XPath expressions have @id or @class at the end ...
by Nagin
Mon Feb 22, 2010 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4584

XML not processing records

Hi, I have an xml file and I trying to process it by reading it as a sequential file and send it to a XML input stage and from there to the target sequential file. The XML input stage is taking in the records but not sending out any. The job successfully finishes without errors or warnings. Show per...
by Nagin
Thu Dec 03, 2009 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FAILED return code 255
Replies: 3
Views: 4986

You appear to be running the job in reset mode from Tivoli. Is this the case? In that case I would expect the job status code to be 21. What version of DataStage (precisely) are you running? There were some issues in version 7.0.x with the wrong byte of the return code being passed back. Is there a...
by Nagin
Tue Nov 10, 2009 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need for Sorting keys and Partitioning keys to be same
Replies: 3
Views: 1870

Need for Sorting keys and Partitioning keys to be same

I think this is more of a parallel concepts question. What is the need for Sort keys and Partition keys to be same? Do they need to be same at all? I have 10 columns in a data file and I want to sort the data based on just 5 columns, In the sort stage, can I just use one column to partition? Or Do I...
by Nagin
Wed Sep 09, 2009 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_AUDIT problem
Replies: 1
Views: 1415

DS_AUDIT problem

Hi, I am facing a strange problem with DS_AUDIT. I ran the following query in the Admin command prompt. SELECT INSTANCE, DTM, MODIFIER, REASON FROM DS_AUDIT WHERE CLASS = '2' AND INSTANCE = '<<Job name>>' It gave me the results but for MODIFIER all the jobs have same user id. I thought may be all th...
by Nagin
Wed Aug 12, 2009 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C compiler problem
Replies: 2
Views: 1229

:?: PuTTY is a telnet client. What's your difference between "compile through PuTTY" and "compile through telnet"? Most "not found" error messages relate to a problem with one of the search list environment variables, in your case probably PATH. In turn this suggests t...