PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Crear Deploy the site remotely con groupware
Crear Deploy the site remotely con groupware
Iniciado por Perez YESENIA, 02,ene. 2018 18:19 - No hay respuesta
Miembro registrado
7 mensajes
Publicado el 02,enero 2018 - 18:19
Estoy utilizando groupware de forma manual, Para inicializar utilizo el siguiente código en Initializing the project after connection to the site.

IF gpwOpenConnection(ConnectionLinux)= False THEN
//IF gpwOpenConnection("Conectar","LIZARDEV2","**","lizardev2.webdev-test.com","****",hAccessHFClientServer)= False THEN
Error(HErrorInfo())
ELSE
Nation(7)
nRes = gpwOpen()


// If the login failed
IF nRes <> gpwOk THEN
SWITCH nRes
CASE gpwCancel: Info("Se hizo clic en el botón Cancelar.")
CASE gpwError: Error("Error al inicializar el groupware."+ ErrorInfo())

CASE gpwUnknownUser: Error("Usuario desconocido.")
CASE gpwInvalidPassword: Error("Contraseña invalida")
END
EndProgram("No se pudo inicializar groupware")

END

gsFirstName = gpwGetUserInfo(gpwInfoFirstName)

HChangeConnection("*",ConnectionLinux)
HCreationIfNotFound("*")
// PageDisplay(PAGE_Index)

END

solo que al crear el deploy the site remotely no muestra la pagina de login,.
me muestra solo el siguiente mensaje.
The site did not operate properly because no page was returned by the WEBDEV Application Server.
To fix this problem:
- Check whether a first dynamic page is defined
- Check whether the possible calls to EndProgram() or ContextClose() are preceded by a call to a display command (PageDisplay, ScriptDisplay, StringDisplay, FileDisplay, ASPDisplay, PHPDisplay)
(5, ERR_NO_CURRENT_PAGE)
Desconozco la forma correcta de iniciar el gropuoware. Alguna sugerencia. ????

--
yesenia perez diaz