I've worked for SAS since 1998 developing SAS Marketing Automation, SAS Real-Time Decision Manager, SAS Customer Intelligence 360 and SAS Decisioning. I'm originally from the UK and now live with my family in Cary, NC.
Assuming you're using Viya 4 can you check the logs for the sas-microanalytic-score pod? That might give a clue why the update failed. Also was there a reason the table and column name are quoted in the update statement?
... View more
@alko13 The sas-model-repository pod fails to start on OpenShift. It is necessary to perform a workaround. Please try these steps and let me know if that works.
kubectl edit clusterrolebinding system:openshift:scc:hostmount-anyuid
added
kind: ServiceAccount
name: default
namespace: (put your namespace name here)
Then scale down sas-model-repository pod and then scale back up.
... View more