PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD18] : Help (Connection error)
[WD18] : Help (Connection error)
Iniciado por guest, 18,mar. 2015 08:33 - 2 respuestas
Publicado el 18,marzo 2015 - 08:33
Hello,
My IDE+ compilation going normally up to yesterday. suddenly it stat to giving the following error on Database connection. Even though I set My database connection correctly- it is prompting to <Server:4900> , it is not the name of my Developing Machine. Can you tell anybody where the Database connection stored enable me to correct it Please

Thanks Biju


Connection to <SERVER:4900> server failed.

----- Technical Information -----

Project : SREE

What happened?
Connection to <SERVER:4900> server failed.

Error code: 74000
Level: non-fatal error (EL_ONRETURN)
WD55 error code: 4000

Dump of the error of 'WD180HF.DLL' module (18.0.106.0).
Identifier of detailed information (.err): 73202
Debugging information:
IEWDHF=97.8
Module=<WDHF>
Version=<18.0.106.0>
Additional Information:
EIT_SERVEURCS : <SERVER:4900>
Publicado el 18,marzo 2015 - 13:31
Hi Biju,

I also had quite a few problems with that in WD18. Migrating to WD19 solved many of them. It was hapenning with projects where developpers where outside the network (public IP, local IP, local server name, etc.).

What I did is search the registry for the wrong server name, found keys with it and edited or deleted them. Sometimes it was helping, some other times not much. You might want to check the project description if the SCM address is good after that and check the SCM and the Database connection for Control Centers in WinDev's options.

Best regards,
Alexandre Leclerc
Publicado el 18,marzo 2015 - 15:01
Thanks

Biju