1. 数据源是Oracle,如果字段定义成Number(),而没有定义精度,SSIS将无法自动得到列的类型。据说在2008里可以解决。

2. 目标数据库Oracle,字段定义为number(2),从source取出10后插入,有时候会自动截断,不知道什么原因。用组件做一次转换后,正确插入。

3. SSIS运行在SqlServer Agent下不是很稳定。产品库每晚会进行Sqlserver备份,之后会运行SSIS job。有时候会出现如下错误:

Description:
Application popup: DTExec.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.

再次手工运行后有时候恢复正常,有时候不得不重起操作系统。

4.  有时候,在Sql Agent里会遇到SSIS无法运行cmd.exe的错误

Application popup: cmd.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.   For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
 根据微软相关文档: http://support.microsoft.com/default.aspx?scid=kb;en-us;824422.,增加虚拟内存后仍然会出现,不知道是什么原因!!!

 

相关文章:

  • 2021-11-29
  • 2022-01-20
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2021-05-03
  • 2021-10-24
  • 2021-07-26
  • 2021-08-16
  • 2021-12-06
相关资源
相似解决方案