Search found 53125 matches
- 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...
- 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
- 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
- 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
- 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. ...
- 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 ...
- 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
- 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
- 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 ;- Mon Apr 21, 2008 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: tmp space
- Replies: 10
- Views: 2692
- 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
- 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.
- 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
- 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...
- 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...