Giter VIP home page Giter VIP logo

Comments (4)

khandelwalpiyush avatar khandelwalpiyush commented on June 15, 2024

I was able to reproduce the error with the enhanced logging binary.. Tried to export 4 members while creation of the group..

I can confirm all 4 members exist in google and are not suspended.. [email protected] is an externalMember..

FIDS on the same groups confirms the creation of group and then exports those members with no errors..

*******************************************************************************
5/09/2016 1:52:48 PM: Opening export connection
-------------------------------------------------------------------------------
5/09/2016 1:52:58 PM: Starting export Add for [email protected]
5/09/2016 1:52:58 PM: Updating description -> distgroup
5/09/2016 1:52:58 PM: Updating name -> distgroup
5/09/2016 1:53:00 PM: The following member additions failed
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
****************************************
An exception has occurred in ApplyChanges
Type: Google.GoogleApiException
Message: Google.Apis.Requests.RequestError
Resource Not Found: groupKey [404]
Errors [
    Message[Resource Not Found: groupKey] Location[ - ] Reason[notFound] Domain[global]
]
Failed member add: [email protected]
Group: [email protected]
Source: 
StackTrace:
****************************************
5/09/2016 1:53:00 PM: An unexpected error occurred while processing [email protected]
****************************************
An exception has occurred in <PutExportEntries>b__0
Type: Lithnet.GoogleApps.AggregateGroupUpdateException
Message: The group member update operation failed. Group ID [email protected]
Source: Lithnet.GoogleApps
TargetSite: Void AddMembers(System.String, System.Collections.Generic.IList`1[Google.Apis.Admin.Directory.directory_v1.Data.Member], Boolean)
StackTrace:
   at Lithnet.GoogleApps.GroupMemberRequestFactory.AddMembers(String id, IList`1 members, Boolean throwOnExistingMember)
   at Lithnet.GoogleApps.MA.ApiInterfaceGroupMembership.ApplyChanges(CSEntryChange csentry, SchemaType type, Object& target, Boolean patch) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ApiInterfaces\ApiInterfaceGroupMembership.cs:line 120
   at Lithnet.GoogleApps.MA.ApiInterfaceGroup.ApplyChanges(CSEntryChange csentry, SchemaType type, Object& target, Boolean patch) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ApiInterfaces\ApiInterfaceGroup.cs:line 117
   at Lithnet.GoogleApps.MA.ExportProcessor.PutCSEntryChangeAdd(CSEntryChange csentry, CSEntryChange deltaCSEntry, MASchemaType maType, SchemaType type) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ExportProcessor.cs:line 102
   at Lithnet.GoogleApps.MA.ExportProcessor.PutCSEntryChangeObject(CSEntryChange csentry, SchemaType type) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ExportProcessor.cs:line 59
   at Lithnet.GoogleApps.MA.ExportProcessor.PutCSEntryChange(CSEntryChange csentry, SchemaType type) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ExportProcessor.cs:line 16
   at Lithnet.GoogleApps.MA.ManagementAgent.<>c__DisplayClass33_0.<PutExportEntries>b__0(CSEntryChange csentry) in D:\github\lithnet\googleapps-managementagent\src\Lithnet.GoogleApps.MA\ManagementAgent.cs:line 136
****************************************
-------------------------------------------------------------------------------
5/09/2016 1:53:00 PM: Closing export connection: Normal
5/09/2016 1:53:00 PM: Writing 0 delta entries to file
*******************************************************************************
5/09/2016 1:53:00 PM: Operation statistics
5/09/2016 1:53:00 PM: Export objects: 1
5/09/2016 1:53:00 PM: Operation time: 00:00:02.4655488
5/09/2016 1:53:00 PM: Ops/sec: 0.406
*******************************************************************************

from googleapps-managementagent.

ryannewington avatar ryannewington commented on June 15, 2024

I've added a 1 second sleep after creating a group before adding members. See if it can be reproduced now.

Lithnet.GoogleApps.MA.Setup.zip

from googleapps-managementagent.

khandelwalpiyush avatar khandelwalpiyush commented on June 15, 2024

Initial testing with the latest patch given looks good.. created couple of groups (one with 4 members and another with 1) and they created fine..

from googleapps-managementagent.

ryannewington avatar ryannewington commented on June 15, 2024

Fixed in v1.1.6093

from googleapps-managementagent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.