No errors seen. Paid apps are not installed unless they set to required apps.
The issue will occur if the migration did not happen properly with some of the VPP data missing. To resolve this issue follow the below steps on DB.
Note: Ensure to back up the DB before making any changes to DB.
Get the VPP_ACCOUNT_ID (mostly it will be 1) using the query
“Select ID from VPP_ACCOUNT”
Update the VPP_ACCOUNT_ID in below AVPP_LICENSE table using the query:
Update AVPP_LICENSE set VPP_ACCOUNT_ID = <VPP_ACCOUNT_ID>;
Update the VPP_ACCOUNT_ID in below AVPP_USER table using the query:
Update AVPP_USER set VPP_ACCOUNT_ID = <VPP_ACCOUNT_ID>;