Search found 53125 matches

by ray.wurlod
Mon Apr 12, 2010 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INDEX U2RPROCO RESTRICTS COLUMNS WITH SAME VALUES
Replies: 2
Views: 2513

The index believes that that value exists. Maybe you need to verify - even to re-build the index. Get your DBA involved.
by ray.wurlod
Mon Apr 12, 2010 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

"Step by step answers" falls into the realm of (paid) consulting. That's not really the niche that DSXchange fills. And I disagree about your "waste talk" point; we agreed that it was a pivot that you require, and took a couple of posts establishing the correct terminology so tha...
by ray.wurlod
Mon Apr 12, 2010 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage adminstrator
Replies: 5
Views: 2191

Re: Datastage adminstrator

mayura wrote:Hi,
Please let me know the command to view the routine in datastage admin command line.

thanks,
Datastagepx 8)
Why?

The routine source code is stored in a database table. It is not one of the fields displayed by SELECT * FROM DS_ROUTINES; query.

What do you actually need to achieve?
by ray.wurlod
Mon Apr 12, 2010 3:05 pm
Forum: General
Topic: IIS administration
Replies: 5
Views: 1352

I'm not aware of one, and you're not the first to ask. Perhaps an enhancement request is in order?
by ray.wurlod
Mon Apr 12, 2010 3:03 pm
Forum: Data Integration
Topic: Business Glossary
Replies: 4
Views: 10338

Thank you for that. It's definitely a second scenario situation.

Investigation continues...

(There is strong corporate resistance to Ernie's suggestion. They expect the product to work out of the box as advertised, despite their unusual network configuration.)
by ray.wurlod
Mon Apr 12, 2010 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to select column dynamically
Replies: 1
Views: 1147

Re: how to select column dynamically

datastagedw wrote:I have the following requirement:
...
please let me know if any other information is required
Why?

What is it meant to achieve?

A list of constant values in a SELECT statement will generate those constants for every row selected.
by ray.wurlod
Mon Apr 12, 2010 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S1000, DBMS.CODE=950088
Replies: 2
Views: 3104

Put all mixed case column names in double quotes.
by ray.wurlod
Mon Apr 12, 2010 3:22 am
Forum: General
Topic: DataStage and SQL Server 2008 connectivity
Replies: 4
Views: 4096

Welcome aboard.

Open the manuals (Start > All Programs > Information Server > Documentation) and scroll down to "Connectivity Guide for Microsoft SQL Server and OLE DB Data"
by ray.wurlod
Mon Apr 12, 2010 3:20 am
Forum: General
Topic: routine and the error in compilation log
Replies: 3
Views: 3593

DSFindFirstLogEntry() ? This is a new one to me.
by ray.wurlod
Sun Apr 11, 2010 7:23 pm
Forum: General
Topic: Most commands fail with "Error code: 3 22"
Replies: 8
Views: 3065

No mention in there of expiry date. Can you find the licensing XML file?
by ray.wurlod
Sun Apr 11, 2010 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup failure
Replies: 3
Views: 1363

Because the data type is Char(3) so the lookup value is being padded. You are padding one with space, the other is being padded with $APT_STRING_PADCHAR (probably 0x00).
by ray.wurlod
Sun Apr 11, 2010 6:58 pm
Forum: General
Topic: Most commands fail with "Error code: 3 22"
Replies: 8
Views: 3065

That's a good question, and I don't know the answer. Can you get to the operating system, attach to the DataStage engine directory, execute the dsenv script, and then issue a bin/dssh command?
by ray.wurlod
Sun Apr 11, 2010 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

Horizontal = columns to rows
Vertical = rows to columns
by ray.wurlod
Sun Apr 11, 2010 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

Then search on vertical pivot, for it's really that that you are trying to accomplish.
by ray.wurlod
Sun Apr 11, 2010 12:42 pm
Forum: General
Topic: Most commands fail with "Error code: 3 22"
Replies: 8
Views: 3065

Did you install using a temporary license that has now expired?