Environment
GroupWise 2014 SP1
Situation
Unable to change the timezone on domain and post offices.
Unable to open system | time zone in GroupWise 2014 admin console.
Resolution
- Launch a browser and type https://ipAddr:Port/gwadmin-service/system/timezones
- Replace ipAddr with the ip address of the primary domain's mta server and Port with the proper ip port.
-
Search for the timezone where the name is more than three characters, like <name>WIEN</name>, and then run the command to delete
-
Type the command
curl -k --user admin:novell -X DELETE https://151.155.214.22:9710/gwadmin-service/system/timezones/WIEN
Where admin is the user, novell is the password, 151.155.214.22 is the IP Address of the admin console, 9710 is the admin console port,