PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → does not work well locally, but if the server Webdev18
does not work well locally, but if the server Webdev18
Iniciado por Victor H Pereyra, 19,mar. 2015 19:58 - 5 respuestas
Publicado el 19,marzo 2015 - 19:58
Hello

I'm struggling a while thinking it was my application, it decided that for
this chance
install the site on a server or any different from mine ... oooo surprise
machine worked perfectly as I wanted.

It's theme is so .... if I put in the browser (any browser is the same),
calling the site locally
for example:

1. http: // localhost / Portal .... brings the pages and it works perfectly.
2. If the same URL you put a parameter http: // localhost / Portal P1 =
123456987 enters the first screen?
but then if I dirigo another option within the application waits for a while
until it gives time-out
3. Next to the previous step, I install it on a server or any other PC that
works as a server and perform the same action or
ask the same url http: // server / Portal P1 = 123,456,987, sorpresaaaaa me
here works perfectly there any kind of inconvenience?.

What I am assuming the Webdev Local admnistrator that is limited to only 10
connections has a bug, since the Webdev Administrator
Unlimited Server is working perfectly.

Someone has happened to something as solved? ... There some patch on that?


Thanks, victor































Víctor H. Pereyra
M.P. 2595

Departamento de Informática

Sucursal Nva . Cba .: Hipólito Yrigoyen 384
5000 Córdoba, Capital
Tel.: (0351) 426 9200 int :1234

e-mail: vpereyra@sanatorioallende.com
www.sanatorioallende.com.ar
Publicado el 19,marzo 2015 - 22:18
Hi Victor

go in the advanced tab of the administrator and use the top left button
to check the server and web site configuration

Tell us what you get

Best regards

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

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/19/2015 1:58 PM, Victor H Pereyra wrote:
Hello

I'm struggling a while thinking it was my application, it decided that
for this chance
install the site on a server or any different from mine ... oooo
surprise machine worked perfectly as I wanted.

It's theme is so .... if I put in the browser (any browser is the same),
calling the site locally
for example:

1. http: // localhost / Portal .... brings the pages and it works
perfectly.
2. If the same URL you put a parameter http: // localhost / Portal P1 =
123456987 enters the first screen?
but then if I dirigo another option within the application waits for a
while until it gives time-out
3. Next to the previous step, I install it on a server or any other PC
that works as a server and perform the same action or
ask the same url http: // server / Portal P1 = 123,456,987, sorpresaaaaa
me here works perfectly there any kind of inconvenience?.

What I am assuming the Webdev Local admnistrator that is limited to only
10 connections has a bug, since the Webdev Administrator
Unlimited Server is working perfectly.

Someone has happened to something as solved? ... There some patch on that?


Thanks, victor































Víctor H. Pereyra
M.P. 2595

Departamento de Informática

Sucursal Nva . Cba .: Hipólito Yrigoyen 384
5000 Córdoba, Capital
Tel.: (0351) 426 9200 int :1234

e-mail: vpereyra@sanatorioallende.com
www.sanatorioallende.com.ar
Publicado el 20,marzo 2015 - 12:48
thanks for replying.

Check and everything goes ok


thx
Publicado el 20,marzo 2015 - 14:09
Hi again

what does your page do when it receives the "faulty" parameter? Data
Access?

If that's the case, you may just have a problem in your local DB, or in
your code logic

Best regards

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

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/20/2015 6:48 AM, Victor H Pereyra wrote:
thanks for replying.

Check and everything goes ok


thx
Publicado el 20,marzo 2015 - 19:20
What I do is this, when I receive the parameter

bGbEstado is boolean

IF sParam = "P1 = oBawAA" THEN
PageDisplay (PAGE_MENUEST)
END
Publicado el 20,marzo 2015 - 21:12
It seems to me that you need to trace in a file in order to find exactly
up to what point your code is working

THat will give you the line of code creating the problem, and most
probably a good idea of the solution

Best regards

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

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/20/2015 1:20 PM, Victor H Pereyra wrote:
What I do is this, when I receive the parameter

bGbEstado is boolean

IF sParam = "P1 = oBawAA" THEN
PageDisplay (PAGE_MENUEST)
END