[SOLVED] Error! Attribute zimbraGalAccountId

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
stix2009
Posts: 2
Joined: Sat Sep 13, 2014 12:54 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by stix2009 »

Hi,
I am new with ZCS. I have installed zcs 6.0.3 64 bit on Ubuntu 8.0.4 LTS 64. And i created 2 domains. The first (main) domain has no problem, but the second one give me error like this:

[QUOTE]Error! Attribute zimbraGalAccountId of domain secondomain.tld references an invalid account ID: 741330ad-7d05-44c3-8d78-a89e2ebff808[/QUOTE]
and i check with zmprov gd att-group.co.id | egrep -i 'ldap|gal'

get two gal accountids
[QUOTE]

...

zimbraGalAccountId: 741330ad-7d05-44c3-8d78-a89e2ebff808

zimbraGalAccountId: 45b90c5f-bbf0-488c-b4d2-60136a151916

...

[/QUOTE]
My question is how i can remove gal accountId 741330ad-7d05-44c3-8d78-a89e2ebff808? And hope that solve my problem with this kind of error.
stintel
Posts: 1
Joined: Sat Sep 13, 2014 12:57 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by stintel »

I had the same issue after deleting the galsync account of a domain. I was able to fix this by the following command, with the ID being NOT the one mentioned in the error message. [QUOTE]zmprov modifyDomain domain.tld zimbraGalAccountId 1ecc1fd0-55e4-498b-a325-e6d2149d9b19[/QUOTE]
For you I think it would be:[QUOTE]zmprov modifyDomain att-group.co.id zimbraGalAccountId 45b90c5f-bbf0-488c-b4d2-60136a151916[/QUOTE] (in case you haven't found this yourself already)
stix2009
Posts: 2
Joined: Sat Sep 13, 2014 12:54 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by stix2009 »

I have solved it direct to ldap with Apache Directory Studio. I deleted zimbraGalAccountId 741330ad-7d05-44c3-8d78-a89e2ebff808, but before it I have made the backup from ldap. Since then I got the no error message anymore.

But I think your solution will work also, thank for answer
mailman.33
Advanced member
Advanced member
Posts: 79
Joined: Sat Sep 13, 2014 1:16 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by mailman.33 »

Is there any way we can generate a new zimbraGalAccountId and zimbraId for a domain? delete the existing one and create a new one I mean. Without causing any trouble to the domain or accounts.
mailman.33
Advanced member
Advanced member
Posts: 79
Joined: Sat Sep 13, 2014 1:16 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by mailman.33 »

This is while i try to modify the domain, its with just one ZimbraGalAccountId. What could be wrong?
---------------

Error! Attribute ZimbraGalAccountId of domain domain.com references an invalid account ID: d1ecb6ba-10b0-4201-8fd2-e563e397cbe9.

Message: no such account: d1ecb6ba-10b0-4201-8fd2-e563e397cbe9 Error code: account.NO_SUCH_ACCOUNT Method: GetEffectiveRightsRequest Details:soap:Sender

---------------
mailman.33
Advanced member
Advanced member
Posts: 79
Joined: Sat Sep 13, 2014 1:16 am

[SOLVED] Error! Attribute zimbraGalAccountId

Post by mailman.33 »

Still getting the error with zimbraGalAcccountId. It has just one GalAccountId, not sure why it says this attribute of domain is referencing invalid account Id. stuck here.
anhdq
Posts: 1
Joined: Tue May 23, 2023 7:47 am

Re: [SOLVED] Error! Attribute zimbraGalAccountId

Post by anhdq »

Work for me, you can try to remove Invaild account ID
su - zimbra
zmprov modifyDomain [domain name] -zimbraGalAccountId [Invaild account ID]
Last edited by anhdq on Tue May 23, 2023 7:51 am, edited 2 times in total.
Post Reply