Search found 53125 matches

by ray.wurlod
Mon Apr 11, 2011 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Apply rules defined in a table in other table
Replies: 1
Views: 779

I suspect you'll need to build your own "rules engine" constructed of routines. There's nothing in the Transformer stage that allows you to do what you're asking.
by ray.wurlod
Mon Apr 11, 2011 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamical detect record changed
Replies: 1
Views: 1023

In a version 7 server job it can not be done dynamically. You will need to test each column pair individually and explicitly.
by ray.wurlod
Mon Apr 11, 2011 4:20 pm
Forum: General
Topic: multiple job compiling
Replies: 8
Views: 2305

Could the jobs that failed to compile have been open in Designer or Monitor?
by ray.wurlod
Mon Apr 11, 2011 4:18 pm
Forum: General
Topic: Scheduler not working
Replies: 2
Views: 1250

Are DEV and UAT separate machines? If so, check cron.allow on UAT.
by ray.wurlod
Mon Apr 11, 2011 4:17 pm
Forum: General
Topic: Unable to export Datastage project
Replies: 5
Views: 2035

What error did you get? If XMETA is corrupt then chances are that the login and security service can not function properly to determine your Information Server roles.
by ray.wurlod
Mon Apr 11, 2011 4:16 pm
Forum: General
Topic: Where are the Datastage Job designs stored.
Replies: 1
Views: 1020

Why?

This information is deliberately not in the public domain, and the vendor reserves the right to change it at any time.

It has changed a couple of times in the past.
by ray.wurlod
Mon Apr 11, 2011 4:14 pm
Forum: General
Topic: Unable to log in to Datastage
Replies: 6
Views: 3376

Server jobs can be run without reference to XMETA.
by ray.wurlod
Mon Apr 11, 2011 4:13 pm
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 2615

You set the cutoffs at the bottom of the match specification designer screen or, if you are testing the match specification, you can move the sliders on the histogram. m-probability is driven by the error rate you're prepared to accept. The default (0.9) indicates that you're prepared to accept a 10...
by ray.wurlod
Mon Apr 11, 2011 2:16 am
Forum: General
Topic: Unable to log in to Datastage
Replies: 6
Views: 3376

It might be better to ask IBM whether XMETA can be repaired/recovered.
by ray.wurlod
Mon Apr 11, 2011 1:58 am
Forum: General
Topic: Job control fatal error
Replies: 2
Views: 1798

Learn to Search DSXchange. You will get your answers faster.

Meanwhile, the typical cause of error code -14 (time out awaiting start) is that you had at that time had too many processes running on the server. Presumably, for the successful run, there were fewer processes.
by ray.wurlod
Mon Apr 11, 2011 1:56 am
Forum: General
Topic: Unable to log in to Datastage
Replies: 6
Views: 3376

Not if XMETA is truly corrupted. You could try, using one of the command line interfaces such as dscmdexport, dsexport or istool, but I suspect that they're all doomed to a "failure to authenticate" failure.
by ray.wurlod
Sun Apr 10, 2011 10:06 pm
Forum: General
Topic: Unable to log in to Datastage
Replies: 6
Views: 3376

Who informed you? (They may not know what they are talking about, not least because XMETA is not a file.)

Can you connect to the services tier using Web Console for Information Server? (http://machinename:9080 on 8.1 and earlier, http://machinename:9080/ibm/console on 8.5)
by ray.wurlod
Sun Apr 10, 2011 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP?
Replies: 3
Views: 7621

Welcome aboard. When's the interview?
by ray.wurlod
Sat Apr 09, 2011 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is parallel drop?
Replies: 7
Views: 2991

Synchronized skydiving (or pool diving) also come to mind. I have not heard the term used in an ETL context. Is this an interview question?
by ray.wurlod
Sat Apr 09, 2011 4:18 pm
Forum: General
Topic: Server job to parallel job conversion
Replies: 8
Views: 7741

Analyse what it does and write it as a parallel job having regard to issues like partitioning and sorting.