Search found 53125 matches
- Wed Apr 27, 2005 5:12 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Break point option to debug
- Replies: 3
- Views: 2768
- Tue Apr 26, 2005 8:27 pm
- Forum:
- Topic: MetaBroker for Cognos Reportnet??
- Replies: 4
- Views: 2780
- Tue Apr 26, 2005 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Achieving Right Outer join in a Server Job
- Replies: 10
- Views: 2232
All hashed file lookups are LEFT outer joins (the row returned from the reference input link contains NULL in every column if the key is not matched). It is provable that any RIGHT outer join can be rewritten as a LEFT outer join, but that word "rewritten" says it all; your job design would require ...
- Tue Apr 26, 2005 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how do we generate surroget keys
- Replies: 3
- Views: 1286
- Tue Apr 26, 2005 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 32 BIT / 64 BIT HASH FILE
- Replies: 4
- Views: 1624
I must disagree strongly with Sainath's suggestion. You definitely do not want every hashed file to be 64-bit enabled. Once the corruption has been repaired (or the hashed file created afresh) you can check whether it is 32-bit or 64-bit by attempting to use uvfixfile on it (this utility does not su...
- Tue Apr 26, 2005 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to loop run job every five minutes
- Replies: 3
- Views: 1625
- Tue Apr 26, 2005 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with BASIC transformer in parallel job
- Replies: 8
- Views: 3932
I don't really like what you're doing. Principally, what is @ID doing, and how is it actually specified in the expression in the BASIC Transformer? You really shouldn't, however, be querying the repository tables in this way for every row processed - you can end up with a deadlock situation if DataS...
- Tue Apr 26, 2005 4:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MSSQL Performance Problem
- Replies: 5
- Views: 1056
- Tue Apr 26, 2005 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cosort Plug-In with DataStage Problem
- Replies: 2
- Views: 1018
- Tue Apr 26, 2005 12:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running Datastage EE on Windows
- Replies: 7
- Views: 3223
- Tue Apr 26, 2005 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_LOGNN latest run only
- Replies: 10
- Views: 3616
- Tue Apr 26, 2005 12:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compliation error
- Replies: 8
- Views: 3328
You have (or had) a whole lot of DSLogInfo() calls with only one argument. DSLogInfo() requires two arguments. Open a text file with the OpenSeq statement. Make sure to handle all possible conditions, particularly that it may be locked for update by another process. Read a line at a time from the te...
- Mon Apr 25, 2005 11:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Partitoned Table in server jobs
- Replies: 4
- Views: 1542
Welcome aboard! :D You have misread my post. I did not claim that server jobs can not address partitioned tables. Indeed, I suggested that a multi-instance server job could have instances addressing each partition, if that is what is needed. On UNIX systems DataStage server jobs are always multi-pro...
- Mon Apr 25, 2005 11:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to loop run job every five minutes
- Replies: 3
- Views: 1625
Every five minutes is rather extreme - you're almost in the realm of creating a real-time service! Between StartLoop and EndLoop you can, for example, include a Routine Activity that invokes a routine that does nothing but sleep for five minutes. You can certainly do it yourself in a server job usin...
- Mon Apr 25, 2005 11:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compliation error
- Replies: 8
- Views: 3328