DTS Script Task Runtime Error: Exception has been thrown by the target of an invocation

后端 未结 3 1480
广开言路
广开言路 2021-01-05 13:48

I have a ssis project developed in vs 2012 Ultimate. I use project deployment model and the project is set to run in 32 bit mode. The package executes without error in my

3条回答
  •  梦毁少年i
    2021-01-05 14:18

    My issue was solved. "The problem that we had was that our .net reference for Analysis Management Objects was 11.0 (2012) and it needed to be 12.0 (2014). "

    Link: https://mitchellpearson.com/2015/04/13/upgrading-script-tasks-in-ssis-target-of-invocation-on-script-task/

提交回复
热议问题