Multivalue Error ? one user affect another user not affect !!!

Hi all,
My user raised one issue. Details below:
He is getting multivalve error when he execute the report (Webi) using his credentials .but other user can execute the same report without error
As per my understanding itu2019s not possible because its data issue not authorization issue
Am I correct? If I wrong kindly advise me
Note:
*This report developed based on SAP universe
*Previously the same issue fixed at the time we created one dimension object (WBS Element Key) instead of detail object (L01 WBS Element Key)
Regards,
Tamil

Hi Tamil,
The multivalue with SAP typically pops up when the master data of an infoobject is not unique for each key.
So the description or caption of the infoobject has homonyms (two different keys can have the same description).
If you have the keyfigures/measures defined as database delegated you will get this multivalue because SAP cannot calculate it on the combined level.
So authorisation might have impact if one user can see the two (or more) keys and the other user does not.
Two ways to solve this.
1) set the aggregation method of the object to sum (on the advanced tab).
This allows WebI to sum the values pulled back on the two different key values.
2) use the key as the master/dimension object and the caption/description as the detail.
Hope this helps,
Marianne
And on your note, any of the infoobjects can cause this behavior.
So solving it for one does not mean it doesn't happen anymore.

Similar Messages

  • Move Mail from one user to another user on same iMac?

    How do I move my Mail (library and preferences) from one user to another user on the same Imac? This way I want to split afterwards the mailaccounts that now sit in one user over the old and the new user by deleting those mailaccounts that I do not want to have in one or the other user account. Appreciate the help.

    How do I move my Mail (library and preferences) from one user to another user on the same Imac? This way I want to split afterwards the mailaccounts that now sit in one user over the old and the new user by deleting those mailaccounts that I do not want to have in one or the other user account. Appreciate the help.

  • How to move database objects from one user to another user

    Could someone help how to move database objects from one user to another user
    Thanks in advance

    Thanks a lot for the reply.
    Actually I wanted to know whether there is any command to change the owner ship of the table.
    For ex table1 belongs to user1. can the owner of table1 to be changed to owner2.
    directly using an oracle command. I knew that it can be done using import and export, since the table was 200 million thought the rename command would be faster instead of import and export.
    Thanks Billy for letting me know that it is not possible using oracle query.

  • How do I move Contacts & Calendar from one User to another User on the same Macbook Pro?

    How do I move Contacts & Calendar from one User to another User on the same Macbook Pro? OSX 10.9.5

    is this second library in a different account on the computer?
    Look at Home Sharing.
    iTunes: How to share music and video - http://support.apple.com/kb/HT2688 - about Music Sharing and Home Sharing
    Home Sharing Support page - http://www.apple.com/support/homesharing/
    iTunes: Setting up Home Sharing on your computer - http://support.apple.com/kb/HT4620
    iTunes Home Sharing now works between users on same computer - https://discussions.apple.com/thread/3865597

  • I can't import a table contains BLOB column  from one user to another user.

    1) I create two user both have connect role,and each has its own tablespace, DDL:
    create user d2zd identified by d2zd default tablespace d2zd quota unlimited on d2zd account unlock;
    grant connect to d2zd;
    create user d3zd identified by d3zd default tablespace d3zd quota unlimited on d3zd account unlock;
    grant connect to d3zd;
    2)Then enter oracle as d2zd and create a table contains BLOB column and insert data to the table.
    3) export d2zd as follow:
    exp d2zd/d2zd file=d2zd.dmp
    4) import to d3zd as follow:
    imp d3zd/d3zd fromuser=d2zd touser=d3zd file=d2zd.dmp
    the question is the table with BOLB colum can't be import,
    it says:have no privilege on tablespace d2zd.
    How can I import a table contains BLOB column from one user to another user?

    Hi - the reason for as our friend already told ist that a blob can be stored outside of the table segment, in another Tablespace, This is for performance reason.
    Sou you would need to have Quota on two tablespaces.
    the one which holds the table segment the other which holds the blob(segment).
    Regards
    Carl
    Message was edited by:
    kreitsch

  • OIM 11g R2 - Transferring accounts from one user to another user

    Hi,
    In OIM  11g R2,we have a requirement that we need to transfer accounts from one user to anothe user.For example,an user "User1" has AD and Exchange Accounts provisioned.Now we wanted to to transfer these AD and Exchange accounts to another user "User2".May I know how this can be done ?.Thanks

        public void moveAccount(){
            try {
                long newUser = xxxxx;
                long oiuKey = xxxxxx;
                userIntf.changeToServiceAccount(oiuKey);
                userIntf.moveServiceAccount(oiuKey, newUser);
                userIntf.changeFromServiceAccount(oiuKey);
            }catch(Exception e){
                e.printStackTrace();
    -Kevin

  • Copying SQVI Quickviews from One User to another User.

    Hello,
    Does anybody have an idea, whether the Queries which are created in SQVI can be copied from one User to another User ? When yes can you please let me know.
    Cheers
    Sanjeev
    Edited by: Sanjeev Kumar Kedarshetty on May 27, 2011 11:54 AM

    Hello Sandra
    I've tried to follow the solution you've provided but the "Convert QuickView" is grey out. Any idea how to activate that function?
    Regards
    Daniel

  • Copy Query View from one User to another User

    Hi
    I have a question that whether we can copy Query View created by an User to another User .
    Please help me with some way of doing it.
    Regards,
    Vimarsh

    Vimarsh,
    Can the user not just eMail their view to their colleague?
    Regards
    Gill

  • How to import only sequences from one user to another user

    Hi...all,
    I want to import from one user to another user only sequences. Can anybody please guide me in this regard.
    Thanks in advance
    pal

    What DB version do you use?
    I don't know if dbms_metadata is present on oracle 9i but I'm quite sure that to_char(CLOB) is supported only on 10g, so you should find onother way to get the clob.
    You could also determine the extract ddl script with this script that runs on older versions as well:
    select 'CREATE SEQUENCE "'||USER||'"."'||
         SEQUENCE_NAME||'" MINVALUE '||MIN_VALUE||' MAXVALUE '||
         MAX_VALUE||' INCREMENT BY '||INCREMENT_BY||' START WITH '||LAST_NUMBER||
         DECODE(CACHE_SIZE,0,' NOCYCLE ',' CACHE '||CACHE_SIZE)||
         DECODE(CYCLE_FLAG,'N',' NOCYCLE ',' CYCLE ')||
         DECODE(ORDER_FLAG,'N',' NOORDER ',' ORDER ')||';'
    from user_sequences;What sql client did you use?
    I don't get empty rows with sql navigator and sql plus.
    Bye Alessandro

  • Copy UDF fields from one user to another user with similar authorizations.

    Hi,
    Is there a way to copy UDF fields viewable to one user to another user wihtout manually checking the boxes in Form Manage User Fields?
    if so how can it be done?
    Jyoti

    For copying Form settings, user field settings, read the following 2 threads for complete details
    Replicate User Defined Field settings
    Form Settings

  • How to forward alert from one user to another user and how to reject?

    Hi everybody.
    How to forward alert from one user to another user and how to reject and how to complete alert?
    Regards,
    Vinay.

    What alert are you talking about? Which version of BOE / Edge do you use?

  • Error "One or more values could not be set" - Oracle Connector

    Hey guys - I should have known there was a forum here with smart people. I'm hoping someone can shed a little light on our latest issue. When we try to invite people not within our company to a meeting, (even if they are included in our contact list/address book, etc) the error "one or more values could not be set" I'm pretty sure it's a forms error, but can't seem to resolve it. It started with the 2003 outlook service patch. I've applied every connector patch available and have searched for an answer, but can't resolve this icky problem (very crabby users) I've searched this forum but didn't see this topic. If it's already been addressed, forgive me and point me to the thread. If it hasn't and anyone has an idea, I'd appreciate some help!
    Thanks
    Kim

    I have CRXI
    First off, try verifing the database
    Database,
         Verifiy Database
    Then if it is still broken.
    Double-check all of the unlikely places in your report structure.  Look at the subreport links.  Look through all your formulas (including the ones for formatting).  Keep in mind that Crystal doesn't have IntelliText, so you need to double-check (or even triple-check) that everything is spelled correctly.
    Odds are strong that, somewhere in there, you are accidentally referencing a field that doesn't exist.

  • How can we import object from 1 user to another user using DATA PUMP

    hi,
    i have taken full export by EXPDP( data pump) now i want to import user objects from target user of one database to another user of different database.
    plz reply me solution
    Thanks

    Hi,
    impdp 'user/user@db' DIRECTORY=DATA_PUMP_DIR(DEFAULT) DUMPFILE=FILENAME.dmp LOGFILE=IMPORT.LOG REMAP_SCHEMA=SOURCE SCHEMA:TArget SCHEMA
    1.Before Import check whether user importing has read,write on directory.
    2.Always Try to Add logfile clause This will help.
    3.Add TABLE_EXISTS_ACTION=REPLACE if you want target schema tables to be replaced by source schema table(if both has same table)
    Regards,
    NEerav

  • Move for VCRs from one repository to another is not supported

    Hi,
    I found this problem when I try to move a versioned resource from one repository to another one.
    Ex 1 - From documents: Move one document (versioned) to your Personal Documents.
    Ex 2 - Personal Documents: Move one document (versioned) to documents.
    The error message is:
    "Move for VCRs from one repository to another is not supported"
    We have EP6 SP17 KM6
    This also happens in EP6 SP2 P35, but throws and exception.
    Greetings,
    Jorge M.

    Correct. This is not supported because it would require assigning new identifiers to the versions. However, version identifiers are supposed to be stable.
    Best regards, Julian

  • How can I replicate table from a user to another user?

    I want replicate a table from a user to another user, I use DBMS_STREAMS_ADM.RENAME_SCHEMA, but it didn't work.
    who can tell this reason?
    scripts as following:
    create user strmadmin IDENTIFIED BY strmadmin;
    grant dba to strmadmin;
    BEGIN
    DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE(
    grantee => 'STRMADMIN',
    grant_privileges => TRUE);
    END;
    connect strmadmin/strmadmin
    --queue
    BEGIN
    DBMS_STREAMS_ADM.SET_UP_QUEUE(
    queue_table => 'STREAMS_QUEUE_TABLE',
    queue_name => 'STREAMS_QUEUE');
    END;
    --capture
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name => 'SCOTT',
    streams_type => 'CAPTURE',
    streams_name => 'S_CAPTURE',
    queue_name => 'STREAMS_QUEUE',
    include_dml => true,
    include_ddl => true,
    include_tagged_lcr => false,
    source_database => 'ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM',
    inclusion_rule => true);
    END;
    --instantiation
    DECLARE
    iscn NUMBER;
    BEGIN
    iscn := DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER();
    DBMS_APPLY_ADM.SET_SCHEMA_INSTANTIATION_SCN(
    source_schema_name=>'SCOTT',
    source_database_name => 'ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM',
    instantiation_scn=>iscn);
    DBMS_APPLY_ADM.SET_TABLE_INSTANTIATION_SCN(
    source_object_name=>'SCOTT.DEPT',
    source_database_name => 'ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM',
    instantiation_scn=>iscn);
    END;
    --apply
    --transformation
    DECLARE
    s_dml VARCHAR2(30);
    s_ddl VARCHAR2(30);
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
              schema_name => 'SCOTT',
    streams_type => 'APPLY',
    streams_name => 'S_APPLY',
    queue_name => 'STREAMS_QUEUE',
    include_dml => true,
    include_ddl => true,
    source_database => 'ORCL.REGRESS.RDBMS.DEV.US.ORACLE.COM',
    dml_rule_name => s_dml,
    ddl_rule_name => s_ddl);
    DBMS_STREAMS_ADM.RENAME_SCHEMA(
              rule_name => s_dml,
              from_schema_name => 'SCOTT',
              to_schema_name => 'TEST',
              step_number => 0,
              operation => 'ADD');     
    END;
    --start
    BEGIN
    DBMS_APPLY_ADM.SET_PARAMETER(
    apply_name => 'S_APPLY',
    parameter => 'DISABLE_ON_ERROR',
    value => 'N');
    END;
    BEGIN
    DBMS_APPLY_ADM.START_APPLY(
    apply_name => 'S_APPLY');
    END;
    BEGIN
    DBMS_CAPTURE_ADM.START_CAPTURE(
    capture_name => 'S_CAPTURE');
    END;
    /

    select * from dba_streams_rename_schemaWhat do you have there?

  • Why the menu to move from one page to another is not seen when the page is online?

    On my web, I have different pages like 'Homepage' or 'Contact' but when I publish my web I can not see the menu.
    why the menu to move from one page to another is not seen when the page is online?
    Thank you,
    Roger.

    Where are you publishing and how are you uploading the files?

Maybe you are looking for

  • Dynamic Hyperlinks in Acrobat Form

    Hi I am creating a suite of forms in Acrobat, in which I will need a number of hyperlinks.  I can see how to set up a standard hyperlink using the normal form edit functionality, but what I am looking for is a little away from the norm and will need

  • Facetime with a contact; remove Facetime without removing contact?

    Somehow, I got a Facetime contact with a regular contact. How do I remove Facetime version without removing the contact?

  • Ipod classic right earbud not working

    is there any way to fix this. i have regular apple earbuds and koss earbuds. my left earbud works but the right doesn't. when i insert the earbud half way the right earbud works but with distorted sound.

  • IPhoto 6 Library Update leads to deletion of everything

    I'm distraut (I KNOW I should have backed it all up!).I have my iPhoto Library on an external. Within that I've always kept all other camera downloads in another folder from my Canon software too. I come to use my new MacBook Pro iPhoto 6 to access e

  • Help! Can anyone make sense of these system errors?

    My MacBook Pro has been crashing a lot. I've done four erase and installs. It's fairly stable now (i.e. I am crashing a few times a day, if that, as opposed to every time I boot up). Any thoughts on these errors that are showing up in my system log..