Search found 42189 matches
- Wed Jul 18, 2007 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need function in datastage to convert string datatype todate
- Replies: 4
- Views: 4726
Depends on your target what 'date format' means. And depending on how trustworthy your data was, you could just use substring to get that into date format or combine that with IConv/OConv if there were any doubts. Check out your online help for the IConv/OConv functions using the 'D' and 'MT' conver...
- Wed Jul 18, 2007 11:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extacting a very large volume of data
- Replies: 1
- Views: 455
Not alot to go on, and more of a sql problem than a DataStage one. What database? I've found that your first line of defense for things like this is usually your DBA - have you taken this to them, see what they suggest? There are all kinds of things that could help, but knowing nothing about your en...
- Wed Jul 18, 2007 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error vmdsobj.dll while opening DataStage Designer
- Replies: 9
- Views: 4930
- Wed Jul 18, 2007 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with executing a batch file from Command stage
- Replies: 8
- Views: 1576
- Wed Jul 18, 2007 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with executing a batch file from Command stage
- Replies: 8
- Views: 1576
- Wed Jul 18, 2007 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise, loader, index rebuild
- Replies: 4
- Views: 3856
- Wed Jul 18, 2007 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting 'Text' datatype of Sybase
- Replies: 6
- Views: 2277
Well, then it sounds like you are out of luck. A check of the Sybase OC pdf documentation confirms the diagnosis - Text is an unsupported datatype. Great, three posts in a row. Actually, the docs I checked were 7.5.x docs and you've marked this as an 8.x job. What does your version of the documenti...
- Wed Jul 18, 2007 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with executing a batch file from Command stage
- Replies: 8
- Views: 1576
Updates an XML file? Ok, I'll take your word for it. You might want to consider a more... traditional... approach using the XML stages. Does the batch file run to completion from the command line without any user intervention? When something like this 'hangs' it is typically waiting for a user respo...
- Wed Jul 18, 2007 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with executing a batch file from Command stage
- Replies: 8
- Views: 1576
Welcome aboard. I'm curious... what exactly are you expecting this batch file to do? What is the point of hitting a website from inside your job? I'd be more interesting in hearing the problem you are trying to solve rather than the method you've chosen to solve it, which makes zero sense to me at t...
- Wed Jul 18, 2007 6:26 am
- Forum: General
- Topic: Job Scheduling
- Replies: 6
- Views: 1705
I'm not sure what the difference between 'server time' and 'system time' would be. All I meant by that was I don't see a difference between the two terms - they are synonymous, identical, can be used interchangeably. And the answer is still "the time on the DataStage server". Doesn't matter where t...
- Wed Jul 18, 2007 6:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error vmdsobj.dll while opening DataStage Designer
- Replies: 9
- Views: 4930
- Wed Jul 18, 2007 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accomadating Shared container in Parallel job
- Replies: 2
- Views: 947
- Wed Jul 18, 2007 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting 'Text' datatype of Sybase
- Replies: 6
- Views: 2277
- Wed Jul 18, 2007 6:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting 'Text' datatype of Sybase
- Replies: 6
- Views: 2277
Well, then it sounds like you are out of luck. A check of the Sybase OC pdf documentation confirms the diagnosis - Text is an unsupported datatype. Any idea what the maximum length of the data in your Text field actually is? If it's less than 4K you could try casting it to varchar in your select sql...
- Wed Jul 18, 2007 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upgrade to DS Enterprise Edition (Parallel Extender)
- Replies: 4
- Views: 1085
'Rebuild' as in 'redesign'. And you certainly don't need to do this for 'all jobs'. Your existing jobs will work just fine as is, you should target those jobs that would benefit the most from the Parallel architecture first. That and take a class or arranging for some kind of mentoring. Parallel job...