Hi, We are facing an issue in PROD after importing and deploying semantic model bundle from Non Prod to prod.
Steps followed so far-
- Create custom schema in Prod ADW.
- Create Custom table, synonym in custom schema. Grant select access to OAX$OAC and OAX_USER.
- Generate and export bundle for the semantic model in Non Prod
- Import and deploy Semantic Model bundle in PROD
- There were no errors in PROD after we validated Semantic model
- We can see the Subject area updated with the fact and Degen Dimension but when we add it to the workbook ,it throws an error that table does not exist.
- Based on the execution logs , the query is checking for DEV_ADW.CUSTOM_ACT. Hence, it is erroring in PROD as DEV_ADW is not valid schema in PROD. We created custom schema PROD_ADW in Prod
When we create logical star, are we supposed to use custom schema and custom table as we did, or should we be using the seeded schema OAX_USER only?
Could anyone please advise?
Thanks
Veena