Search found 53125 matches

by ray.wurlod
Mon Apr 21, 2008 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GCI link initialization
Replies: 2
Views: 1067

If you are going to use "ASCII art" please enclose the same in Code tags, and use Preview to get it right. You can edit your post to fix that up.

There is no value to be had from posting the same question more than once. Please refrain from doing so.
by ray.wurlod
Mon Apr 21, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GCI link initialization
Replies: 2
Views: 1067

Moderator: please move to server forum
by ray.wurlod
Mon Apr 21, 2008 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to connect to host: error code 39125
Replies: 20
Views: 7877

Good. So the system tables (UV_SCHEMA and UV.ACCOUNT) are intact with respect to this project. Have you been executing these commands from the Administrator client command window? If so, at least the Administrator client can connect to the project, which means that we have some progress on that scor...
by ray.wurlod
Mon Apr 21, 2008 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpreting Record format
Replies: 12
Views: 3244

I am not a premium user. Can you please share the solution with everyone including non premium user. No. 100% of revenue from premium memberships is devoted to meeting the hosting and bandwidth costs of DSXchange. The company behind it is no Microsoft. DSXchange does not make money. It is an all-vo...
by ray.wurlod
Mon Apr 21, 2008 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource usage in a job
Replies: 5
Views: 1505

How the hell are we expected to know that??? You have give no row counts, no row sizes, no indication of physical memory, no indication of the configuration, or - indeed - anything that could allow some kind of guesstimate to be made. Therefore my answer to you is: measure it We have no means to ass...
by ray.wurlod
Mon Apr 21, 2008 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is "errror 11 in GCI link initialisation"?
Replies: 5
Views: 1692

ray.wurlod wrote:Are there any other warnings near this one in the job log?

Was there anything unclear about that question?

You mention a hashed file. That means that this thread belongs in the server forum. Or are you using a server shared container in a parallel job?
by ray.wurlod
Mon Apr 21, 2008 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Missing record delimiter "\n", saw EOF ins
Replies: 6
Views: 3353

Suggestion: use the file format in Case 1.
by ray.wurlod
Mon Apr 21, 2008 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Missing record delimiter "\n", saw EOF ins
Replies: 6
Views: 3353

Suggestion: use the file format in Case 1.
by ray.wurlod
Mon Apr 21, 2008 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine_A used by what jobs?
Replies: 2
Views: 1318

Get into the Administrator client. Execute the following command, as shown. SELECT NAME FMT '35L', CATEGORY FMT '35L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL "@RECORD" LIKE '%<<Routine Name>>%'); You can substitute your routine name for <<Routine N...
by ray.wurlod
Mon Apr 21, 2008 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: tmp space
Replies: 10
Views: 2692

It may not be, as you say. For example if you are processing (sorting, maybe) 10GB of data, then 1GB of scratch space will possibly not be enough: definitely won't be enough if you only have 4GB of memory in the machine.
by ray.wurlod
Mon Apr 21, 2008 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator without a Group key
Replies: 3
Views: 1640

Aggregator is functionally equivalent to SQL - you do not need any grouping column. In this case you will get one row of output. HOWEVER -- in a parallel execution environment you will get one output row on each processing node, so you may need (depending on your exact requirements) to force the Agg...
by ray.wurlod
Mon Apr 21, 2008 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substraction of month from the date
Replies: 8
Views: 2837

Do you have a time dimension table you can use in a lookup?
by ray.wurlod
Mon Apr 21, 2008 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort a job when there is fatal error in log?
Replies: 8
Views: 1769

When you run a job you can set a maximum number of warnings. The job will abort when this number of warnings is exceeded. A value of 0 means that the job can generate an unlimited number of warnings and still run to completion.
by ray.wurlod
Mon Apr 21, 2008 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning : Unable to find SoftwareResourceLocator start point
Replies: 8
Views: 2178

You may need to recompile the job sequence.

You may further need to check that the logic of the job sequence is intact, for example that every path through the job sequence can enter an activity and leave that activity.
by ray.wurlod
Mon Apr 21, 2008 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is "errror 11 in GCI link initialisation"?
Replies: 5
Views: 1692

No, that will be a run time error. "Link initialization" happens at run time.

Are there any other warnings near this one in the job log?