Search found 53125 matches

by ray.wurlod
Wed Jun 30, 2010 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I turn off the "Report on job.." feature?
Replies: 12
Views: 3971

RTLogging/ORLogging is set on a per-project basis, in the DSParams file.

Tip: When installing, edit the DSParams file in the Template directory, so that subsequently-created projects already have these values set how you want them.
by ray.wurlod
Wed Jun 30, 2010 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork failed: Resource temporarily unavailable
Replies: 2
Views: 3281

Probably by increasing the NPROC kernel parameter to a sensibly higher value.
by ray.wurlod
Wed Jun 30, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chinese name consuming more space than unicode UTF-8 bytes
Replies: 7
Views: 3124

No single method - it depends on source. For example, Oracle uses a factor of 3 - you would specify VarChar(105). Try a factor of 2 first - that is, VarChar(70).
by ray.wurlod
Wed Jun 30, 2010 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REBIND a Package
Replies: 1
Views: 874

No. The bind command (e.g. bind22) must be done at the operating system. Of course, that can be invoked from DataStage in various ways, but there's no separate facility within DataStage.
by ray.wurlod
Wed Jun 30, 2010 4:26 pm
Forum: General
Topic: When to PAM?
Replies: 3
Views: 1834

I have yet to encounter a site that has got programmable authentication modules (PAM) to work on AIX. It's a nice theory.
by ray.wurlod
Wed Jun 30, 2010 4:25 pm
Forum: General
Topic: Is there a way to give someone read-only access in 8.1?
Replies: 10
Views: 4016

It's already in the current release. Job logs can be viewed through the Reporting console.
by ray.wurlod
Wed Jun 30, 2010 4:24 pm
Forum: General
Topic: Unable to run any job
Replies: 10
Views: 5141

Find out who put the entry into advanced runtime options - this is empty by default (and therefore *should* be safe to disable) - but it might have been put in there at your site for some specific reason. In any case, you can comment it out, test, and put it back if that's not the solution.
by ray.wurlod
Wed Jun 30, 2010 4:20 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: trigger IA jobs using unix command
Replies: 4
Views: 3479

IAJob.bat and IAJob.sh are to be found on the client machine, in the ASBNode bin folder. Assuming you have installed in the default location, the pathname is C:\IBM\InformationServer\ASBNode\bin\IAJob.*
by ray.wurlod
Wed Jun 30, 2010 4:09 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How can I run a WISD job on demand?
Replies: 11
Views: 6247

The one at wordpress.
by ray.wurlod
Wed Jun 30, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chinese name consuming more space than unicode UTF-8 bytes
Replies: 7
Views: 3124

Each character may occupy one, two, three or even four bytes. True fixed-width is almost always impossible (at least where the unit of measurement is "bytes"). Is it possible to obtain the data in delimited format?
by ray.wurlod
Wed Jun 30, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort and partition in Merge Stage
Replies: 4
Views: 1504

Then get your partitioning (and sorting if needed) correct.
by ray.wurlod
Wed Jun 30, 2010 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Generating transform operator for stage
Replies: 5
Views: 4574

The changes may not be in the job or even in DataStage. They may be in the operating system (for example file system permissions). The job might be being compiled (attempted to be compiled) by a different user. And these are just two of many possibilities - you need to become a detective.
by ray.wurlod
Wed Jun 30, 2010 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting stastic and dynamic data in txt file
Replies: 2
Views: 903

Agreed. As a before-job activity you may need to extract and preserve the header and trailer portions.
by ray.wurlod
Wed Jun 30, 2010 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting Job after validation
Replies: 7
Views: 1982

Why VarChar(10) if the longest string that will ever be stored in it is seven characters?
:?
by ray.wurlod
Wed Jun 30, 2010 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Generating transform operator for stage
Replies: 5
Views: 4574

What stage types are in your job?

Are there any syntax errors in your Transformer stage? Do you have write permission to the RT_SCnnn directory?