Search found 53125 matches
- Fri Jul 21, 2006 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is stored procedure stage recommended in DSEE
- Replies: 1
- Views: 1420
- Fri Jul 21, 2006 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserted value too large for a column
- Replies: 2
- Views: 692
Re: inserted value too large for a column
parvathi wrote:while inserting the records getting warnings like inserted value too large for a coumn..... How should we solve this problem
The same way you'd solve the problem of getting six litres into a five litre container! Less data or bigger container.
- Thu Jul 20, 2006 9:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
- Thu Jul 20, 2006 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How save job status ffrom DS log
- Replies: 9
- Views: 1824
- Thu Jul 20, 2006 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi-Instance jobs and User Status
- Replies: 6
- Views: 1643
- Thu Jul 20, 2006 8:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 equivalent of substr()
- Replies: 9
- Views: 3895
- Thu Jul 20, 2006 8:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc error -
- Replies: 2
- Views: 2782
Anything to do with "heap" is about allocation of memory resources. Either install more memory in your server(s), or reduce overall demand for memory, perhaps by running fewer jobs simultaneously, or by running on a configuration with fewer processing nodes. Stage types that support sorting may have...
- Thu Jul 20, 2006 6:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sum , Sort and Get Results
- Replies: 7
- Views: 2784
- Thu Jul 20, 2006 6:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Contractual Date Spans for an Employee
- Replies: 2
- Views: 728
Whatever you do is going to require two passes through the data (a nested query in SQL), the first to determine whether continuous or not and the second to apply the appropriate calculation (MIN or MAX on EffDate) probably using a CASE construct in SQL. In DataStage you'd total the contract days for...
- Thu Jul 20, 2006 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sum , Sort and Get Results
- Replies: 7
- Views: 2784
- Thu Jul 20, 2006 6:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export schedules
- Replies: 9
- Views: 1809
- Thu Jul 20, 2006 6:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BAPI - Packed field contains incorrect BCD format
- Replies: 2
- Views: 2507
- Thu Jul 20, 2006 6:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
- Thu Jul 20, 2006 6:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: extract data from JDEdwards (server edition)
- Replies: 3
- Views: 961
Lots of sites access JDE data. The main grief is the idiosyncratic way JDE has of representing dates (a single digit century designator). This has been solved; the solution can be found on this site. I'd suggest remedying "I have no background" by enrolling on one of the vendor's (or other supplier'...
- Thu Jul 20, 2006 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading 0's
- Replies: 34
- Views: 15859