MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package. L'étape a échoué. -

in Search

Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package. L'étape a échoué.

Last post 02-29-2008 9:40 AM by grobido. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 01-25-2008 3:02 AM

    Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package. L'étape a échoué.

    OLTP: AS400 ; DB2; JDE E1

    ODS: SQL2005

    DWH :SQL2005

    ETL:SSIS

    All SSIS packages are working well between different areas on Business Intelligence Development Studio (BIDS).When I trying to run those packages from jobs, only all jobs who extracting data from OLTP to ODS does not work, I think the password is loosed.Would you please help me?Error Message:Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package.  L'étape a échoué.

    Thanks

  • 02-08-2008 2:03 PM In reply to

    Re: Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package. L'étape a échoué.

    harni@voila.fr,

    Can you please translate the error message from French to English?  I want to see if we can give you a hand on this item.

    Thank you,
    The MSSQLTips.com Team

  • 02-29-2008 9:40 AM In reply to

    • grobido
    • Top 10 Contributor
    • Joined on 10-11-2007
    • Wilton, NH
    • Posts 47

    Re: Exécuté en tant qu'utilisateur : WTNSOLBI02\SYSTEM. Échec de l'exécution du package. L'étape a échoué.

    If you are using standard logins to connect to SQL Server these items are lost when you save and deploy the package.  You need to change the settings for the package security level.  This can be done on the Properties for the package under Security | ProtectionLevel.

    One option is to use DontSaveSenstive, setup a confiuration file and then set the login and password in the configuration file.

    Another option is to try to change this to use Windows Authentication.

    Regards

Page 1 of 1 (3 items)