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.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Extracting QuickBooks data using SSIS Package..

Author  Topic 

kond.mohan
Posting Yak Master

213 Posts

Posted - 2012-09-26 : 02:04:27
Dear All ,

we have to load the data from quickbooks server to sql server 2008
we have created ssis package to loading the data ,through ADO.net source.whenever we were connecting the server Getting below mentioned Error.


TITLE: Microsoft Visual Studio
------------------------------

Error at Data Flow Task [ADO NET Source [16]]: System.Data.RSSBus.QuickBooks.QuickBooksException: [500] Could not execute specified command: unable to open database file ---> rqo20m.uM: unable to open database file
at rqo20m.uE.V(String G, String& F, ur& X)
at rqo20m.uE.u(CommandBehavior G, Boolean F, Int32& X)
at rqo20m.uE.ExecuteNonQuery()
at RSSBus.Formatters.isbetween.G(DbCommand , Int32 , Int32 )
at rqo20m.V.F(String G, List`1 F)
at rqo20m.V.B(String G, List`1 F)
at rqo20m.V.X(String G, List`1 F)
at rqo20m.V.G(String G, List`1 F)
at rqo20m.r.T(Z G)
at rqo20m.r.G(CommandBehavior G, Int32[] F)
at rqo20m.r.G(FZ G)
at System.Data.RSSBus.QuickBooks.QuickBooksDataReader.cF()
at System.Data.RSSBus.QuickBooks.QuickBooksDataReader..ctor(FZ[] G, r F)
at System.Data.RSSBus.QuickBooks.QuickBooksCommand.uX(CommandBehavior G)
--- End of inner exception stack trace ---
at System.Data.RSSBus.QuickBooks.QuickBooksCommand.uX(CommandBehavior G)
at System.Data.RSSBus.QuickBooks.QuickBooksCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.ReinitializeMetaData()
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostReinitializeMetaData(IDTSManagedComponentWrapper100 wrapper)


------------------------------
ADDITIONAL INFORMATION:

[500] Could not execute specified command: unable to open database file (Microsoft.SqlServer.DTSPipelineWrap)

------------------------------

unable to open database file (System.Data.RSSBus.QuickBooks)

------------------------------
BUTTONS:

OK
------------------------------

Pls provide the solution for Connection for quickbooks server
   

- Advertisement -