Search found 53125 matches

by ray.wurlod
Thu May 19, 2011 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to add 1 month to date
Replies: 3
Views: 2810

What are the source and target? What are the source and target data types?
by ray.wurlod
Thu May 19, 2011 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 5289

Welcome aboard. You need either the patch or Fix Pack 1 to get the new XML functionality. You can get either from IBM Fix Central.
by ray.wurlod
Thu May 19, 2011 4:47 pm
Forum: General
Topic: process of create new project in existing server
Replies: 8
Views: 1892

The only thing you need is DataStage Administrator role. Once the project has been created only administrators have access to it until some project roles have been specifically granted via the Administrator client.
by ray.wurlod
Thu May 19, 2011 4:45 pm
Forum: General
Topic: DataStage Wide Area Network Database Performance
Replies: 5
Views: 2132

Should be fine, so long as you carefully manage their expectations as to performance (which won't be "fine").
by ray.wurlod
Thu May 19, 2011 4:45 pm
Forum: General
Topic: &PH& file cleared but the directory size is not redu
Replies: 20
Views: 9837

If you remove the &PH& directory itself you will not be able to access DataStage in that project (at least until the &PH& directory has been re-created).
by ray.wurlod
Thu May 19, 2011 4:42 pm
Forum: General
Topic: Infosphere Datastage CLI
Replies: 2
Views: 2064

dsjob is the DataStage command line interface. iajob is the Information Analyzer command line interface. istool is a command line interface for Information Server Manager. There are others. They are all documented (at least in version 8.5).
by ray.wurlod
Thu May 19, 2011 4:40 pm
Forum: General
Topic: help in DSJOB command
Replies: 16
Views: 11072

There's nothing wrong in the script except that you don't wait for the job to finish before attempting to restart it (there's no evidence that you're using $i as an invocation ID). It is not possible to run a job that is already running.

So, what are you trying to accomplish here?
by ray.wurlod
Thu May 19, 2011 4:37 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: DS info analyzer
Replies: 2
Views: 1546

Welcome aboard.

Product information and success stories are freely available from IBM (for example from their web site). Manuals are also available from the Information Center (again IBM web site).
by ray.wurlod
Wed May 18, 2011 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job logic needed
Replies: 9
Views: 3390

Full outer join.

Three-output Filter or Transformer stage constraining on whether A is null or B is null or neither is null.
by ray.wurlod
Wed May 18, 2011 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem when calling SP stage
Replies: 12
Views: 6368

Is ORACLE_HOME correctly set in dsenv? Perhaps it is using a different value from that used by your interactive user? Clutching at straws a bit here, it's difficult to diagnose these things remotely.
by ray.wurlod
Wed May 18, 2011 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: use of uvodbc.config file
Replies: 3
Views: 1560

From where are you attempting to execute an SQL statement that contains "BIDATA"? It appears that you're trying to do this from a TCL prompt, rathe than against your database.
by ray.wurlod
Wed May 18, 2011 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem when calling SP stage
Replies: 12
Views: 6368

Looks like an incomplete entry in tnsnames.ora file - one (at least) of the configurations lacks a SERVICE_NAME property (in the CONNECT_DATA sectioon) but requires one.
by ray.wurlod
Wed May 18, 2011 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: smallint not passing null value
Replies: 4
Views: 1668

The output column must be marked as Nullable, otherwise a default value will be substituted.
by ray.wurlod
Wed May 18, 2011 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert special character in Datastage Transformer
Replies: 8
Views: 11076

What do you mean by "doesn't work"?

Do you have NLS installed and enabled?

If not, you will struggle to process accented characters, etc.
by ray.wurlod
Wed May 18, 2011 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file update problem
Replies: 3
Views: 1982

In that case there's a problem in the logic of your job design, or errors are occurring about which you have not informed us but which would be logged.