Home Page
Articoli
Tips & Tricks
News
Forum
Archivio Forum
Blogs
Sondaggi
Rss
Video
Utenti
Chi Siamo
Contattaci
Username:
Password:
Login
Registrati ora!
Recupera Password
Home Page
Stanze Forum
SQL Server 2000/2005/2008, Express, Access, MySQL, Oracle
Ssis 0xC00470D0 - 0xC00470EA
martedì 30 dicembre 2014 - 11.28
Elenco Threads
Stanze Forum
Aggiungi ai Preferiti
Cerca nel forum
Elenco Tags
C#
|
VB.NET
|
.NET 3.5
|
.NET 4.0
|
Visual Studio 2010
|
Visual Studio 2008
|
Visual Studio 2005
|
SQL Server 2008 R2
|
SQL Server 2008
|
SQL Server 2005
|
Chrome
|
Firefox
|
SQL Reporting Services
memmo77
Profilo
| Expert
683
messaggi | Data Invio:
mar 30 dic 2014 - 11:28
Salve, dal mio ssis su un server in produzione ottengo il seguente errore:
The data type of variable "Utente::PIVOT" is not supported in an expression.
|Reading the variable "Utente::PIVOT" failed with error code 0xC00470D0.
|component "PROVINCE|DRV" (246) failed validation and returned error code 0xC00470EA.
|One or more component failed validation.
|There were errors during task validation.
Per gli errori segnalati ho trovatosul sito
http://msdn.microsoft.com/it-it/library/ms345164.aspx
0xC00470D0
Tipo di dati della variabile "%1" non supportato in un'espressione.
0xC00470EA
Impossibile leggere la variabile "%1". Codice di errore: 0x%2!8.8X!.
Effettivamente la select specificata non seleziona nessun dato perchè le variabili che vengono passate non soddisfano la where e quindi la varibile che dovrebbe essere valorizzata da questa select, non riceve nessun valore.
Ma mentre, con lo stesso db, copiato localmente, quella specifica parte in debud da visual studio, non da nessun problema, su un server del cliente genera l'errore di cui sopra.
Sapreste come risolvere e perchè in debug non riscontro quello stesso errore?
Grazie
alx_81
Profilo
| Guru
8.814
messaggi | Data Invio:
gio 22 gen 2015 - 15:49
>Salve,
ciao
>The data type of variable "Utente::PIVOT" is not supported in an expression.
>|Reading the variable "Utente::PIVOT" failed with error code 0xC00470D0.
>|component "PROVINCE|DRV" (246) failed validation and returned error code 0xC00470EA.
>|One or more component failed validation. |There were errors during task validation.
Il task che va in errore è un Derived Column? Potrebbe essere che il dato, essendo vuoto, con le impostazioni sul server di produzione, ti dia errore. Prova a mettere uno script component che verifichi questa cosa PRIMA di lanciare la colonna derivata.
Utilizzando uno script poi puoi anche fare log e debuggare meglio.
Alessandro Alpi | SQL Server MVP
MCP|MCITP|MCTS|MCT
http://blogs.dotnethell.it/suxstellino
http://suxstellino.wordpress.com
http://mvp.microsoft.com/en-us/mvp/Alessandro%20Alpi-4014222
Torna su
Stanze Forum
Elenco Threads
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?
Dopo esserti registrato potrai chiedere
aiuto sul nostro
Forum
oppure aiutare gli altri
Consulta le
Stanze
disponibili.
Registrati ora !