Unable to change the timezone on domain and post offices

  • 7015956
  • 05-Dec-2014
  • 09-Feb-2015

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

  1. Launch a browser and type https://ipAddr:Port/gwadmin-service/system/timezones
  2. Replace ipAddr with the ip address of the primary domain's mta server and Port with the proper ip port.
  3. Search for the timezone where the name is more than three characters, like <name>WIEN</name>, and then run the command to delete
  4. 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,