Greenplum connector only for select columns

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsfamily
Participant
Posts: 26
Joined: Tue Jul 13, 2004 3:01 pm
Contact:

Greenplum connector only for select columns

Post by dsfamily »

How do i use greenplum connector to insert only selected columns.It seems to take all columns by default.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

According to the documentation it looks like you need to move the columns you want "from the Available columns list to the Selected columns list".
-craig

"You can never have too many knives" -- Logan Nine Fingers
dsfamily
Participant
Posts: 26
Joined: Tue Jul 13, 2004 3:01 pm
Contact:

tried the option but it still looks for all the columns.

Post by dsfamily »

It still looks for all columns
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then unless someone has used that Connector here, it would seem you have a Support question. Let us know what you find out.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is runtime column propagation (RCP) enabled on the output link for the upstream stage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dsfamily
Participant
Posts: 26
Joined: Tue Jul 13, 2004 3:01 pm
Contact:

runtime columnpropogation is not on

Post by dsfamily »

runtime column propogation is not on.the table is straight select from dataset
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check on the Columns tab on the Output link in the Data Set stage. There should be an RCP check box there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply