A new Flexera Community experience is coming on November 25th. Click here for more information.
Collection and packages were removed on SCCM (for an old item item), as the cleanup was not working correctly.
Now App Portal is trying to clean the collection (for successful installs) and filling up 'CollectionClean_Error.log'.
Don't see any option in the webUI, what is best/safe way to stop App Portal from trying to clean the collection for this specific item (that does not have the collection or the package)?
Thinking it has to be done on the back end (DB side), would like to keep the history, and not lose the record.
Thanks
‎Nov 12, 2019 03:55 PM
‎Nov 13, 2019 08:17 AM
Here are 2 lines from the 'CollectionClean_Error.log', which is being repeated every 15 min. for each requestID.
Thanks for looking into this.
---------
<![LOG[Error processing collection removal for Request ID 72975 Not found , Method = RequestRefresh]LOG]!><time="05:46:10.000+240" date="11-13-2019" component="Web Service" context="" type="1" thread="15" file="Web Service">
<![LOG[Error processing collection removal for Request ID 94209 Not found , Method = RequestRefresh]LOG]!><time="05:46:14.000+240" date="11-13-2019" component="Web Service" context="" type="1" thread="15" file="Web Service">
---------------
‎Nov 13, 2019 08:33 AM
‎Nov 13, 2019 08:40 AM
Thank you; will run the update as we have several records and let you know the result.
‎Nov 13, 2019 09:19 AM
My sincere thanks; the update command took care the error.
‎Nov 14, 2019 01:06 PM
Used the 'update' command to set the clean = 1, which took care of the records in the database.
However new collections that have been removed from SCCM collection are not getting marked as cleaned' (still shows 'clean = '0)
------
CollectionClean.log has the following message; runs every 15 min. has the same devices in every run and any new ones:
<device name> not in collection, marking as complete
Refreshing collectionID <collection ID#>
=============
‎Dec 05, 2019 01:12 PM