Hello,

Je tente d'importer un fichier excel dans une table et j'obtiens l'exception suivante

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
Operation stopped...
 
- Initializing Data Flow Task (Success)
 
- Initializing Connections (Success)
 
- Setting SQL Command (Success)
 
- Setting Source Connection (Success)
 
- Setting Destination Connection (Success)
 
- Validating (Error)
	Messages
	* Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source - 'LISTE DES PERSONNES AUTORISEES$'" (1).
	 (SQL Server Import and Export Wizard)
 
	* Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Data Conversion 1" (96).
	 (SQL Server Import and Export Wizard)
 
 
- Prepare for Execute (Stopped)
 
- Pre-execute (Stopped)
 
- Executing (Success)
 
- Copying to [extJaquetA].[dbo].[PersonneAutorisee] (Stopped)
 
- Post-execute (Stopped)
 
- Cleanup (Stopped)
Après avoir chercher sur le net je n'ai pas trouvé de réponse mise à part que cela pourrait provenir d'un manque lors de l'installation

Savez-vous si cela provient bien de la ? et si oui comment y remédier

D'avance merci