Search found 42189 matches

by chulett
Thu Nov 20, 2008 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage8
Replies: 2
Views: 990

Are you asking just about the Client component? I still don't believe DataStage has been certified for Vista, and you'll be fine with XP. For the client.
by chulett
Thu Nov 20, 2008 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write a unix condition
Replies: 13
Views: 3395

Couple of options. You can execute the UNIX command "test -s" which returns true if the file exists and has a size greater than zero. You could then "not" that or handle that appropriately in your triggers, such that only an empty / zero byte file triggers the next process. You could also use a gene...
by chulett
Thu Nov 20, 2008 11:16 am
Forum: General
Topic: how can i use NOT operator in TCL Command
Replies: 10
Views: 3821

[sigh] OK, missed the UV v. TCL difference. I'm not sure how to "not" something like that, I believe you need to do the filtering when doing the 'readnext' processing of the select list created.
by chulett
Thu Nov 20, 2008 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass Invocation ID as a param to a job.
Replies: 4
Views: 6755

Excellent. Please mark the post as Resolved using the button at the top of the page.
by chulett
Thu Nov 20, 2008 10:44 am
Forum: General
Topic: how can i use NOT operator in TCL Command
Replies: 10
Views: 3821

:? Let me be more explicit. You left out the WHERE keyword and you haven't specified what field should not be "like" your pattern.
by chulett
Thu Nov 20, 2008 10:30 am
Forum: General
Topic: how can i use NOT operator in TCL Command
Replies: 10
Views: 3821

Where what "not like"?
by chulett
Thu Nov 20, 2008 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 1783

:!: New topic = new post. Please mark this one as Resolved (button at the top of the page) and start a new one for this question.
by chulett
Thu Nov 20, 2008 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Date issue bug
Replies: 8
Views: 2266

Looks to me that the "DateGenericToTimestamp" routine may not be compiled, as what cannot be found is "DSU_BP.O/DSU.DateGenericToTimeStamp".
by chulett
Wed Nov 19, 2008 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restate logic...
Replies: 1
Views: 1206

Cumbersome. Me, I'd make of backup copy of the file first, and if you let DataStage do that for you, a 'reset' of the job will undo the changes automagically. Well, in a Server job anywho, no clue if PX also plays that game. :?
by chulett
Wed Nov 19, 2008 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 5340

Yes, we know. And? :?
by chulett
Wed Nov 19, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 5340

1) Sure there is. When you go to "Open" the file in the XML Meta Data Importer tool, there is a prompt for "Files of type". Both "XML schemas and documents" and "XSD files" will work, as well as the ever popular "All files". Unless it has totally changed for 8.x, that is, but there still must be a w...
by chulett
Wed Nov 19, 2008 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 5340

What are you importing from? An xsd or the xml file itself? Best to get an xsd if at all possible.
by chulett
Wed Nov 19, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 5340

Right, we can see that, which means there should be no reason to "convert it to XML in Windows".
by chulett
Wed Nov 19, 2008 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing
Replies: 16
Views: 5340

krishna81 wrote:"Only one top level element is allowed in an XML document. Error processing resource"

Your answer is right there... nope.

And the extension doesn't matter, txt v. xml, what matters is the content.
by chulett
Wed Nov 19, 2008 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Command Activity error
Replies: 4
Views: 1287

There's one for "OK" and another for "Failed", did you try those and they are not working for you?