本文对于informatica使用过程中产生的问题及解决方案做总结,持续更新中... 1.partitioning option license required to run sessions with user_defined partition points 原因:union 组件要求使用分区,但是license 却没有该权限. 解决方案:1.union中 is partitinable 设置为no,require single thread per partition 取消check:
jsp页面有黄色问号代表我们的html标签不符合规范 对于很多人拿到页面美工给的页面,有时候很多都有黄色的问号. 为什么会这样呢? Multiple annotations found at this line: - Invalid location of tag (form). - No end tag (</form>). 其实原因很简单,也就是说我们将html标签的嵌套层次写错了 而一般我们美工做的页面都是存在这样一个问题 将 from 嵌入到了table中 所以 , 解决此类问题也很简