Zimbra Open Source: Resources - Locations not showing in calendar

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Salva_savia
Advanced member
Advanced member
Posts: 50
Joined: Sat Sep 13, 2014 3:26 am

Zimbra Open Source: Resources - Locations not showing in calendar

Post by Salva_savia »

Unique message i receive in that log when I search is:
2014-06-02 12:22:26,069 INFO [qtp1097575009-152456:https://172.23.0.36:443/service/soap/Se ... cesRequest] [name=slorenzo@savia.net;mid=258;ip=81.34.14.106;ua=ZimbraWebClient - GC34 (Linux)/8.0.7_GA_6021;] soap - SearchCalendarResourcesRequest elapsed=4

2014-06-02 12:22:26,103 ERROR [qtp1097575009-152474:https://172.23.0.36:443/service/soap/Ge ... usyRequest] [name=slorenzo@savia.net;mid=258;ip=81.34.14.106;ua=ZimbraWebClient - GC34 (Linux)/8.0.7_GA_6021;] fb - can't find free/busy provider for user

2014-06-02 12:22:26,103 INFO [qtp1097575009-152474:https://172.23.0.36:443/service/soap/Ge ... usyRequest] [name=slorenzo@savia.net;mid=258;ip=81.34.14.106;ua=ZimbraWebClient - GC34 (Linux)/8.0.7_GA_6021;] soap - GetFreeBusyRequest elapsed=1
lamawithonel
Posts: 1
Joined: Sat Sep 13, 2014 2:26 am

Zimbra Open Source: Resources - Locations not showing in calendar

Post by lamawithonel »

I was having this exact same problem: users could find the resources using the "Internal" GAL mode, but not for "External" or "Both." My logs looked exactly like

Salva_savia's in the post above.
When I ran "zmprov gds galsync@example.com" I noticed there was no internal data source defined, so I added one based on the instructions from the wiki, then I forced the sync as quoted earlier in the thread by jorgedelacruz.es (zmgsautil forceSync -a galsync@example.com -n InternalGAL). It now works using GAL mode "Both."


zimbra@zimbra:~ $ zmprov gds galsync@example.com

# name ldap

# type gal

objectClass: zimbraDataSource

objectClass: zimbraGalDataSource

zimbraCreateTimestamp: 20140409212615Z

zimbraDataSourceEnabled: TRUE

zimbraDataSourceFolderId: 257

zimbraDataSourceId: 8e26d216-a387-4fe4-8b67-54ef9a19f9e0

zimbraDataSourceName: ldap

zimbraDataSourcePollingInterval: 1d

zimbraDataSourceType: gal

zimbraGalLastSuccessfulSyncTimestamp: 20140624223825Z

zimbraGalStatus: enabled

zimbraGalType: ldap





zimbra@zimbra:~ $ zmmailbox -z -m galsync@example.com createFolder --view contact /_InternalGAL

308





zimbra@zimbra:~ $ zmgsautil addDataSource -a galsync@example.com -n InternalGAL --domain example.com -t zimbra -f _InternalGAL -p 1d

galsync@example.com 91c5e477-2426-4e3c-ac60-bbde4de67048





zimbra@zimbra:~ $ zmprov gds galsync@example.com

# name ldap

# type gal

objectClass: zimbraDataSource

objectClass: zimbraGalDataSource

zimbraCreateTimestamp: 20140409212615Z

zimbraDataSourceEnabled: TRUE

zimbraDataSourceFolderId: 257

zimbraDataSourceId: 0b961d1c-ea68-46e4-9255-4c57e55ca2a8

zimbraDataSourceName: ldap

zimbraDataSourcePollingInterval: 1d

zimbraDataSourceType: gal

zimbraGalLastSuccessfulSyncTimestamp: 20140624223825Z

zimbraGalStatus: enabled

zimbraGalType: ldap
# name InternalGAL

# type gal

objectClass: zimbraDataSource

objectClass: zimbraGalDataSource

zimbraCreateTimestamp: 20140624225136Z

zimbraDataSourceEnabled: TRUE

zimbraDataSourceFolderId: 720

zimbraDataSourceId: 91c5e477-2426-4e3c-ac60-bbde4de67048

zimbraDataSourceName: InternalGAL

zimbraDataSourcePollingInterval: 1d

zimbraDataSourceType: gal

zimbraGalStatus: enabled

zimbraGalType: zimbra

besvanlt
Posts: 1
Joined: Thu Jul 11, 2019 7:01 pm

Re: Zimbra Open Source: Resources - Locations not showing in calendar

Post by besvanlt »

Maybe GAL list didn't updated after adding the resource, try to force it, it worked for me.
m2t4eus
Posts: 1
Joined: Sat Mar 28, 2020 11:59 pm

Re: Zimbra Open Source: Resources - Locations not showing in calendar

Post by m2t4eus »

Isso funcionou para mim:
zmgsautil forceSync -a galsync@example.com -n InternalGAL
Post Reply