安装informatic过程中的错误
1.Check if the DISPLAY variable is set
export DISPLAY=192.168.3.201:0.0
在注销用户并切换到oracle或者infa 用户,就可以执行了(重新开个窗口登录)
2.Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot open shared object file: No such file or directory]Database driver event...Error occurred loading library [libpmora8.so]
[root@node2 /]# find / -name "libclntsh.so.10.1"
/server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1
[root@node2 /]# ls /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1 /lib64/libclntsh.s
ls: cannot access /lib64/libclntsh.so.10.1: No such file or directory
/server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1
[root@node2 /]# ln -s /server/oracle/product/11.2/db_1/lib/libclntsh.so.10.1 /lib64/libclnts
[root@node2 /]#
3.Failed to logon to Database server<br>Database driver error...<br>Function Name : Logon<br>Error while trying to retrieve text for error ORA-12154<br><br>Database driver error...<br>Function Name : Connect<br>Database Error: Failed to connect to database using user [test1] and connection string [test]
4.961安装过程中出现的问题
[[REP_61082] AdminConsole's code page (UTF-8 encoding of Unicode) is not one-way compatible to repository infa_rep's code page (MS Windows Simplified Chinese,
解决办法:export LANG=C 然后重启informatic
详情见:https://kb.informatica.com/solution/5/Pages/19029.aspx?myk=[[REP_61082]%20AdminConsole%27s%20code%20page%20(UTF-8%20encoding%20of%20Unicode)%20is%20not%20one-way%20compatible%20to%20repository%20infa_rep%27s%20code%20page%20(MS%20Windows%20Simplified%20Chinese,
5.抽中文乱码 在infa 用户下没有设置环境变量 export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK NLS_LANG 针对Oracle语言、地区、字符集的设置,对oracle中的工具有效
select * from OPB_REPOSIT t
修改host 文件
6.启动集成服务时,存储库服务要切换到普通模式
7.
https://kb.informatica.com/solution/23/Pages/55/367136.aspx?myk=REP-57060
安装informatic过程中的错误的更多相关文章
- 安装ganglia过程中出现错误 perl(RRDp) is needed by rrdtool-1.2.30-1.el5.rf.x86_64
用rpm -ivh *.rpm安装ganglia的rpm包,然后出现下面的错误: warning: rrdtool-1.2.30-1.el5.rf.x86_64.rpm: Header V3 DSA/ ...
- 关于安装VS2010过程中的错误
下午本来安装好了VS:但是后来由于自己更新太多功能:直接使得VS太卡打不开:卸载重装:但是卸载的时候在“开始”里面的帮助文档和一些目录在卸载项里面没有:而在“开始"菜单就有:所以我索性把整个 ...
- FastDFS安装配置过程中出现错误提示"/home/yuqing/fastdfs" can't be accessed, error info: No such file or directory
解决: mkdir -p /home/yuqing/fastdfs 这回正常了,查看启动成功与否 [root@localhost FastDHT]# ps -ef |grep track |grep ...
- 安装php过程中的错误和解决方式 configure: error: jpeglib.h not found
centos6.5 32位系统: checking for the location of libpng... yeschecking for the location of libXpm... no ...
- 在Linux下安装PHP过程中,编译时出现错误的解决办法
在Linux下安装PHP过程中,编译时出现configure: error: libjpeg.(a|so) not found 错误的解决办法 configure: error: libjpeg.(a ...
- mysql安装过程中出现错误ERROR 1820 (HY000): You must SET PASSWORD before executing this statement解决
mysql安装过程中出现错误ERROR 1820 (HY000): You must SET PASSWORD before executing this statement解决 最近新装好的my ...
- 【转】SQL Server -- 已成功与服务器建立连接,但是在登录过程中发生错误
SQL Server -- 已成功与服务器建立连接,但是在登录过程中发生错误 最近在VS2013上连接远程数据库时,突然连接不上,在跑MSTest下跑的时候,QTAgent32 crash.换成IIS ...
- 安装PHP过程中,make步骤报错:(集合网络上各种解决方法)
安装PHP过程中,make步骤报错:(集合网络上各种解决方法) (1)-liconv -o sapi/fpm/php-fpm /usr/bin/ld: cannot find -liconv coll ...
- 已成功与服务器建立连接,但是在登录过程中发生错误。 (provider: SSL Provider, error: 0 - 接收到的消息异常,或格式不正确。)
之前做好的asp.net部署后,发现 访问数据库时: 异常:已捕获: "已成功与服务器建立连接,但是在登录过程中发生错误. (provider: SSL Provider, error: 0 ...
随机推荐
- 关于Backbone和Underscore再说几点
1. Backbone本身没有DOM操作功能,所以我们需要导入JQuery/Zepto/Ender 2. Backbone依赖于underscore.js: http://documentcloud. ...
- 带状态论文粗读(三)[引用openstate的相关论文阅读]
一 文章名称:FLOWGUARD: Building Robust Firewalls for Software-Defined Networks 发表时间:2014 期刊来源:--- 解决问题: 一 ...
- ElasticSearch 2 (37) - 信息聚合系列之内存与延时
ElasticSearch 2 (37) - 信息聚合系列之内存与延时 摘要 控制内存使用与延时 版本 elasticsearch版本: elasticsearch-2.x 内容 Fielddata ...
- 『编程题全队』Alpha 阶段冲刺博客Day8
1.每日站立式会议 1.会议照片 2.昨天已完成的工作统计 孙志威: 1.修复了看板任务框拖拽时候位置不够精确的问题 2.向个人界面下添加了工具栏 3.个人界面下添加了任务框测试 孙慧君: 1.个人任 ...
- Redis的核心Hystrix在Spring mvc的使用
核心Hystrix,Hystrix对于接口调用具有很好的保护,能在多服务依赖的分布式系统中,有效的提供应用的可用性,并且对失败应用进行熔断和恢复检查,让应用在复杂的环境中也能各种稳. http://t ...
- maven项目打包时生成dependency-reduced-pom.xml
今天给maven项目打jar包,发现在pom.xml文件的同路径下,突然生出了一个dependency-reduced-pom.xml,也不知道这个文件是干什么的,看着别扭就想着删除了它. 后来知道是 ...
- 【刷题】BZOJ 4059 [Cerc2012]Non-boring sequences
Description 我们害怕把这道题题面搞得太无聊了,所以我们决定让这题超短.一个序列被称为是不无聊的,仅当它的每个连续子序列存在一个独一无二的数字,即每个子序列里至少存在一个数字只出现一次.给定 ...
- 【Revit API】脱离中心文件
话不多说,直接代码,整个过程不需要发起Transaction OpenOptions op = new OpenOptions(); op.Audit = true; //是否需要核查 op.Deta ...
- yolo-v2只识别person
一.修改源代码 (1)修改cfg/voc.data classess=20 改成 classes = 1 (2)修改data/voc.names 只留下person这一类 (3)修改exampl ...
- php 访问错误日志
/usr/local/php/var/log/php-fpm.log」—————————