Error: Client ID ambiguous (Client-ID ist nicht eindeutig)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Stefan Kilp
Posts: 3
Joined: Tue 07 Dec 2004 21:20

Error: Client ID ambiguous (Client-ID ist nicht eindeutig)

Post by Stefan Kilp » Tue 07 Dec 2004 21:25

Hello,

this error occurs in the following situation:

I have an application using myday up and runnning connected to my mysql server. i have a second application using mydac started from delphi ide.
when i stop the application in the ide and try to restart the application from ide, then the error appears.

to solve this, i have to close the first application, then i can restart the second application from ide without errors.

anything to change this behavior?

thanks
stefan

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Error: Client ID ambiguous (Client-ID ist nicht eindeutig)

Post by Ikar » Wed 08 Dec 2004 11:01

Most probably you use TMySQLMonitor. In some cases, for example, after discarding the application during Monitor working this error message might occur on the next starting of the application.

Stefan Kilp
Posts: 3
Joined: Tue 07 Dec 2004 21:20

Post by Stefan Kilp » Wed 08 Dec 2004 11:30

Hi,

yes i am using TMySQLMonitor. But what is the solution?
As i need a debug/log i wont do it without tmysqlMonitor?

regards
stefan

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 09 Dec 2004 09:22

This situation happens quite seldom and only during debugging the application.
As a rule, reboot solves this problem.

Post Reply