Search found 53125 matches

by ray.wurlod
Thu Mar 14, 2013 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OR Operator
Replies: 1
Views: 1712

The rule here is, in a Boolean context: 0 or "" is False, anything else is True. '119FSA' is therefore True LkpSYSTEMIC.ACCOUNT = '119FCE' or '119FSA' is parsed as: (LkpSYSTEMIC.ACCOUNT = '119FCE') or ('119FSA') (Logical operators have the lowest precedence.) (LkpSYSTEMIC.ACCOUNT = '119FCE...
by ray.wurlod
Thu Mar 14, 2013 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle multiple files in CFF Stage
Replies: 1
Views: 1297

Wnat version exactly? From version 8.7 (if I recall correctly) the CFF can have multiple output links, one for each Level 01 item in the FD.
by ray.wurlod
Thu Mar 14, 2013 3:42 pm
Forum: General
Topic: IS 9.1 on Linux RHEL 6.4 Installing exception
Replies: 4
Views: 4136

So you're saying that imcl.ini exists, but no executable called imcl ?
by ray.wurlod
Thu Mar 14, 2013 2:00 am
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

Maybe it's something simple, like the fact that you left the trailing semi-colon off the SQL query. Each link has two "pin" entries (a pin is the end of a link, that connects to a stage). Link entries in DS_JOBOBJECTS have an identity of the form VnSmPk where n is the view number (job or c...
by ray.wurlod
Thu Mar 14, 2013 1:58 am
Forum: General
Topic: DB2 client connectivity
Replies: 7
Views: 2300

You can install DB2 client software on the Linux machine and configure it to point to wherever the DB2 database is. Or you can make use of the ODBC wire driver, which ships with DataStage, and does not require the DB2 client software. But you can't use this with the DB2 UDB API stage; you can only u...
by ray.wurlod
Thu Mar 14, 2013 1:55 am
Forum: IBM QualityStage
Topic: Ruleset
Replies: 4
Views: 3120

If that's all you need, then COUNTRY.SET is more efficient. However, it only generates the two-character ISO country code; you would need to map to the three-character code downstream of the Standardize stage.
by ray.wurlod
Thu Mar 14, 2013 12:08 am
Forum: General
Topic: DB2 client connectivity
Replies: 7
Views: 2300

Whoever sent you that email is WRONG.
by ray.wurlod
Thu Mar 14, 2013 12:07 am
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

My DS_JOBOBJECTS table has over 1000 records in it, in a project with only 30 jobs. There are two entries per job, one entry per container, one entry per stage, two entries per link, and one entry per annotation. We are running version 8.7.0.1. That is, Fix Pack 1 is installed. Can you try this quer...
by ray.wurlod
Wed Mar 13, 2013 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleConnector connection clossing intermittentlyORA-12545
Replies: 11
Views: 4857

How many listeners has the DBA configured? How many of these are you trying to use? What other competition is there for listeners?
by ray.wurlod
Wed Mar 13, 2013 6:49 pm
Forum: General
Topic: DB2 client connectivity
Replies: 7
Views: 2300

You don't.

You can connect from a Windows DB2 client.

The DataStage clients only ever connect to a DataStage engine. They use connectivity defined in the engine, and through the engine, to connect to data sources.
by ray.wurlod
Wed Mar 13, 2013 1:20 pm
Forum: General
Topic: Reading Envrironment Variable in Local Variable
Replies: 4
Views: 1156

Use an Execute Command activity to echo $NM_USER
by ray.wurlod
Wed Mar 13, 2013 1:19 pm
Forum: General
Topic: Want to make changes at the parameterset through the unix
Replies: 12
Views: 3062

Code: Select all

dsjob ... -param psQualifiers=DEV ...
Here psQualifiers is the name of a Parameter Set and DEV is the name of a values file in that Parameter Set.
by ray.wurlod
Wed Mar 13, 2013 1:17 pm
Forum: General
Topic: Removing a Project from DataStage Administrator
Replies: 6
Views: 4987

Removing the directory has caused all kinds of issues. You will - at the very least - need to remove entries from UV.ACCOUNT and UV_SCHEMAS (the latter using VERIFY.SQL), and the project entry from the XMETA database.
by ray.wurlod
Wed Mar 13, 2013 1:14 pm
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

What version are you on? I am very surprised to learn that DS_JOBOBJECTS is empty. I will check my 8.7 system when I next get access to it.
by ray.wurlod
Wed Mar 13, 2013 1:10 pm
Forum: General
Topic: DS Client 9.1 Failed to authenticate user
Replies: 8
Views: 7926

In that case uninstall and reinstall the client on your machine.