Search found 42189 matches

by chulett
Sat Aug 15, 2009 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server
Replies: 4
Views: 1379

First, please do a better job with your choice of subjects, they should represent the nature of the question or problem you have. Something generic like 'Hi' or 'IBM Information Server' makes searching difficult. Secondly, do you have the MKSToolkit installed on your DataStage server? I'm curious if...
by chulett
Sat Aug 15, 2009 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Decimal conversion
Replies: 10
Views: 10969

Couldn't you just divide it by 100? :?
by chulett
Sat Aug 15, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: apply node constraint at job level
Replies: 3
Views: 1162

You affect the number of node pools at the job level by using different config files. Create a new config with fewer nodes and use $APT_CONFIG_FILE in your job to override the default config assignment.
by chulett
Fri Aug 14, 2009 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle substring /Datastage Metadata warning
Replies: 3
Views: 4091

Because you are doing the substring in the query, DS has no idea and so looks at the metadata and issues the 'possible truncation' warning. You should be able to select the entire field and then do the substring in the derivation downstream to avoid that message. I do believe.
by chulett
Fri Aug 14, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parent child initial loading
Replies: 3
Views: 1031

That would be a question to an Analyst or Modeler at your site, not sure how anyone else would know your data / structures. :?
by chulett
Fri Aug 14, 2009 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic
Replies: 4
Views: 1403

pattemk - I have no idea what you just tried to post as for one I can't find any new content in it. Never mind that you cannot check the "Disable BBCode in this post" option and then expect the tags to work. :?

Jeez, don't people use the 'Preview' button at all?
by chulett
Fri Aug 14, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: license issues
Replies: 13
Views: 2937

mandyli wrote:But I am trying to get active user list from xmeta table.
We know, we know. This is like what, your third post on the subject? :?
by chulett
Fri Aug 14, 2009 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BufferFile: unable to create file
Replies: 5
Views: 2796

Absolutely. Make sure you spread the love right back and post whatever it is you find out. Not sure that sounded right, but you get my drift...
by chulett
Fri Aug 14, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

What Query Type have you selected? You have three basic choices (four if you count 'load from a file at runtime') and all can do what you need. 1) Use SQL Builder Tool. Something I wouldn't touch with a 39 and a half foot pole, but it uses an 'Access style' interface to build the query for you. Yuck...
by chulett
Fri Aug 14, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BufferFile: unable to create file
Replies: 5
Views: 2796

If I had to guess (and I do) I would think the answer is 'yes' but you'd really need to raise the issue with IBM to know for certain.
by chulett
Fri Aug 14, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown name error in transformer partioning page
Replies: 3
Views: 1477

Try an exact search for "Unknown Name" without the quotes.
by chulett
Fri Aug 14, 2009 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI - Job aborts but records still commit
Replies: 5
Views: 4583

I thought I would also add an example of the same data being processed when the only change is to make the Array Size 10. Otherwise, all else is the same as the first example posted above, including the Transaction Size of 0 and a Warning Limit of 3: TestOCICommit..TEST_OCI: OCIInitialize - Initiali...
by chulett
Fri Aug 14, 2009 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

i have task in which source needs to access multiple dimmension tables and i dont see oracle oci stage have capibilty to access multiple tables from source. :? Of course it does, just like any other DB stage. What exactly do you mean by that - you need to join multiple tables? Create separate sourc...
by chulett
Fri Aug 14, 2009 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock or Timeout
Replies: 3
Views: 1636

What database are we talking about here? DB2? Knowing that can help determine what your options are.