Update Error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Narayana
Participant
Posts: 16
Joined: Fri Mar 30, 2007 9:25 am

Update Error

Post by Narayana »

I am just updating the Date Feild with a simple job as given below

DB2------------Copy---------DB2
Select * Update Statement

I am getting the below error ""Unable to bind a pointer to a database Feild"

Please let me know your thoughts on the same.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:?: viewtopic.php?t=96684

If that doesn't help, please post the complete unedited (and typo free) error message.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Narayana
Participant
Posts: 16
Joined: Fri Mar 30, 2007 9:25 am

Post by Narayana »

I have gone through the link but it looks there is some problem with the DataType. but here is the Unedited error
"Unable to bind a pointer to a database field `RPT_D' to type DATE."

Thanks
dxk9
Participant
Posts: 105
Joined: Wed Aug 19, 2009 12:46 am
Location: Chennai, Tamil Nadu

Post by dxk9 »

What is the format of the values of 'RPT_D' field?

Regards,
Divya
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'd also be curious what exactly "Select * Update Statement" means. You don't "*" anything in DataStage so wondering if what you are selecting matches up well with your metadata. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply