Search found 53125 matches

by ray.wurlod
Mon Apr 21, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Dataset has been truncated
Replies: 3
Views: 744

Hi Rajesh, Check the metadata of the Dataset in each job. It is complaining about the number of columns found in each column to get appended. No it isn't. "Segments" means physical data files. You can see the segments for each node (when that node is selected) in the bottom pane of the Data Set Man...
by ray.wurlod
Mon Apr 21, 2008 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Missing record delimiter "\n", saw EOF ins
Replies: 6
Views: 3353

I think it's the other way around - the last line in the file lacks a line terminator. Because the metadata specifies that each line has one, the warning is thrown on the final line.
by ray.wurlod
Mon Apr 21, 2008 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About routines
Replies: 6
Views: 1257

If you are writing routines in DataStage BASIC why did you post in the parallel forum?
by ray.wurlod
Mon Apr 21, 2008 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 5
Views: 1168

And the answer, as always, is "it depends". What kind of operator? Is the stage constrained to executed in a node pool? When's the interview?
by ray.wurlod
Mon Apr 21, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "canonical-like" objects for ETL ?
Replies: 1
Views: 667

DataStage itself does that within the Repository, though it uses its own idiosyncratic standards (the "UniVerse" database standards) for storage of "collections" and, where necessary, collections of collections and so on. Moving these objects should be no big deal, so "E" and "L" are taken care of. ...
by ray.wurlod
Mon Apr 21, 2008 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpreting Record format
Replies: 12
Views: 3244

As you are importing the table definition for this particular sequential file, you will find that double-quoted CSV format (which is what you have) is the default, so all you need to do is to specify whether or not the first line is column headings. The table definition will then be sitting in your ...
by ray.wurlod
Mon Apr 21, 2008 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write range map
Replies: 1
Views: 707

Search will be your friend. It has been explained previously.

When is the interview?
by ray.wurlod
Mon Apr 21, 2008 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding NLS MAP
Replies: 5
Views: 2981

How strange!

I just did a search (exact match) for "Invalid character conversion found converting to ISO-8859-1, substituting" and got 12 matches.
by ray.wurlod
Mon Apr 21, 2008 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to connect to host: error code 39125
Replies: 20
Views: 7877

Separate commands.

Code: Select all

SET-FILE UV UV.ACCOUNT UV.ACCOUNT

SELECT @ID FMT '20L',PATH FMT '56L' FROM UV.ACCOUNT  ;
by ray.wurlod
Mon Apr 21, 2008 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: tmp space
Replies: 10
Views: 2692

Checking temp space "later" is of no value. You have to check it "during".
by ray.wurlod
Mon Apr 21, 2008 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StartLoop Activity fail when I have an empty iteration list
Replies: 4
Views: 3433

As suggested, a Nested Condition prior to the Start Loop activity is an efficient technique. Don't even enter the Start Loop activity unless the length of the list is non-zero.
by ray.wurlod
Mon Apr 21, 2008 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export Process
Replies: 4
Views: 1199

Re: Export Process

satya99 wrote:Is there any command in unix where we can see this export process.

No.
by ray.wurlod
Mon Apr 21, 2008 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server name and project name in email subject line
Replies: 12
Views: 5480

Then why is it complaining of Parameter 4 (',"@FM","A")') ?
by ray.wurlod
Mon Apr 21, 2008 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine - Transform Function bug - missing Return(Ans)
Replies: 7
Views: 2065

Silly thing is, the source code is saved as a single string, so there's no sensible way it can lose a line or two. (The insensible way, of course, is bad coding of the client/server interface, but we don't have access to the source code for that. It would be sensible to report this through your supp...
by ray.wurlod
Mon Apr 21, 2008 4:36 pm
Forum: General
Topic: BO DI & DS parallel Engine (Trivia Question)
Replies: 3
Views: 809

The point about sharing with the DS parallel ancestor is not correct. DS parallel ancestor was called Orchestrate (still is, but now it's part of DS) from a company called Torrent Systems. It had an earlier name, but was primarily about automatically scalable parallel execution (of anything, not jus...