1、partitioning option license required to run sessions with user_defined partition points
这次我换了PC8提供的ODBC去导就好了,driver是DataDirect CLOSED ODBC 5.1 oracle wire protocol
Cause:
The error occurred due to sorter transformation's cache size setting. Cache size was set to 1GB.
Resetting
the cache size to Auto will resolve the problem. Max limit for cache
size on 32-bit server is 3.99 GB. When I calculated the cache size for
data I was getting was approximately 5 GB. So I set cache size to Auto
at session level and re-run the workflow
Relax the paging restriction by increasing the value of HASH_THRASHING_PERCENT.
Increase
the size of the temporary cache (DBA only). Keep in mind that
increasing the size of the temporary cache requires an equal size
reduction in main cache allocation to prevent the possibility of system
thrashing.Attempt
to identify and alleviate why Sybase IQ is misestimating one or more
hash sizes for this statement. For example, check that all columns that
need an LF or HG index have one. Also consider if a multicolumn index is
appropriate.
Decrease the value of the database option HASH_PINNABLE_CACHE_PERCENT.
问题2、3、4、5、6中设置session的cache size为auto,充分优化mapping,设置目标加载器的分隔符,减小生成文件大小,充分考虑数据库服务器和informatica的压力,平衡负载,效果比以上方案好。
7、Workflow执行时提示操作系统配置文件错误处理
(解决方案转自:http://blog.sina.com.cn/s/blog_520391d701016wb7.html)
Workflow执行时提示操作系统配置文件错误处理
一、问题截图:
二、上图报错内容:
启动 WF_TEST3
(int_pc) 启动工作流: 请求已确认
(int_pc) 启动工作流: ERROR: 工作流 [WF_TEST3] 失败,因为集成服务未启用为使用操作系统配置文件,然而指定了操作系统配置文件。 有关详细信息,请查看集成服务日志。
三、问题描述:
新建new_test3文件夹,在Workflow上执行的时候会有提示“指定操作系统配置文件”的错误; Repository Manager中右键new_test3文件夹查看属性,“操作系统配置文件”一栏对应的值为 <无> ;
Informatica为简体中文环境
四、处理方式之一:
1、进入Informatica目录C:\Informatica\9.0.1\server\bin,运行pmrep.exe;
输入:connect -r pc -d Domain_vmBI -n Administrator -x admin
参数说明:
pc:资料库名
Domain_vmBI:Informatica域名
Administrator:Informatica域用户
admin:Informatica域密码
2、输入:modifyFolder -n new_test3 -u ''
参数说明:
new_test3:文件夹名
‘’:此参数为空,单引号括起来,中间不要有空格
3、重新开启Repository Manager,右键文件夹new_test3查看属性,此时“操作系统配置文件”一栏对应的值已改为 - ,见下图
此时已可正常执行Workflow
五、注:
据记录,此问题仅出现在 Informatica 中文环境,倘若使用的是英文版的 Informatica 便不会有次报错。
使用此方法较为麻烦的地方在于,以后新建的 Folder 均须做此调整之后才能正常使用。