Search found 53125 matches

by ray.wurlod
Fri Dec 10, 2010 3:34 am
Forum: General
Topic: Cannot send email after exchange server migration
Replies: 1
Views: 1565

Please advise how it was resolved, to assist future searchers.
by ray.wurlod
Fri Dec 10, 2010 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while populating into the table
Replies: 3
Views: 1499

Initial thought was that the parameter DSCAPIOP__TSS_DB_NAME_STAGING was not being resolved correctly.

But second thought is that you're trying to update something in the repository.

How about a few more details about what the database is and what you're trying to accomplish here?
by ray.wurlod
Fri Dec 10, 2010 3:30 am
Forum: General
Topic: Email- Error sending Mail
Replies: 6
Views: 2159

Sender address?

Please don't use "u" when you mean "you". I find it particularly annoying. And it gives those of our members whose first language is not English a wrong impression. We strive here for a professional standard of written English.
by ray.wurlod
Fri Dec 10, 2010 12:16 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 4859

Are the indexes in the project in need of rebuilding?
by ray.wurlod
Fri Dec 10, 2010 12:14 am
Forum: General
Topic: Sequence jobs are getting aborted
Replies: 3
Views: 1811

It can be done from UNIX server, it can be done from Administrator client, it might even have been done from a job - either accidentally or maliciously. I can't tell if it's just the catalog entry or the code as well that's missing. The workaround I gave you will be faster than trying to find out. F...
by ray.wurlod
Thu Dec 09, 2010 11:51 pm
Forum: IBM QualityStage
Topic: Conversion
Replies: 0
Views: 831

Conversion

Browsing through the Pattern Action Language manual (as one does) for version 8.5, I notice that both CONVERT_S and CONVERT_P are supported (as well as CONVERT and CONVERT_R). CONVERT changes tokens. CONVERT_P concatenates a prefix onto specified tokens. CONVERT_S concatenates a suffix onto specifie...
by ray.wurlod
Thu Dec 09, 2010 11:37 pm
Forum: General
Topic: RT_BPxxx
Replies: 4
Views: 1423

Each of these processes is executing something in the DataStage engine. It needs to communicate via shared memory, so has to have a shared memory key, which is what the ipcs command is showing you.

The ps command for these processes may show what each is doing.
by ray.wurlod
Thu Dec 09, 2010 11:31 pm
Forum: General
Topic: Email- Error sending Mail
Replies: 6
Views: 2159

No, Arnd can't do that, U can't do that, and I can't do that. Because each server is different.

Are you giving the correct SMTP server name in your new environment?
by ray.wurlod
Thu Dec 09, 2010 11:29 pm
Forum: General
Topic: Shell script to start a job using dsjob
Replies: 13
Views: 37036

Some tweaks may be needed for version 8, such as -file and/or -domain options for dsjob.
by ray.wurlod
Thu Dec 09, 2010 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 6
Views: 2202

What I mean by "at global level" is "for all fields in the record structure". This is set on the Format tab.
by ray.wurlod
Thu Dec 09, 2010 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Openting Range Map file error
Replies: 1
Views: 1059

Give it the correct pathname for the range map file or make sure that that file is readable by the process that is performing the range partitioning.
by ray.wurlod
Thu Dec 09, 2010 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Processing XML data from Queue
Replies: 1
Views: 1296

Neither of these affect MQ.

Transport blocks are used when data are re-partitioned. Physical dataset block size refers to physical storage of Data Sets.
by ray.wurlod
Thu Dec 09, 2010 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up - Condition Not met - Options
Replies: 6
Views: 6494

You're wrong.

There's always a condition.

The default is Fail.
by ray.wurlod
Thu Dec 09, 2010 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting
Replies: 2
Views: 2004

Re: Job aborting

ketanshah123 wrote:What will be the reason for this error ?
How would we know? It was unexpected even to DataStage! Maybe there was a blip in your network - we have no way of knowing.
by ray.wurlod
Thu Dec 09, 2010 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of null and invalid values in Oracle Enterprise
Replies: 3
Views: 1550

No idea. I'd prefer to prevent them being sent to Oracle in the first place. Hence my suggested approach.