Search found 53125 matches

by ray.wurlod
Tue Aug 16, 2011 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open file RT_BP6487.O
Replies: 14
Views: 4036

Does RT_BP6487 (without the .O suffix) exist? Do VOC entries for RT_BP6487 and RT_BP6487.O exist?

The job in prod is likely to have a different number. You can ascertain this number via a query against the DS_JOBS table.

Worst case, you could copy the job back from prod.
by ray.wurlod
Tue Aug 16, 2011 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add APT_PM_CONDUCTOR_TIMEOUT values
Replies: 6
Views: 2042

Same answer as for the other post where you posed this question.
by ray.wurlod
Tue Aug 16, 2011 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset ; no such file or directory
Replies: 7
Views: 4180

karthikeyan M wrote:The issue is due to size of the file system might be full.
Are you sure? On what evidence? What other possibilties might exist?

Maybe someone else on the system has deleted one of the data set segment files?
by ray.wurlod
Tue Aug 16, 2011 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trailing Periods in Timestamp Datatypes
Replies: 6
Views: 2648

It's probably just an artifact of the data browser. Are the "." characters still present if you write the timestamps into a text file?
by ray.wurlod
Tue Aug 16, 2011 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple record structure flat file
Replies: 16
Views: 7659

Re: multiple record structure flat file

r u able to resolve this issue. The present tense of the verb "to be" is spelled "are", not "r". The second person personal pronoun is spelled "you", not "u". Questions should be marked with terminating "?" character. DSXchange is not a mo...
by ray.wurlod
Tue Aug 16, 2011 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken Pipe
Replies: 8
Views: 2894

Re: Broken Pipe

g_rkrish wrote:I think the problem is with your Dataset...
Why do you think that? I see no evidence for it in the original post.
by ray.wurlod
Tue Aug 16, 2011 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add APT_PM_CONDUCTOR_TIMEOUT projects level?
Replies: 1
Views: 1121

It's an environment variable. Therefore add it to the project's environment variables using the Administrator client. That having been done it will be available for loading into jobs as a parameter should you wish to do that as well.
by ray.wurlod
Tue Aug 16, 2011 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple inputs to MSOLEDB fails
Replies: 4
Views: 1379

In version 7.x only the ODBC stage has the ability to create one of these "grouped transactions".
by ray.wurlod
Tue Aug 16, 2011 3:28 pm
Forum: General
Topic: DS 8.5 Sequence job can not still run
Replies: 8
Views: 2054

What do you want to happen if JOB1 finishes with warnings?
by ray.wurlod
Tue Aug 16, 2011 3:26 pm
Forum: General
Topic: Permission to DataStage project
Replies: 4
Views: 1988

1) No.
2) cat .*.adm in the project directory.
by ray.wurlod
Mon Aug 15, 2011 3:22 pm
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

Clearing them would be dangerous - they're set for a reason. Make sure that no-one has the job open in Director log or monitor view during backup time.
by ray.wurlod
Mon Aug 15, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

@OUTROWNUM will do it if, as I already advised, the Transformer stage is executing in sequential mode.
by ray.wurlod
Mon Aug 15, 2011 3:11 pm
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

A job is locked if it's open in Designer (obviously) but also if it's open in Log view or in Monitor view in Director. It may therefore be transiently locked by dsjob with any of the log interrogation options.
by ray.wurlod
Mon Aug 15, 2011 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 10336

The only way to get a guaranteed unbroken sequence is to generate it using a stage executing a formula in sequential mode or to use a generator such as the Surrogate Key Generator stage.
by ray.wurlod
Sun Aug 14, 2011 10:56 pm
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

The usual approach, when there are reserved characters in a pathname, is completely to surround the pathname in double quotes.