Salut, je voulais integrer des donnees de MS-Access dans une base sql Server en utilisant le wizard de DTS.
J'ai eu des erreurs, voici le rapport:
Operation stopped...
- Initializing Data Flow Task (Success)
- Initializing Connections (Success)
- Setting SQL Command (Success)
- Setting Source Connection (Success)
- Setting Destination Connection (Success)
- Validating (Success)
- Prepare for Execute (Stopped)
- Pre-execute (Stopped)
- Executing (Error)
Messages
* Error 0xc002f210: Preparation SQL Task: Executing the query "" failed with the following error: "Retrieving the COM class factory for component with CLSID {7816B7A3-CD60-4539-BD38-C35AFC61F200} failed due to the following error: 80040154.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
(SQL Server Import and Export Wizard)
- Copying to [master].[dbo].[t] (Stopped)
- Post-execute (Stopped)
- Cleanup (Stopped)est ce que quelqu'un peut me dire la cause, et comment je peux regler le probleme.
Merci d'avance:)
Nyana