Search found 2288 matches

by roy
Tue Jun 14, 2005 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 sql error codes and the Loch Ness Monster
Replies: 2
Views: 1188

Hi,
I'd like to know more details regarding the configuration Vincent.
Can you please post them (OS of DS and DB2 and versions)?

Thanks,
by roy
Tue Jun 14, 2005 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator : Column Method = Schema File
Replies: 5
Views: 1465

Re: Column Generator : Column Method = Schema File

Hi All, What should be the format of the schema file if one uses Column Method=Schema File. What should this schema file contain? I have to generate sequence number from a given number for each record. currently i am using combination o f lookup, transformer nd row generator for this. as the sequnc...
by roy
Tue Jun 14, 2005 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Timestamp problem
Replies: 2
Views: 1230

Hi, I wonder what a date looks like when yo have a 2 digit hours? Is it still having the .0 in the fraction or not? Things like that might be also configured on the DB server or ODBC configuration side rather then DS. For finding work-arounds for Data Direct odbc drivers explore the branded_odbc dir...
by roy
Tue Jun 14, 2005 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limitations of datastage
Replies: 5
Views: 1547

Hi, In general there are no logical limitations what so ever. since you can build and incorporate missing functionality potentially there are no connectivity limits (what you lack today can be provided tomorrow) where processing is concerned you have (AFAIK) a liniar growth comitment in processing v...
by roy
Thu Jun 09, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StoredProcedure Stage in DS7.5
Replies: 1
Views: 693

Hi, Last time I checked it was Oracel. recently I heard some one got it for another DB (was it TD?? ). I guess you can ask your support provider, or try finding it out over at the ascential site. The docs do imply it is intended to be available for more DB versions along time. p.s. there are usually...
by roy
Thu Jun 09, 2005 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3064

Hi, On top of what was already said and keeping in mind a lookup is performed using a transformer stage ... do you have complex derivations/stage variables? are you using any routines in the transformer (before/after stage as well)? the above also effects your performance since it depends on the slo...
by roy
Thu Jun 09, 2005 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1923

Hi, try to first figure out what causes the abnormal termination. I'd start with removing the after job routine. then the routines generating the dates and compare the generated date with the data type you use and the column's data type in the actual table. If none of the above works try rebuilding ...
by roy
Thu Jun 09, 2005 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc from ds on lnux to as400/db2
Replies: 4
Views: 1059

Well, After failing I asked to try it on the prod system (V5R2 till this week end) to make a support call... (using the data direct drivers) I was amazed to see it working . 7.5.1a release notes mention a bind20 that needs to be done (never successfully did it) So tried again on the V5R3 using again...
by roy
Thu Jun 09, 2005 12:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1923

Hi, What are the warnings you get ??? while your answering that also think of the following points: 1. are you using any used defined routines in the job? (also check the transformer properties for before/after routines) 2. check beofre/after sql if any exists. 3. go over the &PH& directory ...
by roy
Wed Jun 08, 2005 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc from ds on lnux to as400/db2
Replies: 4
Views: 1059

Forgot to mention as400 is V5R3.
I know docs and branded_odbc states V5R2 latest supported.
I'll try to find out if I can find a newer version or use the iSeries client access driver.
by roy
Wed Jun 08, 2005 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator : Column Method = Schema File
Replies: 5
Views: 1465

Hi,
The stage you need is PxSurrogateKeyGenerator not column generator, column generator is a dev/debug tool.

schema file is a substitute for the table definition in the stage itself.

IHTH,
by roy
Tue Jun 07, 2005 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc from ds on lnux to as400/db2
Replies: 4
Views: 1059

odbc from ds on lnux to as400/db2

Hi yall, I'm trying to get a data direct odbc working with as400/db2. when trying to bind20 the odbc name I get 1213 error (same when running the odbcdemo supplied by data direct) Does anyone have any idea as to requirements for establishing a working connection in the mentioned configuration? both ...
by roy
Tue Jun 07, 2005 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS Plugin Not Responding
Replies: 1
Views: 520

Hi, Usually being unable to use a plugin means it is not installed on the server side, hence not usable in your job design. Go over the plugins manual to find out how to install plugins after DS is already installed. p.s. you can go over your install log (if still existing) to verify which plugins w...
by roy
Mon Jun 06, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is phantom error
Replies: 4
Views: 1002

Hi,
Phantom is the name asociated with DS job processes.
So your simply getting an error in your job's process.

you might want to expand regarding any particular issue your experiancing for more specific answers.

IHTH,
by roy
Mon Jun 06, 2005 6:48 am
Forum: General
Topic: Exception Handler Issue
Replies: 7
Views: 3279

Hi,
that is mentioned in the docs regarding routines not jobs