Search found 15603 matches
- Tue Jun 20, 2006 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs lost when updated in DS_JOBS
- Replies: 22
- Views: 5867
Anupam, your post was a bit unclear about the current status. 1. How did you change the DS_JOBS hashed file (a program? TCL "update" command?)? 2. You need to make sure that all users are logged out when you do a reindex. Also, do your indices need rebuilding (do a LIST.INDEX DS_JOBS ALL and see if ...
- Tue Jun 20, 2006 5:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Communication Link Error
- Replies: 1
- Views: 823
Oddly enough, I am getting the same error at the moment on a new installation where the DB/2 database hasn't been set up correctly. You will get the same problem when doing a "db2 connect" from a shell and it is not a DataStage problem. Get your DB/2 people involved and once it works from UNIX then ...
- Tue Jun 20, 2006 5:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction is very slow
- Replies: 9
- Views: 1353
- Tue Jun 20, 2006 3:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: crashed message was issued, but processing did not aborted
- Replies: 3
- Views: 876
- Tue Jun 20, 2006 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction is very slow
- Replies: 9
- Views: 1353
- Tue Jun 20, 2006 3:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: grouping
- Replies: 11
- Views: 3292
- Tue Jun 20, 2006 3:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improper datatype
- Replies: 1
- Views: 603
Sounds like you have very many columns in your transform stage! You could look at the generated source code for your transform to find line 4300 (+- 5) and see what is being done. Or, if most of your column mappings straight-through derivations you can concentrate on those derivations that you have ...
- Tue Jun 20, 2006 3:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort order
- Replies: 9
- Views: 1933
- Tue Jun 20, 2006 3:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: crashed message was issued, but processing did not aborted
- Replies: 3
- Views: 876
- Tue Jun 20, 2006 3:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: grouping
- Replies: 11
- Views: 3292
If that is all you need then a simple transform stage and not an aggregator is sufficient for you. Create a stage variable "GroupCount" with a derivation of "IF In.Col1=LastGroup THEN GroupCount += 1 ELSE GroupCount" and an initial value of 0 Creat another stage variable after that called "LastGroup...
- Tue Jun 20, 2006 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling a DS job from Unix server
- Replies: 1
- Views: 915
- Tue Jun 20, 2006 1:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction is very slow
- Replies: 9
- Views: 1353
With TOAD did you actually list all the data, or did the selection part just start returning data after 15 minutes? Another test you could try is to do the same user defined SQL in a server job which writes to /dev/null or passes through a transform stage that has a false constraint. How many nodes ...
- Tue Jun 20, 2006 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction is very slow
- Replies: 9
- Views: 1353
- Tue Jun 20, 2006 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Arabic Character issues in Sequential File
- Replies: 9
- Views: 3333
- Tue Jun 20, 2006 12:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting Numeric into Pic Comp3 data type
- Replies: 5
- Views: 1941