Authorization issue to view cube contents

Hi Gurus,
  I am getting Authorization issue to view cube contents in Production server, When I execute the cube it is showing me the following statement.
"You do not have sufficient authorization for the infoprovider ZMMG_C05".
Please provide me a possible solution for this.
Thanks,
Jackie.

Hi,
Two things to be checked with respect to authorization for this one.
1) Functional Roles: Check whether Info cube is present in the functional roles that are assigned to you.
                              If not you need to get the functional role in which the Infocube is assigned.
2) Data Access Roles: Check in the data access roles assigned to you, whether you have the access
                                  to the selection that you are using to see the data in the info cube. Else, request
                                  BASIS team to assign the appropriate data access roles to you.
Hope this helps.
Regards,
Bharat

Similar Messages

  • Authorization error when viewing the contents of a cube.

    Hi all,
    I created a cube,loaded data into it.  When I want to view the contents I get this below error...
    any clues on how to debug this.....
    Your user master record is not sufficiently maintained for object Commodity and Company Code Auth object
    Message no. BRAIN805
    Diagnosis
    When checking your authorizations for object 'Commodity and Company Code Auth object' (technical name: ZCOMSEC) it was established that you do not have authorization in your user master record for this object (return code 12).
    Procedure
    How you continue depends on the return code. See the online documentation for ABAP language element "AUTHORITY-CHECK". Please note:
    With a return code of 12, the object 'Commodity and Company Code Auth object' has not been maintained in the user master, meaning there is no profile in the user master record in which this authorization object has been entered. This is, however, absolutely necessary, as all of the authorization objects created in the development class RSR are validated in the 'and' link. If the authorization is missing for only one object, the request is rejected as unauthorized.
    Get the person responsible for your authorization to create you a profile containing authorization for object Commodity and Company Code Auth object.
    thanks.

    Hi Kiranmai;
    Seems like the Object to execute the viewing contents of the cube is not included in your user profile. you need to go to the T-code SU01 and add the missing object into your profile. Click on the maintain objects at the bottom of the screen this is where you can add this object. If you are not sure which object that you are having this authorization issue,,you can put the trace on it via t-code ST01:Do the following steps.
    1. Go to tcode ST01.
    2. put the trace on your user id. ( can ask this to your  Basis guy if you don't know how to do it).
    3. then execute the view content of the cube.
    4. when you get autho. error, go to the ST01 again, and have the trace off, and view the trace. you will see the name of the Object that needs to be included in your userid via SU01, do not forget to activate and Generate the profile after the addition. The return code 12 is the return type of the object that you are having problems.
    Hope this answers your question.
    Regards:
    Buddhi

  • Authorization issue while using business content objects

    Hi all,
    I am getting an authorization error while loading from DSO to Cube (for standard business content objects only). Even i am not able access the data in Bex reports from Standard cubes or DSO.
    The user is assigned to SAP_ALL .
    But there is no such issue while accessing user defined DSO or cubes.
    any solutions will be helpful.
    Regards,
    Varma

    Hi,
    Have you seen the error thru the SU53 t-code ? There you should see what is the missing authorization with the user.
    Regards, Federico

  • Issue with Smart View Help Contents using v11.1.2.0.01

    Hi there,
    I just installed v11.1.2.0.01 (Build 003) of the Smart View add-in on a MS Windows XP SP2 PC with MS Office 2003 SP3.
    Unfortunately, the Help Contents in MS Excel does not seem to work as whenever I select Smart View > Help > Contents, nothing gets displayed. Selecting Smart View > Help > Technical Support and Smart View > Help > EPM Documentation takes me to various links on the www.oracle.com site.
    I uninstalled then re-installed this specific version a few times but to no avail. I even checked the contents of each subdirectory where Smart View has been installed but could not find any Help files whatsoever.
    1. Has anyone ever encountered this issue?
    2. If yes, what do I need to do to resolve this issue and get the Smart View Help to be displayed?
    Thanks in advance,
    JBM

    Well, reading the documentation about knowing where to find the documentation would have actually helped. At the bottom of page 10 of the Smart View ReadMe document, the following is mentioned under the "Documentation Updates" section:
    "For Smart View online help to be available, the Shared Connections URL on the Advanced page of the Options dialog box must contain an EPM Workspace URL."
    This question is now answered.
    JBM

  • Authorization error when trying to view Infocube content

    Hi,
    I have created one Infocube and loaded the data.When I am trying to view the contents from manage screen,im getting the below mentioned error.
    Your user master record is not sufficiently maintained for object Auth Obj for  Personnel Area - 0PERS_AREA
    Message no. BRAIN805
    Diagnosis
    When checking your authorizations for object 'Auth Obj for  Personnel Area - 0PERS_AREA' (technical name: ZHR_0PERSA) it was established that you do not have authorization in your user master record for this object (return code 12).
    Procedure
    How you continue depends on the return code. See the online documentation for ABAP language element "AUTHORITY-CHECK". Please note:
    •     With a return code of 12, the object 'Auth Obj for  Personnel Area - 0PERS_AREA' has not been maintained in the user master, meaning there is no profile in the user master record in which this authorization object has been entered. This is, however, absolutely necessary, as all of the authorization objects created in the development class RSR are validated in the 'and' link. If the authorization is missing for only one object, the request is rejected as unauthorized.
    •     Get the person responsible for your authorization to create you a profile containing authorization for object Auth Obj for  Personnel Area - 0PERS_AREA.
    need help on this
    Thanks In Advance..

    Hi,
    First check in RSSM whether your InfoProvider is checked for authorization object 0PERS_AREA. Also determine whether do you need this authorization object ?If yes, then it should be checked otherwise check mark should be unchecked. If 0PERS_AREA is checked for your InfoProvider, then you should have some value in this object when you create the role. Either *  for all values or restricted value for it. Goto Pfcg select the role and add the authorization values for the 0PERS_AREAobject.
    GSM.

  • Help needed in BI content sales over view cube

    We have activated sales over view cube. Just wondering about update routines for each of KFs. They all have similar logical patterns in examples below
    Could any one explain me why this logic of multiplying by -1 is applied for each KF.
    Also, I need to know, if I should use same routines for updating in ODS in place of updating directly in sales overview cube.
    Example - 1
    RESULT = COMM_STRUCTURE-/BIC/ZSHIPQTY.
      IF COMM_STRUCTURE-DOC_CATEG CA DEB_CRED.
        RESULT = RESULT * ( -1 ).
      ENDIF.
      RETURNCODE = 0.
    Example - 2
    RESULT = COMM_STRUCTURE-ACT_DL_QTY.
      IF COMM_STRUCTURE-DOC_CATEG CA CREDIT.
        RESULT = RESULT * ( -1 ).
      ENDIF.
    Example -3
    CLEAR RESULT.
      RESULT = COMM_STRUCTURE-NO_DEL_IT.
      IF COMM_STRUCTURE-DOC_CATEG CA CREDIT.
        RESULT = RESULT * ( -1 ).
      ENDIF.
      RETURNCODE = 0.
    Points will be awarded for good answers.
    Thanks
    Jeff
    Edited by: Jeff Edwards on Aug 11, 2008 7:00 AM
    Edited by: Jeff Edwards on Aug 11, 2008 7:00 AM

    So instead of putting update routine in ODS update rule, I can put it between ODS and cube.
    yes.
    Now, question is.. is 1:1 KF mapping in ODS is fine.
    yes.
    Initial ODS KF value:     30
    ODS set to overwrite: credit posting 10
    KF value in ODS:  10
    Update to cube: -10
    values of KF in cube:    30
    second value:             -10
    during reporting 30 + (-10) = 20.
    All this is hypothetical for your understanding. The real data model should be based on ur requirements. This is one way of doing it.

  • Sap bi authorizations issue with query designer..

    i am using bw 3.x and bi 7 query designer with different kind of probs?...
    i am able to see the info provider  in query desinger 3.x. but i can see only cubes .i am not able to find dso or infosets or multiprovider.. can anyone suggest is there any authorizations issues..please suggest.
    and with BI 7 query designer i am not able to see info providers in info areas folder to design a query..
    please suggest if any authorizations should be added or not

    hi suman chakravar,
    thanks for replying,
    can u be little bit clear about the steps.
    i went to tcode su01 and entered profile 0bi_all..it doesnt work.
    and executed tcode su56.there i can find list of BI related authorization profiles
    i added s_rs_all profile to my user. even then i face the same problem.
    i can see only queries in query designer of bi 7 format and i can not view info providers.
    i can view only cube and infosets and i can not view dso and multiproviders in bw 3.x type query designer
    Edited by: satishchow on Dec 14, 2011 3:23 PM

  • Not able to view the content in Microsoft help viewer (MS VS 2012)

    Hello Team,
    I'm Rahul from Daimler-Chrysler, Bangalore location. I’m the IT Engineer for Daimler-Chrysler.
    We tried many settings in IE but still not able to resolved. So i need more expert help. 
    My customer having one issue- 
    # User is not able to view the content in Microsoft help viewer (MS VS 2012), below is the error: Its opening in HTML Format.
    So please help me. Contact no- +91-9972004298. and personal id:- [email protected]/[email protected]
    I call you to Microsoft customer care they advice me to ASK Question. Please help me, I'm waiting for your reply.
    Thanks,
    Rahul B. Patil.
    +919972004298.

    Hi Sri,
    it looks that your HANA instance has been created before we enabled the web-based development workbench. Some privileges are missing, we can't migration those existing instances.
    Nevertheless you can ignore the error above. You can see all the content inside your instance "smstest1".
    If you want to get rid of the cosmetic issue. You might delete this instance and create a new one.
    Best regards
    Xu

  • Authorization issue in Info spoke

    Hi all,
    I am facing some authorization issue when executing info spoke in process chain.
    Info spoke is working fine in direct Scheduling (both background and Dialog).
    Am getting this error after execution of process chain
    "System error: RSDRC / FORM AUTHORITY_CHECK RSDRC / FORM AUTHORITY_CHECK R"
    "System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET RSDRC / FUNC RSDRC_B"
    "System error: RSDRC / FORM DATA_GET RSDRC / FORM DATA_GET RSDRC / FORM DA"
    "Extraction Cube : Error in DataManager API".
    I dont know why this problem comes.
    Can anyone tel me what went wrong and how to solve it.
    Thanks in advance.
    Kind regards,
    Shanbagavalli.S

    Hi All,
        The above issue is getting due to # character in text at end(e.g ljdfsaa##). After removing # characters in text issue got resolved.
    Thansk,
    Manjunatha

  • Authorization issue - need to know the Role providing this access

    Hi,
    User is facing an authorization issue below:
    "You donot have authorization to display DataSource 2LIS_06_INV, Component MM" and
    "You donot have authorization to display DataSource 2LIS_11_VAITM, Component SD"
    Kindly let me know what Role is missing from the user's profile?
    Thanks and Regards,
    Sachin
    SAP Security Consultant

    Hi Murali,
    It helped.
    I found out the BW Data Support role for the object S_RO_OSOA and when checked it was already in user's profile but the missing part was user Comparision for that role.
    I did user comparision and then user is able to view the below DataSources....
    Thanks for your help, it triggered to find the root cause.
    Thanks
    Sachin

  • Authorization issue in BPS

    Hi guys,
    I've the authorization issue in a BPS application, where a user can upload a flatfile into a BPS-cube, but only when I select in the authorization object S_RS_AUTH 0BI_ALL.
    Without selecting 0BI_ALL (another analysis authorization) yields to the message, that the user has not enough authorization...
    Now the user gets access to data in the BW reporting to all the organizational marks like the organization unit (0ORGUNIT).
    How is it possible to design the authorizations / analysis authorization, that the same user can upload data via flatfile, but gets only access to transaction data for organizational data which he should see???
    How should the analysis authorization should be designed? Has it something to do with the techn. char. like 0TCAACTVT?
    THX in advance!
    Clemens

    Hi,
    Have you tried creating Authorization Variable for organizational Unit ?
    This will give restricted access to data based on the authorization assigned .
    Thanks
    Pratyush

  • Unable to view the contents in NQS Config file

    Hi Forum,
    After I successfully install the OBI EE 10.1.3 Application, I am unable to view the contents in NQS Config file. It is opening in Notepad with error showing as "The filename, directory name or volume label syntax is incorrect."
    So please guide me in resolving this issue.
    Regards
    Cool j

    You probably have restricted access to the file. Check if the drive is ntfs. If the os user is in administrator group, you can give permissions in file properties.

  • As of yesterday afternoon, I can no longer view the content of email on my iPhone. When I open the email, there's no content.

    As of yesterday afternoon, I can no longer view the content of email on my iPhone. I can view it on my iPad and my iMac. When I open the email, there's no content. Contact and subject appear, but zero content. It seems to be chronically "checking for email" at the bottom of the screen, whereas the email downloading indicator at the top has finished. This issue is across all three of my email accounts.

    if you're using Yahoo email, this is a common problem with iPhone and Yahoo

  • Regarding BI Authorization Issue

    Dear Friends,
    can anyone help me to solve this issue..
    I have a Authorization Issue, u201CNO Authorization u201C
    Error : EYE 007 ( Insufficient Authorizations )
    I have follow this stepsu2026
    Steps 1 :-
    Define Authorization-Relevant Characteristics ( ZCUSTOMER )
    Note : I have 0Division values C100 and C200, I want to restrict the user on ZCUSTOMER = 100.
    Steps 2 :-InfoObjects as u201Cauthorization-relevantu201D
    Eg: 0TCAACTVT
    0TCAIPROV
    0TCAVALID
    0TCAKYFNM
    ZCUSTOMER
    Steps 3 :-Using T-code : (RSECADMIN) created the Analysis Object
    For example : ZAUTH In That I have taken
    ZCUSTOMERrestricted with value C100.
    0TCAACTVT with 3 ( Display )
    0TCAIPROV with * ( Astric )
    0TCAVALID with *
    0TCAKYFNM with *
    Steps 4 :-
    Assign Authorizations to Roles
    Use authorization object S_RS_AUTH for the assignment of
    authorizations to roles.
    Maintain the authorizations as values for field BIAUTH
    Ex: ZTESTA1
    S_RS_AUTH
    Here I have given my Authorization Analysis Object ( ZTESTA1) which I have created in RSECADMIN.
    S_RS_COMP
    Activity Create or generate, Change, Display, Delete, Execute <...>
    InfoArea : ZDEMO_ MIHI
    InfoCube : ZCUBET
    Name (ID) of a reporting compo : ZTEST_Q0001
    Type of a reporting component Calculated key figure, Query View, Query, Restricted key figure <...>
    S_RS_COMP
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    InfoCube : ZCUBET
    Name (ID) of a reporting compo :ZTEST_Q0001
    Type of a reporting component :Query
    S_RS_COMP1
    Activity Display, Execute
    Name (ID) of a reporting compo : ZTEST_Q0001
    Type of a reporting component :All values
    Owner (Person Responsible) for *
    S_RS_COMP1
    Activity Change, Display, Delete, Execute, Enter, Include, Assign
    Name (ID) of a reporting compo ZTEST_Q0001
    Type of a reporting component All values
    Owner (Person Responsible) for :*
    S_RS_ICUBE
    Activity Create or generate
    Infocube Sub Objects: DATA, Update rules, Data Definition, Aggregats
    InfoArea :ZDEMO_ MIHI
    InfoCube : ZCUBET
    S_RS_IOBC
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    Infoarea Catalog : zioc_test, Zkf_test
    S_RS_IOBJ
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    InfoObjets: ZCUSTOMER, ZDOCNO,ZMATERIAL
    Steps 5 :-
    AND Assign this Role to User.
    Steps 6 :- ERROR
    When I execute the Report it is showing u201CNO Authorization u201C
    u201C Insufficient Authorization u201C
    EYE 007.
    Regards
    Siva

    Hi,
    In RSECADMIN try to put on the trace with your user id & execute the query . System will give you list of authorization object with red color which needs to be reconsidered in order to execute report without error.
    Hope that helps.
    Regards
    Mr Kapadia

  • Can't view uPerform content with Flash Plugin 10.1.102.64

    My company uses uPerform a product that we use to create flash based simulations and WBTs. After downloading the most recent version of the flash player, I have not been able to view existing content published on a server. When users accesss Flash content it displays a blank white or black screen. I have seen an article which seems to describe my issue entirely, but it was posted as an Adobe Captivate issue. There is a workaround for the product, but it directed towards users have problems with Captivate.
    Here is a link to one of our published simulations:
    https://rwdp.ebsp.msu.edu/ucontent/e2f402a4126b4d8e9c10210472f564ec_en-US/sim/flash//index .htm#
    Similar known Captivate issue:
    http://blogs.adobe.com/captivate/2010/11/cp5-content-with-text-animations-not-working-with -latest-flash-player-version.html
    The problem seems to be present in IE 7, IE 8, and Firefox. I attempted to follow uninstall directions and was directed to most recent version of the plugin. This issue is effecting thousands of our users.

    You can find information on this issue at the ANCILE Product Support Center -- products.ancile.com. We recently posted a few blog articles on this issue and options to address.

Maybe you are looking for

  • PSE 10 will print from the organizer and in sharing mode, but not from full edit

    I'm using pse10 on a computer with an i7 processor with 12GB of ram and windows 7 with a color laser printer.  The print function works fine while in organizer and sharing mode, but not from full edit.   When I try to print from full edit, I get an 

  • Import design objects - missing something

    Hi I have two files with tpt extensions XI2_0_SAP_APPL_4.6C_48_01_classic.tpt and XI2_0_SAP_APPL_4.6C_48_01.tpt to import objects corresponds to rosettanet design objects I got from SAP market place. I did place them in respository_server/import dire

  • Can't even find adobe premier pro cs6

    I now can't even find the adobe premier pro in Adobe website.How could I find it?

  • CSS Menu incorporated into Image.  How is it done?

    Hello everyone I hope your weekend if proving fruitful! I have a little problem with Dreamweaver.  Basically it is this: I have created a banner in Photoshop with a gorgeous artwork image (I am pleased with it to be honest!).  To add to its aethetic

  • Pls find this error,say me what to do

    here i am passing a string into itab,it gives me error "Incorrect arithmetic or bit expression: Instead of "'snap, 1/2" Ring" below is the code ITAB-TEXT = 'SUPH000001||0000114731||H||H-Hardware||H-1164-||Trigger' 'snap, 1/2" Ring (QCL175)||||0000206