Forum Discussion
Deployment pipeline problems with Live Connect
HI all
I´m having problems with Live connect semantic model when using Deployment pipeline.
Things work as they should if I in desktop, connect one of the tabular models dev, tst or prd and publish to coresponding WS and connect to gateway. But things stopp working if I deplopy dev to tst or tst to prd (with corrct rule).
I´m getting this:
Error executing the query because the cube or some internal structures have not been processed (or do not exist).
There are some columns in dev & tst that don´t exist in prd can this be the issue?
Best regards
/Måns
Hi Anonymous The issue occurs because the prd environment's semantic model has missing columns compared to dev and tst, leading to schema mismatches and unprocessed internal structures.The schema mismatches leads to this kind of error.
To resolve this, align the schema across environments or adjust queries to avoid referencing missing columns. After deployment, process the model in the prd workspace to update internal structures. Also, verify that Deployment Pipeline rules and Gateway configurations are correctly mapped to the respective environments.