User XIRWBUSER does not have authorization for message monitoring

Hi All,
In the Runtime WorkBench, when I choose the Message Monitoring, display Messages from Component Adapter Engine from Database, when I click on the start button, it shows me a error "User XIRWBUSER does not have authorization for message monitoring", how can I configure my xi to get the authorization for message monitoring of Adapter Engine? Thanks!
Regards,
Nick

Hi Nick,
Transaction PFCG. Enter the role you wish to check (SAP_XI_RWB_SERV_USER) and click on the display button.
Check that the Authorizations tab is green. If it is not, then you might need to generate the auth profile. Also check the User tab. If it is not green, then you should do a User Comparison as well (just click on the button inside the tab).
SAP Help URL:
http://help.sap.com/saphelp_nw04s/helpdata/en/52/67151e439b11d1896f0000e8322d00/frameset.htm
Cheers
Manish

Similar Messages

  • User does not have authorization for InfoProvider

    Hi,
         We are in BI 7.0 and want to display the data in the cube that I created and loaded data to. In RSA1, I am do a right click on the cube and select "display data". I am getting to selection screen and after selecting the output fields and executing, I am getting the following error:
    User XXX does not have authorization for InfoProvider ZFREDC
    The long text is like this:
    You do not have sufficient authorization
    Message no. EYE007
    Diagnosis
    You do not have sufficient authorization for the requested data records.
    Procedure
    Either select other data or get the required authorizations from your administrator.
    I did a authorization check in SU53 after I got the error and it says the last authorization check was successful.
    Can somebody suggest me what to do. If there are any authorization objects that I need to have in my role?
    Thanks.

    Hi,
    Be sure to have authorisation object S_RS_ICUBE assigned with at least activity 03 (execute) and subobject data and agregate for the respective cube(s) or infoarea(s).
    Regards, Patrick Rieken.
    Message was edited by:
            Patrick Rieken - BI-Formance B.V.

  • SCSFileDownloadServlet fails: User 'guest' does not have sufficient priv.

    Hi,
    We have an ADF application that is using SCSFileDownloadServlet to get documents from UCM. We added the servlet in web.xml and we are using this link to download the documents: /getfile?adapterName=our_adapter_name&dDocName=document12345&dID=12345
    The issue is that sometimes it works but sometimes it fails throwing this message in the logs:
    Event generated by user 'guest' at host 'CIS'. Unable to download 'COR-ER-421722'. User 'guest' does not have sufficient privileges. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,guest,CIS!$!csUnableToDownload,COR-ER-421722!csUserInsufficientAccess,guest
    intradoc.common.ServiceException: !csUnableToDownload,COR-ER-421722!csUserInsufficientAccess,guest
    *ScriptStack GET_FILE
    3:checkSecurity,dID=421317,dDocName=COR-ER-421722
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.ServiceSecurityImplementor.validateSecurityPrivilegeLevel(ServiceSecurityImplementor.java:813)
    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:170)
    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:121)
    at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:371)
    at intradoc.server.Service.checkSecurity(Service.java:2829)
    at intradoc.server.FileService.checkSecurity(FileService.java:337)
    at intradoc.server.Service.checkSecurity(Service.java:2807)
    at sun.reflect.GeneratedMethodAccessor456.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Is it possible to set a user/password to this servlet so it is able to download the documents everytime?
    Thanks,
    Josue

    Hi go9189,
    According to your description, you come across the error that User 'guest' does not have permission to run DBCC checkprimaryfile. This issue could happen when the login account doesn't have CREATE DATABASE, CREATE ANY DATABASE,
    or ALTER ANY DATABASE permission in SQL Server instance, or that the login account has no access to the mdf and ldf files when attaching database, so SQL Server recognize the login account as a "Guest".
    To solve the issue, you could pay attention to the points below.
    1. Ensure that the login account has at least CREATE DATABASE, CREATE ANY DATABASE, or ALTER ANY DATABASE permission. You could grant the fixed server role 'dbcreator' or 'sysadmin' to the login account following the steps below.
    a. Connect to SQL Server instance with the login account which has sysadmin fix server role.
    b. Expand the folder 'Security', right click the login, and select Properties.
    c. In the Server Roles tab, check the checkbox for 'dbcreator' or 'sysadmin'.
    2. Make sure that the the login account has full control permission on the mdf and ldf files. For how to grant the login account with full control permission on the mdf and ldf files, please refer to the steps in the following article:
    http://msdn.microsoft.com/en-us/library/bb727008.aspx
    There is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/en-US/e463df4c-8d26-46cf-aa2e-bddd97c7a9b8/user-guest-does-not-have-permission-to-run-dbcc-checkprimaryfile?forum=sqlgetstarted
    Regards,
    Michelle Li

  • User J2EE_ADMIN does not have access to method rpData

    Hello,
    I'm using SAP ECC6 SR3 on windows x64 platform.
    I try to launch report FP_PDF_TEST_00 in SE38 and I get following error message :
    Test Program: Version Information (for Analysis Only)                                                                                1
    *** SYSTEM ERROR
    ERROR CODE    :    100.102
    ERROR MESSAGE :
    SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access to method rpData./<ns1:com.sap.engine.services.ejb.exceptio
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User J2EE_ADMIN does not have access to method rpData./<ns1:com.sap.engine
    I checked RFC ADS and it use J2EE_ADMIN to connect to /AdobeDocumentServices/Config?style=rpc.
    Connection test returns no error.
    Does anyone have an idea ?
    Regards,

    ADSUser could be locked as in this thread,
    ADS Error: User does not have access to method rpdata.
    Regards
    Juan

  • Getting error ORA-20001: This person does not have preferences for the sele

    *) I got user_id by following query
    SELECT USER_ID, USER_NAME, FND_USER.*
    from FND_USER where user_name = '205174';
    *) resource_id by following query:
    select * from APPS.PA_PROJECT_ASSIGNMENTS where RESOURCE_ID in (select RESOURCE_ID from APPS.PA_RESOURCES_DENORM where PERSON_ID
    in (select PERSON_ID from APPS.PER_ALL_PEOPLE_F where EMPLOYEE_NUMBER= 205173) ) ;
    *) person_id by following query:
    select * from APPS.PA_RESOURCES_DENORM where PERSON_ID in (select PERSON_ID from APPS.PER_ALL_PEOPLE_F where EMPLOYEE_NUMBER= 205173) ;
    and
    Hi,
    When I am running following query to submit timesheet, getting following warning msg
    anonymous block completed
    ORA-20001: This person does not have preferences for the selected effective date
    Following is query
    set serveroutput on size 1000000
    DECLARE
    l_tbl_messages hxc_message_table_type;
    l_message fnd_new_messages.message_text%type;
    i pls_integer;
    l_app_blocks hxc_block_table_type := hxc_block_table_type();
    l_app_attributes hxc_self_service_time_deposit.app_attributes_info;
    l_time_building_block_id number;
    l_new_timecard_id number;
    l_new_timecard_ovn number;
    l_bb_id number;
    l_resource_id hxc_time_building_blocks.resource_id%TYPE := 3595; -- XPCPAY
    l_start_time hxc_time_building_blocks.start_time%TYPE := fnd_date.canonical_to_date('2011/10/17 00:00:00');
    l_measure hxc_time_building_blocks.measure%TYPE := 1;
    l_element_type_id varchar2(80) := 'ELEMENT - 50809'; -- Jury Duty
    l_comment_text hxc_time_building_blocks.comment_text%TYPE := '';
    l_deposit_process hxc_deposit_processes.NAME%TYPE := 'OTL Deposit Process';
    l_retrieval_process varchar2(250) := 'BEE Retrieval Process';
    BEGIN
    fnd_global.apps_initialize ( user_id => 3850 -- XPCPAY
    , resp_id => 3595 -- Self Service Time
    , resp_appl_id => 809 -- HXC
    hxc_timestore_deposit.create_time_entry ( p_measure => l_measure
    , p_day => l_start_time
    , p_resource_id => l_resource_id
    , p_resource_type => 'PERSON'
    , p_comment_text => l_comment_text
    , p_deposit_process => l_deposit_process
    , p_app_blocks => l_app_blocks
    , p_app_attributes => l_app_attributes
    , p_time_building_block_id => l_bb_id
    hxc_timestore_deposit.create_attribute ( p_building_block_id => l_bb_id
    , p_attribute_name => 'Dummy Element Context'
    , p_attribute_value => l_element_type_id
    , p_deposit_process => l_deposit_process
    , p_app_attributes => l_app_attributes
    hxc_timestore_deposit.execute_deposit_process ( p_validate => TRUE
    , p_app_blocks => l_app_blocks
    , p_app_attributes => l_app_attributes
    , p_messages => l_tbl_messages
    , p_mode => 'SUBMIT'
    , p_deposit_process => l_deposit_process
    , p_retrieval_process => l_retrieval_process
    , p_timecard_id => l_new_timecard_id
    , p_timecard_ovn => l_new_timecard_ovn
    -- OUTPUT MESSAGES --
    DBMS_OUTPUT.put_line ('l_new_timecard_id = ' || l_new_timecard_id);
    DBMS_OUTPUT.put_line ('l_new_timecard_ovn = ' || l_new_timecard_ovn);
    if (l_tbl_messages.COUNT <> 0) THEN
    i := l_tbl_messages.FIRST;
    LOOP
    EXIT WHEN (NOT l_tbl_messages.EXISTS(i));
    l_message := fnd_message.get_string ( appin => l_tbl_messages(i).application_short_name
    , namein => l_tbl_messages(i).message_name
    DBMS_OUTPUT.put_line (l_tbl_messages(i).message_name);
    DBMS_OUTPUT.put_line (l_message);
    i := l_tbl_messages.NEXT(i);
    END LOOP;
    rollback;
    else
    commit;
    end if;
    exception
         when others then
              DBMS_OUTPUT.put_line(SQLERRM);
    END;
    /

    Please check the following MOS notes:
    ORA-20001: This Person Does Not Have Preferences For the Selected Effective Date [ID 876324.1]
    ORA-20001: This Person Does Not Have Preferences For The Selected Effective Date [ID 761470.1]
    Troubleshooting Guide for HRMS API Errors - ORA-20001 and APP Errors [ID 152259.1]
    ''This Person Does Not Have Preferences For The Selected Effective Date'' Message [ID 287581.1]
    Diagnostics - Setup - Time and labour Person - Test failed [ID 397214.1]
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • Do not have authorization for access with activity 03 on the InfoProvider

    Hi,
    I have developed new cube & ODS and created new Web Templates based on queries on these Infoproviders.
    I have created new role and adde these templates to menu of this Role.
    In Authorization profile i have used following Authorization objects.
    S_RS_BTMP
    S_RS_COMP
    S_RS_COMP1
    S_RS_ICUBE
    S_RS_ODSO
    In all these objects i hace selected activity 3.
    Infoarea used for these new Cube & ODS is also added and for cube & ODS selection ihave used * (full authorization)
    But when user is opening the web template it is showing error messahe
    "You do not have authorization for access with activity 03 on the InfoProvider ZICXEROX."
    Is there is any authorization object missing in the profile?
    Regards
    SSS

    Dear SSS,
    Have the same problem ' You do not have sufficent  authorization for the infoprovider'. so could you please send the document from my mail id
    [email protected].......
    plaase very very urgent
    Regards
    Ahmed.

  • User anonymous does not have permission to perform lookup : help needed

    Hi All,
    I'm facing a strange problem.
    I'm using weblogic 8.1
    Some ejbs are deployed in the application and security settings are done properly.
    But sometimes, i get an exception saying that
    'javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic to perform lookup operation. [Root exception is javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic to perform lookup operation.]
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)' .
    This ejb is invoked from a web application, and the exception happens only once in the server lifecycle (but not on the first try).
    This happens in a JTA transaction and eventually the transaction gets timed out. Once timed out for the first time, further requests are executing fine and it is connecting with the configured security credentials.
    Initially i thought ejb caching was causing the problem. But even after removing the cache, it is throwing the exception.
    Only sometimes, it is trying to connect as <anonymous> user.
    I'm so fed up with this..
    Can anybody help me out..?

    Which 8.1 SP are you on? If you open a support case, a support engineer may be able to identify a fix that has been included in a newer Service Pack.

  • RSPLAN - You do not have authorization for InfoCube

    Hi Friends,
    I have SAP_ALL and SAP_NEW access .
    I can access RSPLAN and can Start Modeler.
    I could see the Info Provider Selection(webpage).
    When I click START I get list of INFOPROVIDERS List.
    But When I select any of them.....
    I get a message on the top like "You do not have authorization for InfoCube 0RSTT_C02".
    Every time I select different object respectively it is looking for different authorization.
    Any help is appreciated....
    Thx
    James

    Hi Lucimar and Bindu,
    We are on BI 7 System.
    There are no missing authorizations from SU53.
    We have also traced using ST01 Authorization Check. It doesn't really point show any missing authorizations.
    On using the new authorization concept(RSECADMIN), Im not familier with it.
    Also we have found a useful note 913852, But this code correction is already existing in the system. And I can't find this support pack(SAP_BW_VIRTUAL_COMP) on the Marketplace.
    At the end the bug is still out there....we have to kill it....
    Come on folks post your thoughts....

  • VMM Shared ISO error "User account does not have permission required to open attachment"

    I had this error once because the local service account was selected during installation of VMM.  I have reinstalled VMM with a Domain service account and the error went away.  However, the error is back. 
    "User account does not have permission required to open attachment '\\[servername]\VMMLibrary\server.ISO'. Error: 'General access denied error' (0x80070005). (Virtual machine ID GUID)"
    I tried to create this VM on Host1 and got the error. 
    I then went to Host2 and was able to create the VM while using the same ISO on the same VMM library that failed on the Host1. 
    Both hosts have agent 3.2.7634.0 and are both running Hyper-V Server 2012 R2.
    What is wrong with Host1 and how do I correct it?
    Thank you.

    This is a share configuration permissions issue.
    http://technet.microsoft.com/en-us/library/ee340124.aspx
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • I E ping error: User XIRWBUSER has no RFC authorization for ...

    Hi all,
    In the RWB->Component Monitoring when I select the
    "Integration Engine" it is giving ping error and Self-Test Status errors.
    Ping error: <b>User XIRWBUSER has no RFC authorization for function group CHECKRFCS</b>.
    Self-Test status: <b>JCo request failed</b>.
    Please help me, it is very urgent.
    Thanks in advance,
    Nagarjuna.

    Hi Nagarjuna,
    Please look at these..
    User abcd has no RFC authorization for function group SYST
    Delta Pull Fails with Short dump in R/3 - RFC_NO_AUTHORITY
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/b541d812aea34695d54758cec0796f/frameset.htm
    cheers,
    Prashanth

  • The ipad mini does not have flash for pictures. Is there an app that can add flash for low light?

    Since the ipad mini does not have flash for taking photos in low light situations I'm wondering if there is an app that one can use with flash?

    Since there's no flash mechanism on the device, I doubt there's an app. You can't control what isn't there.

  • Rep. does not have support for Oracle Designer

    We're new to SCM and just useing SCM with JDeveloper.
    Sorry for newbie stupidness. Searches of this forum didn't
    turn up any hits on 21247 or other strings.
    Given: brand new install of SCM. Created a private workarea
    with RON. Attempting to use RAU to enable branching and
    versioning.
    I'm having some chicken-vs-the-egg problems. I can't
    enable branching in my shared workarea with RAU because it
    seems to want to pop up the Migration Dialogue and then
    this error occurs:
    CDR-21247: Error Cannot proceed!
    The target repository does not have support for Oracle Designer
    objects
    Any help or tip would be greatly appreciated.

    Curt,
    If you managed to create a private workarea from the RON then versioning is enabled. You would have enabled this from the RAU.
    Oracle 9i JDeveloper release candidate provides a wizard to create the workarea and private branch.
    There are now two flavours of the repository, one with Designer + file and folder support and one with just files and folder support.
    If you have no structured Designer components you do not require the Designer support to use JDeveloper with Oracle SCM.
    I suggest you try the JDeveloper wizards. The RAU also offers a menu to examine repository object state. Check that you have no invalid
    objects, they can be recompiled using the RAU.
    David

  • User does not have authorization.

    The end-user gets an error message "PM:xxx No authorization for Plant XXXX in the TCODE screen".
    I have debugged the TCODE, and no authorization checks are made within the program.
    How do I check if the user is setup correctly? FYI - I do not have authorization to SU01.

    We have been going back-and-forth with end-user and Basis to fix this issue.
    The SU53 screen shot was submitted to Basis and they claim the user's autorization profile is correct. Is it possible for one authorization profile to interfere with another authorization profile?? Because the profile under contention should allow add/change/delete material classification attributes. But there exists another authorization profile against the same user that give him only display rights.
    Another clarification from the user - Initial stand was that he saw the 'No authorizatoin for plant xxxx' message when he typed in the TCODE (which made me look for authorization checks in PBO module of the screen). But now, he states that the error message is displayed when he hits the ENTER key (so, the check is being made in PAI module, is it??).

  • Firefox 3.6.9 on mac running 10.4.11 does not have option for custom headers when printing.

    I am trying to print web content for a college project, it requires custom headers and footers. Firefox 3.6.9 does not have a custom option in the header/footer lists. In the help pages for Firefox is shows this option. Is this missing only on the Mac version? Thanks for any info.

    See if this works.
    Type '''about:config''' in the URL bar and hit enter.
    Filter = '''print.print''' <br />
    There are 6 prefs for headers / footers. <br />
    '''print.print_header...''' center, left, & right <br />
    and <br/>
    '''print.print_footer...''' center, left, & right <br />
    You can add what you want in the '''''Value''''' column and then Restart Firefox to effect the change. <br />

  • How to find vendor who does not have transactions for last one year

    HI all,
    We have around 20000 vendors, i want to find out who does not have any transactions for last 1 year.  Any valuable suggestions on this?
    Thanks and regards
    Ramarao

    HI,
    Actually above one mehtod is very painful method. Is there any method by writing ABAP query and any other short cut method
    Thanks and regards
    Ram

Maybe you are looking for

  • History and Future Bucket of the Data View

    Hi Experts As per my Client Requirement Planning for the Next year Jan 2010 u2013 Dec 2010 which Starts in the second Quarter of the Year 2009. They need historical data (Historical Time Bucket) of Last 3 years in the monthly bucket and Future bucket

  • How do I download Mail to two Macs from server?

    Lion seems peculiar about this: if I check my (imap att.net) email from my Macbook, the messages load just fine. When I go to my iMac and check email, the messages that have already downloaded to my Macbook aren't offered by the server anymore--they

  • Unable to start Admin Console in Internet Explorer

    Hi All, I Installed EPM 11.1.2 and all the configurations were succeeded with out any issues. When i open Adminbistration console i am able to open but when i open with IE using the url : http://svalmiki-pc:10080/easconsole/console.html i am getting

  • Unable to execute sh file from java file on the solaris

    hi all i have written a java program through which i want to shutdown the weblogic server on the solaris. I have written following code static Runtime objruntime = null; objruntime = Runtime.getRuntime(); Process objprocess=null; String url = "/home/

  • Migration Not happenning

    Hi, Am trying to migrate Business rules from QA Environment to DEV Environment through LCM process from shared services. Migration process happening successfully in both environments but while checking in EssBase rules are not appearing but its not t