Search found 42189 matches
- Wed Sep 28, 2005 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to view the properties dialog box of the stages
- Replies: 7
- Views: 1765
- Wed Sep 28, 2005 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to view the properties dialog box of the stages
- Replies: 7
- Views: 1765
- Wed Sep 28, 2005 8:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion code
- Replies: 9
- Views: 2192
Or perhaps... StringToDecimal 
- Wed Sep 28, 2005 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulk
- Replies: 5
- Views: 2231
- Wed Sep 28, 2005 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: setting parameter value in befor job routine
- Replies: 3
- Views: 1338
- Wed Sep 28, 2005 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Performance Tuning - Bulk / Direct / OCI / Updates
- Replies: 14
- Views: 28840
- Wed Sep 28, 2005 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issues when job moved from version control to prodution
- Replies: 2
- Views: 876
That... doesn't make a whole lot of sense. First comment would be that your QA project should hold 'read only' jobs and be fed from Version Control just like production. Dev should be the only project where jobs can be 'worked on'. Dev jobs ready for testing are 'Initialized' into Version Control an...
- Wed Sep 28, 2005 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to see Jobs in Repository
- Replies: 3
- Views: 1166
- Tue Sep 27, 2005 11:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects and Warning
- Replies: 6
- Views: 2126
- Tue Sep 27, 2005 8:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects and Warning
- Replies: 6
- Views: 2126
I'm pretty sure we don't get a Warning event though. My server is down at the moment so I cannot check. I think the job just completes with Finished (see log) status, which we propagate back to the calling Sequence as a Warning. A status of 'Finished (see log)' means there are warnings in the job l...
- Tue Sep 27, 2005 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compiling jobs in datastage 6x
- Replies: 16
- Views: 4355
If I do programming I need to check for uncompiled jobs and have to compile and run them.(How to go about it ?) I would seriously reconsider this point. If a job is uncompiled there's no way I'm going to assume I can simply compile and run it... who know's why it is in that state? Now, aborted jobs...
- Tue Sep 27, 2005 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting an error in OCI stage while comparing the Dates
- Replies: 3
- Views: 1094
Generally doesn't mean anything, as it's not typically a problem with the sql itself - more of a issue with how it plays in OCI and how well it matches to the column definitions. Speaking of which, I would suggest that you not do a 'select *' when pulling data from a database. You are at the mercy o...
- Tue Sep 27, 2005 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting an error in OCI stage while comparing the Dates
- Replies: 3
- Views: 1094
I'm assuming those are Oracle DATE fields, but I'm not sure why you would get that particular error. How are the columns defined in the stage? If you have the DATE fields as 'Date' try switching them to 'Timestamp'. Also try ditching the TO_CHAR function as it really shouldn't be needed. If your DAT...
- Mon Sep 26, 2005 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypted Environment variables
- Replies: 14
- Views: 9514
Vincent has posted in this thread information on getting them to work in 7.1. There's also something here where I posted a snippet from the 7.5.1 readme which talks about changes made to the functionality in the latest release. Hope that helps.
- Mon Sep 26, 2005 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Named Pipes
- Replies: 4
- Views: 1167