Search found 53125 matches

by ray.wurlod
Thu Dec 22, 2005 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I find more info on uvsh warning and error message
Replies: 3
Views: 1453

The same software will not install on both Windows and Linux. Are you trying to do this, or do you have a Linux version of DataStage that you are installing?
by ray.wurlod
Thu Dec 22, 2005 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change Hashfile name
Replies: 13
Views: 3818

Holidays?!! Luxury!!
by ray.wurlod
Thu Dec 22, 2005 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Oracle Months_Between function in DS trasformer
Replies: 3
Views: 1428

Instead of Floor() use Int() in server jobs.

There is no equivalent for Months_Between in the product, but some have been posted in this forum.

Last_Day() is probably best replaced with the MONTH.LAST Transform.
by ray.wurlod
Thu Dec 22, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Table locks
Replies: 2
Views: 891

Depending on the database, transaction isolation level may be implemented using locks. Lower isolation levels tend to use record-level locks, while higher isolation levels may well take table-level locks.
by ray.wurlod
Thu Dec 22, 2005 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of 'C' in Parallel Jobs
Replies: 2
Views: 1551

Job sequences generate BASIC code. That's not going to change any time soon. You can inspect the code on the Job Control tab of the job sequence's job properties window.
by ray.wurlod
Thu Dec 22, 2005 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Evaluation Software.
Replies: 2
Views: 905

The guidance we have is that policy is unchanged from Ascential's - an evaluation (time limited) licence will only be provided if there is a strong chance of a sale - and it's they who assess the likelihood.
by ray.wurlod
Thu Dec 22, 2005 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - No space left on device &
Replies: 3
Views: 2657

The DS Admin probably won't be able to allocate more space - you need to talk to a UNIX Admin, or just find another file system to which you can write and which has plenty of free space. The other question is hijacking the thread. Please start a new thread for it. Searching might even find an answer...
by ray.wurlod
Thu Dec 22, 2005 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PRINTER memory segment error
Replies: 4
Views: 2111

Make sure everyone always disconnects cleanly.
by ray.wurlod
Thu Dec 22, 2005 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - No space left on device &
Replies: 3
Views: 2657

No space left on device usually refers to your disk - specifically in this case the disk where your Sequential File stage (the only stage type that exposes the ds_seqput() function) is trying to write. Check for disk full situation there.
by ray.wurlod
Thu Dec 22, 2005 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row mathing & addition to an existing Dim table
Replies: 9
Views: 3027

My earlier answer without the WHERE clause would do the Cartesian product thing, and DISTINCT would hopefully restrict the result to a sensible number of rows.
by ray.wurlod
Thu Dec 22, 2005 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outer join two tables in seperate databases
Replies: 10
Views: 3553

It is provable that A LEFT OUTER JOIN B is the same as B RIGHT OUTER JOIN A - on this basis some query tools either don't bother to provide right outer join functionality, or transparently rewrite right outer joins as left outer joins. And why not? So heed the advice about swapping your driver and p...
by ray.wurlod
Thu Dec 22, 2005 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 1683

Code: Select all

dsjob -run [ options ] project jobname && MyBatFile.bat
by ray.wurlod
Thu Dec 22, 2005 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change Hashfile name
Replies: 13
Views: 3818

CNAME (both syntaxes) definitely exists in Prime INFORMATION.
by ray.wurlod
Thu Dec 22, 2005 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger Column
Replies: 2
Views: 1172

Let's see... wasn't Trigger the name of Roy Rogers's horse? Seriously, your question does not contain enough information even to begin to be able to provide an answer. What is your context? Where are you finding "a Trigger column"? Are you referring to triggers on columns in databases? Are you refer...
by ray.wurlod
Wed Dec 21, 2005 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Stage SQL Server
Replies: 6
Views: 2157

I don't seen any convert functions in that SQL - do you?