Home >Database >Mysql Tutorial >我遇到的Sqlserver2005 SSIS 的Bug

我遇到的Sqlserver2005 SSIS 的Bug

WBOY
WBOYOriginal
2016-06-07 15:44:371327browse

1. 数据源是Oracle,如果字段定义成Number(),而没有定义精度,SSIS将无法自动得到列的类型。据说在2008里可以解决。 2. 目标数据库Oracle,字段定义为number(2),从source取出10后插入,有时候会自动截断,不知道什么原因。用组件做一次转换后,正确插入。 3

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.,增加虚拟内存后仍然会出现,不知道是什么原因!!!

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn