<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Jan 2018 18:19:27 Z</lastBuildDate><pubDate>2 Jan 2018 18:19:27 Z</pubDate><description>Estoy utilizando groupware de forma manual, Para inicializar utilizo el siguiente código en Initializing the project after connection to the site.&#13;
&#13;
IF gpwOpenConnection(ConnectionLinux)= False THEN&#13;
	//IF gpwOpenConnection("Conectar","LIZARDEV2","**","lizardev2.webdev-test.com","****",hAccessHFClientServer)= False THEN	&#13;
	Error(HErrorInfo())&#13;
ELSE&#13;
	Nation(7)&#13;
	nRes = gpwOpen()&#13;
	&#13;
	&#13;
	// If the login failed &#13;
	IF nRes &lt;&gt; gpwOk THEN &#13;
		SWITCH nRes &#13;
			CASE gpwCancel: Info("Se hizo clic en el botón Cancelar.")&#13;
			CASE gpwError: Error("Error al inicializar el groupware."+ ErrorInfo())&#13;
				&#13;
			CASE gpwUnknownUser: Error("Usuario desconocido.")&#13;
			CASE gpwInvalidPassword: Error("Contraseña invalida")&#13;
		END &#13;
		EndProgram("No se pudo inicializar groupware")&#13;
		&#13;
	END&#13;
	&#13;
	gsFirstName  = gpwGetUserInfo(gpwInfoFirstName)&#13;
	&#13;
	HChangeConnection("*",ConnectionLinux)&#13;
	HCreationIfNotFound("*")&#13;
//	PageDisplay(PAGE_Index)&#13;
	&#13;
END&#13;
&#13;
solo que al crear el deploy the site remotely no muestra la pagina de login,.&#13;
me muestra solo el siguiente mensaje.&#13;
The site did not operate properly because no page was returned by the WEBDEV Application Server.&#13;
To fix this problem:&#13;
- Check whether a first dynamic page is defined&#13;
- Check whether the possible calls to EndProgram() or ContextClose() are preceded by a call to a display command (PageDisplay, ScriptDisplay, StringDisplay, FileDisplay, ASPDisplay, PHPDisplay)&#13;
(5, ERR_NO_CURRENT_PAGE)&#13;
Desconozco la forma correcta de iniciar  el gropuoware. Alguna sugerencia. ????&#13;
&#13;
--&#13;
yesenia perez diaz</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63824-crear-deploy-site-remotely-con-groupware/read.awp</link><title>Crear Deploy the site remotely con groupware</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
