Search found 42189 matches

by chulett
Mon Oct 20, 2008 1:45 pm
Forum: General
Topic: OWS staging server job with "Finished (see log)" s
Replies: 0
Views: 900

Search the forums here for "OCI has fetched truncated data", it has been discussed here a number of times. Is there a CLOB or other "large object" being loaded in this job? A unbounded NUMBER field? Those are two things I personally have seen cause this problem.
by chulett
Mon Oct 20, 2008 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Transformation
Replies: 3
Views: 1398

Suggest you spell out your data transformation rules rather than expect everyone to divine them from your example.
by chulett
Mon Oct 20, 2008 10:58 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 3305

Then you don't need RTI or a service, unless your sender is willing to ping the service when they deliver the file. All you need is a polling process, one that kicks off the job when the file arrives. How tightly wound does this need to be? Can you check once a day over the course of the month or do...
by chulett
Mon Oct 20, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: "UNLOCK not in you VOC"
Replies: 11
Views: 7756

A "D_" prefixed file is the "dictionary" entry for the corresponding hashed file associated with it.
by chulett
Mon Oct 20, 2008 10:18 am
Forum: General
Topic: Job status in email notification in subject line
Replies: 1
Views: 796

Welcome. :D To the best of my knowledge, no, not automatically. I typically trigger different emails based on the job status which have different subject lines but that's probably not the answer you are looking for. Worst case you could always write your own email notification routine and then have ...
by chulett
Mon Oct 20, 2008 10:13 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 3305

Now we start getting into the long answer. :wink:

It all comes down to what "waiting for XML from some other system" means. A file? A call to a service?
by chulett
Mon Oct 20, 2008 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Character set (UTF8) in NON-NLS enabled environment
Replies: 14
Views: 8102

It's part of the "locale" settings in UNIX, something I can't really explain but have run afoul of. Check here for an example or google around, which is what I did back in the day. I found I needed to add it to make UTF8 "work work" - if you don't have any issues, don't worry about setting it. And y...
by chulett
Mon Oct 20, 2008 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Help
Replies: 4
Views: 1709

Not really a second option, per se, but one of the techniques discussed to implement a vertical pivot in a Server job. And you don't really need any stage variables, simply read and write to the same hashed file concatenating values when you get a hit. Make sure the reference lookup isn't cached!
by chulett
Mon Oct 20, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the difference between two timestamps
Replies: 6
Views: 6458

You sure they existed five years ago? :wink:
by chulett
Mon Oct 20, 2008 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Help
Replies: 4
Views: 1709

That would be a pivot, specifically a 'vertical pivot'. Since the Pivot stage is 'horizontal' you'll need to do the dirty work yourself. Search the forums for 'vertical pivot' to find all of the previous conversations on this topic.
by chulett
Mon Oct 20, 2008 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add 3 milliseconds to timestamp
Replies: 12
Views: 7207

:!: Start your own post. You've jumped on the end of a resolved thread about adding milliseconds, which has nothing to do with your issue.
by chulett
Mon Oct 20, 2008 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge data
Replies: 11
Views: 2613

Your DBA. Have a chat with them and then let us know what approach they recommend and we'll see about helping you implement that in DataStage.
by chulett
Mon Oct 20, 2008 8:17 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 3305

Short answer is "yes". And there's no need to shout.
by chulett
Mon Oct 20, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mutex error
Replies: 6
Views: 1798

Have you tried... oh, I don't know... searching for that error message? Pretty sure I've seen mention of it here before.
by chulett
Mon Oct 20, 2008 7:52 am
Forum: General
Topic: Write records count in Audit file
Replies: 5
Views: 1580

Search the forums for the DSGetLinkInfo function which can be used with the DSJ.LINKROWCOUNT InfoType to get the information you need.