Why are my overrides being rejected?

Why are my overrides being rejected?

Due to error ‘The following input is ambiguous'

The environment has an obsolete attribute with the same name in the system model. Remove the obsolete attribute and rerun the overrides. 

Due to Obsolete SKUs

One possible cause is an obsolete SKU featured in the Dim_Workbench dimension. Deleting the SKU CD and TX should resolve this issue. To find obsolete SKUs, look through each dimension in the system model and compare these dimensions to the Setup Manager. 

    • Related Articles

    • How do I simulate overrides?

      Simulate Overrides calculates some data in memory, but not complex data. In Memory Mode features no SQL Calculations. SELECT * FROM Information Schema, shows all of the columns from tables in the database:  SELECT TableName, ColumnName, ...
    • Arkieva.Collaboration.Services.Overrides not found?

      If at the beginning of the installation “Uninstall.cmd” in “Arkieva.Collaboration.Services.Overrides” is not found, it is trying to uninstall something that it cannot find. This can be resolved by copy/pasting the inetpub\wwwroot\Arkieva folder from ...
    • What to do if overrides are not working?

      Delete Null Attribute Isolate a single override that is failing, preferably one at a very low level that affects very few rows in the fact table (a single record would be best), then capture the SQL queries made around processing that override.   An ...
    • Why are my overrides changing on their own later?

      Data always gets refreshed at aggregated levels. Meaning that these new values may have been added to the quantity coming from the original override. These added combinations from after the date of the override can cause this behavior when overrides ...
    • Terminal server is connecting to the wrong database?

      Terminal server connects to wrong database in case of server cloning. Checks: Check db config Check the dbo.json files Check api root: http://zarkvs01/Arkieva/api/v1/config/databases Check config files on terminal server At a client, first we had ...