Search found 42189 matches

by chulett
Sun Jan 09, 2011 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: grep specific values from XML string
Replies: 2
Views: 1487

What have you tried? Are you able to read the XML at all? If you can, then it seems just a pivot after that would do the trick. However, what role does the ID field play here?
by chulett
Sun Jan 09, 2011 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NO MORE SPOOL SPACE IN PROJECT
Replies: 1
Views: 2705

That's a Teradata message, take the issue to your DBA.
by chulett
Sat Jan 08, 2011 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml records drop while loading into oracle target table
Replies: 11
Views: 2998

Never mind the fact that there is an extreme lack of detail here so not sure how anyone could help straight away. Are you getting errors / warnings in your log that you can post? Can you describe your job design? Any other information you can provide that may help people help you would be appreciated.
by chulett
Sat Jan 08, 2011 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get month name from month number in transformer
Replies: 2
Views: 6147

It's your first post here so you may not be aware of the nature of the support provided here. And I'll save Ray some time and say this for him: We don't do ASAP. If you need a rapid response, sign up for priority service with your official support provider and learn just how much "urgent" ...
by chulett
Fri Jan 07, 2011 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using XML Input Stage
Replies: 5
Views: 2777

Please describe your job design, particularly how you are feeding the files to be processed to your XML Input stage. I'd also be curious where your XPath Expressions came from - for example, did you have an xsd that you used with the Metadata Importer?
by chulett
Fri Jan 07, 2011 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporadic Unhandled failure issue
Replies: 5
Views: 5057

Can you post the complete contents of the "Controller problem" log entry, please?
by chulett
Fri Jan 07, 2011 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting in Join stage or database
Replies: 12
Views: 13442

jwiles wrote:The documentation you were pointed to is specific to the InfoSphere Balanced Optimization Tool only and not to DataStage in general. Unless you are using the Balanced Optimization tool, ignore that bit of advice as it's not relevant to your situation.
Ah... was wondering where that came from.
by chulett
Fri Jan 07, 2011 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String To Timestamp conversion
Replies: 6
Views: 8533

Re: String To Timestamp conversion

We were tring to convert in transformer using StringToTimestamp function as StringToTimestamp(LNK_SRC.CREATED_DATE,'%YYYY-%MM-%DD %hh:%nn:%ss) but geting error as invalid Month expectin an integer Make sure you understand that the format mask you use in that function describes the incoming string's...
by chulett
Fri Jan 07, 2011 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MONTH & YEAR FROM DATE
Replies: 10
Views: 4131

Took me a minute but the difference is the "2" that was added at the end of this part for the month:

Code: Select all

Right("00":MonthFromDate(InLink.TheDate),2)
by chulett
Fri Jan 07, 2011 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporadic Unhandled failure issue
Replies: 5
Views: 5057

So... this "Controller problem: Unhandled failure" message is coming from a Sequence job, yes? And you've searched for that phrase in the forums and found that it comes from the "Automatically handle" compiler option as well I assume when the process being controlled returns anyt...
by chulett
Fri Jan 07, 2011 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between V7.5.1.A and 7.5.3
Replies: 9
Views: 2802

Do you have 7.5.3 in your hands? When you do, the 'readme' it includes will detail all of that - fixes and issues plus any new features added by release.
by chulett
Fri Jan 07, 2011 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify contents of an XML file
Replies: 2
Views: 929

Uncheck the 'Formatted Output' option.
by chulett
Thu Jan 06, 2011 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seqfile Warning
Replies: 2
Views: 1270

You had at least one short record. It was expecting it to be 80 bytes long and only found 14.
by chulett
Thu Jan 06, 2011 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Filter
Replies: 3
Views: 1490

True dat. :wink:
by chulett
Thu Jan 06, 2011 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

"Create file" in the Hashed File stage opens a dialog in which you can specify tuning parameters when the job creates the Hashed File. If Create File is not checked then no attempt is made to create the hashed file. If "Delete before Create" is not checked, then no attempt is ma...