Anyone run into this one? I have an mdl I am trying to open and change it's data source and output but am running into this error:
TR1102 Transformer detected a model error at line 523577 in file D:\Cognos\cer4\PHYS\easternsales.mdl.
(TR0705) Catagory Orphans of By Sales Person has been excluded from the PowerCube Group Sales Reps. A PowerCube can't be created in this PowerCube Group.
This model is to generate a cube for 'All eastern region sales' and also a group of cubes one for each individual sales rep. This runs in the older version 6.5 daily without incident. I know the new version handles Nulls differently so I have adjusted the sql for that. How can I get to where I can edit this model to get it to work so I don't have to start all over? I have a line in the sql that reads CASE WHEN (T2."REGN" = 'E') THEN ('Eastern ') WHEN (T2."REGN" = 'W') THEN ('Western ') WHEN (T2."REGN" = 'U') THEN ('Unassigned') END as c43.
Any tips would be greatly appreciated.
TR1102 Transformer detected a model error at line 523577 in file D:\Cognos\cer4\PHYS\easternsales.mdl.
(TR0705) Catagory Orphans of By Sales Person has been excluded from the PowerCube Group Sales Reps. A PowerCube can't be created in this PowerCube Group.
This model is to generate a cube for 'All eastern region sales' and also a group of cubes one for each individual sales rep. This runs in the older version 6.5 daily without incident. I know the new version handles Nulls differently so I have adjusted the sql for that. How can I get to where I can edit this model to get it to work so I don't have to start all over? I have a line in the sql that reads CASE WHEN (T2."REGN" = 'E') THEN ('Eastern ') WHEN (T2."REGN" = 'W') THEN ('Western ') WHEN (T2."REGN" = 'U') THEN ('Unassigned') END as c43.
Any tips would be greatly appreciated.