Authorization Error (Same Infobject being used in Multiple infoproviders)

Hi Gurus,
We are encountering authorization issues when an auth relevant object is being used in multiple infoproviders in BI-7.
We have made a custom object Auth relevant and this is being used in Multiprovider A. The reports are executed sucessfully from this multiprovider. However the same custom object is being used in Multiprovider B and the reports off of this multiprovider errors with 'No Authorization'. We need Authorization of this object to work only for Multiprovider A and we do not need this authorization in Multiprovider B. Is there a settings to bypass the Auth Check of this object in Multiprovider B.
Please Advise.
Thanks !

Currently there is no EXCLUDE option in analysis authorizations,else it would have made life easy ,SAP is deemed to include this in future releases ..
So might want to try below  -
create 2 AUTH objects  - RSECADMIN.
say -
<b>Authorization object - A</b>
Select Multiprovider - X and select infoobject -x which you need authorization.
<b>Authorization object - B</b>
Select Multiprovider - Y and DONT select infoobject - x
Assign both the Authorization objects to the user in RSECADMIN.
execute the query.
Hope it Helps
Chetan
@CP..

Similar Messages

  • Tag instances - same instance being used across multiple tags

    Hi
              I am using BEA WebLogic Server 6.1 SP2
              Problem:
              Tag instances - same instance being used across multiple tags
              The problem is that when I use the same jsp tag several times in a page,
              The tag is being instantiated only one time, as a result the class
              attributes
              retain their values when activating the tags.
              Example:
              A code that demonstrates the problem (not sure that it is compiled)
              public FooTag extends TagSupport {
              private boolean isValid = true;
              private String name;
              public setName(String x){
              name = x;
              public int doStartTag() throws JspException
              if (name.equals("x"){
              isValid = false;
              return SKIP_BODY;
              public int doEndTag() {
              if (isValid){
              return EVAL_PAGE;
              <table>
              <tr>
              <td><mpower:FOOTAG name="x"/>
              <!-- isValid attribute is set to false -->
              A FOOTAG implmented in FooTag </td>
              </tr>
              <tr>
              <td><mpower:FOOTAG name="y"/>
              <!-- isValid attribute still false (we expected it to be true) ! -->
              A FOOTAG implmented in FooTag </td>
              </tr>
              </table>
              P.S.
              I am using the same tags library with Tomcat and iPlanet Application severs,
              I did not get this problem there !!
              

              What should I do to reinitialize the tag? We have the same problem on custom tag.
              We have TabSet tag, which contains a set of Tab tag. In Weblogic 5.1, everything
              works ok, however when we run it in weblogic 6.1, Tab object seems like share the
              same instance, say if I have 2 Tabs in the TabSet, it ends up shows 2 same tabs with
              the apperance of the last tab added to the tabset on the web browser. We do implement
              release() method to call super.release() of TagSupport class.
              Any help is very appreciated.
              Thanks,
              Kimberly
              "Simon Spruzen" <[email protected]> wrote:
              >
              >This is allowed. You must implement public void release() on your tag, and
              >WLS will
              >call it before this method if WLS elects to reuse the tag instance. Your
              >release
              >method just reinitialises the tag as required.
              >
              >simon.
              >
              >"Eyal H" <[email protected]> wrote:
              >>Hi
              >>
              >>I am using BEA WebLogic Server 6.1 SP2
              >>
              >>Problem:
              >>
              >>Tag instances - same instance being used across multiple tags
              >>
              >>The problem is that when I use the same jsp tag several times in a page,
              >>
              >>The tag is being instantiated only one time, as a result the class
              >>
              >>attributes
              >>
              >>retain their values when activating the tags.
              >>
              >>Example:
              >>
              >>A code that demonstrates the problem (not sure that it is compiled)
              >>
              >>public FooTag extends TagSupport {
              >>
              >>private boolean isValid = true;
              >>
              >>private String name;
              >>
              >>public setName(String x){
              >>
              >>name = x;
              >>
              >>}
              >>
              >>public int doStartTag() throws JspException
              >>
              >>if (name.equals("x"){
              >>
              >>isValid = false;
              >>
              >>}
              >>
              >>return SKIP_BODY;
              >>
              >>}
              >>
              >>public int doEndTag() {
              >>
              >>if (isValid){
              >>
              >>......
              >>
              >>}
              >>
              >>return EVAL_PAGE;
              >>
              >>}
              >>
              >>}
              >>
              >>
              >>
              >>
              >>
              >><table>
              >>
              >><tr>
              >>
              >><td><mpower:FOOTAG name="x"/>
              >>
              >><!-- isValid attribute is set to false -->
              >>
              >>A FOOTAG implmented in FooTag </td>
              >>
              >></tr>
              >>
              >><tr>
              >>
              >><td><mpower:FOOTAG name="y"/>
              >>
              >><!-- isValid attribute still false (we expected it to be true) ! -->
              >>
              >>A FOOTAG implmented in FooTag </td>
              >>
              >></tr>
              >>
              >></table>
              >>
              >>
              >>
              >>P.S.
              >>
              >>I am using the same tags library with Tomcat and iPlanet Application severs,
              >>
              >>I did not get this problem there !!
              >>
              >>
              >>
              >
              

  • SIMPLE PID ERROR - Resource is being used

    Hey guys,
    I'm a beginner in using LabView, and currrently I've written a huge program, which is infact pretty simple, that takes an analogue input from the hall sensors of a BLDC motor I am running, and uses a PID block to output (via analogue output) the calculated values. I have uploaded an image of the program to this post. But I'm getting the following error when I try to run this:
    The device resource is being occupied.
    Please make sure that no other analogue output operation is running within the device.
    As you can see I have only initialised the pin 1 on both the analogue input and analogue output, and am not too sure what this error is suggesting.
    Any help is much appreciated, as I have my final year project deliverable in about a week. It's just this glitch that I have to sort out and I'm done.
    Cheers
    Attachments:
    untitled.JPG ‏102 KB

    Do those cards show up in Measurement and Automation Explorer (MAX) ?
    Using a VISA resource implies that they do.  But since they are both called 1, it has to be referring to the same channel.  Usually there is more to the name that distinguishes an analog input channel from an analog ouput channels such as AI1 vs. AO1.  The 1 is just an alias to a particular channel.  And two different channels can't have the same alias, otherwise how does LabVIEW know which channel to communicate with?
    Check how they show up in MAX.  I don't think you can legitmately name them the same.  For grins, eliminate the analog output part of your code and see if you get an error.  Then put it back in and eliminate the analog input part of your code and see if you get an error.

  • Issue with same order being modified in multiple sessions upon simultaneous multiple login.

    Hi,
    I am facing a issue in the following scenario.
    1. User logs into the site from firefox and chrome browsers with the same login credentials simultaneously.
    2. From Firefox session, the user removes some items from his cart.
    3. Now the user refreshes the cart page in chrome. The console throws a "RemovedItemException" and the page breaks.
    Reason:
    This issue occurs since both the user sessions are referring the same order object. The session scoped ShoppingCart component object holds the references to the commerce items that have been modified / removed from the order in other session. Now when it tries to access these objects, it throws a "RemovedItemException". In our site the error gets thrown from the mincart page fragment which first tries to access the removed items. I can put a <c:catch> tag to wrap and catch the exception but how can this be gracefully handled?
    Please provide any ideas, solutions or suggestions if you have encountered a similar issue.
    Below is the stack trace of the error:
    Caused by: org.apache.jasper.JasperException: An exception occurred processing JSP page /cart/json/cartItems.jsp at line 16
    13: <c:set var="itemsQuantity" value="${0}"/>
    14: <c:forEach var="item" items="${items}">
    15: <dsp:param name="item" value="${item}"/>
    16: <dsp:getvalueof var="commerceItemClassType" param="item.commerceItemClassType"/>
    17: <c:if test="${commerceItemClassType != 'giftWrapCommerceItem'}">
    18: <c:set var="itemsQuantity" value="${itemsQuantity + item.quantity}"/>
    19: </c:if>
    Stacktrace:
    at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:498)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:543)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:480)
    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatcher.java:116)
    at atg.servlet.ServletUtil.invokeInclude(ServletUtil.java:3858)
    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:812)
    at org.apache.jsp.cart.json.cartContentsData_jsp._jspx_meth_dsp_005finclude_005f1(cartContentsData_jsp.java:701)
    at org.apache.jsp.cart.json.cartContentsData_jsp._jspx_meth_c_005fotherwise_005f1(cartContentsData_jsp.java:673)
    at org.apache.jsp.cart.json.cartContentsData_jsp._jspx_meth_c_005fchoose_005f1(cartContentsData_jsp.java:585)
    at org.apache.jsp.cart.json.cartContentsData_jsp._jspx_meth_dsp_005fpage_005f1(cartContentsData_jsp.java:528)
    at org.apache.jsp.cart.json.cartContentsData_jsp._jspService(cartContentsData_jsp.java:121)
    ... 178 more
    Caused by: atg.repository.RemovedItemException: Attempt to use an item which has been removed: commerceItem:ci2126000003
    at atg.adapter.gsa.ItemTransactionState.<init>(ItemTransactionState.java:385)
    at atg.adapter.gsa.GSAItem.getItemTransactionState(GSAItem.java:2358)
    at atg.adapter.gsa.GSAItem.getItemTransactionState(GSAItem.java:2301)
    Thanks,
    Tejas

    Hi Nitin,
    Thanks for the approach. However, this is an OOTB issue in CommerceReferenceStore module (was able to reproduce the same behavior in a OOTB CRS application as well) . The issue can occur not only when accessing a removed commeceitem but also during the checkout stages if user modifies the cart in a different session during checkout, the application would throw similar errors.
    Is there a way using which i can reload the order object (something like refreshOrder pipeline) whenever i see a similar error? I did not find any OOTB droplet that can reload the order object from the DB.
    Please suggest.
    Thanks,
    Tejas

  • BI7 Portal - No authorization error when hierarchy is used

    Hi All,
    In RSRT1 tcode the user can execute the report and can get the output. The user had no issues on drilldown the hierarchies. But for the same user in BI portal he cann't get the output. he got user not authorized error.
    Please give some help on how to tackle this issue.
    Thanks & Regards,
    Madhu

    Hi Madhu,
    the earlier thread should assist you:
    Authourization to profit center issue
    Rgds,
    Colum

  • How can I fully administrate a TC that is being used by multiple users

    Each MacBook can now add or delete accounts users in the TC with the AirPort Utility. How can I decide who is the only administrator of the TC?
    Thanks

    The idea is if you set a password on the TC that nobody else knows,, they cannot change the settings because they cannot actually access the settings.
    I repair TC and lots of them come in with password set. I can access the TC screen to see what is happening.. but I cannot change settings. Not unless I do soft reset.
    If that isn't working for you, you are not setting the right password.
    Set the main TC password.
    Once you set that password .. any user attempting access will be asked for the password. Don't tell them.

  • Authorization Error  while executing Workbooks,

    Dear ALL
    We have authorization in place where users are restricted to execute Workbooks PLANT wise.
    For this 0PLANT is kept authorization relevant.
    0PLANT__0COMP_CODE  is Navigational Attribute of 0PLANT also marked as authorization relevant.
    Till now all user were assigned the Analysis authorization A_PLNT_XX as  0PLANT = XX
    But suddenly now the users are getting authorization error of NOT BEING AUTHORIZED .,
    The error log is as shown below.
    Relevant Characteristics for Detailed Authorization Check  
    (Characteristics with Full Authorization Are Not Listed!)
      List of Effective Authorization-Relevant Characteristics for InfoProvider ZMMIMMP05:  
    0PLANT 
    0PLANT__0COMP_CODE 
    0TCAACTVT 
    Subselection (Technical SUBNR) 1  
    Supplementation of Selection for Aggregated Characteristics
      Check Added for Aggregation Authorization:     0PLANT__0COMP_CODE  
      Authorizations missing for aggregation (":")  
    Characteristic  1 
    0PLANT__0COMP_CODE    Empty   
    Entries marked with red do not have aggregation authorization
    You can find more information about this here 1140831
      The authorization check stops here as this selection is no longer needed  
      Message EYE007: You do not have sufficient authorization  
      No Sufficient Authorization for This Subselection (SUBNR)  
    Following CHANMIDs Are Affected:
    51 ( 0PLANT )
      Authorization Check Complete  
    Please let me know the reason for the same.
    Also How can  i track these  changes to avoid such errors
    Regards,
    Ajit

    Hi Ajit,
    The authorization log has been improved constantly and try to make it easy to understand.
    It says:
    Authorizations missing for aggregation (":")
    Characteristic 1
    0PLANT__0COMP_CODE Empty
    Entries marked with red do not have aggregation authorization
    You can find more information about this here 1140831
    So please click the "1140831" which is a hyperlink bringing you to OSS note 1140831.
    The note says:
    1140831  Colon authorization during query execution
    Part 1:  Description of the authorization check
    You require aggregation authorization ("colon authorization") to view
    the values of an authorization-relevant characteristic in aggregated
    form. What does this mean exactly?
    Example:
    The calendar year (0CALYEAR) characteristic is authorization-relevant
    and is contained in the InfoProvider that is in use. You defined a query
    as follows:
    1.  0CALYEAR is in the free characteristics (not in the drilldown)
        without any selections
    - or -
    2.  0CALYEAR does not exist in the query at all.
    In both cases, no 0CALYEAR values are displayed in the query. Also, the
    query is not restricted to any 0CALYEAR values. A colon is required for
    the authorization check in this situation.
    The note contains some more detailed explanation. You could read through it to understand the concept.
    Regards,
    Patricia

  • Authorization Error in Integration Repository

    Hi,
    I have authorization issues with Integration Repository(IR) in XI 7.0 Server. While logging into IR, i use the PISUPER id which works fine. But if i use other id it throws authorization error.
    I am using client 710 and have created an id with relevant roles to login to IR which failed. Then i created same id on 001 client and could logon to IR with that id. This means that while logging into IR, it points to 001 client and not 710 that i am using. Thus i need to use 2 different ids: one for IR that points 001 client and other for logging into SAP system on 710 client.
    I referred the below thread which tells the same.
    Authorization Error
    Can someone explain me about this.
    Also can i use the same id for logging to IR and SAP system?
    Regards,
    Chintan Sheth

    Hi,
    Thanks for replying.
    Yes i know that users and roles are client dependent. But my problem is different.
    I hav created a new client 710 which is copy of 001 client and also performed the post steps as per SAP Note 940309.
    The problem i face is while logging to Integration Repository. I have id PISUPER on both the clients 001 and 710. But for logging to IR it accepts the logon credentials of 001 client and not of client 710. I understood this when i changed the password of PISUPER on client 710.
    As per my knowledge, for logging to IR it should use the user master record of client 710.
    Kindly help me on this.
    Regards,
    Chintan Sheth

  • A lot of memory is used when multiple tabs are open

    Is there anything that can be done about the insane memory usage in Firefox when multiple tabs are open? I often have 20+ tabs open and the amount of RAM that Firefox uses when I have it open with this many tabs is just ridiculous. As an example of this, I just restarted Firefox after checking the Windows Task Manager. The Task manager said that Firefox was using 1.2 GB of RAM. I did have 32 tabs open, but this seems excessive even for this many tabs. Some of the tabs were image heavy, but none of them had any video in them. I'd think 10 MB per tab of RAM would be plenty to cover these kinds of pages, maybe 20 MB at most. The upper end of that range would be 640 MB of RAM. Instead, it appears to be using an average of 40 MB of RAM per page when this many tabs are open.
    Is there anything that can be done to reduce amount of memory being used when multiple tabs are open? It really shouldn't need this much RAM to serve this many pages.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Help - "Acrobat is being used by another application and cannot open PDF files until the other application is closed."

    Hello,
    I searched this site and google for this error terminology and come up dry.  I support a user who has been for years using Acrobat 5 (yes, I know...) to read files in a client DB program, as well as other PDF files on their PC.  In the last week or so, they have started gatting this error "Acrobat is being used by another application and cannot open PDF files until the other application is closed." any time they attempt to open a PDF file attached to an email (via Outlook).
    It is my understanding that they cannot upgrade to a newer version of Acrobat because of limitations of their client software, but had not previously had any issues viewing PDF notes from the DB, and PDF attachments in their email.
    I have tried uninstalling and re-installing, as well as tried using Adobe Reader 7 & 9 in conjunction with Acrobat to try to get around this issue, but have not been successful.
    Any ideas?
    Thanks,
    Jesse

    I don't have an answer to your technical problem. The product I assume is Acrobat that you are talking about (based on the post title), Adobe is the company name. This is a good place to ask questions on Acrobat if folks can figure out what you are talking about. They will ask for the product version number (like AA9.3.3), operating system, and other applications if appropriate. Also, just what you are doing that generates the message.
    As for Adobe, you are not likely to get an answer from them here in the user forum. You will be lucky if you can get an answer if you can contact them and not be on hold for more than an hour (sorry, this is why a lot of folks end up in the forum).
    So, to help others try to answer your question, what are the products and versions involved? What OS? What are you doing when the message comes up.

  • "burner being used by another application"

    My iTunes has been working fine then all of a sudden today I couldn't burn a CD. I received an error saying, "burner being used by another application." However, no other applications in use. Have tried restarting. No good. I am able to burn audio CD's with Toast Titanium.
    Help!!
    Thanks

    Can you burn on the drive OUTside of iTunes? (just to verify it works at all on your system)
    Regards,
    Patrick

  • Material inventory being posted in multiple SLOC at the same time

    When the same material is stored in multiple SLOCs and physical inventory counters are trying to enter the count at the same time the system stops them  with error- "material is blicked by user xxxx" etc. Please note at this client they do not block materials when being counted.
    Is there a way to be able to do this- meaning- multiple people can be entering the inventory count for tha same material at the same time?

    Hi Rajendara,
    this means two person are posting with same material document for the same material this cannot be done.
    i mean two users cannot use the same document at the same time, if this is your requriement tell them to use different material document at the same time so that it doesn't over lap. i mean if you have 10 documents let one start from 1 & the other person start from 10.
    Regards
    Rang

  • CRS Install hostname being used by more than once for the same node.

    Hi, we're installing The Oracle Clusterware and on the Cluster Configuration screen of the universal Installer (the one were you specify the clustername and clusternodes) we get the following error message in a dialog box when the next button is clicked:
    "You must enter unique values for the public node name, the private node name and the virtual hostname for all nodes in the cluster. The name, node1, that you entered is being used by more than once for the same node."
    Has anyone experienced this error message before and know what the cause is?
    Could it be a problem with the /etc/hosts file?
    Thanks in advance,
    M

    Make sure you allocate separate IP addresses on your network for the VIP addresses on each RAC node (this is not the same as the machine IP already configured on the OS).
    Also, the installer may complain if your private and public IPs are configured under the same subnet.
    Finally, as mentioned before, check that name resolution for all the IPs to be used. On all RAC nodes, your /etc/hosts file should be configured with:
    - public name and IP addresses of ALL nodes
    - private name and IP addresses of ALL nodes
    - VIP name and IP addresses of ALL nodes
    Hope that helps
    B.

  • Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tell me that the file is being used even when  it is not. How can I fix this issue?

    Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tells me that the file is being used even when  iall other programs are closed. How can I fix this issue?

    Thanks Jeff, I was not aware that a template could be multi-page.  (All the existing templates were 1 page)
    But it worked, saving me some steps.  When I was finished I renamed the document, and locked it.
    Then tried to save it but  could not because it was locked.  I closed it, went to my Spread Sheet Folder ,
    to find it, it was not there.  The Finder could not find it either.
    So I start over again.
    I opened up Numbers and it showed my personal Numbers template folder, it contained both my new 
    original 4 page template and the vanished saved document!
    I tried to delete the template containing these document data and could not - I had to go to the Library/Application Support/Numbers to physically remove it from this folder. Then I started over again.  I Finally found out how to make it work: I can now "save as", and then lock, and it will go to place where I want it to be saved and locked.
    The secret is: Click on the document title in the menu bar, and it opens up  "Save as...", which works the same as in OS 10.4.11, and you can pick the place you want for saving.  Once done that, you can then lock the document in the same pull down menu, and then close it.
    I also found later that I can delete a template from its folder, by letting Numbers open the templates,
    clicking on the one I want to remove, then go to the "Numbers Menu/File/Move to...", select "Desktop"
    and from there the selected template can then be thrown into the Trash from there.
    It appears now that the real fault of the Numbers software is that the "Save as" command is not available in the "Edit" or "File" pull-down menus, but hidden behind the title of the document.

  • Audio Stream Recorder - Error: Audio device is already being used by another prog

    I realized that Audio Stream Recorder is does not "work" through server list feature. So I am simply trying to use the manual method of adding URL's to the interface. However regardless of the type of stream, shoutcast, windows media or real audio, I receive the error "audio device is already being used by another program". Does anyone know how to fix this? I have closed my audio application etc to no avail. <RANT WARNING> I was very excited about using this application when I read about it. However an application that provides none of the stated features is not an application, its false advertising, since it clearly states on the box, help files and website this products "features". Anyway, it'ss very disappointing. Also, does anyone know what the supported steaming formats are, the help file say the application requires RealONE and Windows Media Player but does not mention audio stream formats? Thanks you in advance for any help.

    I have the same issue. I updated to the latest software, to no avail. My first suspicion is that some Microsoft patch caused this, but I cannot verify this.
    Apparently no one at Creative is very interested in this issue.

Maybe you are looking for

  • Hard drive failure on my Pavillion DV6500

    Howdy, I have a 2.5 year old HP Pavillion DV6500 with hard drive failure. I can turn the laptop on, but right before Vista starts I get this error message telling me that something is wrong with the hard disk. I've tried running System Recovery throu

  • Upgrade item(Related Item) not appearing in LOV in Modifier form

    Hi , I am using EBS 11i I am looking to setup a promotional upgrade modifier(itemA with itemB).I have setup the item relationship in Inventory as Promotional upgrade.Still the related item is not appearing in the Promotional upgrades upgrade item fie

  • Use alert box in javascript using xsl:message in Xalan

    There appears to be a xsl:message tag in XSLT. According to W3C, the implementation is dependent on the XSLT transformer. However, this tag output the message to my console. I would on the other hand like to output the message in a javascript alert b

  • FS10N ADD Functional area in the parameter screen

    hi, we need to add functional area to the parameter screen of FS10N. today in the parameter screen of FS10N  appears the next fields: gl account, company code, fiscal year, business area please advice thanks, meir

  • Dual SSD

    Thinking of puting dual SSD drives in my MacBook Pro (by removing the optical drive).  I'm thinking there are two configuration options... I could STRIPE it for a super fast single volume, OR, I could put the OS on one drive, and the swap file and vi