Search found 53125 matches
- Mon Apr 22, 2013 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use Copy stage Force property
- Replies: 14
- Views: 7252
- Mon Apr 22, 2013 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read oracle BLOB payload
- Replies: 16
- Views: 29356
- Mon Apr 22, 2013 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection to Ms Access
- Replies: 6
- Views: 2353
Re: ODBC to Ms Access
Something has changed since last week. You have to do some detective work to find out what it is, particularly if it was not you who made the change.imfarhan wrote:But , the connection was made successfully last week. and today same error and I haven't change anything since last week.
- Mon Apr 22, 2013 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file error
- Replies: 4
- Views: 1619
- Mon Apr 22, 2013 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow performance after migration to SQL Server 2008
- Replies: 7
- Views: 3567
- Mon Apr 22, 2013 4:19 pm
- Forum: General
- Topic: Move Files from Host server source to Host server Target
- Replies: 2
- Views: 1329
- Mon Apr 22, 2013 4:16 pm
- Forum: General
- Topic: where is the link count stored
- Replies: 13
- Views: 2597
- Mon Apr 22, 2013 4:14 pm
- Forum: General
- Topic: Where is DSODBON - Configuration options
- Replies: 1
- Views: 1132
- Mon Apr 22, 2013 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP
- Replies: 1
- Views: 1467
- Mon Apr 22, 2013 3:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upsert Statement
- Replies: 5
- Views: 1999
- Sun Apr 21, 2013 9:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file error
- Replies: 4
- Views: 1619
Your example is a badly-formed CSV record, in that it has an odd number of quote characters. How many fields is it supposed to have? Once you have this sorted you, probably the best solution is to use a server Sequential File stage (possibly in a server Shared Container in your parallel job), which ...
- Sat Apr 20, 2013 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find First recharge?
- Replies: 5
- Views: 1262
- Fri Apr 19, 2013 10:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find First recharge?
- Replies: 5
- Views: 1262
You have a couple of choices, effectively the same logically. Perform a lookup against first recharge table with Lookup Failed rule set to Continue, then test in a downstream Transformer stage whether the columns returned from the reference input are NULL. Or perform a left outer join, with recharge...
- Fri Apr 19, 2013 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Stage And Data Type Date/Timestamp
- Replies: 5
- Views: 1734
- Fri Apr 19, 2013 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find the new value or existing value?
- Replies: 1
- Views: 588
Do you mean new in the stream of data or new in the database to which you're writing? (Tip: learn to write clear specifications - it will help any career to which you might aspire in IT.) In the first case sort the stream and generate a key change column. In the latter case, perform a lookup and set...