problem with Column definitions

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
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

problem with Column definitions

Post by dodda »

Hi All,

I'm importing table definitions from SQL server tables .And some columns in the table are like below::

Promoted Group ID

Promoted Group Name

And in the transformer i mapped all the source columns to Target columns.
It is not allowing me to map for the columns with space ..Like Promoted Group ID.. And i'm getting the below error

Variable:'DSlink4.Promoted' not defined

Please suggest me how to proceed on this.
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Post by dodda »

Any help on my issue
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Bejeebus, have some patience. You posted at just before 4 o'clock in the morning my time and waited what - an hour - before getting impatient? Chill.
Last edited by chulett on Tue Mar 16, 2010 5:24 am, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Unfortunately DataStage does not support blank space in variable names. So you must change the source table or create a view to represent as without blank.
Post Reply