Re: Can´t modify group settings

1,037 views
Skip to first unread message

Israel Leite

unread,
May 27, 2013, 10:52:33 AM5/27/13
to google-ap...@googlegroups.com
Now I´m having another problem:

C:\Users\ileite\Desktop\gam3>gam update group israel_test_group settings who_can
_post_message  all_managers_can_post
Error 400: A system error has occurred - invalid
C:\Users\ileite\Desktop\gam3>gam update group israel_test_group settings who_can
_post_message  all_managers_can_post
Error 400: A system error has occurred - invalid
C:\Users\ileite\Desktop\gam3>gam update group israel_t...@domain.com.br sett
ings who_can_post_message  all_managers_can_post
Error 400: A system error has occurred - invalid

On Saturday, May 25, 2013 2:35:39 PM UTC-3, Israel Leite wrote:
I can add/remove users but can´t change settings at all.
Using version 2.99

C:\Users\ileite\Desktop\gam3>gam update group israel_test_group settings  who_c
n_post_message all_managers_can_post
Error 400: Permission denied: Cannot hide from Groups directory. - invalid
C:\Users\ileite\Desktop\gam3>

Mike Herman

unread,
Sep 11, 2013, 11:25:41 AM9/11/13
to google-ap...@googlegroups.com
I'm getting the same issue when trying to update my group settings. If I run a powershell script with this command: "c:\gam\gam create group $entry.group who_can_post_message all_in_domain_can_post" ($entry.group refers to a group name in a csv file) I get this:
gam.exe : Error 412: Precondition Failed - conditionNotMet
At line:6 char:15
+     c:\gam\gam <<<<  create group $entry.group who_can_post_message all_in_domain_can_post
    + CategoryInfo          : NotSpecified: (Error 412: Prec...conditionNotMet:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

If I run gam from the command line "c:\gam\gam create group 14-offsite-test who_can_post_message all_in_domain_can_post" I get
gam.exe : Error 400: Permission denied: Cannot hide from Groups directory. - invalid
At line:1 char:11
+ c:\gam\gam <<<<  create group 14-offsite-test who_can_post_message all_in_domain_can_post
    + CategoryInfo          : NotSpecified: (Error 400: Perm...tory. - invalid:String) [], RemoteException

I'm running what I believe is the latest version of gam, and my OAuth and admin dashboard settings are all correct per the walkthroughs,
PS C:\gam> c:\gam\gam version
Dito GAM 3.01
j...@ditoweb.com (Jay Lee)
Python 2.7.5 64-bit final
google-api-python-client 1.2
Windows-7-6.1.7601-SP1 AMD64
Path: c:\gam\
    + FullyQualifiedErrorId : NativeCommandError
 

Jade Thaveekij

unread,
Sep 17, 2013, 3:41:25 AM9/17/13
to google-ap...@googlegroups.com
Hi group.  

The same error 400 with Permission Denied.  But with different command

D:\documents\gam>gam update group  networkmeeting spam_moderation_level allow
Error 400: Permission denied: Cannot hide from Groups directory. - invalid

and also

D:\documents\gam>gam group networkmeeting profile status
Getting all members of network...@mydomain.name (may take some time for large groups)...Got 13 members...
Traceback (most recent call last):
  File "gam.py", line 6037, in <module>
  File "gam.py", line 1250, in doProfile
UnboundLocalError: local variable 'body' referenced before assignment

Looking forward for a fix soon.  

On Sunday, May 26, 2013 12:35:39 AM UTC+7, Israel Leite wrote:
I can add/remove users but can´t change settings at all.
Using version 2.99

C:\Users\ileite\Desktop\gam3>gam update group israel_test_group settings  who_c
n_post_message all_managers_can_post
Error 400: Permission denied: Cannot hide from Groups directory. - invalid

Mike Herman

unread,
Oct 8, 2013, 10:25:45 AM10/8/13
to google-ap...@googlegroups.com
Now seeing this with the error below. This seems to be related to a periodic Google snafu. It would be great if I could actually rely on Google's API to manage my distribution lists but it seems like they are treating it as a beta still.

body: {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "A system error has occurred"
   }
  ],
  "code": 400,
  "message": "A system error has occurred"
 }
}

gam.exe : Error 400: A system error has occurred - invalid


Kirke Johnson

unread,
Oct 8, 2013, 12:25:36 PM10/8/13
to google-ap...@googlegroups.com
GAM 3.0 started blowing up this morning, but apparently only on the "info group" command. The message that appears is:


Error 400: A system error has occurred - invalid

--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/68bc6007-9349-475c-8502-dd6d28b787fd%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.



--
Kirke Johnson                               kjoh...@pcc.edu
Email Administrator, TSS , Sylvania Campus   
Portland Community College, Portland, OR, USA     (971) 722-4368

Brad Shannon

unread,
Oct 8, 2013, 1:00:53 PM10/8/13
to google-ap...@googlegroups.com
Same as above -- Error 400: A system error has occurred - invalid

I get this error when running "info group" commands.


On Tuesday, October 8, 2013 12:25:36 PM UTC-4, Kirke Johnson wrote:
GAM 3.0 started blowing up this morning, but apparently only on the "info group" command. The message that appears is:

Error 400: A system error has occurred - invalid

On Tue, Oct 8, 2013 at 7:25 AM, Mike Herman <her...@cictr.com> wrote:
Now seeing this with the error below. This seems to be related to a periodic Google snafu. It would be great if I could actually rely on Google's API to manage my distribution lists but it seems like they are treating it as a beta still.

body: {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "A system error has occurred"
   }
  ],
  "code": 400,
  "message": "A system error has occurred"
 }
}

gam.exe : Error 400: A system error has occurred - invalid


--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.

To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.

Mike Herman

unread,
Oct 8, 2013, 1:42:14 PM10/8/13
to google-ap...@googlegroups.com
I've opened another ticket with Google about this, it would be great if others could as well.

Kirke Johnson

unread,
Oct 8, 2013, 1:54:15 PM10/8/13
to google-ap...@googlegroups.com
It looks like GAM 2.55 is blowing up as well, but only on the "settings" sub-command:

 ./gam.sh info group <groupname redacted> settings
Error: Bad Request - <?xml version="1.0" encoding="UTF-8"?>
<errors xmlns="http://schemas.google.com/g/2005">
 <error>
  <domain>GData</domain>
  <code>invalid</code>
  <internalReason>A system error has occurred</internalReason>
 </error>
</errors>

Steve Greenwood

unread,
Oct 8, 2013, 2:16:10 PM10/8/13
to google-ap...@googlegroups.com
I've opened a ticket too.

Jay Lee

unread,
Oct 8, 2013, 2:20:50 PM10/8/13
to google-ap...@googlegroups.com
Thanks Guys,

  I have a ticket opened also and am working with Google on the issue. If you are affected, please do go ahead and open a ticket of your own (even though others have tickets open) to help Google see the impact of the issue.


Regards,

Jay Lee
Director of Google Apps Deployments   |  Dito


--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.

Kirke Johnson

unread,
Oct 8, 2013, 3:17:55 PM10/8/13
to google-ap...@googlegroups.com

Mohammed Islam

unread,
Oct 9, 2013, 10:47:19 AM10/9/13
to google-ap...@googlegroups.com
A ticket just opened.

When I went to the Google Enterprise Support Portal, at the top it showed in an yellow bar:
We have received some reports of customers having problems while accessing Google Groups. Our Product Engineering team is currently investigating this issue.

When I click on details, it showed the following but not sure if it is related this issue. http://Google.com/AppsStatus does not show this.
----------------------------------------------------------------------------------------------------------------------------------

Enterprise Support Known Issues


We have received some reports of customers having problems while accessing Google Groups. Our Product Engineering team is currently investigating this issue.

Last Update: 1 day ago

Event Start: 1 day ago

Description:
We have received some reports of customers having problems while accessing Google Groups. Our Product Engineering team is currently investigating this issue.

Steps to Reproduce:
1- Access Google Groups.
2- A yellow butter bar shows the error:

"An error (#437) occurred while communicating with the server"

And topics are not displayed.
----------------------------------------------------------------------------------------------------------------------------------
 
Thanks.

Mohammed Islam

unread,
Oct 10, 2013, 11:09:26 AM10/10/13
to google-ap...@googlegroups.com
After Google support confirming, I tested and found it working.

Thanks.

Mike Herman

unread,
Oct 10, 2013, 11:14:08 AM10/10/13
to google-ap...@googlegroups.com
Here's the reply I received:

Hello Mike,

Thanks for your message.I understand that you are experiencing an issue with using GAM to update a group on your Google Apps for Business account on the domain cictr.com. I tried calling you now on XXXXXXX, however you were not available.

Our API specialists have confirmed that this was an issue on our end which was affecting the Google Groups service and has since been resolved. We appreciate you reporting this issue to our team.

Please let me know if you are still experiencing an issue and I will be happy to investigate the issue further for you.

Sincerely,

James
Enterprise Support

Richard Gilbert

unread,
Jan 23, 2015, 11:43:52 AM1/23/15
to google-ap...@googlegroups.com
This was raised back in 2013 and I have delayed moving from GAM2 to GAM3 for group management because of it.  But as the end of support for the API used by GAM2 is approaching I have revisited it.  I was disappointed to find that group creation which includes the setting of who_can_post_message still sometimes fails with "Precondition Failed - conditionNotMet".  I had hoped that this would have been fixed by now.  I am using version 3.41.  Would it be better to create the group and then attempt to change group settings in a separate update operation?

Thank you
Reply all
Reply to author
Forward
0 new messages