Search found 4992 matches
- Fri Oct 28, 2005 5:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Stage
- Replies: 1
- Views: 618
You could if your data modeler has each history column set with the dates that each of the historical values occurred. Since type 2 has a beginning effective date and optional end effective date, you have to more than just pivot, you potential will merge instances of the row when two or more history...
- Thu Oct 27, 2005 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Program Unable to allocate Type 30 descriptor, table is full
- Replies: 4
- Views: 4186
- Thu Oct 27, 2005 7:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Program Unable to allocate Type 30 descriptor, table is full
- Replies: 4
- Views: 4186
All jobs use dynamic hash files. The log, status, config, and temp hash files that go with every job design are dynamic. During a job's execution, it's logging messages to the log, updating the config and status files as it executes. Is this error happening when you have a lot of jobs simultaneously...
- Thu Oct 27, 2005 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link collector usage in v7.5
- Replies: 3
- Views: 708
- Thu Oct 27, 2005 7:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: category level permissions in a single project
- Replies: 7
- Views: 1827
What's wrong with multiple projects? Are your concerns about consistency of standards, libraries, etc if copied into multiple projects? The solution for that problem is to use something like PVCS to library your source code. The lines are pretty solidly drawn on using projects, because categories ar...
- Thu Oct 27, 2005 6:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: category level permissions in a single project
- Replies: 7
- Views: 1827
- Thu Oct 27, 2005 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help required to make the data horizontal from vertical.
- Replies: 4
- Views: 1674
- Thu Oct 27, 2005 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help required to make the data horizontal from vertical.
- Replies: 4
- Views: 1674
You're doing what is called a pivot. You can checkout the Pivot stage. If you want to write something yourself, use stage variables, add an extra row to your input dataset to indicate it's the last row so that your logic in the transformer can output the last group its computed. All you need to do i...
- Thu Oct 27, 2005 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link collector usage in v7.5
- Replies: 3
- Views: 708
Rather than focus on link collectors, here's some basic questions. There are row buffering and hash caching parameters setup at the project level in DS Administrator. Since you upgraded, are these values the same? You see, if your job is configured to use project defaults, and those defaults are now...
- Thu Oct 27, 2005 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configure dsdlockd
- Replies: 1
- Views: 1649
Forget out the deadlock daemon. Anytime the underlying job process is killed thru a kill statement or a server going down, there's no way to update the status of the job without manual intervention. A job is responsible for setting its statuses during run and at completion. So, if the job is killed,...
- Thu Oct 27, 2005 1:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Match in the lookup.
- Replies: 3
- Views: 1094
- Thu Oct 27, 2005 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: release job disabled
- Replies: 8
- Views: 1544
Per the help If you are developing a job for users on another DataStage system, you must label the job as ready for deployment before you can package it. To label a job for deployment, you must release it. A job can be released when it has been compiled and validated successfully at least once in it...
- Thu Oct 27, 2005 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Return Code from DS to Unix
- Replies: 1
- Views: 643
You can always try the Search capabilities, or just skim the forum. No less that 2 days ago this exact same question was asked and answered.
http://www.dsxchange.com/viewtopic.php? ... eturn+code
http://www.dsxchange.com/viewtopic.php? ... eturn+code
- Thu Oct 27, 2005 11:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: limitations on handling larger files
- Replies: 7
- Views: 1899
I'll summarize for you what's been posted: There is NO 100MB limitation on DS. However, you can do many things to make it appear that there are arbitrary limits. For example, you may attempt to load a 100MB file into a table with commit set to 0 and blow thru your rollback space, thus giving the imp...
- Thu Oct 27, 2005 11:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Stage - pure inner join speed
- Replies: 12
- Views: 3097