Hi all
We are about to upgrade Groupwise 7 and unfortunely that we could not test our GCF CPIP before it goes to production. Does any school already successfully upgrade GW7 on their luminis system?
We are running luminis 3.3.3.64 on Windows 2000 server.
Thanks in Advance.
Alan
PCOM
Groupwise 7 upgrade?
Hi All
HAs any school successfully upgratde GW 7.0 CPIP? Please help, thanks!
Alan
PCOM
pickup.response
We have one that uses the pickup.response. The pickup.html method has some problems because GroupWise determines the user's browser at login on the server side. The rest of the set up is pretty typical, so here is our pickup.response value:
gw.pickup.response=<html><head><title>GroupWise Login</title></head>\<body onload="javascript:document.lf.submit()"><form name="lf" action="${gw.externalSystemURL}/gw/webacc" method="post">\
<input type="hidden" name="User.id" value="~{_USERNAME}"/><input type="hidden" name="User.password" value="~{_PASSWORD}"/>\
<input type="hidden" name="merge" value="webacc"/><input type="hidden" name="action" value="User.Login"/>\
<input type="hidden" name="error" value="login" /><input type="hidden" name="Url.hasJavaScript" value="1" />\
<input type="hidden" name="User.displayDraftItems" value="1" /><input type="hidden" name="User.Theme.index" value="1" />\
</form></body></html>
We just went live with this a month or so ago and I may still have a kink or two. For some reason GroupWise expects the login form to have a bunch of configuration values, which get sent as hidden parameters. I am not sure I have gotten all of them set correctly yet.
Thanks for replying!
Alan