没有人懂CIS的这个问题的吗?
<P>建了代理表,在本地对代理表做insert/update/delete等操作<br>提示Cannot start a remote distributed transaction participant as the local server is not named.</P><P>在本地建个和代理表相同的表same_auth,然后做insert into same_auth select col1,clo2 ..... from auth(代理表)<br>也提示:Cannot start a remote distributed transaction participant as the local server is not named.</P>
<P>但是这个情况下我对same_auth做insert into same_auth values(col1,clo2....)可以成功。</P>
<P>有高手可以解决吗?不管怎么样给点提示也行。</P>
<P>我的是ASE-12.5的,补丁也打了</P>
[此贴子已经被作者于2005-10-14 17:29:24编辑过]
需要对服务命名,CIS需要sysservers中的信息。 给点提示嘛,各位高人 <P>1.sp_configure "enable cis",1</P>
<P>sp_configure "cis rpc handling",1</P>
<P>2.sp_addserver remote</P>
<P>sp_addserver syb_local,local</P>
<P>3.sp_addexternlogin remote,local_user,remote_user,remote_password</P>
<P>4.connect to remote......</P>
页:
[1]