Viewing 4 posts - 1 through 4 (of 4 total)
the problem has been solved:-)
the problem was here (with certficates and klient_user) every instance must have own user, and this user must have grants to other objects.
In my code has...
December 17, 2008 at 12:22 pm
-- From klient
DECLARE @Conv_Handler uniqueidentifier
DECLARE @OrderMsg xml
BEGIN DIALOG CONVERSATION @Conv_Handler
FROM SERVICE [My_klientService]
TO SERVICE 'My_server_Service'
ON CONTRACT [My_klientContract];
SET...
December 16, 2008 at 11:29 pm
For server:
use master
GO
/*Clear data*/
IF EXISTS(SELECT * FROM sys.endpoints WHERE name = 'SB_2008_Endpoint')
BEGIN
DROP ENDPOINT SB_2008_Endpoint
END
GO
IF EXISTS(SELECT * FROM sys.certificates WHERE name =...
December 16, 2008 at 4:17 am
in the first front end-> There is not complicate - Front end send message to "Queue" on the back end and the back end send the confirm to "Queue" on...
December 14, 2008 at 11:52 pm
Viewing 4 posts - 1 through 4 (of 4 total)