Search found 53125 matches

by ray.wurlod
Wed Dec 21, 2011 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear a big table then insert rows
Replies: 15
Views: 5067

Guess that's why they gave me the title analyst!
:lol:
by ray.wurlod
Wed Dec 21, 2011 8:08 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 5454

chulett wrote:So, yes if you run Parallels or VMWare on your Mac so you have a working Windows environment there.
But that's not the same as running on Mac OSX.
by ray.wurlod
Wed Dec 21, 2011 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear a big table then insert rows
Replies: 15
Views: 5067

chulett wrote:there is a Sequence stage after all
Oh no there isn't!

There's a Sequencer which is an activity in a sequence job.
Sequence jobs don't have stages. They have activities.
by ray.wurlod
Wed Dec 21, 2011 3:12 pm
Forum: General
Topic: Shell script execution
Replies: 17
Views: 4544

Check how arguments are passed to the script on each system.
by ray.wurlod
Wed Dec 21, 2011 3:11 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 5454

It cannot.

DataStage client must be installed on Windows. And then only on specific Windows operating systems which are documented in the system requirements section of IBM Information Center.
by ray.wurlod
Wed Dec 21, 2011 3:08 pm
Forum: General
Topic: No Engine credentials were found on the Services Tier
Replies: 15
Views: 8126

Were you actually successful in switching to LDAP authentication? Miss just one OK, Save or Apply click and the whole thing doesn't work, even though it appears to test successfully. Open the WAS admin console again and check.
by ray.wurlod
Wed Dec 21, 2011 3:03 pm
Forum: IBM QualityStage
Topic: How to import rule sets?
Replies: 9
Views: 3999

.ITO table will come into existence automatially when you create an input text override. Similarly for .IPO (input pattern override), .UCL (classification override), .UTO (unhandled text override) and .UPO (unhandled pattern override).
by ray.wurlod
Tue Dec 20, 2011 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is running very slow
Replies: 9
Views: 5229

Re: Job is running very slow

SURA wrote:OraOci -> peek-->Trf ->peek-->OraOCI

Try this.

DS User
Why? What do you believe it will accomplish in terms of the original question?
by ray.wurlod
Tue Dec 20, 2011 6:44 pm
Forum:
Topic: Infosphere Asset Manager related issue
Replies: 13
Views: 9432

I bumped into another model-based problem a while back. The logical model (in ERwin, as it happens) included a circular reference over about five hops. Apparently ERwin 7.0 either doesn't check or doesn't care, but can not produce a physical model. Needless to say, it proved impossible to import the...
by ray.wurlod
Tue Dec 20, 2011 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get next value from DB Seq
Replies: 20
Views: 6347

Your metadata specifies Integer as the data type for the field, but NEXTVAL delivers a BigInt. Specify BigInt as the data type for the field and the warning will disappear.
by ray.wurlod
Tue Dec 20, 2011 6:35 pm
Forum: General
Topic: Installing Fix Pack 1 on Information Server 8.5
Replies: 6
Views: 1699

arvind_ds wrote:approximately what ever
:lol:
by ray.wurlod
Tue Dec 20, 2011 6:33 pm
Forum: IBM QualityStage
Topic: How to import rule sets?
Replies: 9
Views: 3999

Newly-imported Rule Sets are stored only on the client. As Robert noted, they need to be provisioned to get them onto the engine.
by ray.wurlod
Tue Dec 20, 2011 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading the column thru Seq stage
Replies: 3
Views: 953

You can use no delimiter and no quote character.
by ray.wurlod
Tue Dec 20, 2011 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing SQL Server Stored procedure inside ODBC stage
Replies: 13
Views: 5411

I would expect the correct manual is the Microsoft ODBC manual.
by ray.wurlod
Tue Dec 20, 2011 2:39 pm
Forum: General
Topic: Add two add two variables in loop
Replies: 8
Views: 2468

A loop in a sequence or a loop in a Transformer stage?