PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Project error - Help needed please
[WD19] Project error - Help needed please
Iniciado por djsummers, 01,oct. 2015 01:00 - 7 respuestas
Publicado el 01,octubre 2015 - 01:00
Hi

Any anyone help please?

I have a project that i have been developing for months and everything has been going fine until now. Everytime i try to run the WD19 project i get:

Unable to connect to the 'project1' application: connection canceled or too many connection errors.

Error code: 20007
Level: fatal error (EL_FATAL)

Dump of the error of 'WD190GPU.DLL' module (19.0.78.0).
Identifier of detailed information (.err): 20007

I have re-compiled the project and run a project clean but still get the error. There is no problems with the HFSQL database or connecting and other projects (both WD and WM) connect to the same database fine

Any help would be greatly appreciated

regards
Dave
Publicado el 01,octubre 2015 - 12:06
Hello Dave,

what is the code generating the error?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 9/30/2015 5:00 PM, Dave Summers wrote:
Hi

Any anyone help please?

I have a project that i have been developing for months and everything
has been going fine until now. Everytime i try to run the WD19 project i
get:

Unable to connect to the 'project1' application: connection canceled or
too many connection errors.

Error code: 20007
Level: fatal error (EL_FATAL)

Dump of the error of 'WD190GPU.DLL' module (19.0.78.0).
Identifier of detailed information (.err): 20007

I have re-compiled the project and run a project clean but still get the
error. There is no problems with the HFSQL database or connecting and
other projects (both WD and WM) connect to the same database fine

Any help would be greatly appreciated

regards
Dave
Publicado el 01,octubre 2015 - 14:36
Hi Fabrice

Many thanks for you reply.

I get the error when trying to run the project. If i set a debug breakpoint at the top of the 'project' code stub then the error appears before debug even starts so i am assuming it is happening when the project is making its default HFSQL connection

the projects shows no code / syntax errors in the error pane and the project was running without error, no doe changes except IDE crashed then now get the error. Have cleaned/repaired project, made a change to the db to force and update to the analysis but the error still persists

One thing, I do use HFSQL groupware

I am guessing / hoping its a flag in the registry somewhere ?

cheers
Dave
Publicado el 01,octubre 2015 - 15:00
Hello again,

first, delete ANY connexion from the analysis. These things are always a
source of problems (when you deploy your program, the connexion is never
that one)

Then add in the project init code, add the code to establich a connexion
(hcreateconnexion, hopenconnexion)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 10/1/2015 6:36 AM, Dave Summers wrote:
Hi Fabrice

Many thanks for you reply.

I get the error when trying to run the project. If i set a debug
breakpoint at the top of the 'project' code stub then the error appears
before debug even starts so i am assuming it is happening when the
project is making its default HFSQL connection

the projects shows no code / syntax errors in the error pane and the
project was running without error, no doe changes except IDE crashed
then now get the error. Have cleaned/repaired project, made a change to
the db to force and update to the analysis but the error still persists

One thing, I do use HFSQL groupware
I am guessing / hoping its a flag in the registry somewhere ?

cheers Dave
Publicado el 01,octubre 2015 - 15:13
Hi Fabrice

Thanks again for the fast response.

Yes, I do connect to the customers server/db within the project code stub

The customer installs work fine.

I only get the error when running the project from within the IDE/development environment :-(


Kind Regards
Dave
Publicado el 01,octubre 2015 - 15:22
which is why I told you to DELETE any connection you may have in the
analysis

Did you?


On 10/1/2015 7:13 AM, Dave Summers wrote:
Hi Fabrice

Thanks again for the fast response.

Yes, I do connect to the customers server/db within the project code stub
The customer installs work fine.
I only get the error when running the project from within the
IDE/development environment :-(


Kind Regards
Dave
Publicado el 01,octubre 2015 - 15:46
Hi Fabrice,

No connections in the analysis, still get the same error message :-(

"Unable to connect to the 'PROwms' application: connection canceled or too many connection errors."

Kind regards

Dave
Publicado el 01,octubre 2015 - 16:45
[SOLVED]

Looks like it was some sort of cache issue, some forums were pointing to the Groupware !

rebooted server and everything is back to normal and working :-)

Many thanks anyway

Regards
Dave