Bruno Mars, thank you for your solution!
For those who have the same error, the application id can be found with the command:
psql -U qradar -c "select id, name, version, hub_id, file_location, content_status from content_package;"
And then change the status to 6 with the command above
------------------------------
Denis Filatov
------------------------------
Original Message:
Sent: Mon August 03, 2020 08:25 AM
From: BrunoMarX
Subject: Cannot Install Apps
Solved:
the Assistant Application is stuck in a status called 'Install Previewing', the following command will change this:
psql -U qradar -c "update content_package set content_status=6 where id=404;"
------------------------------
Bruno Oliveira
------------------------------
Original Message:
Sent: Mon August 03, 2020 07:12 AM
From: Bruno Oliveira
Subject: Cannot Install Apps
Hey Mario! Thank you! Yes. I didn't work though.
------------------------------
Bruno Oliveira
Original Message:
Sent: Mon August 03, 2020 12:44 AM
From: Mario Sebastiani
Subject: Cannot Install Apps
Did you already tried to restart hostcontext on the Console?
------------------------------
Mario Sebastiani