Search found 53125 matches

by ray.wurlod
Mon Oct 03, 2011 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Amount of effort to convert from unicode to ansi
Replies: 3
Views: 1620

My error - that's a parallel job solution that I gave.

In a server job using a Transformer stage with VarChar on each side should be OK. Conversion from NVarChar to VarChar and from VarChar to VARCHAR2 should occur automatically.

If it doesn't, please post back.
by ray.wurlod
Mon Oct 03, 2011 11:13 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web service transformer and XML Input in Parallel Mode
Replies: 4
Views: 3409

When you Compile in Trace Mode there is an option to force all players to execute in sequential mode. Perhaps you have this selected?
by ray.wurlod
Mon Oct 03, 2011 10:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Amount of effort to convert from unicode to ansi
Replies: 3
Views: 1620

You should be able to use a Modify stage and a string_from_ustring() conversion for each field in that stage.
by ray.wurlod
Mon Oct 03, 2011 10:11 pm
Forum: General
Topic: Cannot connect to server
Replies: 9
Views: 5750

"There might be an issue with the database server."

Has the password you're using when authenticating against XMETA expired?
by ray.wurlod
Mon Oct 03, 2011 10:09 pm
Forum: General
Topic: clearing &PH& directory in production environment
Replies: 45
Views: 11992

There is a separate &PH& sub-directory in each project directory.
by ray.wurlod
Mon Oct 03, 2011 10:08 pm
Forum: General
Topic: Removing Duplicates only using transformer stage
Replies: 10
Views: 2456

Not at all. Set up a stable, unique sort on the input link to the Transformer stage and map the columns across the stage.
by ray.wurlod
Mon Oct 03, 2011 10:07 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web service transformer and XML Input in Parallel Mode
Replies: 4
Views: 3409

Unless you dump the score, you can not assert that the stages did not run in parallel by examination of the log.
by ray.wurlod
Mon Oct 03, 2011 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicates
Replies: 3
Views: 1276

Is this the same question as this one?
by ray.wurlod
Mon Oct 03, 2011 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup duplicates
Replies: 9
Views: 2941

Can you give us an example? I'm not quite clear from your description.
by ray.wurlod
Mon Oct 03, 2011 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector stage is not working in my job.
Replies: 10
Views: 10957

Pass them HOW? For example are they contained in sharp signs (#)?
by ray.wurlod
Mon Oct 03, 2011 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification during job runtime
Replies: 3
Views: 1387

Yes, and it was solved by a routine that ran at the same time as the real-time jobs and monitored their logs.
by ray.wurlod
Mon Oct 03, 2011 5:26 pm
Forum: General
Topic: Removing Duplicates only using transformer stage
Replies: 10
Views: 2456

pandeesh wrote:Just I would like to know whether it's possible .
The answer to that is "yes". But why?

The philosophy of parallel jobs is basically one task, one stage type. That's why there are so many more stage types than server jobs have.
by ray.wurlod
Mon Oct 03, 2011 5:23 pm
Forum: General
Topic: clearing &PH& directory in production environment
Replies: 45
Views: 11992

I was not envisaging a DataStage job: I envisaged a sequence containing an Execute Command activity.

You could do it with a job, but that's not what I envisaged.
by ray.wurlod
Mon Oct 03, 2011 5:15 pm
Forum: General
Topic: WEOFSEQ Subroutine doesn´t work.
Replies: 3
Views: 1870

Again, try (or look at the source for) OpenSequentialFile routine - there's a link to it in my earlier post. You need to SEEK to end of file before using WRITESEQ to insert the new line.
by ray.wurlod
Mon Oct 03, 2011 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector stage is not working in my job.
Replies: 10
Views: 10957

HOW are you "declaring" the parameters? In particular are you using the "add job parameter" tool to the right of the field in question?