Search found 53125 matches

by ray.wurlod
Fri Aug 06, 2010 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: error then data from table displayed
Replies: 6
Views: 2334

One of those things entomologists study - a bug.
by ray.wurlod
Fri Aug 06, 2010 3:46 am
Forum: General
Topic: How to delete a project
Replies: 4
Views: 2093

It really does depend on what's been left around. On the engine tier you can use the VERIFY.SQL command (a particular syntax), but you probably need to update the pertinent tables in XMETA - I am not aware of any provided script to clean up a partially deleted project in version 8.
by ray.wurlod
Fri Aug 06, 2010 3:44 am
Forum: Enhancement Wish List
Topic: Questions to ask on a splash screen when creating a job.
Replies: 2
Views: 8431

Would it be OK to include these as properties in the job properties dialog?

Default = "HIGH" ?!!
by ray.wurlod
Thu Aug 05, 2010 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Administrator hangs when creating new project
Replies: 2
Views: 975

The name and location of the project is recorded in at least three places; in UV.ACCOUNT, in UV_SCHEMAS and in the projects table in the combined metadata repository. It is far more important to identify any errors that occurred during the processing of the create project request. Check the logs of ...
by ray.wurlod
Thu Aug 05, 2010 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running a job
Replies: 4
Views: 983

Are there indexes on person_info.pid, address.pid and address.status?
by ray.wurlod
Thu Aug 05, 2010 6:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Warning.
Replies: 1
Views: 768

When you DESCRIBE the table in Oracle, what is the data type of this column?
by ray.wurlod
Thu Aug 05, 2010 6:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WriteSeq - error
Replies: 1
Views: 831

The On Error clause is a separate clause; it is not subordinate to the Else clause. Find and check out the syntax in the OpenSequentialFile routine posted here on DSXchange, or read about WRITESEQ in the DataStage BASIC manual.
by ray.wurlod
Thu Aug 05, 2010 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage byte into char
Replies: 1
Views: 936

Have you set the APT environment variable to have Oracle preserve, rather than trim, blanks?
by ray.wurlod
Thu Aug 05, 2010 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container not Found
Replies: 6
Views: 1596

Correct SDLC practice: compile in DEV and promote.
by ray.wurlod
Thu Aug 05, 2010 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ibm Information server fasttrack error
Replies: 8
Views: 5127

Is that Foundation Tools fix pack 1 (there's now a fix pack 2 for some platforms) or Information Server fix pack 1?

If the latter, what version of the Update Installer did you use?
by ray.wurlod
Thu Aug 05, 2010 5:42 am
Forum: General
Topic: Datastage Challenge
Replies: 7
Views: 2016

QualityStage reference match.
by ray.wurlod
Thu Aug 05, 2010 5:40 am
Forum: Enhancement Wish List
Topic: DataStage Parameters
Replies: 9
Views: 16761

Sainath, I think Ryan is looking for something entirely containable within a job.
by ray.wurlod
Thu Aug 05, 2010 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 10
Views: 2224

reachmexyz wrote:Unfortunately it is not working.
:idea: "Not working" is the meaning of "unemployed".
by ray.wurlod
Thu Aug 05, 2010 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 3
Views: 1060

DecimalToDecimal() where the target has a scale of 3 ?
by ray.wurlod
Thu Aug 05, 2010 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted without specific error message
Replies: 3
Views: 2962

What's in the job log for LD_TABLE_T_TRAN job, as opposed to the sequence log that you provided?