SQL Server data type not supporte

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
samsuf2002
Premium Member
Premium Member
Posts: 397
Joined: Wed Apr 12, 2006 2:28 pm
Location: Tennesse

SQL Server data type not supporte

Post 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
hi sam here
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Welcome aboard. What data types are in your target table that aren't CHAR, VARCHAR, INTEGER, DATE, TIMESTAMP?
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

datatype not supported

Post by vsi »

I had Longnvarchar datatype also along with the datatypes u mentioned
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

Use "nvarchar"

SQL server does not support longnvarchar
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

Post by vsi »

I used varchar and ran the job but noresult its comping up with the same problem
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Is your environment NLS enabled? If its not then why you using longnvarchar or even nvarchar, just use varchar.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply