Search found 53125 matches

by ray.wurlod
Wed Jun 10, 2009 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error never seen before
Replies: 9
Views: 5193

Somehow you don't have permission to execute the function associated with the GCI routine cataloged as $DS.GETPID or someone has been playing around with the Catalog index. There should be no VOC entry for this routine; DataStage has sought one when it could not find the entry in the global Catalog ...
by ray.wurlod
Wed Jun 10, 2009 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TRANSFORM A VIEW
Replies: 8
Views: 1913

DataStage does not control this. If the name of your target table is actually the name of a view, then it's a view you have. Chat with your DBA. If DataStage is generating DDL, it's always CREATE TABLE unless manually edited so you would never get a view in this case.
by ray.wurlod
Wed Jun 10, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mail Send Error
Replies: 5
Views: 2009

Do you have an SMTP client properly configured on DEL-OKH-MSG01 ?
by ray.wurlod
Wed Jun 10, 2009 2:03 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOA-UserService Registry Configuration
Replies: 8
Views: 3692

Please strive for a professional standard of written English on DSXchange. It will be helpful to those of our members whose first language is not English.
by ray.wurlod
Wed Jun 10, 2009 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage export Fixed-length File with NULL value
Replies: 6
Views: 8850

Only if APT_STRING_PADCHAR is set to space.
by ray.wurlod
Wed Jun 10, 2009 12:30 am
Forum: General
Topic: How to use dscmdexport/dsexport to export a single job?
Replies: 3
Views: 1872

Not if you have no access. If you have read-only access then you can export using a client-based export tool. If you can export using Manager then you can export using client-based operating-system-command export tool.
by ray.wurlod
Tue Jun 09, 2009 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage export Fixed-length File with NULL value
Replies: 6
Views: 8850

No. Fixed-width means fixed-width.
by ray.wurlod
Tue Jun 09, 2009 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

As a test, change BigInt to VarChar throughout, to see whether this really is the cause of the arithmetic overflow.
by ray.wurlod
Tue Jun 09, 2009 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

There is indeed a Pivot Enterprise stage. It was introduced in version 8.1. It primarily offers a graphical tool for selecting the pivot key and pivoting columns and to include a "pivot index" column (auto-numbering of the rows for each pivot key value). The first of these means that you d...
by ray.wurlod
Tue Jun 09, 2009 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Months between two dates
Replies: 3
Views: 5501

What's the business rule underlying "number of months between two dates"? For example, how many months between 2008-01-01 and 2009-02-01? How many between 2008-01-20 and 2009-01-15? How many between 2008-01-31 and 2009-02-28? Why?
by ray.wurlod
Tue Jun 09, 2009 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed in utilizing TRANS() function
Replies: 10
Views: 4733

1) No lock. Are the writes employing write cache? If so they will not be visible to other processes until the job finishes and the cache is flushed to disk. 2) If it's the same hashed file, you should never need to open it more than once. Place the file variable in a COMMON area of memory, so that i...
by ray.wurlod
Tue Jun 09, 2009 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accidentally delete all data in DS_JOBS
Replies: 13
Views: 4528

I've had a bit of a play with this, without writing any BASIC. Getting the job definition records in is easy, using INSERT INTO DS_JOBS(columns) SELECT (column_list) FROM DS_JOBOBJECTS; command. Getting the \\NextNumber record is similarly easy. Getting the category placeholders for actual categorie...
by ray.wurlod
Tue Jun 09, 2009 4:17 pm
Forum: General
Topic: Data Stage Automation Tool
Replies: 2
Views: 2059

Have you looked at FastTrack? It can do most of those things.
by ray.wurlod
Tue Jun 09, 2009 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parse a datastage job and fetch all col derivations
Replies: 12
Views: 3800

Why do you need to do this? The built-in job report functionality will provide all this and more.

Resist stupid requirements!