PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → The deploy the site remotely always shows me gpwInvalidPassword
The deploy the site remotely always shows me gpwInvalidPassword
Iniciado por Perez YESENIA, 26,ene. 2018 21:14 - No hay respuesta
Miembro registrado
7 mensajes
Publicado el 26,enero 2018 - 21:14
When I run the system on localhost without problems, the Groupware user connects me and returns gpwOk, however, when I create the deploy and execute it always tells me the one that gpwInvalidPassword: Error ("Password invalidates")

example:

nReturnedValue is int = gpwConnectUser (EDT_User, EDT_Password)

// If connection failure
IF nReturnedValue <> gpwOk THEN
SWITCH nReturnedValue
CASE gpwError: Error ("Error initializing the groupware.")
CASE gpwUnknownUser: Error ("Unknown user.")
CASE gpwInvalidPassword: Error ("Invalid password")
END
ELSE
PageUse (Mypage..Name)
END

Suggestions?

--
Yesenia