Search found 42189 matches

by chulett
Fri Oct 12, 2007 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort String
Replies: 18
Views: 3792

I'm interested because I have a similar issue on one of the teams I work with and I'm wondering how best to address it. Remember that this function is sorting a delimited list of city names for each record processed - it is not sorting the file. Not sure why you would want to consider an external c...
by chulett
Fri Oct 12, 2007 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI stage : Transaction isolation options
Replies: 5
Views: 1651

Ah... what you should have done is specifically ask about 'Snapshot too old' issue instead of focusing on a perceived solution. Transaction Isolation won't help here. You'll need to talk to your DBA about the issue - they may need to increase the retention times on the UNDO logs, or advise you on h...
by chulett
Fri Oct 12, 2007 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: on XML output stage
Replies: 3
Views: 1140

Could you please provide more descriptive problem? :?
by chulett
Fri Oct 12, 2007 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 3932

:? What is 'not accepting' it? Handle_Null() must be used in a Modify stage from what I understand.
by chulett
Fri Oct 12, 2007 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Web Service in command line from DataStage EE 7.5.1
Replies: 7
Views: 2721

But that wasn't what you asked, but rather specified 'from the unix command line'. To call services from inside a DataStage job either as a source/target or row-by-row, you'd either need the Java PACK (if you wanted to roll your own solution) or the Web Services PACK, both of which would need to be ...
by chulett
Fri Oct 12, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count variable lenght record with column type binary
Replies: 3
Views: 1236

In DataStage the LEN function has not worked for us in this scenario. What exactly doesn't work about it? Can you provide some specific examples? Is NLS enabled or are you using something other than a single-byte character set? If more detail required please provide e-mail and we can send DataStage...
by chulett
Fri Oct 12, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification junk attachments
Replies: 3
Views: 1144

Yup, I get the same with Outlook. Ask your Admins if there is anything that can be done. I generally put something in the email body telling people to simply ignore it. :wink:
by chulett
Fri Oct 12, 2007 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Web Service in command line from DataStage EE 7.5.1
Replies: 7
Views: 2721

Not a DataStage question. Find out how to do that and then simply do the same thing from the tool.
by chulett
Thu Oct 11, 2007 10:34 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Object reference not set to an instance of an object
Replies: 8
Views: 5987

Thanks Ernie. Interesting stuff, was blissfully unaware of the debates. :wink:

I must have missed Ray's edification request. I'll try to remember to post the combined wsdl when I get back in the office as others may find it helpful.
by chulett
Thu Oct 11, 2007 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Of XML chunk
Replies: 3
Views: 1243

Suggest you visit Kim Duke's website and download the XMLPack Best Practices document he hosted there for me. Very thorough explanations on properly leveraging XML 'chunks'.

http://www.duke-consulting.com/DataStage_Tips.htm
by chulett
Thu Oct 11, 2007 9:56 pm
Forum: General
Topic: Running flows in a job in sequential order
Replies: 5
Views: 1384

Basically, this: MQ1->Transformer1->SequentialFile1->MQ2->Transformer2->SequentialFile2->MQ3->Transformer3->SequentialFile3 Perhaps read from a known empty file so that nothing is written to MQ but rather just serves as a process break... Still think they should be three separate jobs, control the o...
by chulett
Thu Oct 11, 2007 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating a end date timestamp
Replies: 2
Views: 1032

Interesting discussion here that might help:

http://www.dsxchange.com/viewtopic.php?t=104817
by chulett
Thu Oct 11, 2007 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dele from SQL Server table using DRS stage
Replies: 6
Views: 1613

In other words, there's nothing obviously wrong here. So, perhaps the key values you are sending in don't exist in the table. Or, you've deleted them from one table and are checking in another.
by chulett
Thu Oct 11, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find no of detailed records
Replies: 3
Views: 815

Right, fine - as you write out the detail, send another link to the Aggregator to get your count, then write that as the header file.
by chulett
Thu Oct 11, 2007 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find no of detailed records
Replies: 3
Views: 815

Write to two seperate files, one header record and X detail records, then cat them together 'after job'.