Search found 42189 matches
- Tue Apr 17, 2007 10:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql not working in datastage
- Replies: 16
- Views: 3514
Why not take explicit control of the field rather than make assumptions about the format you'll get the data in? The generated SQL ensures this by wrapping a TO_CHAR() function around the field - why not do the same? Then you'll know exactly what you'll get, regardless of instance or NLS_DATE settin...
- Tue Apr 17, 2007 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Location for TNS File
- Replies: 10
- Views: 9309
- Tue Apr 17, 2007 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql not working in datastage
- Replies: 16
- Views: 3514
No its self written SQL, which I used it in SQL Plus and it works fine there Means nothing. Your SQL is the culprit here and you'd not be having an issue if the stage generated it for you. If this is a DATE field in Oracle, DataStage can handle it just fine when declared as either a Date or a Times...
- Tue Apr 17, 2007 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql not working in datastage
- Replies: 16
- Views: 3514
- Tue Apr 17, 2007 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 3
- Views: 1227
- Tue Apr 17, 2007 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peoplesoft connection
- Replies: 4
- Views: 2510
- Tue Apr 17, 2007 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS 7.5.1A Server Edition to DS 8
- Replies: 18
- Views: 4858
- Tue Apr 17, 2007 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while trying to import tables-dsn names
- Replies: 14
- Views: 4946
You've edited the template entries in the .odbc.ini file, not something you should be doing. They should be reverted back and copied to a new section of the file. Also note that the name of that entry must match to the entry in the uvodbc.config file. At the very least, those two changes need to be...
- Tue Apr 17, 2007 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Disappearing leading zeros from Oracle Number fields
- Replies: 4
- Views: 3403
- Tue Apr 17, 2007 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job is getting aborted
- Replies: 6
- Views: 2729
[sigh] Yes, now that you've posted the actual error, the clear understanding shows me your problem isn't anything that I thought it was. ParamName does not reference a known parameter of the job Isn't that easy to understand? The parameter name being used in the Sequence job does not exist in the jo...
- Tue Apr 17, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ouput to Excel on Multiple Sheets
- Replies: 18
- Views: 5517
- Mon Apr 16, 2007 11:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in string to date conversion.
- Replies: 15
- Views: 6626
- Mon Apr 16, 2007 11:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difference betwn transformer and basic transformer in PX
- Replies: 13
- Views: 3641
- Mon Apr 16, 2007 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Disappearing leading zeros from Oracle Number fields
- Replies: 4
- Views: 3403
- Mon Apr 16, 2007 9:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using routines in parallel job
- Replies: 7
- Views: 2003
Server job Transformer uses server routines. Parallel job Transformer uses parallel routines. I intend to use the in-built routines and functions but they are not present in the expression editor of transformer but the same is there during a server job. What about that concept is so hard to underst...