Search found 42189 matches
- Tue Apr 25, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation problem
- Replies: 8
- Views: 1518
- Tue Apr 25, 2006 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure Stage DS Version
- Replies: 8
- Views: 1256
Easy, yes. Proper? No. Ok... here are two reasons why. 1) Must be repeated for every project. 2) Will not effect the project Template. The second item means that any new projects created will not have the SP stage in them and you'll need to repeat the package install yet again. If you rerun the Serv...
- Tue Apr 25, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to redefine SQL toDS
- Replies: 4
- Views: 1179
- Tue Apr 25, 2006 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure Stage DS Version
- Replies: 8
- Views: 1256
- Tue Apr 25, 2006 7:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Purge is leaving Job logs behind
- Replies: 19
- Views: 5439
Re: Logs in error are purged
I called Ascential for confirmation of this and they said that even logs with errors or warnings in would be purged. I checked this morning and indeed yesterdays logs had been cleared even though there were errors in. That's... interesting. I wonder when this changed? And you are right, just verifi...
- Tue Apr 25, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: extracting time from date
- Replies: 7
- Views: 1256
With that particular format, I doubt either portion will be of a fixed length. If that's the case, I'd use the FIELD function to split it at the first whitespace:
From memory. Otherwise, you could go with Arnd's solution.
Code: Select all
Field(In.ColumnName," ",2,2)From memory. Otherwise, you could go with Arnd's solution.
- Tue Apr 25, 2006 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert access(Julian) time to regular time format
- Replies: 16
- Views: 4684
- Tue Apr 25, 2006 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure Stage DS Version
- Replies: 8
- Views: 1256
- Mon Apr 24, 2006 4:31 pm
- Forum: Site/Forum
- Topic: Version 8.x
- Replies: 1
- Views: 1641
Re: Version 8.x
ray.wurlod wrote:Can I also suggest that 7.5 also appear? It has some version-specific features that diffentiate it from the other 7.x versions.
I second that emotion.
- Mon Apr 24, 2006 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert access(Julian) time to regular time format
- Replies: 16
- Views: 4684
- Mon Apr 24, 2006 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while running job through shell script
- Replies: 7
- Views: 1636
Re: Problem while running job through shell script
It's showing job aborted after 50 errors. But while running the same job manually through the client it's running perfectly ok without any error. If the 'client' is the Designer, then I would bet it is not running 'perfectly ok' - but rather you have the warnings set to unlimited. It will look all ...
- Mon Apr 24, 2006 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to redefine SQL toDS
- Replies: 4
- Views: 1179
Two processes - one to get the LAST_PROCESS_DATE and then pass it as a job parameter to the job that runs the second sql. Or perhaps... SELECT * FROM CIS_IMPORT_TS032_BILL_CHRG BCHG where ( BCHG.D_CHRG_CNC >= TRUNC(ADD_MONTHS((SELECT LAST_PROCESS_DATE FROM RSB_PROCESS_DATES WHERE IDENTIFIER = 'CURRE...
- Mon Apr 24, 2006 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clean up unwanted jobs and objects.
- Replies: 7
- Views: 1784
- Mon Apr 24, 2006 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Purge is leaving Job logs behind
- Replies: 19
- Views: 5439
Are these runs being left behind because of warnings and fatal error logs information in them? You tell us. You need to keep in mind the fact that Auto Purge only runs when the job completes cleanly - errors or warnings will disable the purge for that run. If that's the case, switching the number o...
- Sun Apr 23, 2006 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: type 2 implementaion in update problem
- Replies: 4
- Views: 1165