dbTalk Databases Forums  

SQL 2005 SSIS issue with OLE DB

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL 2005 SSIS issue with OLE DB in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ram
 
Posts: n/a

Default SQL 2005 SSIS issue with OLE DB - 04-12-2006 , 07:39 PM






I am exporting data from a SQL server to a Access DB with some custom Queries.

In the process I get a error between a Data conversion and OLE DB
Destination module

[OLE DB Destination [28]] Error: An OLE DB error has occurred. Error code:
0x80004005. An OLE DB record is available. Source: "Microsoft JET Database
Engine" Hresult: 0x80004005 Description: "Operation must use an updateable
query.".

Is this a permissions error or should i use custom query in my OLE DB
Destination to insert data into the access file ?


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL 2005 SSIS issue with OLE DB - 04-12-2006 , 07:46 PM






Hello Ram,

Let me see if I have this right.

You use a SELECT statement to get data from SQL Server
You then use a Data Conversion Transform
You then insert the data.

Is this a simple insert direct to the table in Access or have you specified
a query as the destination?


Have a look at this excellent article to see if it helps you

http://www.aspfaq.com/show.asp?id=2062



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I am exporting data from a SQL server to a Access DB with some custom
Queries.

In the process I get a error between a Data conversion and OLE DB
Destination module

[OLE DB Destination [28]] Error: An OLE DB error has occurred. Error
code: 0x80004005. An OLE DB record is available. Source: "Microsoft
JET Database Engine" Hresult: 0x80004005 Description: "Operation
must use an updateable query.".

Is this a permissions error or should i use custom query in my OLE DB
Destination to insert data into the access file ?




Reply With Quote
  #3  
Old   
Ram
 
Posts: n/a

Default Re: SQL 2005 SSIS issue with OLE DB - 04-12-2006 , 08:50 PM



I am doing exactly what you mentioned. Yes its a direct insert into the
Access File. No queries.
Thanks for the link i will look at it.
-Ram

"Allan Mitchell" wrote:

Quote:
Hello Ram,

Let me see if I have this right.

You use a SELECT statement to get data from SQL Server
You then use a Data Conversion Transform
You then insert the data.

Is this a simple insert direct to the table in Access or have you specified
a query as the destination?


Have a look at this excellent article to see if it helps you

http://www.aspfaq.com/show.asp?id=2062



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

I am exporting data from a SQL server to a Access DB with some custom
Queries.

In the process I get a error between a Data conversion and OLE DB
Destination module

[OLE DB Destination [28]] Error: An OLE DB error has occurred. Error
code: 0x80004005. An OLE DB record is available. Source: "Microsoft
JET Database Engine" Hresult: 0x80004005 Description: "Operation
must use an updateable query.".

Is this a permissions error or should i use custom query in my OLE DB
Destination to insert data into the access file ?





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.