Search found 53125 matches

by ray.wurlod
Mon Apr 30, 2012 3:51 pm
Forum: General
Topic: DataStage projects not visible
Replies: 6
Views: 2903

You still have not fixed the other system tables (and you're really lucky that simply moving UV.ACCOUNT worked at all).

Search the forum for VERIFY.SQL, which you will need to repair the system tables such as UV_SCHEMA, UV_USERS, UV_TABLES, UV_ASSOC, UV_VIEWS, UV_COLUMNS.
by ray.wurlod
Mon Apr 30, 2012 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates in Dataset in Unix.
Replies: 10
Views: 3197

Use the uniq command. Dump the contents of the Data Set using orchadmin command, and pipe its output into a uniq command.
by ray.wurlod
Mon Apr 30, 2012 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Parameter not resolvable: DSProjectMapName
Replies: 5
Views: 3337

Not enough information. Please compare the complete set of NLS environment variables for DEV and PRD.
by ray.wurlod
Sun Apr 29, 2012 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case Insensitive Lookup Throwing a Warning
Replies: 4
Views: 1320

Did you create the record schema manually?

If not, you seem to have uncovered a bug, which you should report to your official support provider.
by ray.wurlod
Sun Apr 29, 2012 8:49 pm
Forum: General
Topic: DataStage projects not visible
Replies: 6
Views: 2903

Copy folders is not the correct mechanism. This does not handle the "system tables" such as UV.ACCOUNT, UV_SCHEMA and others. The right way is to export from the old system, create new projects on the new system, and import on the new system. Are you still able to export from the old syste...
by ray.wurlod
Sun Apr 29, 2012 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tune the job
Replies: 2
Views: 1359

There should be no requirement to clear the partitioning. What specific stage type is the target?
by ray.wurlod
Sun Apr 29, 2012 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage unable to parse the job level $PROJDEF for config file
Replies: 3
Views: 1395

Temporarily change the value of $APT_CONFIG_FILE to a real configuration file pathname, adjust your node pool settings, etc., then switch back to $PROJDEF.
by ray.wurlod
Sat Apr 28, 2012 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage unable to parse the job level $PROJDEF for config file
Replies: 3
Views: 1395

You only get that warning in the data viewer. $PROJDEF can be replaced when the job runs, but (in your version) the data browser does not have that capability.
by ray.wurlod
Sat Apr 28, 2012 3:23 pm
Forum: General
Topic: Hi everyone ,there is a big question I got on how to resovle
Replies: 5
Views: 2330

Can you post the SQL statement? It does not matter if any constants in the SQL statement are Chinese.
by ray.wurlod
Sat Apr 28, 2012 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming leading zeros
Replies: 5
Views: 2412

A simple If..Then..Else to check for "00000" should fix it. The Else clause contains your Trim() function. The Then clause simply returns "0".
by ray.wurlod
Sat Apr 28, 2012 1:48 am
Forum: General
Topic: Hi everyone ,there is a big question I got on how to resovle
Replies: 5
Views: 2330

Surely the SQL statement mentions the column(s) involved?
by ray.wurlod
Fri Apr 27, 2012 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode conversion failed
Replies: 4
Views: 2661

Re: Unicode conversion failed

adityavinay wrote:I faced the same issue but with teradata. I changed NLS to ASCL_ISO8859-1 instead of (UTF-8) and it worked...
Can you explain why it worked?
Can you be sure that it is a generic fix, or just a workaround?
Are you aware that there are 12 parts to ISO8859 ?
by ray.wurlod
Fri Apr 27, 2012 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Sequential File error
Replies: 6
Views: 2061

This time I think you are incorrect. I further think that the LF was found at position 205, and there's a CR at position 204.
by ray.wurlod
Fri Apr 27, 2012 12:59 am
Forum: General
Topic: Including SQL Scripts / Files into Deployable Packages
Replies: 5
Views: 1753

Actually I'm not sure that's available in version 8.1. It's definitely there in version 8.5 and 8.7.
by ray.wurlod
Thu Apr 26, 2012 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow running job
Replies: 15
Views: 13549

Without doing the research it makes sense to me - an immediate determination of failure of the first operation is needed to be able to begin the alternate operation.