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

Similar Messages

  • Info Spoke - Issue with Data increasing by factor (X) fr selection

    We have created an Info Spoke for our Special Ledger Cube which is extracting from a summary 'Z' table. We are doing full loads & re-loads and not utilizing a delta. The spoke is used to create a flat file containing beginning balance and ending balance(s)to be fed to a third party Tax System  When we enter the selection criteria to run the spoke for Posting period (0FISCPER3) we are entering a value of from 0 to 9.  The beginning balance comes in fine, but the ending balance is the beginning balance multiplied by a factor of 10.
    If I just enter one criteria for date say period 12, it will bring in the ending balance  increase by a similar factor.
    This is a full reload everytime.   What is the obvious I am missing here.
    Anyone ?
    Thanx,
    JMM

    That is the way a spoke works, In selection parameters.

  • Secured WebDAV Mounted Volume Authorization Issues

    I use a secure WebDAV mounted volume from myDisk.se and up until the latest Security Update have had zero issues being able to manipulate files and folders as I would on a normal volume. However, since the installation of the Security Update (2009-004 (PowerPC) 1.0) I find weird things happening with this mounted volume:
    1) I am able to mount the secured WebDAV share using my security credentials.
    2) I can create a default "untitled" folder but when I try to change its name, the WebDAV authorization dialog pops up and despite entering the same credentials (why, I am not sure as the volume has already been properly credentialed in order to be mounted), access is denied.
    3) Trying to create a file within a folder on the mounted WebDAV volume I previously created pre-update causes the same authorization issue.
    I have no other WebDAV shares I can try to mount from any other companies so I am not sure if this is a myDisk issue or one borne from the Security Update. I am not a .Mac/MobileMe user and that info is not filled out in System Preferences. The internal hard drive has been meticulously maintained with Disk and Permissions repair being run both before and after each and every software update installed. Likewise, the volume's structure is also checked both before and after and shows no need for repairs.
    Any ideas? Perhaps there is a corrupted file somewhere that's affecting the authorizations needed by this third-party WebDAV volume?
    The machine that has this problem is the last model iBook G4/1.33GHz 12" display, 1.5GB RAM, and a 100GB 5400rpm HD which replaced the stock OEM 40GB 4200rpm drive about one year ago.
    I'm not willing to do an Archive and Install at this point as the loss of the WebDAV access to my online volume is not critical. Inconvenient as heck but not to the point where I'm willing (or able) stop my normal work to spend the hours it will take to get WebDAV access back.
    Thanks in advance for any insights.

    same problem here with webdav, I can't mount my idisk from university network on Mac Pro 10.5.3 (although it mounts fine from home network on both ibook and PMG5 10.5.3). Everything was fine with 10.5.2 and I already re-installed 10.5.3 combo. Other bugs as well with .Mac prefs (keeps crashing, sometimes it shows the available space on idisk but still no mounting, with error -35 or -8086), but .Mac sync is OK
    Jun 11 12:34:21 webdavfs_agent[579]: mounting as authenticated user
    Jun 11 12:34:22 kernel[0]: webdav server: http://idisk.mac.com/[username]/: connection is dead
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 received VQ_DEAD event (32)
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 type 'webdav', mounted on '/Volumes/[username]', from 'http://idisk.mac.com/[username]/', dead
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 found 1 filesystem(s) with problem(s)
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:52: --- last message repeated 1 time ---

  • BI Variable authorization issue

    Hello Experts,
    Please help me with the below issue. I have implemented Variable authorizations as below.
    1)I have marked Cost Center and Profit Center info objects as Auth relevant.
    2) Created a global Variables for CC and PC with processing by authorization & user exit.
    3) Created analysis authorization for the info object 0cost center and Profit Center and added value as $ ZCOST.
    4) Created the include program ZSECTEST in the user exit to check the Variables.
    I have created only one analysis authorization with both CC and PC fields and restricted to Variables.
    Scenario 1: If the Query that was built on the Cube has only CC data authorizations are working fine by picking the values from the table. u2013 Working
    Scenario 2 : I have a query that was created on MP which has cube A with CC and cube B with PC data.
    (system checks if the user has access both info objects since both were auth relevant fields)
    When user ran the query u2013 custom code checks the table and gets the CC and PC values to the query variable screen.
    Issue: If the query has both CC and PC data for the given date it was showing results fine.
    If the query has only CC data and no PC data then query is giving message saying no data available.
    My requirement is even there is not PC data for that date I want to display the CC data.
    Thanks in Advance.
    Thanks,
    Kumar.

    Hello Sandipan,
    Thanks for the quick response.  Primary key has been already defined in the table.  Issue is I have only one analysis authorization created with fileds  CC and PC restrcited to variables VAR1 and VAR2 respectively.
    When I execute the query in the variable selection screen values are coming fine as below from the custom table. (works)
    Variable selection screen :                   
    Cost Center   -    1,2,3,4
    Profit Center   -     A,S,D,F
    Date               -   10/2010
    In the above example if the query has only CC data for that date - I get error no data available because system is fetching for the  combination of CC 1,2,3,4 and PC A,S,D,F .  I guess some aggregation auth are missing.
    When I execute the same query with SAP_ALL and BI_ALL I get results with only CC - because PC data on this query was not available for that date.
    My requirement is  even if the PC data was not avaiable for that date I want to display all the CC realted  data.
    Thanks,
    Kumar.

  • 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

  • Authorization issue within a table in BI

    Hello All,
    Here is my authorization issue :
    We have set up an authorization on infoobject Zapplication. End user is allowed to choose "HR" only.
    In Rsecadmin, infoObject Zapplication is restricted to "HR"
    Then, this authorization object has been assigned to end user.
    This user go to a specific table to select an application and a date.
    When user display the possible value he only see "HR". Which means our authorization is correct.
    However, this user can enter another value such as "SD". This value does exist in infoObject Zapplication. So, it means that there is an issue with our authorizations settings.
    We have added a control table, it's even worse in this case, authorization are not checked at all and all available values are displayed.
    Any idea to prevent the user to entered a value within this table ?
    Why our authorization does not check the value entered directly in the table ?
    Thanks &
    Regards
    Cath

    Hello
    For info we manged to restrict acces on this table by using event table from table maintenance and we have combined it with a specific authorisation object.
    Regs
    C.

  • Authorization Issue to Upload file in Integrated Planning

    Hi All
      I have included the planning role for the user...which is the same as mine..I can execute and upload  the file..when I login with the user iD, it says you are not authorize to upload zFILE_SEQ/...in my role..there is Z* values also..
    No idea how to rectify as I dont see any problem??
    pppls help..

    Hi,
    Could you please look into the authorizations that restrict data selection for the user, say if he control one or two costcenters and you have access to all costcenters. Also you need to have that object in the Aggregation level that allow the user selection. You need to include that info object restriction based on authorization value in the aggregation level and in the upload file.
    Also try to execute the input ready query from RSECADMIN T-CODE . Use the 3rd tab and choose the user id and choose with log .Then on the next screen will be RSRT and choose your input ready query and execute. Then choose back button and the pervious screen choose display log, which will give you detail log on the authorization issue ...
    hope it helps...
    cheers,
    Balaji
    Edited by: Balaji NS on Jun 4, 2011 1:47 AM

  • 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

  • How does IDM takecare of Authorization issues

    Hi All,
    I am pretty new to IDM product. I am aware that using IDM we can automate user creation and role assignment, also with 7.2 we have password self service available.
    However i will like know whether IDM can also be used for regular authorization issues i.e., let say a user is facing an authorization issue in a particular tcode, in order to solve this issue we need to assign additional field values in one of his roles. will such issues where user id is already present and roles also assigned to that id but some changes to his roles is required be taken care by IDM.
    I couldn't get this info from Master and solution operation guide of IDM  7.2, so thats why i am posting it here.
    Regards,
    Siva.

    Hello - No IDM only manages the abap roles ie provisioning and deprovisioning. If the user requires additional authiorization and a role exists to solve this then this role can be assigned from IDM. However if you need to add extra values to a role this still needs to be done using PFCG.
    Hope this answers the question.
    Chris

  • In info spoke customer details generating in two lines

    Hi All,
       In Info spoke after file trigerring job background, file creating in AL11 but in that file for each customer details generating in two lines.
    Eg:
    Correct reocrd : 1212|dsfsdfd|ddf|fdf||dfsdf
    Error record: 1212|dsfsdfd
                           |ddf|fdf||dfsdf
    Thanks,
    Manjunatha

    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 Issues - Apple, please help

    There have been several posts regarding users not being able to play their iTunes music due to authorization issues. Solutions have been provided, including the following:
    1. Deauthorizing the account several times until the following message appears "This computer was not authorized. To authorize this computer, to play a song or video you have purchased using this account."
    2. Deleting the "SC info" folder.
    3. Authorizing the music using the original account (File > Get Info).
    Nothing seems to be working. I've contacted Apple support, and they have been more than responsive and helpful, but they keep asking me to do the same things over, and over.
    Everytime I enter my account authorization info, I get a message indicating that the computer is now authorized...however, the music still won't play.
    I have now gone 3 months without being able to solve this issue (I've tried everything in the forums), and I am about to give up. Unfortunately, this also means flushing over $300 down the toilet. I still have all the files, so I am not asking to download them again (they are on my hard drive). I just want a fix...

    Hi,
    For the BW consultant use the following objects :
    B_ALE_MAST
    S_ADMI_FCD
    S_APPL_LOG
    S_ARCHIVE 
    S_BDS_DS 
    S_BTCH_ADM
    S_BTCH_JOB
    S_BTCH_NAM
    S_CTS_ADMI
    S_C_FUNCT 
    S_DATASET 
    S_DEVELOP 
    S_DOKU_AUT
    S_FIELDSEL
    S_FOBU_MTH
    S_GUI     
    S_IDOCCTRL
    S_IDOCDEFT
    S_IDOCMONI 
    S_IDOCPART
    S_IDOCPORT
    S_LDAP    
    S_LOG_COM  
    S_OC_DOC  
    S_OC_FOLCR
    S_OC_ROLE  
    S_OC_SEND 
    S_OC_TCD  
    S_PROGRAM 
    S_PROJECT 
    S_QUERY   
    S_RFC     
    S_RS_ADMWB
    S_RS_COMP 
    S_RS_FOLD 
    S_RS_HIER 
    S_RS_ICUBE
    S_RS_IOBJ 
    S_RS_IOMAD
    S_RS_ISET 
    S_RS_ISOUR
    S_RS_ISRCM
    S_RS_MPRO 
    S_RS_ODSO 
    S_RZL_ADM 
    S_SCD0    
    S_SCRP_ACT
    S_SCRP_FRM
    S_SCRP_GRA
    S_SCRP_STY
    S_SCRP_TXT
    S_SPO_ACT 
    S_SPO_DEV 
    S_SPO_PAGE
    S_TABU_CLI
    S_TABU_DIS
    S_TABU_RFC
    S_TCODE   
    S_TMS_ACT 
    S_TOOLS_EX
    S_TRANSLAT
    S_TRANSPRT
    S_TWB     
    S_USER_AGR
    S_USER_AUT
    S_USER_GRP
    S_USER_PRO
    S_USER_TCD
    S_USER_VAL
    S_WFAR_OBJ
    S_WFAR_PRI
    For users :
    S_ADMI_FCD
    S_BDS_D
    S_BDS_DS
    S_GUI
    S_OLE_CALL
    S_RFC
    S_RS_COMP1
    S_RS_FOLD
    S_RS_HIER
    S_RS_ICUBE
    S_RS_ISET
    S_RS_ODSO
    S_SPO_DEV
    S_TCODE
    S_USER_AGR
    You also need to give the end user objects to the BW consultant. All of these objects have activities and values that need to be populated.
    Cheers,
    Kedar

  • Loss Authorization after changing info object

    Hi
    tHIS is authorization issue
    I have DP Planning book and in this planning book I have used Zinfoobject .
    This is working fine since go live . Recently I have added new atribute in this zinfoobject .
    After that user is not accessible to DP pLANNING Area.
    SAYS THAT 'NO Authorization.
    Can anybody suggest me

    Hi,
       Is this Info Object is Std. one?
    I assume this info object is created by manually.If you want to change the data type of info object then you need to delete master data of this info object.After that you can change the data type of info object.
    But this is the vrey risky steps,so i would suggest try it ones in dev. or sand box server,then go further.
    Regards
    Sujay

  • Query Authorization Issue

    Hi,
    I have created an authorization object for info object Consolidation group (0CS_group) and checked for respective info cube too.
    selected the respective info objects and completed the process. In Role maintenance, i have created a proper authorization profile (and restrict the particular value for info object) as well as assign user id. but still I am able to access all the values of info object.
    What could be the issue in this scenario?
    Do i need to recreate a query to enforce the authorization?
    Please help
    Rajiv

    hi Rajiv ,
        Could u please send me error message which u r getting after this with snapshots to my mailid . if you r gettign the "You are not authorized " then check all the objects & components for your cube .
      still you are not able to get this you can send me  ur problem at [email protected]
    best regards,
    Vikas

  • Problem with Info Spoke

    Dear Spoke,
    We newly upgraded our BI system to 7.0, Now when i try to transfer data to a File using an existing infospoke, iThe request runs for a long time and get fails, in the monitoring also there is no details.
    the Request runs for 3 hrs and fails, Can any one please suggest me what to do?  this problem is coming only after upgrading, Should i check any thing with support pack.
    Please provide me some solution...like general steps to handle these types of errors.
    Thanks in advance..
    Dev
    Edited by: Srinivas dev on May 7, 2008 10:18 AM

    Hi Srinivas,
    If the rest of the info spokes are working fine and if you have only this as the issue, may be as a least alternative you can activate it again and transport.
    Do you have any selections based on this IO in the info spoke or do you have any Badi logic?
    IF still Problem arises ,then look towards the support packages.
    Thanks,
    Chetan.

  • BI 7.0 Analysis Authorization issue: some reports displaying a blank page.

    Hi All,
    This is regarding BI 7.0 Analysis Authorization issue.
    Overview:
    we have restricted some queries at infoobject level.
    Issue:
    a. For some of the queries, we can see the selection screen but when we try to execute the query by clicking on the execute button (Queries WAD) we get a blank page, meaning nothing is displayed on the output (white/Blank screen).
    b. When we execute the same query through RSRT, we get a message which says "Disconnecting from BW server..".
    c. Let me explain further on this. Basically we are doing this in order to have limited access to Auditors at the client side. At the same time normal users should not get impacted due to this, hence we created two roles. One for normal users and other for Auditors.
    d.  Now the thing is that we execute the same report with normal user ID's the report executes properly and displays the output. it does not show the blank page.
    e. But when we execute the same report with Auditors ID then we get a blank page.
    Any idea why this is so?

    Hi Neha,
    I tried the below also,
    GL Acnt
    I EQ 0000134010
    I EQ :
    but still it didn't work.
    No Infoobject is missing in Authorization Object.
    For your point, "rsecadmin - > analysis -> execute as -> check for the desired user & analyze the log" it didnu2019t allow me to analyze, since as soon as click on execute button a pop-up comes up saying "Disconnecting from the BW server..."
    As mentioned earlier also it is giving me the below message,
    ""I>> Row: 103 Inc: AUTHORITY_02 Prog: CL_RSR_RRK0_AUTHORIZATION                                                                       RS_EXCEPTION        301CL_RSR_RRK0_AUTHORIZATION                         AUTHORITY_02"
    Kindly suggest, since this is a show-stopper for us!
    Thanks,
    Ishdeep Kohli.

Maybe you are looking for

  • Import statement and directory structure

    First of all, sorry for such a long post, I believe part of it is because I am unsure of the concept of importing in Java. Secondly, Thanks to anyone who can ultimately enlighten me to the concept of import. I did ask this question before in the "ero

  • Unknown device - ipod nano fine - problem with windows xp and usb root hub

    Greetings all. I've seen this question come up over and over again and have been working on it following previous posts and posts on microsoft and hp sites for a couple of days now. First off - the ipod nano is fine. Works on my son's computer well.

  • Need help removing apple id from old songs

    hi, hope someone can help. just rebuilt my computer and put my songs from my old ipod nano onto itunes. only 3 songs were purchased yrs ago with my ex wife's account. when i click on those songs in itunes to play, it pops up with her apple id. how ca

  • List Display After ALV Display.

    Hi, i want to use write statement after display of the GRID ALV report. I User-command is getting dynamically called up when i presses the button. FORM user_command USING p_ucomm     LIKE sy-ucomm                         p_selfield  TYPE slis_selfiel

  • Why does Premiere keep defaulting to frames instead of timecode?

    Everything was fine before - Premiere was using the actual timecode as a default. Lately I think someone else used it and switched something to frames instead, and now every time I open up Premiere, the timeline is using frames again instead of the t