Search found 53125 matches

by ray.wurlod
Thu Mar 07, 2013 1:35 pm
Forum: IBM QualityStage
Topic: Reference Match Input Considerations
Replies: 12
Views: 5346

Persist them in the database table, and index them.
by ray.wurlod
Thu Mar 07, 2013 1:34 pm
Forum: IBM QualityStage
Topic: Error in country code after standardization
Replies: 7
Views: 3543

Can you post a few rows of your data, particularly the fields you are having the MNS rule set operate on?
by ray.wurlod
Thu Mar 07, 2013 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to call oracle functions in datastage.
Replies: 19
Views: 13528

prasson_ibm wrote:I can not change these functions in datastage because it belong to different infrastructure team.
I did not ask you to change the functions; I suggested that you could replicate what they do using native DataStage functionality.
by ray.wurlod
Thu Mar 07, 2013 2:54 am
Forum: General
Topic: Cannot delete routine
Replies: 4
Views: 1251

Did you contact your official support provider with a view to getting the problem investigated and, perhaps, fixed?
by ray.wurlod
Thu Mar 07, 2013 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from "string" to string[max=2
Replies: 9
Views: 4276

Then you need to set the environment variable (called something like APT_SHOW_SCHEMAS) to find out whereabouts in your job the unbounded string is being used. Though, from the error message, it would appear to be in a stage called Xfmr_1. Possibly in a stage variable derivation?
by ray.wurlod
Thu Mar 07, 2013 2:51 am
Forum: General
Topic: IS 9.1 on Linux RHEL 6.4 Installing error
Replies: 5
Views: 2435

Which browser, and which version, are you using?
by ray.wurlod
Thu Mar 07, 2013 2:49 am
Forum: General
Topic: Passing Environment variable in Parameters
Replies: 4
Views: 1143

Are you using values files in conjunction with your Parameter Sets? It seems to me that this is the ideal way to make your design as dynamic as possible.
by ray.wurlod
Wed Mar 06, 2013 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to call oracle functions in datastage.
Replies: 19
Views: 13528

Re: Need to call oracle functions in datastage.

prasson_ibm wrote:I need to call below oracle functions into datastage once load completes or fails....
Why?

Why can't you replicate the logic using regular DataStage components?

Worst case, envelop the function in a stored procedure and invoke that.
by ray.wurlod
Wed Mar 06, 2013 3:35 pm
Forum: General
Topic: Trigger the next activity based on the output of routine
Replies: 6
Views: 1364

The Nested Condition activity is one that has no body, only triggers. There is nothing special about its triggers; the same triggers can be used on other kinds of activity as well.
by ray.wurlod
Wed Mar 06, 2013 3:29 pm
Forum: General
Topic: How to identify all job names using local handlers
Replies: 3
Views: 1525

Welcome aboard.

Some things are just tiresome.
by ray.wurlod
Wed Mar 06, 2013 3:27 pm
Forum: General
Topic: getting list of jobs and sequences
Replies: 9
Views: 1805

Code: Select all

DSHOME=`cat /.dshome`
export DSHOME
cd $DSHOME
. ./.dsenv
bin/dsjob options...
by ray.wurlod
Wed Mar 06, 2013 3:25 pm
Forum: General
Topic: Total certifications?
Replies: 1
Views: 921

Welcome aboard.

I have no idea. Judging from the number taking exams at IOD, the answer is "quite a few". You might try asking at IBM Certification website
by ray.wurlod
Wed Mar 06, 2013 3:23 pm
Forum: General
Topic: Install datastage 8.7 in windows7
Replies: 3
Views: 2218

The Client components can be installed on Windows 7. As far as I am aware an attempt to install the other tiers results in a fairly immediate "unsupported platform" error.
by ray.wurlod
Wed Mar 06, 2013 12:21 am
Forum: General
Topic: Cannot delete routine
Replies: 4
Views: 1251

Something internal fouled up in generating the query against XMETA?

Can you drag the routine to a different folder?
by ray.wurlod
Wed Mar 06, 2013 12:19 am
Forum:
Topic: Missing Asset Types
Replies: 1
Views: 1745

At a guess, you will need to have published one or more of these from IA.

Why it's not there as a class is a bit more of a mystery. Can you find them by inspection of any of the models in model view on the Administration tab?