简体   繁体   English

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 ."

I have windows 64bit and a Informatica client 32bit installed on it, so I added a DSN entry using the ODBC administrator for 32bit with driver native client "sql server" to connect to a Mssql 2008 R2 database on another pc.我安装了 64 位 Windows 和 32 位 Informatica 客户端,因此我使用 32 位 ODBC 管理器添加了一个 DSN 条目,并使用驱动程序本机客户端“sql server”连接到另一台 PC 上的 Mssql 2008 R2 数据库。 I added an entry in system DSN tab because informatica service is using System account.我在系统 DSN 选项卡中添加了一个条目,因为 informatica 服务正在使用系统帐户。 No problems when I have to import source and target in informatica using that ODBC DSN 32 bit "TARGET_DB_sciolto" (see odbc.ini below) entry.当我必须使用 ODBC DSN 32 位“TARGET_DB_sciolto”(参见下面的 odbc.ini)条目在 informatica 中导入源和目标时没有问题。 I build up my mapping and in the workflow session property than I change the connection from mssql server to ODBC.我在工作流会话属性中建立了映射,然后将连接从 mssql 服务器更改为 ODBC。 The worflow is failing with same RR_4036 error.I think that the only thing I still have to try is to modify my ODBC.ini file since I read that I must add "enablequotedidentifiers=1" so I opened the file expecting to see a lot of entries but I only see following few lines and don't know what to do and would really appreciate if someone would help: worflow 因相同的 RR_4036 错误而失败。我认为我仍然需要尝试的唯一一件事是修改我的 ODBC.ini 文件,因为我读到我必须添加“enablequotedidentifiers=1”所以我打开文件希望看到很多条目,但我只看到以下几行,不知道该怎么做,如果有人愿意提供帮助,我将不胜感激:

[ODBC 32 bit Data Sources]
test_infa=SQL Server Native Client 10.0 (32 bit)
TARGET_DB_sciolto=SQL Server (32 bit)
Target_DB=SQL Server (32 bit)
[test_infa]
Driver32=C:\WINDOWS\SysWOW64\sqlncli10.dll
[TARGET_DB_sciolto]
Driver32=C:\WINDOWS\system32\SQLSRV32.dll
[Target_DB]
Driver32=C:\WINDOWS\system32\SQLSRV32.dll

You need to set it up using lots of parameters.您需要使用大量参数进行设置。 Please make sure you add the connection info in below format.请确保按以下格式添加连接信息。 Pls mention host,port,database at least.请至少提及主机、端口、数据库。 also make sure informatica machine has access to the datbase.还要确保 informatica 机器可以访问数据库。

[TARGET_DB_sciolto]
Driver32=C:\WINDOWS\system32\SQLSRV32.dll
Description=DataDirect 7.1 SQL Server Wire Protocol
AlternateServers=
AlwaysReportTriggerResults=0
AnsiNPW=1
ApplicationName=
ApplicationUsingThreads=1
AuthenticationMethod=1
BulkBinaryThreshold=32
BulkCharacterThreshold=-1
BulkLoadBatchSize=1024
BulkLoadOptions=2
ConnectionReset=0
ConnectionRetryCount=0
ConnectionRetryDelay=3
Database=<database_name>
EnableBulkLoad=0
EnableQuotedIdentifiers=0
EncryptionMethod=0
FailoverGranularity=0
FailoverMode=0
FailoverPreconnect=0
FetchTSWTZasTimestamp=0
FetchTWFSasTime=1
GSSClient=native
HostName=<SQL_Server_host>
HostNameInCertificate=
InitializationString=
Language=
LoadBalanceTimeout=0
LoadBalancing=0
LoginTimeout=15
LogonID=
MaxPoolSize=100
MinPoolSize=0
PacketSize=-1
Password=
Pooling=0
PortNumber=<SQL_Server_server_port>
QueryTimeout=0
ReportCodePageConversionErrors=0
SnapshotSerializable=0
TrustStore=
TrustStorePassword=
ValidateServerCertificate=1
WorkStationID=
XML Describe Type=-10

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

相关问题 TSVN DNS错误:请求的名称有效,但未找到所请求类型的数据 - TSVN DNS error: The requested name is valid, but no data of the requested type was found 是否有提供原始DNS存档日志数据的来源? - Is there any source which provides raw DNS archive log data? dns污染-找不到具有指定主机名的服务器 - dns pollution - a server with the specified hostname could not be found 在 Mac App Store 上下载应用程序时出现“找不到具有指定主机名的服务器”错误 - “A server with the specified hostname cannot be found” error for downloading apps on Mac App Store 如何测试DNS连接? 就像 ODBC 数据源管理器中的“测试”按钮一样? - How to test a DNS connection? Just as the button "Test" in the ODBC Data Source Administrator? DNS服务器可以有源IP吗? - Can the DNS Server have source IP? DNS TSIG RR名称的标准格式是什么? - What is Canonical wire format of a DNS TSIG RR name? 如何在Windows Server 2016 DNS区域中添加TLSA RR - How add TLSA RR in Windows server 2016 DNS zone 如果通过机器名访问Web服务器,则会话数据丢失 - Session data is lost if the web server is accessed by the machine name SFTP连接DNS问题-System.Net.Sockets.SocketException:请求的名称有效,但是未找到请求类型的数据 - SFTP connectivity DNS issue - System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM