阅读:1855回复:2
arcsde连接的奇怪现象
<P>我使用arcsde9.0+sqlserver2000,在arccatalog中连接数据库,如果在本地机器中就可以顺利连接,但如果是在其它机器中则提示连接失败,两个机器的配置完全一样,不知是何原因,请高手指点!不胜感激!</P>
|
|
1楼#
发布于:2005-01-14 17:19
<P>修改system32/drive/etc/里的service文件</P><P>加上一行</P><P>例如/:esri_sde 5151/tcp/ip</P>
|
|
|
2楼#
发布于:2008-02-22 19:57
<P>用一下方法彻底删除SDE,然后安装重新配置.</P>
<P 0cm 0cm 0pt">开始——运行——<FONT face="Times New Roman">cmd</FONT></P> <P 0cm 0cm 0pt"><FONT face="Times New Roman">C</FONT>:<FONT face="Times New Roman">\Documents and Settings\Administrator>cd\</FONT></P> <P 0cm 0cm 0pt"><FONT face="Times New Roman">C:\>sdeservice/?</FONT></P> <P 0cm 0cm 0pt"><FONT face="Times New Roman">(</FONT>下面是一些命令的用法)</P> <P 0cm 0cm 0pt">你先删除原来的<FONT face="Times New Roman">esri_sde,</FONT>输入</P> <P 0cm 0cm 0pt"><FONT face="Times New Roman">C</FONT>:<FONT face="Times New Roman">\>sdeservice -o delete -i esri_sde</FONT></P> <P 0cm 0cm 0pt">它问是不是确定要删除,输“<FONT face="Times New Roman">Y</FONT>”</P> <P 0cm 0cm 0pt">提示成功删除后再创建</P> <P 0cm 0cm 0pt"><FONT face="Times New Roman">C</FONT>:<FONT face="Times New Roman">\>sdeservice -o create -d sqlserver,</FONT>你服务器的名字<FONT face="Times New Roman"> -p DBA</FONT>的密码(一般可能是<FONT face="Times New Roman">sa</FONT>)<FONT face="Times New Roman"> -i esri_sde</FONT></P> |
|