Search found 6 matches

by sonamasd@gmail.com
Mon Jul 18, 2011 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserts get rejected using Oracle Connector
Replies: 2
Views: 2445

Re: Inserts get rejected using Oracle Connector

I am also getting same issue.Can someone please suggest any solution
by sonamasd@gmail.com
Mon Jun 06, 2011 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbalanced input from partition 1
Replies: 1
Views: 3068

Unbalanced input from partition 1

Getting below warning.It's not displaying stage name.

APT_ParallelSortMergeOperator(5),0: Unbalanced input from partition 1: 10000 records buffered

If any one can help please?.
by sonamasd@gmail.com
Wed May 04, 2011 2:48 am
Forum: General
Topic: Need help to update the column value according other col
Replies: 4
Views: 1764

I think no need to take 3rd variable

below should work

v1 = if col3=v2 then v1+1 else 1

v2 = col3

and then in derivation of col2 give col2 : '_' : v1
by sonamasd@gmail.com
Wed May 04, 2011 2:31 am
Forum: General
Topic: Need help to update the column value according other col
Replies: 4
Views: 1764

Take 3 variables

v1 = if col3=v2 then v3+1 else 1

v2 = col3

v3 = v1

and then in derivation of col2 give col2 : '_' : v1

I thnk it should work for ur requirement
by sonamasd@gmail.com
Fri Apr 16, 2010 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Restarting of aborted sequence
Replies: 3
Views: 2005

Issue with Restarting of aborted sequence

Hi,

If Restarting an aborted sequence it's in status Finished(See Log).
While investigating Log,there is no warning message.
Can someone suggest if we need to change some setting so it will come in status Finished in place of Finished(See Log).
by sonamasd@gmail.com
Fri Apr 16, 2010 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is draw back of surrogate key generator
Replies: 4
Views: 3031

Re: what is draw back of surrogate key generator

every time ,surrogate key generator stage,it generate sequence numbers if we re-execute it ,will start from where this last time maximum value..... pls i want full information about this thanks advanced mallikarjuna Hi This is a bug in Datastage 7.5. This has been modified in release 8 and 8.1 Than...