Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Hi,
  2. I have a SQL Server on Google's cloud VM.
  3. Working on a project in SSIS. The original Solutions were written in SSIS2014, now running 2017 version, I had an error that some scripts required migration. I ran SSISUpgrade.exe . Now when starting a project I get the following error:
  4.  
  5. DTS Script Task: Runtime Error
  6.  
  7. DTS Script Task has encountered an exception in user code:
  8.  
  9. Project Name: ST_16e5fa4248934d0e8dc9f9279e1436c9
  10.  
  11. Exception has been thrown by the target of an invocation.
  12.  
  13. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  14.  
  15. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  16.  
  17. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  18.  
  19. at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
  20.  
  21. at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
  22.  
  23.  
  24. If I disable Script tasks in the package, the package runs successfully.
  25.  
  26. Any help would be appreciated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement