|
|
Re: 我的文件是这样配置的。快救我啊。
最初由 13950211081 发布
[B]initcdmarket112.ora
# This is a sample agent init file that contains the HS parameters that are
# needed for the Transparent Gateway for SQL Server
#
# HS init parameters
#
HS_FDS_CONNECT_INFO="SERVER=192.168.23.182,5678;DATABASE=market"
...................
) [/B]
这样写是不行的.
偶的是这样写的:
HS_FDS_CONNECT_INFO=fileserver.master
对于192.168.23.182,5678
你可用<客户端网络实用工具>将其先在你本机上注册一个别名.
sqlserver将其存在注册表的[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo]下(这个在<<Oracle Transparent Gateway for Microsoft SQL Server Administrator's Guide Release 2 (9.2) >>之中也提到了).
偶的注册表中是这样的:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo]
"fileserver"="[B]DBMSSOCN,192.168.0.10,3433[/B]"
然后再使用的偶的写法试一下.
good luck! |
|