IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

SSIS Discussion :

Exécution de slowly changing dimension [2012]


Sujet :

SSIS

  1. #1
    Membre à l'essai
    Inscrit en
    Mars 2011
    Messages
    230
    Détails du profil
    Informations forums :
    Inscription : Mars 2011
    Messages : 230
    Points : 24
    Points
    24
    Par défaut Exécution de slowly changing dimension
    Bonjour

    j'ai utilisé "slowly changing dimension" et c'était bien passé pour la première exécution, par la suite j'ai ajouté une autre ligne dans la table de production et j'ai essayer d’exécuter une autre fois "slowly changing", malheureusement ça ne fonctionne pas, il y'a une erreur lors de l'insertion de la ligne ( elle n'est pas insérée).

    Merci
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
     
    Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Slowly Changing Dimension" (207) failed with error code 0x80070057 while processing input "Slowly Changing Dimension Input" (218). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.

  2. #2
    Membre averti
    Homme Profil pro
    Consultant B.I. / .net
    Inscrit en
    Mai 2003
    Messages
    215
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Seine et Marne (Île de France)

    Informations professionnelles :
    Activité : Consultant B.I. / .net

    Informations forums :
    Inscription : Mai 2003
    Messages : 215
    Points : 445
    Points
    445
    Par défaut
    Bonjour,

    Le message d'erreur que vous avez extrait ne suffit pas.
    Il doit y en avoir d'autres avant ou après qui permettront un diagnostique

  3. #3
    Membre à l'essai
    Inscrit en
    Mars 2011
    Messages
    230
    Détails du profil
    Informations forums :
    Inscription : Mars 2011
    Messages : 230
    Points : 24
    Points
    24
    Par défaut
    Citation Envoyé par rw72000 Voir le message
    Bonjour,

    Le message d'erreur que vous avez extrait ne suffit pas.
    Il doit y en avoir d'autres avant ou après qui permettront un diagnostique
    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
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
      SSIS package "C:\Users\jaafar\documents\visual studio 2010\Projects\Test1ETL\Test1ETL\importation client.dtsx" starting.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Address]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of LastName]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Name]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Address]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of LastName]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Name]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Warning: 0x80049304 at Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system's console.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Email" (14) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "PhoneNumber" (16) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "IdentificationCard" (17) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "IdentificationCardNumber" (18) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "DeliveryDate" (19) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Place" (20) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Civility" (21) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "ZipCode" (23) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "BankName" (24) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "AgencyName" (25) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Town" (26) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "HaveAccount" (27) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "BankAccount" (28) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Password" (29) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "PhotoName" (30) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Blocked" (31) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "FirstConnexion" (32) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "CountryID" (33) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "ProfessionID" (34) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "ActivityFieldID" (35) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "NumberOfNotification" (36) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "IsMan" (37) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "IsAdmin" (38) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Camera" (39) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "UserProfileId" (40) on output "ADO NET Source Output" (10) and component "Base de production" (2) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Copy of UserID" (112) on output "Data Conversion Output" (111) and component "Data Conversion" (104) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Copy of Birthday" (124) on output "Data Conversion Output" (111) and component "Data Conversion" (104) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
    Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
    Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Slowly Changing Dimension" (207) failed with error code 0x80070057 while processing input "Slowly Changing Dimension Input" (218). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.
    Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
    Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "Insert Destination" wrote 0 rows.
    Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Data Flow Task
    Warning: 0x80019002 at importation client: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (4) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "C:\Users\jaafar\documents\visual studio 2010\Projects\Test1ETL\Test1ETL\importation client.dtsx" finished: Failure.
    Le programme '[872] DtsDebugHost.exe: DTS' s'est arrêté avec le code 0 (0x0).

  4. #4
    Membre chevronné Avatar de Jinroh77
    Homme Profil pro
    Consultant en Business Intelligence
    Inscrit en
    Février 2006
    Messages
    1 964
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France, Seine et Marne (Île de France)

    Informations professionnelles :
    Activité : Consultant en Business Intelligence

    Informations forums :
    Inscription : Février 2006
    Messages : 1 964
    Points : 2 145
    Points
    2 145
    Par défaut
    Citation Envoyé par Jaafar_scorpion Voir le message
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
      SSIS package "C:\Users\jaafar\documents\visual studio 2010\Projects\Test1ETL\Test1ETL\importation client.dtsx" starting.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Address]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of LastName]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Name]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Address]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of LastName]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Error: 0xC00470BA at Data Flow Task, Slowly Changing Dimension [207]: The "Slowly Changing Dimension.Inputs[Slowly Changing Dimension Input].Columns[Copy of Name]" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
    Est-ce que vus avez au moins lu les premiers message d'erreur ???

  5. #5
    Membre à l'essai
    Inscrit en
    Mars 2011
    Messages
    230
    Détails du profil
    Informations forums :
    Inscription : Mars 2011
    Messages : 230
    Points : 24
    Points
    24
    Par défaut
    Citation Envoyé par Jinroh77 Voir le message
    Est-ce que vus avez au moins lu les premiers message d'erreur ???
    oui bien sur déjà ce sont des fautes de conversion mais , j'ai utilisé la fonction conversion et de plus pour la première exécution ça marche

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [2008] Problème chargement dimension - Slowly Changing Dimension
    Par sophinou dans le forum SSIS
    Réponses: 0
    Dernier message: 20/08/2013, 14h04
  2. comment gérer Slowly Changing Dimension pour les champs non traqués?
    Par Louisa2005 dans le forum Conception/Modélisation
    Réponses: 11
    Dernier message: 29/09/2010, 22h00
  3. Modélisation : dimension et attributs pouvant changés
    Par patriceharel dans le forum Conception/Modélisation
    Réponses: 8
    Dernier message: 06/03/2009, 15h53
  4. L'icone de mon exécutable ne change pas
    Par tarmo57 dans le forum Débuter
    Réponses: 6
    Dernier message: 21/08/2008, 18h52
  5. [SSAS]Slowly changing dimension SCD
    Par radzar dans le forum SSAS
    Réponses: 5
    Dernier message: 23/05/2008, 19h58

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo