Search found 53125 matches

by ray.wurlod
Mon Jun 29, 2009 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping with different parameters in a sequencer
Replies: 8
Views: 1654

If it's exactly four times you could simply emplace four Job activities in the sequence.
by ray.wurlod
Mon Jun 29, 2009 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle EE stage
Replies: 12
Views: 2255

Reinstall seems to be your only solution.
by ray.wurlod
Mon Jun 29, 2009 4:45 pm
Forum: IBM QualityStage
Topic: Creating Custom Rule Sets in Quality stage
Replies: 7
Views: 9042

Please mark this thread as Resolved using the green button at top.
by ray.wurlod
Mon Jun 29, 2009 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How fetch the data from excel sheet(No work Sheet)
Replies: 0
Views: 1406

The obvious answer seems to me to be "from the one sequential file", since you've already created it. Otherwise, provided certain conditions are met such as you have an ODBC driver for Excel on your DataStage server machine, you can refer to each worksheet as a separate table and request t...
by ray.wurlod
Mon Jun 29, 2009 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with date extraction
Replies: 3
Views: 830

Welcome aboard. What Arnd is alluding to is that you are unclear about your business rules. If you subtract 15 months from 31 May 2009, what date do you get? (31 Feb 2008 is not a valid date.) If all you need is the month and year, then it's a simple arithmetic problem. If the month is April or late...
by ray.wurlod
Mon Jun 29, 2009 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 21
Views: 6378

Welcome aboard. DSD.BCIPut() is the function used by the ODBC stage when doing Insert or Update. So it's nothing to do with the reading from DB2. You have an ODBC stage writing to SQL Server, and that's where the problem lies. ODBC stage requires that you conform to ODBC standards. One of those is t...
by ray.wurlod
Sun Jun 28, 2009 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading environment variable
Replies: 13
Views: 4419

Just using the environment variable reference ($SKEY) alone does not work. You either have to supply the environment variable value through a job parameter (which can be a reference directly to the environment variable and which must be added from the parameter helper in the Expression Editor) or yo...
by ray.wurlod
Sun Jun 28, 2009 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information on Grid Environment in version 8
Replies: 3
Views: 1908

Basically the jobs and sequences have to be "grid enabled" so that they can use a dynamically-generated configuration file rather than the static one specified by the value of $APT_CONFIG_FILE.
There are a couple more minor reasons, but that's the main one.
by ray.wurlod
Sun Jun 28, 2009 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema files - default date
Replies: 10
Views: 5991

Schema files can only provide constants as defaults. It is not possible to provide "current date" as a default. It is, of course, possible to provide "1967-12-31" as a default date, since "1967-12-31" is a constant.
by ray.wurlod
Sun Jun 28, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Teradata db through ODBC stage
Replies: 3
Views: 1178

Do you own an ODBC driver for Teradata? If so, is it installed and configered on your DataStage server machine? If the answer to either of those is no, then the first thing you need to do is obvious.

But this will be the slowest-performing method for accesing Teradata.
by ray.wurlod
Sun Jun 28, 2009 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Master job fails
Replies: 22
Views: 5086

What are other ways to link all child jobs in series one way can be using UTILITY.RUN JOB and what are other ways? The old way is to write the whole thing yourself in code using the DataStage API. "They" introduced the sequence job so that you would not need to. From version 7.5 the seque...
by ray.wurlod
Sat Jun 27, 2009 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiled job don’t take the new parameters set
Replies: 3
Views: 1767

The workaround is, as you surmised, to compile the jobs individually.
by ray.wurlod
Fri Jun 26, 2009 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job validates but not runs
Replies: 13
Views: 3106

Every job activity?

Please post the entry from the sequence's log "summary of sequence run".
by ray.wurlod
Fri Jun 26, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets to a flat file
Replies: 16
Views: 8450

In your opening post you suggested that you already knew that you could do that.
by ray.wurlod
Fri Jun 26, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Teradata db through ODBC stage
Replies: 3
Views: 1178

Welcome aboard. Yours seems a strange requirement, given that there are several Teradata-specific stages from which to choose.