Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Pkg Created in SSMS using Wizard Fails when running it in SSIS

$
0
0

First-time user of ISS in SQL 2008 DevEd,

Built package using (starting with) import export wizard to extract table data from Access 2003 MDB into SQl 2008 tables.

I was able to successfully run (in SSMS) the import export package created using the wizard.  The results were as expected

The package above was saved in the file system

I then went into SSIS and opened up that saved package (which had been created in/from the wizard).  I ran it and it failed at the first dataflow task.  Preceding that task were drops and creates in the destination DB; those drops and creates were all successful.

I can double click on the dataflow task and click on preview and see the source data.  However, the dataflow task is not getting the source data into the target tables (even though the very same package, unchanged, worked in SSMS).

execution Results messages around the failure:

Task Data Flow Task 1
Validation has started
[Source 1 - Band [49]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0209303.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
[SSIS.Pipeline] Error: One or more component failed validation.
Error: There were errors during task validation.
Validation is completed
Finished, 11:49:38 AM, Elapsed time: 00:00:00.032
[Connection manager "SourceConnectionOLEDB"] Error: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR.  The requested OLE DB provider Microsoft.Jet.OLEDB.4.0 is not registered -- perhaps no 64-bit provider is available.  Error code: 0x00000000.
An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class not registered".
Finished, 11:49:38 AM, Elapsed time: 00:00:00.296

Only help I can find in this forum was a message with respect to something cryptically called "SNAC". 

 

I am very much a neophyte in this SQL Server stuff, so be tender!

How do I make this package run without this error cropping up?

 

 


RRR

Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>