Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
goodsolution
Starting Member
38 Posts |
Posted - 2009-09-01 : 15:45:13
|
Hi all, I am trying to insert data from flat file into Netezza but i could not able to insert special characters like Fåceand getting the following error, can any one suggest me how can i avoid this? [OLE DB Destination [465]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.An OLE DB record is available. Source: "Netezza Performance Server" Hresult: 0x80004005 Description: "ERROR: Relation 'QUESTION' does not have attribute 'TYPE'".-Thanks |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2009-09-01 : 16:23:12
|
This is a site for questions about Microsoft SQL Server.Netezza Performance Server does not use Microsoft SQL Server.CODO ERGO SUM |
 |
|
goodsolution
Starting Member
38 Posts |
Posted - 2009-09-01 : 16:44:09
|
I am using SSIS package to load this, actually we are loading from SQL to Netezza-Thanks |
 |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2009-09-01 : 16:48:27
|
quote: Originally posted by goodsolution I am using SSIS package to load this, actually we are loading from SQL to Netezza-Thanks
The error message you posted seems to show Netezza Performance Server as the source of the error.CODO ERGO SUM |
 |
|
LeoH
Starting Member
2 Posts |
Posted - 2011-10-05 : 00:18:02
|
Netezza cannot load special character from file. We had same issue on a similar project. At the end, we chose DBCrane to export SQL Server data into Netezza.http://www.bronzeage.us/downloads.html |
 |
|
|
|
|