Search found 53125 matches

by ray.wurlod
Wed Oct 29, 2008 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule on WIndows NT server
Replies: 3
Views: 1123

In a CMD shell execute the AT command. What do you see there?
by ray.wurlod
Wed Oct 29, 2008 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read more than 1 sequential file
Replies: 5
Views: 1252

Anything. The File Name is ignored when a Filter command is used; stdout of the command is read by the stage. The fact that the File Name field has to be populated is merely annoying.
by ray.wurlod
Wed Oct 29, 2008 8:50 am
Forum: General
Topic: export and import job on UNIX
Replies: 14
Views: 18599

Version 8.1 (availability announced yesterday) DOES have server-side export and import. More news as it comes to hand.
by ray.wurlod
Wed Oct 29, 2008 8:48 am
Forum:
Topic: Taking metadata from a file
Replies: 18
Views: 5990

Re: Use "Plugin Sequential file"

However, you can explicitely specify the delimiter type in the stage "Sequential File stage" itself.. Let me know if u got ur answer or u want some other clarification... The second person personal pronoun in English is spelled "you" and, in its possessive form, "your". We strive for a professional...
by ray.wurlod
Tue Oct 28, 2008 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need real time scenario
Replies: 11
Views: 7887

Welcome aboard. Is this an interview question?

If not, can you give a scenario in the context of which you'd like an answer? There isn't really any "one size fits all" answer.
by ray.wurlod
Tue Oct 28, 2008 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF vs Seq File stage
Replies: 8
Views: 2722

I meant packed decimals within structured data. Sorry for any confusion.
by ray.wurlod
Tue Oct 28, 2008 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read more than 1 sequential file
Replies: 5
Views: 1252

Use a Sequential File stage with a Filter command that turns all four files into a single bytestream, for example cat file1 file2 file3 file4
by ray.wurlod
Tue Oct 28, 2008 8:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Operators cannot see Director jobs
Replies: 4
Views: 1080

There is a role in version 8.0 and later called Super Operator which can see all jobs. Something to which to look forward.
by ray.wurlod
Tue Oct 28, 2008 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plug-in stage registration
Replies: 6
Views: 1690

DLLs are sometimes tricky. Have you re-started the client machine in the meantime?
by ray.wurlod
Tue Oct 28, 2008 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF vs Seq File stage
Replies: 8
Views: 2722

When you have any structured data (repeating groups, redefines), when you have packed decimal fields, just to name a couple.
by ray.wurlod
Tue Oct 28, 2008 1:42 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 2838

Are they in the same schema/have the same owner, and can you import them one at a time? It might be a timing issue.
by ray.wurlod
Tue Oct 28, 2008 12:53 pm
Forum: General
Topic: DataStage MVS Edition for 8x
Replies: 4
Views: 2256

MVS Edition (more formally Enterprise MVS Edition) is available for version 8.0. I have it installed but have not yet played with it (busy!).
by ray.wurlod
Tue Oct 28, 2008 12:52 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 2838

Do you have SELECT privilege on the Oracle system tables?
by ray.wurlod
Tue Oct 28, 2008 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load data into Oracle table
Replies: 2
Views: 934

Adding columns to the Transformer stage will prove fruitless unless those new columns also exist in the Oracle table.
The error message suggests that your Oracle table still has only seven columns.
by ray.wurlod
Tue Oct 28, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAS launched but failed initialization
Replies: 18
Views: 12555

It was a combination of factors in the end. First, I had moved from a wire network to a wireless network. It seems that these are slightly differently handled by Windows name resolution. Second, the XMETA user ID that is created by the installation process is created without "password never expires"...