informatica 常见问题及解决方案
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.
Resolution:
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
参数说明:
Domain_vmBI:Informatica域名
Administrator:Informatica域用户
admin:Informatica域密码
2、输入:modifyFolder -n new_test3 -u ''
参数说明:
new_test3:文件夹名
‘’:此参数为空,单引号括起来,中间不要有空格
3、重新开启Repository Manager,右键文件夹new_test3查看属性,此时“操作系统配置文件”一栏对应的值已改为 - ,见下图
此时已可正常执行Workflow
五、注:
据记录,此问题仅出现在 Informatica 中文环境,倘若使用的是英文版的 Informatica 便不会有次报错。
使用此方法较为麻烦的地方在于,以后新建的 Folder 均须做此调整之后才能正常使用。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律