Hi all,
i try to activate a calculation view and get the following error:
MDXRuntime: Internal deployment of object failed: Internal Error:Create Scenario: failed aCalcEngine.createScenario(): The following errors occured: user is not authorized(2950)nnprinting XML <?xml version="1.0" encoding="UTF-8" standalone="no"?><cubeSchema defaultLanguage="EN" defaultSchema="_SYS_BIC" operation="createCalculationScenario" version="3"><calculationScenario name="tutorials.java/CALC_GRAPHIC" schema="_SYS_BIC"><dataSources><tableDataSource name="TEILNEHMER_A" schema="TUTORIALS" table="TEILNEHMER_A"><attributes><allAttribute /></attributes></tableDataSource><tableDataSource name="TEILNEHMER_B" schema="TUTORIALS" table="TEILNEHMER_B"><attributes><allAttribute /></attributes></tableDataSource></dataSources><calculationViews><union name="Union_1" ><viewAttributes><viewAttribute ignoreFromInputsFlag="false" isVisible="true" name="TEILNEHMERNUMMER" /><viewAttribute ignoreFromInputsFlag="false" isVisible="true" name="VORNAME" /><viewAttribute ignoreFromInputsFlag="false" isVisible="true" name="NACHNAME" /><viewAttribute ignoreFromInputsFlag="false" isVisible="true" name="GEBURTSDATUM" /><viewAttribute ignoreFromInputsFlag="false" isVisible="true" name="FIRMA" /></viewAttributes><inputs><input name="TEILNEHMER_A"><mapping source="TEILNEHMERNUMMER" target="TEILNEHMERNUMMER"/><mapping source="VORNAME" target="VORNAME"/><mapping source="NACHNAME" target="NACHNAME"/><mapping source="GEBURTSDATUM" target="GEBURTSDATUM"/><mapping source="FIRMA" target="FIRMA"/></input><input name="TEILNEHMER_B"><mapping source="TEILNEHMERNUMMER" target="TEILNEHMERNUMMER"/><mapping source="VORNAME" target="VORNAME"/><mapping source="NACHNAME" target="NACHNAME"/><mapping source="GEBURTSDATUM" target="GEBURTSDATUM"/><mapping source="FIRMA" target="FIRMA"/></input></inputs></union><projection name="finalProjection" defaultViewFlag="true"><inputs><input name="Union_1"><mapping source="TEILNEHMERNUMMER" target="TEILNEHMERNUMMER"/><mapping source="VORNAME" target="VORNAME"/><mapping source="NACHNAME" target="NACHNAME"/><mapping source="GEBURTSDATUM" target="GEBURTSDATUM"/><mapping source="FIRMA" target="FIRMA"/></input></inputs><viewAttributes><viewAttribute name="TEILNEHMERNUMMER"/><viewAttribute name="VORNAME"/><viewAttribute name="NACHNAME"/><viewAttribute name="GEBURTSDATUM"/><viewAttribute name="FIRMA"/></viewAttributes></projection></calculationViews></calculationScenario></cubeSchema>nVersion: 62n
I think i need some additional privileges to create a calculation view... I don't work with SYSTEM user.
I give the following rights to my user:
SQL PRIVILEGES:
- SCHEMA _SYS_BIC: INSERT
- SCHEMA _SYS_BI: INSERT
-SCHEMA _SYS_REPR: SELECT
SYSTEM PRIVILEGES: CREATE SCENARIO
What do i need more?
Best regards
Thorsten Füg