Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Diferents between 1 and more klients

    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...

  • RE: Diferents between 1 and more klients

    -- 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...

  • RE: Diferents between 1 and more klients

    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 =...

  • RE: Diferents between 1 and more klients

    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...

Viewing 4 posts - 1 through 4 (of 4 total)