Viewing 15 posts - 16 through 30 (of 31 total)
Thank you. Fascinating solution; it works perfectly
May 14, 2009 at 1:28 pm
Using the system tables was my fall back; I was just of the impression that there would be a better method of determining column attributes.
As to why I took this...
March 13, 2009 at 8:35 am
Thank you for the response. It seemed that I needed to use the alter authorization command to alleviate this issue.
A follow-on question. In the activation procedure if there are no...
November 17, 2008 at 4:58 pm
Thank-you for all of the help. I believe that I have figured out the problem. I was using different contract names in the sender and reciever databases. I made those...
November 11, 2008 at 11:49 am
Thank you for the advice. What I have done is similar adding an else statement and adding a xp_logevent call to not that the queue identifier is undefined. What is...
November 10, 2008 at 6:52 pm
I realized that I had not created the master key on the recieving database. I went back and started over dropping both databases and recreating everything this time including the...
November 10, 2008 at 11:05 am
I dropped the contract and changed initiator to INITIATOR and added a END CONVERSATION after the send and now there are no errors on the sender side. But, there is...
November 7, 2008 at 4:30 pm
Sorry about that.
The error code is: -8425
The error text is:
The service contract 'RecordSalesContract' is not found.
November 7, 2008 at 4:16 pm
if I use the query
Select *,cast(message_body as xml) from RecordSalesQueue
The error message is:
This makes no sense since a select from sys.service_contracts shows that the RecordSalesContract service contract...
November 7, 2008 at 3:58 pm
Maybe I am just missing something though I think I have configured correctly. I have attached 2 files the "sendSample" piece is the database that starts the conversation, the "receiverSample"...
November 7, 2008 at 1:14 pm
Your presentation and example code are helpful but my code is still not working. On the database where the dialog is started, the stored procedure containing the logic to start...
November 7, 2008 at 9:34 am
Think I understand the mechanics of a trusted login. The application can validate the user credentials against the AD and get the group. The group is used for the login...
September 29, 2008 at 5:42 pm
I appreciate the feedback it is very helpful. But I need a bit of clarification. You stated that you add the groups as logins. Does this infer that when a...
September 26, 2008 at 3:31 pm
Thank you for the response. I changed the role creation so that role that has execute permission on the procedure could impersonate sa. I then added an "execute as login...
March 11, 2008 at 8:48 am
Viewing 15 posts - 16 through 30 (of 31 total)