book
Article ID: KB0082912
calendar_today
Updated On: 12-14-2017
Description
This article discusses the error message "Bucket sharing detected. This is not supported".
Issue/Introduction
I am getting an error message: "Bucket sharing detected. This is not supported"
Resolution
This error indicates that two resources have been configured to use the same cache table.
View "A" is configured to use /myOraclecache/dbo/FirstCacheTable
View "B" is also configured to use /myOraclecache/dbo/FirstCacheTable
You need to reconfigure the resources so that each of them uses its own cache, for instance:
View "A" uses /myOraclecache/dbo/FirstCacheTable
View "B" uses /myOraclecache/dbo/SecondCacheTable
This issue typically occurs when you have made a backup copy of a cached view, as now there are two views (original and copy) configured to use the same cache table. The error message will list the two conflicting views.
Example
Bucket sharing detected. This is not supported. Bucket '/ciscache/dbo/Marketing0' found in: status, cachekey, serverid, clusterid, resourceid F, 8007, internal.redwood.com-9400-1500608374, 1732579223634-656020440, /shared/Common/Physical/Formatting/Marketing I, 8512, internal.redwood.com-9400-1300609373, 1452589923614-656020440, /shared/Common/Physical/Formatting/Legacy/Marketing
From the error message, the following views are pointing at the same cache table i.e. "/ciscache/dbo/Marketing0"
/shared/Common/Physical/Formatting/Marketing
/shared/Common/Physical/Formatting/Legacy/Marketing