Search found 53125 matches

by ray.wurlod
Tue Sep 16, 2008 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to skip reading of header and trailer
Replies: 5
Views: 2413

I think we're seeing wraparound here Craig. Apart from the first record they do appear to be the same size allowing for the wraparound. However, that said, for fixed-width to work, then EVERY line must have the same size and structure. Your alternative is to read the file as a single VarChar, and pa...
by ray.wurlod
Tue Sep 16, 2008 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Enterprise Stage - Table Definition
Replies: 4
Views: 1450

DSXchange is not a mobile phone. Please don't use SMS-style abbreviations. The second person personal pronoun is spelled "you" in English, not "u". I personally find "u" offensive.
by ray.wurlod
Tue Sep 16, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Enterprise Stage - Table Definition
Replies: 4
Views: 1450

What do you mean by OK? If you mean "will the jobs still work" then the answer is "yes". If you mean "can I do accurate Usage Analysis in the new environment" then the answer is "probably not" but you can effect the Usage Analysis in the original environment.
by ray.wurlod
Tue Sep 16, 2008 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job aborted due to Metadata mismatch
Replies: 1
Views: 1103

Metadata mismatch occurs once and is not fatal (unless you get more that 50 of them). What other warnings are appearing?
by ray.wurlod
Tue Sep 16, 2008 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DataStage 7.5.2 compatible with Windows Server 2008?
Replies: 2
Views: 2404

The absence of this combination on the IBM website tells you that, even if you can get it installed, you're on your own as far as support is concerned.
by ray.wurlod
Tue Sep 16, 2008 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is a routine possible as an alternative to Lookup Stage?
Replies: 4
Views: 1336

So how do i start to write the routine? You would start by designing it. What do you want it to do? Create a precise specification, including connecting to and disconnecting from database, creating and dropping cursor, binding variables, and all the other things you need to do with your particular ...
by ray.wurlod
Tue Sep 16, 2008 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating directories
Replies: 7
Views: 2254

PhilHibbs wrote:is it feasible for a Before Job routine to deliberately abort the job?

That's precisely what the ErrorCode argument is for.
by ray.wurlod
Tue Sep 16, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: get number of records in the file
Replies: 3
Views: 1254

Why not Aggregator? For an ungrouped count there are no memory issues.

To get a count in a stage variable initialize it to zero and add 1 for each row processed. This number is also available through system variables such as @OUTROWNUM.
by ray.wurlod
Tue Sep 16, 2008 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: working with webservices
Replies: 5
Views: 1742

Have you searched DSXchange, read the manuals or taken the IBM class, or do you just want it all handed to you on a silver platter?
by ray.wurlod
Tue Sep 16, 2008 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time batch integration
Replies: 1
Views: 929

Quite easily. There are several strategies, usually involving "always running" jobs exposed as web services or listeners. But your question is far too vague to give a more specific answer than that.

When's the interview?
by ray.wurlod
Tue Sep 16, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with excel
Replies: 11
Views: 3423

Presumably you mean Microsoft Excel - why not say so?

You need an ODBC driver for Microsoft Excel. None is supplied with DataStage, therefore you will need to source this yourself.

Otherwise contemplate working with CSV files.
by ray.wurlod
Tue Sep 16, 2008 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server installation
Replies: 1
Views: 1005

Re: Datastage server installation

On which operating systems we can able to install datastage server?(list of os to installl datastage server) All of the ones mentioned on the IBM web site - it's a movable feast so not possible to answer unless qualified by "as at this date" - but it's always there on the IBM web site. Does it requ...
by ray.wurlod
Tue Sep 16, 2008 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distribution list not working
Replies: 1
Views: 850

You're right - it's not related to DataStage. DataStage uses SMTP to send a message to an address. If the mail server has been configured to treat that address as a list address, then that's what will happen. Any problem with that will need to be resolved in configuration of the mail server. If Data...
by ray.wurlod
Tue Sep 16, 2008 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in keeping the order of rows same using aggrega
Replies: 6
Views: 1684

This is a ridiculous requirement. You are grouping data (in the Aggregator) so the rows can only come out of that group by group.

A Funnel stage with only one input is a waste of space.
by ray.wurlod
Tue Sep 16, 2008 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Fatal error- Index too large
Replies: 5
Views: 2889

You're going to have to involve your official support provider here. I suspect - but can't get close enough to the design to be sure - that the "index" here is a reference to a slot in the internal table where the dimension data are stored, and that it's gotten to be larger than the structure (that ...