Search found 42189 matches

by chulett
Tue Sep 02, 2008 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meta Data
Replies: 3
Views: 1031

BYTE is the default, btw.
by chulett
Tue Sep 02, 2008 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject in XML input stage
Replies: 16
Views: 4290

I think you are right about the 'finding it' part. I went back through an old job that uses that feature and while it is an XML Output stage rather than an input, the annotation says it needs to be in the same directory as the xml for the 'relative' path in the schemaLocation to find it.
by chulett
Tue Sep 02, 2008 11:09 am
Forum: General
Topic: Do we need to install c++ compiler
Replies: 2
Views: 1254

The Server edition does not require a C++ compiler be installed, that is only a requirement for the Enterprise / Parallel Extender edition.
by chulett
Tue Sep 02, 2008 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion in datastage parallel
Replies: 1
Views: 3331

Please do not start a new thread just because the original hasn't come to a conclusion yet. All you are going to do is attract people who aren't aware of your ongoing saga and you'll start getting the same advice all over again. If people want to help, do so in the original thread please: m
by chulett
Tue Sep 02, 2008 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject in XML input stage
Replies: 16
Views: 4290

Exactly, it would need to be in the Project folder (and moved with the job) for that relative path to work. As noted, not a Best Practice.
by chulett
Tue Sep 02, 2008 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject in XML input stage
Replies: 16
Views: 4290

You should provide a full pathname to the xsd. And it should be "schemaLocation" as far as I know, the case matters as well.
by chulett
Tue Sep 02, 2008 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 1
Views: 980

You have a date or a string in date format? What do you plan on using for the time portion - zeroes?
by chulett
Tue Sep 02, 2008 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Oracle Stored Procedure in Stored Procedure Stage
Replies: 8
Views: 9591

This is well worth repeating:

lstsaur wrote:Read the stpstage.pdf file under the Doc folder.
by chulett
Tue Sep 02, 2008 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Folder Stage to check sub-folders
Replies: 2
Views: 1110

No, it does not support "sub-folders".
by chulett
Tue Sep 02, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Project with many Categories Or Many Projects ?
Replies: 3
Views: 1133

Depending on your definition of 'subject group'... I prefer to keep them in separate projects.
by chulett
Tue Sep 02, 2008 7:13 am
Forum: General
Topic: running jobs from designer....
Replies: 2
Views: 1279

Yes, that's the 'why' that I am aware of. That and you have no clue if there were warnings under the abort limit without looking in the Director log.
by chulett
Tue Sep 02, 2008 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If Else problem
Replies: 4
Views: 1412

Ok, see that now. As noted, that's what happens when you move away from a 'one line' statement.
by chulett
Tue Sep 02, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If Else problem
Replies: 4
Views: 1412

Confusing. I don't see any evidence that you are attempting 'multiple statements' in an if. Can you clarify? And your problem is - won't compile? Doesn't work as expected? :?