Welcome to Sign in | Help

Re: Sincronizare SQLServer Express

  •  08-22-2007, 12:53 PM

    Re: Sincronizare SQLServer Express

    Da scuze asa este am mai facut ceva modficari si mesaju de eroare din view-ul acela ultima coloana e:

    Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not found. State 89.

    pe serviciu initiator (sender i-am  zis ) am definit asa:

    CREATE CERTIFICATE [host2_cert] WITH SUBJECT = 'host1_cert'

    create endpoint broker state=started as tcp(LISTENER_PORT =50) for service_broker( AUTHENTICATION =CERTIFICATE [host1_cert])

    GRANT SEND ON SERVICE::[sender] TO [public]

    pe target (i-am zis receptor) as asa

    CREATE CERTIFICATE [host2_cert] WITH SUBJECT = 'host2_cert'

    create endpoint broker state=started as tcp(LISTENER_PORT =50) for service_broker( AUTHENTICATION =CERTIFICATE [host2_cert])

    GRANT CONNECT ON ENDPOINT ::[broker] TO [public]

    Imi poti spune te rog unde ar fi greseala?

    Multumesc


    Secolul XXI ori va fi religios ori nu va fi deloc
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems