| 发表人 |
内容 |
|
|
我有一个Mapping ,想对其实行Debugger.但是,总是等很长时间,
最后报
Server execution failed, forcing shutdown of the debugger...
Debugger shutdown complete.
是不是我mapping 对象很多,导致的? 谁能给解答一下!
|
 |
|
|
|
我使用的第三方调度工具DAC 来调用INFORMATICA .实现从SIEBEL到BIAPPS的抽取工作。现在遇到一个问题。事实表的的SIL阶段出现UNIQUE INDEX 违反错误。 原因如下:是因为一些维表的SIL_ProductDimension_SCDUpdate 等SCDUpdate TASK 运行在 Custom_shyy_SIL_ActivityFact 等 事实表的SIL阶段 之后。使维表中的CURRENT_FLG=Y的记录不唯一。解决方案:我可以调一下explan 的运行顺序。但不管,我怎么调,都不能改变TASK的运行顺序。这是什么原因???
|
 |
|
|
我运行workflow的时候,报这个错误!奇怪的是 在workflow monitor中显示failer;但是我查看Session log的时候,却说
MASTER> PETL_24002 Parallel Pipeline Engine finished.
MASTER> PETL_24012 Session run completed successfully.
这是什么问题啊?以前从没遇到过。日志里表示Session 运行成功;为什么在workflow monitor中显示错误呢?
|
 |
|
|
这是什么错误?以前可以正常运行的?现在不知道为什么不可以了!
下面是我在网上搜索到的资料。但个人能力有限,还请高人指点?
There are lots of undocumented parameters, this is just letting you know that one is being used. Its not an error, it indicates that some normal behavior may not work as expected. In some cases, this 'normal' behavior may actually result in a bug and the configuration parameter is enabled to avoid the bug. In Siebel Analytics (now Oracle Business Intelligence Applications) you are required to enable such a parameter because there was a bug with PowerCenter working with the Siebel Analytic Applications so they added a special configuration parameter named 'SiebelUnicode' just for them
|
 |
|
|
Repository server 建在我的虚拟机上(英文操作系统)
客户端 建立在我的本机上(中文操作系统)
当我登陆控制台,connect to repository server的时候,报‘can not connect to repository server’警告
解决办法:
1.我用本机的客户端连接另外一台装有repository server的机器。却能连上。
2.本机和虚拟机 能够ping通
得出结论:是我虚拟机缺少某些必需的设置。但是不确定是那儿有问题(我的虚拟机没有安装中文包,是这个问题吗)
|
 |
|
|
英语是有点常识都明白的;关键是怎么理解了呵呵。
线面两部,不明白怎么做,感觉有点笼统; 反映在操作上是怎么操作呀!
3Backup the pmserver.cfg file.
4Backup the server executables and libraries.
|
 |
|
|
1Download the appropriate fix for your platform, and copy it to the informatica server installation directory.
2Shut down the Informatica PowerCenter Server (pmserver)
3Backup the pmserver.cfg file.
4Backup the server executables and libraries.
5Un-compress or unzip the EBF package file.
6On Unix (other than Linux)
uncompress -c <EBF file>.tar.Z | tar xvf -
On Linux:
tar xzf <EBF file>.tar.gz
On NT:
use winzip or another unzip utility to uncompress the contents of the fix file into the Informatica directory
Verify the file checksums.
7Restart the PowerCenter server.
那位朋友,能给解释一下用汉语解释一下这七步的含义;
|
 |
|
|
我在我的本机上建了informatica 客户端,想连接另外一台机器的informatica server,和repository server;
1,可以连接到repository server
2,当我在workflow 配置服务的时候,出现 IP can not revesoved; 运行SESSION的时候,报 cannot connect to ***server
请大家给分析分析错误!!!
|
 |
|
|
我有一张源表,有297233条记录;其中源表有个时间字段;我想用TC组件实现,每一天的数据,提交一次。思路是这样的:在EXP中
DATE_OUT端口:IIF(TRADE_DATE=PREV_TRADE_DATE,0,1) ,然后通过一排序器,按日期递增排列;最后在TC组件里的属性里这样写:IIF(DATE_OUT=1,TC_COMMIT_BEFORE,TC_CONTINUE_TRANSACTION)。
我的SESSION日志报Buffer不足;有位朋友在线帮助,让我把目标表改成文件格式的,能正常运行。
但是我想知道,为什么目标表是RATIONAL的时候却错误呢?为什么? 跟目标表有关系吗?
|
 |
|
|
如果可能的话,也发给我一份;我的邮箱地址randy_shandong@163.com
|
 |
|
|
我在$PMSourceFileDir目录下,建了一个aaa.txt参数文件。
内容如下:
[test.WF:wf_parameters_baseinfo.ST:m_parameters_baseinfo]
$$zh_code=JJA001
其中 test为文件夹名称!
分别在workflow session中的相关字段里都配置了
我的 sorce qualifier里 where语句是这样写的:where BASEINFO.ZHCODE='$$zh_code'
但是session日志虽然运行成功了,但是是这样写的:
RR_4029 SQ Instance [SQ_BASEINFO] User specified SQL Query [SELECT BASEINFO.ZHCODE, BASEINFO.FILEDATE, BASEINFO.UPDATEDATE, BASEINFO.FCODE, BASEINFO.FNAME, BASEINFO.FJJLX, BASEINFO.FJJZL, BASEINFO.FJJLB, BASEINFO.FJJGLREN, BASEINFO.FJJTGREN, BASEINFO.FJJWTREN, BASEINFO.FJJCLDATE, BASEINFO.FACCTLEN, BASEINFO.FJJTGREN_CODE FROM BASEINFO where BASEINFO.ZHCODE='']而不是 zhcode='JJA001'
郁闷中,请大家帮下忙
|
 |
|
|
我的Informatica版本是7.1.4版本的;为什么我修改了IP地址后,我的informatica server就不可以适用了呢?
即使把IP地址修改回来,也是不可以的! 原因是什么? 怎么处理?
|
 |
|
|
|
感谢楼主;对我这样的初学者,非常适合我
|
 |
|
|
我想用dynamic lookup 目标表,newLookupRow=1 UPD组件将记录标记为插入;newLookupRow=2,UPD组件将记录标记为更新。
而且我在LOOKUP属性中选择了 insert else update;target load type 选择了 datadriven;define the update strategy target table options 的时候选择了insert、update as update!
更新的时候不能正常更新;插入功能正常.
是不是目标表和cache 没有同步!
能给指点一下!!!
|
 |
|
|
我想将session运行时间抽取到目标表的update_time 这个字段为date类型 并以2008-09-01 10:01:00形式保存;
我通过以下转换实现to_char(SESSSTARTTIME,'MM/DD/YYYY HH24:MI:SS'),'yyyy-mm-dd hh24:mi:ss')
但是session报错;
为什么?
|
 |
|
|