Search found 53125 matches

by ray.wurlod
Sun Mar 20, 2016 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server agent job clarifications
Replies: 9
Views: 3889

Well, certainly in 8.5, the oldest version to which I currently have access.
by ray.wurlod
Sun Mar 20, 2016 11:57 am
Forum: General
Topic: Issue retrieving /Jobs while connecting with non-admin user
Replies: 2
Views: 1029

Welcome aboard.

The project may not be synchronized with XMETA. Investigate the SyncProject command (part of ISALite).
by ray.wurlod
Sun Mar 20, 2016 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server agent job clarifications
Replies: 9
Views: 3889

All versions of DataStage. The Data Direct drivers have their own versioning.
by ray.wurlod
Fri Mar 18, 2016 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server agent job clarifications
Replies: 9
Views: 3889

An ODBC driver (on UNIX) for SQL Server ships with DataStage. It's OEM from Data Direct.
by ray.wurlod
Fri Mar 18, 2016 2:46 pm
Forum: General
Topic: What's the best method to write complex derivations?
Replies: 18
Views: 6433

Sometimes I answer the unasked question. Unknown unknowns, and all that...
by ray.wurlod
Thu Mar 17, 2016 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while fetching records through Oracle connector stage
Replies: 2
Views: 1955

Involve your DBA, because it may be that more Oracle listeners need to be configured.
by ray.wurlod
Thu Mar 17, 2016 3:58 pm
Forum: General
Topic: What's the best method to write complex derivations?
Replies: 18
Views: 6433

The answer to this one has to be "it depends". If you could indicate what kind of "complex derivation" you have in mind, then we could perhaps be more specific. If there's one best practice for avoiding errors in expression construction, it would be to use the Expression Editor a...
by ray.wurlod
Wed Mar 16, 2016 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage to Oracle connectivity
Replies: 10
Views: 4357

Stop and start the engine, which forces the dsrpcd process to re-read the dsenv file. All child processes that it creates (i.e. requests from clients) will then carry the new values into their shells.
by ray.wurlod
Wed Mar 16, 2016 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unstructured Data Stage excel sheet
Replies: 3
Views: 2603

Then the umask setting for the credentialled user may be incorrect; your job may have been able to create the file but not to write to the newly-created file. Check the permissions on the newly-created file.
by ray.wurlod
Wed Mar 16, 2016 6:50 pm
Forum: General
Topic: suite usage - who is using what and when?
Replies: 6
Views: 2158

Also, by default, they are in each user's home directory.
by ray.wurlod
Tue Mar 15, 2016 2:52 pm
Forum: General
Topic: Get Date
Replies: 5
Views: 2188

Try this. Oconv(Date() - Mod(Date(),7), "DYMD[4,2,2]" : @VM : "MCN") The internal format of the date is an integer. Assuming your system is set up with Sunday = 0, the first argument of the Oconv() function above will give the date of the most recent Sunday. If your system is set...
by ray.wurlod
Tue Mar 15, 2016 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check value existence in a table
Replies: 5
Views: 2234

Given that the Lookup stage loads its reference data set into memory and indexes it before any rows are processed you're not going to get much more efficient than that. If the reference data don't change all that often you could look at loading them into a Lookup File Set, thereby pre-building the i...
by ray.wurlod
Mon Mar 14, 2016 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chinese characters
Replies: 2
Views: 1432

Basically you need to ascertain what kind of characters they are (Traditional or Simplified) and then how they are encoded. Set the NLS map appropriately for that encoding in the Sequential File stage (and make sure that the Unicode extension is set for string data types).
by ray.wurlod
Mon Mar 14, 2016 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help for Logic Authorization Data to Information server
Replies: 8
Views: 3293

The list_readu command only shows connected DataStage clients.