Search found 53125 matches

by ray.wurlod
Wed Feb 04, 2009 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Failure - Not enough space/ Error finalizing
Replies: 3
Views: 2179

You don't need to worry about the osh executable just yet. Your problem was that the file system on which "/usr/IBM/InformationServer/Server/Datasets" resides ran out of space when populating the reference data set. You need your resource disk to include (possibly more directories yielding...
by ray.wurlod
Wed Feb 04, 2009 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Rejects - import error and no default value
Replies: 1
Views: 1263

What you have there is four space characters. Space characters could in no way be regarded as forming a legal decimal number.
by ray.wurlod
Wed Feb 04, 2009 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using a schema file in the Column Import stage in PX
Replies: 14
Views: 10308

Is RCP enabled (a) at project level and (b) in the job properties?
by ray.wurlod
Wed Feb 04, 2009 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I change a parameter in a value set at runtime?
Replies: 6
Views: 2359

That's fine, so long as you edit the values file (including saving changes and closing the file) before you kick off the DataStage job whose parameter set reads the values file.
by ray.wurlod
Wed Feb 04, 2009 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I change a parameter in a value set at runtime?
Replies: 6
Views: 2359

Not sure what you're asking here. Is the question about a "values file" read by a Parameter Set?

If so, when do you want to make the change? Can you give an example?

There is one absolute. Once a job is running, values of that job's parameter can not legally be changed.
by ray.wurlod
Wed Feb 04, 2009 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 5716

If you want them to start at the same time (plus or minus a second or two) you will need to write your own job control code with the two DSRunJob() calls adjacent. The code produced by a job sequence sets one job running before starting to set parameter values, etc. for the other.
by ray.wurlod
Wed Feb 04, 2009 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex FlatFile Stage View Data
Replies: 4
Views: 1359

Perhaps your "flatten" rule has missed one OCCURS clause? Please check. An OCCURS clause that normalizes is the most likely cause, in my opionion, for generating multiple records.
by ray.wurlod
Wed Feb 04, 2009 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key field "ID" was not found in the input schema
Replies: 1
Views: 5017

Any other messages? In particular, are you able to establish from the logged messages which operator (stage) generated the "key not found" message? How is your Join defined (that is, what are its key columns)?
by ray.wurlod
Wed Feb 04, 2009 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SalesForce.COM - Server Pack 1.1
Replies: 1
Views: 1224

They are unlikely to make it available for 7.x unless a business case can be made.
by ray.wurlod
Wed Feb 04, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 1910

Get "them" to justify the requirement. As Sainath asked, WHICH columns will be required in the output on any particular run, and how are you expected to know that and to convey that information to the DataStage job? The RMM stage* has not yet been perfected.

* Read My Mind
by ray.wurlod
Wed Feb 04, 2009 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using a schema file in the Column Import stage in PX
Replies: 14
Views: 10308

Re: Using a schema file in the Column Import stage in PX

rstemphowski wrote: RCP doesn't seem to be available as a viable option.
Why do you say this? Have you tried enabling RCP for this stage? If so, what result did you obtain?
by ray.wurlod
Wed Feb 04, 2009 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS/EE V8.0.1 Configuring parallel DB2 remote connectivity
Replies: 6
Views: 1339

How are you supposed to create DS/EE users (step b) before installing DS/EE on the ETL server?
:roll:
by ray.wurlod
Wed Feb 04, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to check for the presence of extended characters
Replies: 4
Views: 1303

Since you already know that the Seq() function returns the ASCII code associated with any character, the answer should be obvious. You need to create a routine that checks each character individually.
by ray.wurlod
Wed Feb 04, 2009 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where to change Database datafile name and path in datastage
Replies: 5
Views: 1830

Then your DBA, may we suggest, needs to get some Oracle support.
by ray.wurlod
Wed Feb 04, 2009 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i want to use the below script as routine is it possible
Replies: 1
Views: 819

You want to use that code? Fine, go for it.

But it will need some changes when you convert the Perl to C++, not least a function name by which it is to be invoked.