Search found 42189 matches

by chulett
Fri Nov 03, 2006 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betn hash file-dataset
Replies: 5
Views: 3043

So says the voice of experience. :wink:
by chulett
Fri Nov 03, 2006 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: different xpaths for same columns
Replies: 1
Views: 743

Can't you just 'clone' the columns to another set of columns for use by the second xpath expressions? :?
by chulett
Thu Nov 02, 2006 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeunce Trigger Expression
Replies: 7
Views: 2451

I would guess so... don't recall back to my 7.0 days. However, if you go to the Trigger tab, change it to custom and there's no ellipses when you click in the field, then I guess you are on your own. At least until you upgrade. :wink:
by chulett
Thu Nov 02, 2006 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeunce Trigger Expression
Replies: 7
Views: 2451

:? You mean in your Trigger Expression? Use the ellipsis (...) and choose 'Activity Variable'.
by chulett
Thu Nov 02, 2006 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of 3rd party tool..
Replies: 8
Views: 3579

You have any particular flavor of '3rd party tool' in mind when you asked this rather vague question? :?
by chulett
Thu Nov 02, 2006 6:44 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How To create RTI Services using RTI Consoles
Replies: 2
Views: 2550

The RTI Console is used to deploy RTI Services. You create them in the Designer just like any other job.
by chulett
Thu Nov 02, 2006 6:41 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI Tutorial & Help
Replies: 5
Views: 3547

I'm afraid there aren't any, as far as I know. At least none I've ever seen. You either need to go to an official IBM/Ascential class or bring in a consultant to teach you. No tutorial, specifically. However, there are pdf manuals that ship with the product, including a User's Guide which would be a...
by chulett
Thu Nov 02, 2006 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum number of KEY Fields in a Hash File
Replies: 13
Views: 3798

Yes, there is a maximum set in the uvconfig file and guess what? It's 768. # MAXKEYSIZE - This sets the maximum number of characters that can # be used within a primary key. The minimum value of 255 retains # the historical maximum key length as well as the historical encoding # of record locks with...
by chulett
Thu Nov 02, 2006 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enabling NLS after Installation
Replies: 1
Views: 637

Answered in the General forum.

ps. No need to post things twice.
by chulett
Thu Nov 02, 2006 12:39 am
Forum: General
Topic: Enabling NLS after Installation
Replies: 3
Views: 3922

You can disable NLS after DataStage has been installed if you chose to install that option at the time of the original installation. However, if you chose to not install the NLS option when you installed DataStage, you'll need to uninstall DataStage completely and then reinstall everything, this tim...
by chulett
Wed Nov 01, 2006 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values to Job Activity
Replies: 13
Views: 5786

dls wrote:I'm going to suggest that there is a bug. Before I do, though, has anyone been successful passing parameter values to multiple instance jobs?

Of course, quite often in fact.
by chulett
Wed Nov 01, 2006 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Failed
Replies: 23
Views: 6775

Latha1919 wrote:Secondly, when I logged into the DataStage Designer with dsoper ID, and tried viewing the data, by right clicking on the Sequnetial file stage, I am getting the same above error message but the Status=13. However, if login with dsadmin as userID, I am able to view the data of the file.

Permissions.
by chulett
Wed Nov 01, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Well, there you go... microseconds it is. 8)

Code: Select all

DBMS    MINIMUM MAXIMUM                    DEFAULT 
DB2     0       6 (to nearest microsecond) 6
Oracle  0       9 (to nearest nanosecond)  6
SQL Sv  0       3 (to nearest millisecond) 3
by chulett
Wed Nov 01, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Don't think so... but glad to be proven wrong. Let us know. :wink:
by chulett
Wed Nov 01, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Closer... milliseconds.