Page 1 of 1

SQL Server data type not supporte

Posted: Tue Jul 11, 2006 12:55 pm
by samsuf2002
Hai I am using sequential file as a source and SQL server plugin as a Target
When I am running the Job its giving a fatal error

main_program: Fatal Error: SQL Server data type not supported

and a phantom error

Contents of phantom output file =>
DataStage Job 50 Phantom 4540


i need some help to sort this out

Posted: Tue Jul 11, 2006 12:59 pm
by kcbland
Welcome aboard. What data types are in your target table that aren't CHAR, VARCHAR, INTEGER, DATE, TIMESTAMP?

datatype not supported

Posted: Tue Jul 11, 2006 1:07 pm
by vsi
I had Longnvarchar datatype also along with the datatypes u mentioned

Posted: Tue Jul 11, 2006 1:36 pm
by Krazykoolrohit
Use "nvarchar"

SQL server does not support longnvarchar

Posted: Tue Jul 11, 2006 1:56 pm
by vsi
I used varchar and ran the job but noresult its comping up with the same problem

Posted: Tue Jul 11, 2006 2:02 pm
by DSguru2B
Is your environment NLS enabled? If its not then why you using longnvarchar or even nvarchar, just use varchar.