Search found 53125 matches
- Mon Oct 30, 2006 8:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Schemas
- Replies: 8
- Views: 3624
- Mon Oct 30, 2006 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase
- Replies: 6
- Views: 2067
- Mon Oct 30, 2006 8:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find Variable in all ETL in project
- Replies: 4
- Views: 895
There is no tool, like Usage Analysis, that will do that for you. If you're prepared to hack the repository, you could interrogate the tables there. SELECT DISTINCT DS_JOBS.JOBNAME FMT '32L' FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBOBJECTS.OBJNAME = 'ROOT' AND DS_JOBOBJECTS.OBJTYPE = 'J' AND DS_JOBS....
- Mon Oct 30, 2006 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Row Order
- Replies: 3
- Views: 1083
- Mon Oct 30, 2006 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Fileset compilation error
- Replies: 4
- Views: 4892
That grid on the "constraints" page has four columns. The rightmost is for handling failed lookups. The one to its left is for handling cases where the condition (which determines whether you even attempt the lookup) is not fulfilled. It's the rightmost column that is used for setting the failed loo...
- Mon Oct 30, 2006 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum No of jobs in a Project
- Replies: 10
- Views: 3471
- Mon Oct 30, 2006 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting Projects
- Replies: 8
- Views: 1551
Please explain what you mean by "reset everything". Does this include restarting DataStage, restarting the operating system, what? Have you used a netstat command to determine whether any DataStage processes are still connected? It might be a good idea to telnet to the server and see whether you can...
- Mon Oct 30, 2006 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcgetnext() Error
- Replies: 4
- Views: 1086
This is another question that falls into the "my car won't start, what's wrong with it?" class of questions. Please describe your job design, including all the stage types used therein, and in particular whether you have inter process row buffering enabled and whether you are using IPC, Link Partiti...
- Mon Oct 30, 2006 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Daylight saving Time and implications
- Replies: 4
- Views: 2127
- Mon Oct 30, 2006 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with VOC after database Migration.
- Replies: 7
- Views: 2768
The root cause is that DELETE.FILE does not delete the physical objects if they are referred to by a pathname rather than a simple entryname. This behaviour is documented; either in the UniVerse manuals or by typing HELP DELETE.FILE from the TCL prompt in a telnet session (HELP is blocked from the A...
- Mon Oct 30, 2006 2:38 pm
- Forum: General
- Topic: Training Curriculum
- Replies: 8
- Views: 4831
May I ask what prompted this post? The curriculum for the server to parallel transition lab has been posted in the past - a simple search will find it. The curricula that I offer are published on my web site (see signature block), with detail available by following a simple link. The same is true of...
- Mon Oct 30, 2006 9:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NODENUMBER functionality in DB2 used in DataStage
- Replies: 2
- Views: 1788
Search the forum for exact syntax, I'm sure it's been posted before. Here for example.
Is COL1 the key that is the basis for DB2 partitioning?
(I have to ask) Are you working within a DPF environment?
Is COL1 the key that is the basis for DB2 partitioning?
(I have to ask) Are you working within a DPF environment?
- Mon Oct 30, 2006 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum No of jobs in a Project
- Replies: 10
- Views: 3471
- Mon Oct 30, 2006 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with VOC after database Migration.
- Replies: 7
- Views: 2768
No, this is just DELETE.FILE failing because of entries pre-existing in the VOC file. The only safe course is to create a list of the failures, delete the pertinent entries from the file system and from the VOC. For example, if a hashed file is called MYFILE, then you need three steps, and you can i...
- Mon Oct 30, 2006 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TimeZone
- Replies: 2
- Views: 1695