Hi Experts,
I am getting an error while generating profiler for sybase iq 16, using Data Services Repository Manager.
The message from the underlying database is: <SQL submitted to ODBC data source <DATASOURCE> resulted in error <[Sybase][ODBC Driver][Sybase IQ]Column '3' has an unknown datatype: 'nvarchar'.
-- (dblib\db_catalog.cxx 1909) >. The SQL submitted is <
create table AL_LANGTEXT (
PARENT_OBJID int not null ,
SEQNUM int not null ,
TEXT_VALUE nvarchar (1000) not null ,
primary key NONCLUSTERED (PARENT_OBJID, SEQNUM)
)
>.>. (BODI-20004)
An error occurred during creation of the local repository. (BODI-300054)
Thanks & Regards,
Vijay