Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When opening PeopleSync Console, the following error message is shown:

...

...

Expand
titleError Message

The

...

application

...

cannot

...

connect

...

to

...

the

...

specified

...

database,

...

because

...

the

...

latter

...

doesn't

...

exist

...

or

...

its

...

version

...

is

...

older

...

than

...

that

...

of

...

the

...

application.

...

This

...

error

...

occurred

...

because

...

the

...

automatic

...

database

...

update

...

was

...

disabled

...

when

...

the

...

application

...

was

...

started

...

without

...

debugging.

...

To

...

avoid

...

this

...

error,

...

you

...

should

...

either

...

start

...

the

...

application

...

under

...

Visual

...

Studio

...

in

...

debug

...

mode,

...

or

...

modify

...

the

...

source

...

code

...

of

...

the

...

'DatabaseVersionMismatch'

...

event

...

handler

...

to

...

enable

...

automatic

...

database

...

update,

...

or

...

manually

...

create

...

a

...

database

...

using

...

the

...

'DBUpdater'

...

tool.

...

Anyway,

...

refer

...

to

...

the

...

'Update

...

Application

...

and

...

Database

...

Versions'

...

help

...

topic

...

at

...

http://www.devexpress.com/Help/?document=ExpressApp/CustomDocument2795.htm

...

for

...

more

...

detailed

...

information.

...

If

...

this

...

doesn't

...

help,

...

please

...

contact

...

our

...

Support

...

Team

...

at

...

http://www.devexpress.com/Support/Center/

Solution

This error may be shown when the user running the console doesn't have permission to access the PeopleSync database.

...

  1. In SQL Server Management Studio, go to the tree in the left-hand side. From top level, go to Security\Logins.

  2. Open context menu and select "New Login".

  3. For "Login Name", select your AD group. Also select "Windows Authentication" and set "Default Database" to the PeopleSync DB.:

    Image RemovedImage Added

  4. Go to "Securables" and select the PeopleSync database. Then select db_datareader and db_datawriter permissions:

    Image RemovedImage Added

  5. Save.

  6. Add your user to this AD group, logoff/logon and try opening the PeopleSync console again.

...