assasafras / git_tutorial

Tutorial
0 stars 0 forks source link

Job Failed: Collections - Monthly 1st (530am) | Step 1 | Email_DandB_TradeProgramList #26

Closed assasafras closed 8 years ago

assasafras commented 8 years ago

Message

Executed as user: FLEXIRENT\syssqlint02. Microsoft (R) SQL Server Execute Package Utility Version 10.0.6000.29 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:51:25 p.m. Error: 2016-10-04 22:51:25.76 Code: 0xC0202009 Source: Email_DandB_TradeProgramList Connection manager "DEVAKL014V.FCM15" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E4D Description: "Login failed for user 'FLEXIRENT\syssqlint02'.". End Error Error: 2016-10-04 22:51:25.77 Code: 0xC020801C Source: Data Extract OLE DB Source [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "DEVAKL014V.FCM15" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2016-10-04 22:51:25.77 Code: 0xC0047017 Source: Data Extract SSIS.Pipeline Description: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C. End Error Error: 2016-10-04 22:51:25.77 Code: 0xC004700C Source: Data Extract SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2016-10-04 22:51:25.78 Code: 0xC0024107 Source: Data Extract Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:51:25 p.m. Finished: 10:51:25 p.m. Elapsed: 0.671 seconds. The package execution failed. The step failed.

assasafras commented 8 years ago

Issue

Server Name variable of Connection Manager for FCM15 wasn't an expression, so not updated by the GLobal config.

Solution

Made the Server Name property an expression of @[User::ServerFCMSQL]

assasafras commented 8 years ago

Working in UAT