Package that runs perfect on SSIS, but fails on SQL - server job activity -


i wonder if can me, having problem can't figure out last few days... these errors when run package, runs perfect on ssis, on sql - server job activity:

error: there errors during task validation

error: .. failed validation , returned error code 0xc0208449

error: 1 or more component failed validation

ado net source has failed acquire connection {...} following error message "exception hresult: 0x80131937

some additional info:

  • i using project deployment mode

  • my sql server version 2014

  • my protection level in ssis dontsavesensitives both in project , packages, think doesn't matter when deploy anyway.

  • the package error run on ssis not on sql-server job activity

when runnin within sql agent job, package failing acquire connections. first review package/job connections, , make sure have deployed properly.

then rule out access permissions issues testing package using sql server user/password account. if works way need use sql server proxy account.

if still unable access check connectivity between machine running job , one(s) data located (addresses, ports , instances,..). make sure involved machines can use same transport (named pipe, tcp,...) in sql server configuration manager.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -