简体   繁体   English

使用Informatica

[英]Working with Informatica

I am setting up a dev environment for a project, with informatica 9.1 and SQL Server 2012 on a Windows Server 2008 R2 machine. 我正在Windows Server 2008 R2计算机上使用informatica 9.1和SQL Server 2012为项目设置开发环境。

Installation etc has finished fine and no issues reported so far. 安装等已顺利完成,到目前为止尚未报告任何问题。

When we are trying to run our first mapping/workflow, the SQL Server database connectivity is becoming a bottleneck. 当我们尝试运行第一个映射/工作流时,SQL Server数据库连接已成为瓶颈。

I tried creating a native connection to SQL Server, and also odbc, both don't seem to work, the session in question just fails to initialize. 我尝试创建与SQL Server以及odbc的本机连接,但两者似乎都无法正常工作,相关会话只是无法初始化。 The error message finally is 错误消息最后是

failed to prepare session 未能准备会议

Am I missing something here? 我在这里想念什么吗? Any experiences? 有经验吗?

Disclaimer: This is my first ever attempt to host Infa repository at SQL Server, and also, using source and target as SQL Server. 免责声明:这是我有史以来首次尝试在SQL Server上托管Infa存储库,也是将源和目标用作SQL Server。

This question is a bit old now but have just come across it and remembered I faced a similar issue with Infa 9 (but with repo hosted on Oracle). 这个问题现在有点老了,但是刚刚遇到,并想起我在Infa 9上也遇到过类似的问题(但是在Oracle上托管了回购协议)。

The cause of the "failed to prepare session" error for me was that one or more objects used by the workflow were checked out. 对我来说,“无法准备会话”错误的原因是工作流程使用的一个或多个对象已签出。 Once everything referenced by the workflow was checked in again, the error went away and the workflow completed successfully. 再次检查了工作流程引用的所有内容后,错误消失了,工作流程成功完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Informatica DB2 DSN无法在Designer中运行 - Informatica DB2 DSN not working in Designer Informatica 中的 MySql 连接 - MySql Connection in informatica 适用于Informatica 9.5的MySQL - MySQL for Informatica 9.5 ODBC驱动程序的Informatica和批量模式 - Informatica and Bulk mode for ODBC driver 无法在Informatica中连接ODBC 32位连接 - Unable to connect ODBC 32bit connection in Informatica Informatica:工作流映射引用了错误的 odbc.ini 文件 - Informatica: wrong odbc.ini file referred by Workflow mappings 有时Informatica会成功运行,有时会出现错误“找不到数据源名称且未指定默认驱动程序” - Sometimes Informatica gets successful runs, sometimes it gets error “Data source name not found and no default driver specified” Informatica,[Microsoft][ODBC Driver Manager] 连接到 SQL 服务器数据库时找不到数据源名称和未指定默认驱动程序错误 - Informatica, [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified error when connecting to SQL Server database Informatica 工作流(MS SQL SERVER 数据源和目标)失败错误 RR_4036“未找到数据源名称且未指定默认驱动程序。” - Informatica workflow(MS SQL SERVER data source and target) fails error RR_4036"Data Source name not found and no default driver specified ." SQL ADDNOT工作 - SQL ADDNOT WORKING
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM