|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Distributed Transactions failto create the linked server and see the views and tables. The issue is that after creating a SP the uses the 4 part naming convention all atempt to actually save the querry have failed. In some cases I can run the SQL code but I just cant save it as a SP Server: Msg 7391, Level 16, State 1, Line 1 The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. ] OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction returned 0x8004d00a]. Now before you say visit the MS knowledge base I have and this did not fix the problem: http://support.microsoft.com/default.aspx?scid=kb;en-us;839279 DTC is turned on and the logon is set as a Network Service.What else could be the issue. Is it user permission probs. Deprately need help. I cant even save via QA or .NET designer -- JP ..NET Software Develper JP,
Is the DTC service running on both servers? Might look at the 'data access' , 'rpc' and 'rpc out' settings...not sure if this has anything to do with what you're experiencing but LSs can sometimes return some error messages that may not directly point to the cause of an issue. HTH Jerry Show quote "JP" <J*@discussions.microsoft.com> wrote in message news:8D2DF49D-0F5F-4470-8F26-C6D34209E6B3@microsoft.com... > We are trying to create SPs that are using linked servers. I have been > able > to create the linked server and see the views and tables. The issue is > that > after creating a SP the uses the 4 part naming convention all atempt to > actually save the querry have failed. In some cases I can run the SQL code > but I just cant save it as a SP > > Server: Msg 7391, Level 16, State 1, Line 1 > The operation could not be performed because the OLE DB provider > 'SQLOLEDB' > was unable to begin a distributed transaction. [OLE/DB provider returned > message: New transaction cannot enlist in the specified transaction > coordinator. ] OLE DB error trace [OLE/DB Provider 'SQLOLEDB' > ITransactionJoin::JoinTransaction returned 0x8004d00a]. > > Now before you say visit the MS knowledge base I have and this did not fix > the problem: > http://support.microsoft.com/default.aspx?scid=kb;en-us;839279 > > DTC is turned on and the logon is set as a Network Service.What else could > be the issue. Is it user permission probs. Deprately need help. I cant > even > save via QA or .NET designer > > > > > -- > JP > .NET Software Develper
Other interesting topics
|
|||||||||||||||||||||||