Page 1 of 1

DS Error

Posted: Tue May 25, 2010 3:47 am
by arnie_nits
Hi,

I am getting an error:
SQL data type '%1' defined on column %2 is not supported.

Have never seen this before. Please suggest.

Regards,
Arnie

Posted: Tue May 25, 2010 4:13 am
by ETLJOB
It looks like this error message has been discussed and resolved in the forum already. Please do a search with your error message. I hope those threads will help you to track down the issue. Your post is not so informative though (Source, Target, SQL ???) :?

Posted: Tue May 25, 2010 5:06 am
by chulett
Looks like a bug with the error as those %x goodies are bind parameters, place holders for the actual things that caused the problem and should have been included in the string. Check with your official support provider.

If you want any help on what may have actually caused the error, as noted you'll need to include much more detail as to what it is you are doing. That and any other error messages you may have gotten at the same time. Some kind of unsupported data type, it would seem.

Unless you've already got that all figured out and were just wondering about the less than helpful error message, of course. :wink: