Re: replication password problem
From: Kevin Collins \(MS - SQL Mobile\) (kevincol_at_online.microsoft.com)
Date: 10/06/04
- Next message: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Previous message: Darren Shaffer: "Re: Alter a Column"
- In reply to: RonF: "replication password problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 10:37:08 -0700
These error messages are related to passwords that are associated with SQL
Server, not with SQL Server CE. It doesn't appear that you have the
distributor on a different server than SQL Server, so you can simply leave
the distribution properties blank and only assign the passwords for the
publisher properties. It is also important that you specify the correct
authentication type (window auth or sql auth) and use the appropirate
passwords.
The easiest, but not most secure way, is to use SQL Auth. You need to pass
the SQL Auth user name and password to those properties.
If you are want to see an example of this, using our upcoming product, you
can see a hands on lab here. This will take you through everything, using
SQL Mobile and SQL 2005 beta's. However, the properties that the HOL uses
are identical to what you would be doing with VS 2003 and SQL CE 2.0.
You can get this HOL here.
http://24.17.112.250/SQLMobileWebCasts/sqlmobilehol.zip
"RonF" <RonF@discussions.microsoft.com> wrote in message
news:376205C8-58B0-43F4-90CC-75FBA0CEE146@microsoft.com...
> I'm attempting to do replication of a database. I successfully create a
> blank database on the handheld using the sqlcereplication:
> dbrep.addsubscription(addoption.createdatabase) - This creates a database
> with no tables
> I then attempt to do syncronization with dbrep.syncronize and get the
> following errors on my handheld:
>
> Some distribution properties are not specified [,,,,,]
> The publisher login property is not specified[,,,,,]
>
> I'm using the windows authentication option for everything and believe I
> have all permissions enabled.
>
> I'm running everything on my PC including SQL2000, IIS, and the emulator
> which contains my application that is giving the above messages. I'm not
> sending any passwords along. Do I need to send any passwords from the
> Pocket
> PC (emulator) application or should this work? Any other suggestions on
> what
> I might look at.
>
> Thanks
>
>
> --
> Thanks
> RonF
- Next message: Kevin Collins \(MS - SQL Mobile\): "Re: Replication"
- Previous message: Darren Shaffer: "Re: Alter a Column"
- In reply to: RonF: "replication password problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|