Search found 42189 matches

by chulett
Wed Sep 01, 2010 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view any jobs anymore
Replies: 4
Views: 1620

Sounds like someone did a DS.REINDEX ALL with active connections to the repository. Depending on what the answer to Ray's questions are, running it again in isolation may be all that you need.
by chulett
Wed Sep 01, 2010 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading from dataset to new SQL table scrambles table layout
Replies: 5
Views: 2128

It's a known "issue", no clue why it does what it does, but it does.
by chulett
Wed Sep 01, 2010 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation logic - need to grab substring
Replies: 15
Views: 4244

As would the Index() and Right() functions.
by chulett
Wed Sep 01, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed to extend rollback segment
Replies: 3
Views: 1471

That's a "problem" your DBA needs to solve by adding more rollback space. That or perhaps you need to commit more often in your job.
by chulett
Wed Sep 01, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job has been aborted after some rows..?
Replies: 4
Views: 1476

That's a new one on me. :?

The next run will always be "from scratch" unless you specifically code it to be otherwise.
by chulett
Wed Sep 01, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How much big xml file a XML input stage can process
Replies: 4
Views: 1664

So either you or whomever is building those XML files will need to break them up into smaller deliverables. The stage can process huge numbers of small files but not huge files.
by chulett
Wed Sep 01, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure a unix server for datastage client
Replies: 11
Views: 3467

So I am completely lost on what it is you are after in this thread. What "process" are you asking about? Rather than transferring files from one, do you now want to know how to install and run DataStage on a UNIX server? :? You would need to purchase a license for that particular flavor of...
by chulett
Wed Sep 01, 2010 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp Format
Replies: 5
Views: 2665

Which is what you have, so you're good there. The issue is the fact that there's no space in front of the AM/PM, not sure why it wants to run the two together but it does. As far as I know, you need to split the result and insert the space yourself, which is easy since the output is a fixed size.
by chulett
Tue Aug 31, 2010 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup size 3373708168 bytes
Replies: 2
Views: 1818

32bit operating system? Your lookup data was too large to be cached in memory.
by chulett
Tue Aug 31, 2010 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to Pivot the data which in one column
Replies: 4
Views: 1487

Set up 50 new columns and use Field() in the derivation of each with the appropriate field number. Some will be null, filter them out post-pivot.
by chulett
Tue Aug 31, 2010 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to Pivot the data which in one column
Replies: 4
Views: 1487

You'll need to split those values out into individual columns and then pivot.
by chulett
Tue Aug 31, 2010 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 ODBC Stages Open command not deleting each other's data.
Replies: 11
Views: 3385

Too may variables with your current approach. Why not do the delete / truncate as a separate operation before this job runs?
by chulett
Tue Aug 31, 2010 9:27 am
Forum: General
Topic: How to write bad dates (contains alpha) to a reject table
Replies: 2
Views: 1282

Check out the use of the IsValid() function, it can be used for various data types including dates.
by chulett
Tue Aug 31, 2010 9:26 am
Forum: General
Topic: Want to export a job using command line argument
Replies: 15
Views: 9865

Patch.