Quantcast
Channel: AssetWise ALIM
Viewing all articles
Browse latest Browse all 6419

Wiki Page: Basket Folder Deleted

$
0
0
Applies To Product(s): eB Web Version(s): 15.5.1 Environment: Area: Baskets & Folder Subarea: N/A Original Author: Manav Bhardwaj, Bentley Technical Support Group Delete All from 'Basket' deletes the Basket folder itself Problem Desciption: Basket Functionality is changed from 15.4.1 to 15.5.1 The basket folder is now exposed in the Basket plugin. There is a checkbox to the left of Basket (used to select all objects). If the user checks this box, in order to select everything in the basket, and then selects Remove Selection, it will remove the basket folder as well as all objects and the user will no longer have a basket. As a result, no new eb objects can be added to the Basket. Workaround: To create the missing basket for all users with missing baskets user need to use below Insert query: insert into gui_folders (gui_folder_id, name , description, namespace_id) select to_char(s.value),'My eB','',1 from setting_defs sd inner join settings s on s.setting_id = sd.setting_id left join gui_folders f on f.gui_folder_id = to_char(s.value) where sd.category_id = 2 and sd.object_type = 4 and sd.code in ('PersonalFolderId', 'PersonalBasketId') and f.gui_folder_id is null Problem Solution: Issue Tested on Oracle and SQL communities and verified that is now resolved in HF00341 Hope it will help you to resolve the issue!

Viewing all articles
Browse latest Browse all 6419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>