`
文章列表
FATAL ERROR : Unexpected Condition in file [/export/home/build80/zeusbuild/vobs/powrmart/common /utils/ublkdesc.cpp] line [338]. Contact Informatica Technica l Support for assistance. Aborting this DTM process due to an unexpected condition.    Per the KB article this is a known issue which has be ...
语法格式:   select [level], column, expr... from table   [where condition]   start with condition   connect by [prior column1= column2 |column1 = prior column2];  层次查询是通过start with和connect by子句标识的:   1.其中level关键字是可选的,表示等级,1表示root,2表示root的child,其他相同的规则。 2.From之后可以是table,view但是只能是一个table。 3.Whe ...
一些情况下需要把linux下符合某一项条件的所有进程 kill 掉,又不能用 killall 直接杀掉某一进程名称包含的所有运行中进程(我们可能只需要杀掉其中的某一类或运行指定参数命令的进程),这个时候我们需要运用 ps, grep, cut 和 kill 一起操作。   下面给出具体的参考:   ps -ef|grep LOCAL=NO|grep -v grep|cut -c 9-15|xargs kill -9   运行这条命令将会杀掉所有含有关键字"LOCAL=NO"的进程,是不是很方便?   下面将这条命令作一下简单说明:   管道符" ...

ODI 1444

ODI-1444: The master repository signature specified by the client 1346135525731|0 does not match the master repository signature of the agent 1346147892124|0.   ODI-01444: The master repository signature specified by the client {0} does not match the master repository signature of the agent {1}. ...
问题:由于Mysql UNIX ODBC DRIVER不完全支持ODBC Type II,不能完全支持ODBC 优化读,导致数据导成文本文件存在丢失数据。 解决方法:在PowerCenter Administration Console中的is中properties的custom properties添加如下自定义条件: Name=Value OptimizeODBCWrite=No OptimizeODBCRead=No BlkDtmNumRowsMax=1
在使用codegen1.3插件来从WSDL生成代码,到了最后一步竟然出然 了"An error occurred while completing process -java.lang.reflect.InvocationTargetException"的错误 产生这种错误的原因一般有2种:首先关闭eclipse。   注意有可能是两种错误同时出现 1.jar包缺失  从AXIS2的LIB库中复制"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util-concurrent-3.1 ...
在Redhat 5.9上安装了两个版本的mysql odbc connector,mysql-connector-odbc-setup-5.1.4-0 和mysql-connector-odbc-5.1.4-0 发现版本有问题需要卸载。 1. 使用rpm -e XXXX 卸载不掉执行报错 2. 使用rpm -e XXXX --nodeps 仍然卸载不掉报错error: %preun(mysql-connector-odbc-5.1.4-0) scriptlet failed, exit status 267 3. yum remove XXXX 提示remove success 但是r ...
错误信息:ORA-26002 解决方法: 1.drop index 2.disable parallel loading(在workflow manager-->connections-->oracle) 3.skip INDEX_MAINTAIN(不理解,没遇到过,还是疑问) 对于2解释如下:  因为Bulk方式只能用来做Insert操作。而大家知道我们如果需要Update操作,在Session的Treat source rows as的设置上需要设置成Data Driven,当我们同时选择了两种设置,会有什么结果呢。如果你同时设置了Data Driven和Bulk ...
本文来自:Informatica技术超群(群号:0112443162 )【作者没找到 sorry。。。我转在这啦】 1-安装unixODBC     tar zxvf unixODBC-2.2.12.tar.gz(或者tar.tar)     cd unixODBC-2.2.12     ./configure --prefix=/usr/local/unixODBC-2.2.12 --includedir=/usr/include --libdir=/usr/lib -bindir=/usr/bin --sysconfdir=/etc     make     make ins ...
Informatica linux 版本内置的DataDirect 驱动支持各种数据库例如oracle、sybase、postgreSQL、Greenplum、mysql等等 但是mysql 只支持企业版本,如果我们使用的是community 社区版本便不能使用自带的DataDirect方式了,那我们就需要手动配置其他odbc连接。 首先我们需要安装unixODBC 此处不做介绍,其次我们需要安装mysql 的odbc驱动【附件有】我下载的是rpm包,安装过程是自动设置目录的,redhat5.9 企业版平台 默认安装在/usr/lib64下面,有两个驱动器:libmyodbc5w.so ...
要修改Informatica下配置文件里面notemeta.xml里面数据库的连接密码,从标签名字dbEncryptedPassword可以看出,密码是经过加密存放在配置文件里面的。 使用命令: infasetup.sh UpdateGatewayNode -da [new database host]:[new database port]  -du [new database user] -dp [new database password -dt [database type i.e. db2] -ds [new database name]
使用rm -rf *删除文件时提示 -bash: /bin/rm: Argument list too long ,Google了一下用xargs命令 删除数量比较多的文件: ls | xargs -n 10 rm -rf ls当然是输出所有的文件名(用空格分割) xargs就是将ls的输出,每10个为一组(以空格为分隔符),作为rm -rf的参数 也就是说将所有文件名10个为一组,由rm -rf删除,这样就不会超过命令行的长度了
原文转自:http://blog.sina.com.cn/s/blog_520391d701016wb7.html 一、问题截图: 二、上图报错内容: 启动 WF_TEST3 (int_pc) 启动工作流: 请求已确认 (int_pc) 启动工作流: ERROR: 工作流 [WF_TEST3] 失败,因为集成服务未启用为使用操作系统配置文件,然而指定了操作系统配置文件。  有关详细信息,请查看集成服务日志。 三、问题描述: 新建new_test3文件夹,在Workflow上执行的时候会有提示“指定操作系统配置文件”的错误; Repository Manager中右键new_t ...
linux 登录普通用户产生GDM could not write to your authorization file. This could mean that you are out of disk space or that your home directory could not be opened for writing. Please contact your system administrator   解决方案: df -h看下磁盘空间 如果磁盘空间充足 执行   chmod 1777 /tmp   chmod u+rw .Xauthority 也有可能由于l ...
在使用普通用户登录的状态下使用su (su -)命令 切换到root用户时提示:su: incorrect password,但是直接使用root用户和密码可以登录操作系统。 解决方案: 可能跟su这个执行文件的属性有关。 The permissions should be "-rwsr-xr-x" 而自己的系统中su 的属性为 "-rwxr-xr-x" 也就是说,su对用户为可执行,但还是该用户的权限。 终于找到原因了。当用普通用户执行su的时候,只能代表该用户,虽然执行了,但访问其他资源,比如密码文件等,可能就没有权限了。 使用root ...
Global site tag (gtag.js) - Google Analytics