Search found 42189 matches
- Sun Aug 27, 2006 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml stage: ds_loadlibrary: error in dlopen
- Replies: 5
- Views: 1992
Just to bring people up to speed, we 'chatted' about this problem over in the developerWorks forums. I pointed them to this post by Daddy Doma which seemed to have a solution to their problem: m This was the OP's LIBPATH that was posted. Note I'm adding returns to it to keep the post from going wide...
- Sun Aug 27, 2006 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop Datastage Job
- Replies: 4
- Views: 1947
- Sun Aug 27, 2006 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format problem
- Replies: 17
- Views: 5644
- Sat Aug 26, 2006 10:26 am
- Forum: General
- Topic: Client Protection
- Replies: 3
- Views: 2923
- Sat Aug 26, 2006 10:25 am
- Forum: Site/Forum
- Topic: Some suggestion/changes for the forum...
- Replies: 6
- Views: 3738
All well intentioned, but nothing we do can really keep people from doing things like that. Items number 2 and 3 are already in place but I don't believe all forums have a moderator. Plus there are rules for post deletion - you can only delete your post if there are no replies to it. Once someone re...
- Sat Aug 26, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format problem
- Replies: 17
- Views: 5644
- Fri Aug 25, 2006 6:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TeraData API Lookup based on a flat file
- Replies: 6
- Views: 2540
Have you used User Defined SQL to do lookups with the Teradata stage before this? If not or you're not completely sure what the sql should look like - let the stage generate it for you first. Get it close and see what the generated sql looks like. Switch it User Defined and tweak from there. Then th...
- Fri Aug 25, 2006 5:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
- Fri Aug 25, 2006 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error loading a file.
- Replies: 6
- Views: 1496
- Fri Aug 25, 2006 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregation problem
- Replies: 13
- Views: 2963
- Fri Aug 25, 2006 1:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: French Character XML Error
- Replies: 2
- Views: 1104
- Fri Aug 25, 2006 12:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job which track of the jobhistory, rowhistory,paramhistory
- Replies: 18
- Views: 4938
- Fri Aug 25, 2006 12:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregation problem
- Replies: 13
- Views: 2963
Make sure you sort the data in such a manner that supports the aggregation being done. Get it wrong and the stage will ignore your sort work and handle it itself. Also make sure you 'assert' the sort order correctly in the stage, get that wrong and the job will abort with a 'Row out of seqeunce' err...
- Fri Aug 25, 2006 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format problem
- Replies: 17
- Views: 5644
Re: Date format problem
but iam getting Error as: Attempt to convert String value " 15-AUG-2006 " to Timestamp type unsuccessful That would be because the format you chose is not appropriate for a Timestamp datatype. You would need to convert it to YYYY-MM-DD format, not DD-MON-YYYY. Technically, the OCI stage is expectin...
- Fri Aug 25, 2006 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml
- Replies: 2
- Views: 1014