Dump while accessing remote cube

I have a remote cube on a r/3 function module.
While doing listcube on the remote cube I get following error:
System error: Message type   is unknown.
Error reading the data of InfoProvider
In R/3 error dump analysis gives the following:
Only message types A, E, I, W, S and X are allowed.
There is probably an error in the program  "GP45R68OC5AE7889UWEDQJN1THJ".                    
MESSAGE_TYPE_UNKNOWN
Does anyone have experience to handle similar situation? Any suggestion for the next step?

This is a standard function module: FAGL_GET_TT_DATA_LEAD
Import Parameters:
I_REQUNR        
I_ISOURCE       
I_MAXSIZE       
I_INITFLAG      
I_UPDMODE       
I_DATAPAKID     
I_PRIVATE_MODE  
I_CALLMODE      
I_NO_AGGREGATION
Table Parameters:
I_T_SELECT
I_T_FIELDS
E_T_DATA  
E_T_SELECT
There is no export paramters

Similar Messages

  • PERFORMANCE while accessing remote database DB2 on AS/400 using WAS

    Subject: PERFORMANCE while accessing remote database
    We have IBMWebSphere Application Server Standard Edition 3.5.3 running on
    AS/400 iSeries Server (V4R5, test)and local DB2 Database.
    I am using AS/400 Developer Kit for Java JDBC Driver(type2, com.ibm.db2.jdbc.app.DB2Driver)
    to talk to local database. The performance was very good.
    When I try to access remote database (every thing same as local) which is on another AS/400
    machine of V4R4 (we use it for production, remote database) using IBM Toolbox for Java JDBC driver
    (com.ibm.as400.access.AS400JDBCDriver, type 4 driver), I can see 30to40%decrease in performance.
    Here we have WAS on previous V4R5 AS/400 machine.
    My questions are
    Is the performance decrease is due to
    1. the driver I am using? if it is Is there any other alternative drivers to access
    remote database to boost performance?
    2. the release difference of local(V4R5) and remote data base(V4R5)
    3. Currently most uses remote database while we do this testing. Is that the cause?
    or Is there any other cause or Drivers etc??? Suggestions and help is most welcome.
    Thank you.

    What about
    4. the data has to travel across the network.

  • Short Dump While Accessing RSA1 in BI7.0 with SP 21

    Hi,
    The following short dump occurs, while Accessing RSA1 in BI7.0
    Runtime Errors SYNTAX_ERROR
    Date and Time 26.10.2010 10:19:35
    Short text
         Syntax error in program "CL_RSTRAN_STAT================CP ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_RSAWBN_OBJ_TRFN============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program
          "CL_RSTRAN_STAT================CP " in include
          "CL_RSTRAN_STAT================CM00X " in
         line 34:
         "Der formale Parameter "E_TLOGO_MASK" existiert nicht."
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
         Error in the ABAP Application Program
         The current ABAP program "CL_RSAWBN_OBJ_TRFN============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "CL_RSTRAN_STAT================CP
        You can also perform the syntax check from the ABAP Editor.
        If the problem persists, proceed as follows:
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        The following syntax error was found in the program
         CL_RSTRAN_STAT================CP :
        "Der formale Parameter "E_TLOGO_MASK" existiert nicht."
    i.e parameter E_TLOGO_MASK is not existing.
    I have gone through below old thread, but its for old SP
    Runtime Error SYNTAX_ERROR while accessing the T-code RSA1
    In our case, I guess it refers to our patch level as this SAP Note is referring to support package 17,
    but we have implemented support package 21.
    Please help <REMOVED_BY_MODERATOR> as this is blocking our next level in BI upgrade process.
    Thanks in advance.
    Regards,
    Manikandan Dhanakoti
    Edited by: Manikandan.D on Oct 29, 2010 8:37 AM
    Edited by: Pravender on Nov 1, 2010 12:30 PM

    See if below threat is any help.
    Runtime Error SYNTAX_ERROR while accessing the T-code RSA1

  • Data flow not visible while creating remote cube.

    Hi SDN,
    I am working on a remote cube. I need to link the infosource to remote cube. I have  selected the source system and assigned.
    I have done,  like--Remote cube --> Context Menu --> Show Data flow , and I wanted to see the source system , Info source and the remote cube, but could not find them .
    Guide me what I've missed /went wrong.
    Thanks in Advance
    Ankit

    Hi,
    Remote cube is technology where you report on data which is stored in the source system. While creating the Infocube you have to select Remote Infocube Radiobutton and in the next screen it will ask you for the infosource.
    In that infosource you can assign the datasource in the infosource menu.
    Now you see the data flow.
    Hope it works,
    Regards,
    Sasi

  • ST03N ABAP dump while accessing BI Workload

    Hello,
    I'm getting ABAP dump "Exception condition "X_MESSAGE" raised." while I. trying to access BI Workload part of transaction ST03 or ST03N."
    I tried to debug ti and it seems that Function Module (RSDRI_INFOPROV_READ) which is reading multi provider 0TCT_MC01 is returning error 8 = INHERITED_ERROR, Error in Called Routine. There is a LOOP in this code for fetching data out of underlying cube and it seems; that system is not able to determine end of data. Even in last iteration of LOOP variable L_END_OF_DATA is not set to X.
    Might be that my virtual cube 0TCT_VC01 of which Mprov is comprised is not consisted? I already went through note 934848 - Collective note: (FAQ) BI Administration Cockpit - step no 5: "Activate direct access for virtual providers.
    Please assign source system for all the virtual providers (0TCT_VC*)." Cube 0TCT_VC01 has source system assigned.
    PS: I'm on BW 7.0 SP17, SAP_BASIS and ABAP SP15.
    -update 29/08/2010-
    I tried to retransport cube 0TCT_VC01 but dump still persist. There is a strange error in TA RSRV while I try to test its "Consistency of the Time Dimension for an InfoCube". Error is: Unknown, fatal error when creating instance in test "CL_RSRV_CHK_TIM_DIM" Message no. RSRV313
    Can it be that it has something to do with dump in ST03?
    Thanks.
    m./
    Edited by: Martin Maruskin on Aug 19, 2010 9:34 PM

    - Check RSA1 Data Warehouse Workbench -> Modeling -> InfoProvider;
    - Search for InfoCube 0TCT_VC01; in the context, check "Activate
      Direct Access"; Then, click on the "Source Syst.for InfoSource 3.x"
      tab, you have to activate the direct access by marking the source
      system (system name) and save.
    Please also refer to SAP Note 934848(action 5).
    As you may know, ST03N BI workload retrieves data of frontend and OLAP
    statistics largely from MultiProvider 0TCT_MC01, which consists of two
    InfoProviders 0TCT_C01 and 0TCT_VC01. Correct activation of BI technical
    contents is a prerequisite for ST03N BI workload to behave properly.

  • Short dump while accessing the table

    There is a report ppioa0000, when executing the report it is going for short dump,  error analysis showing that
    <b>when accessing the attributes of dictionary table IOSOPER meaningless values are found.</b>
    and ABAP run time error showing that  DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    The database is damaged, links between SAP dictionary and actual database seems to be broken. Try to use SE14 to adjust database.
    Regards

  • Short dump while accessing the IOSOPER

    There is a report ppioa0000, when executing the report it is going for short dump, error analysis showing that
    <b>when accessing the attributes of dictionary Table IOSOPER meaningless values are found.</b>
    but IOSOPER is a Structure
    and ABAP run time error showing that DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    closing unable to find answer

  • Error while accessing remote server using applet in jsp page

    hii..
    We are accessing a data repository MDSPlus. Its used for storing data such as signals in tree like structure. We r coding for client side in JSP .
    For this we are invoking applet which uses jar files of jScope(java tool for displaying waveforms). We r getting the following error when we try to access a remote server in network. But it works fine with local server.
    So kindly help .
    ERROR IS:
    java.security.AccessControlException:access denied(java.net.SocketPermission 202.41.112.140:8000 connect,resolve)
    url mds:://202.41.112.140/SST_DAQ/11/\SST_DAQ::TOP.BOLOMETER:BOLO_1
    Use ploicytool.exe in JDK or JRE installation directory to add socket access permission.
    The IP address mentioned above in error is the computer with which v have to connect. SST_DAQ is the expt name,11 is the shot no. , BOLOMETER and BOLO_1 are the tree node s..
    plzz reply fast........

    Hi Frank,
    Are you using standalone OC4J or 9iAS ? If you are using standalone OC4J then you need to add a proper data source entry in %OC4J_HOME%j2ee\home\config\data-sources.xml file.
    If you are using 9iAS the you can log in to the Enterprise Manager console and add the data source entry by using wizard provided by 9iAS.
    Ensure the case of the JNDI lookup string, since, it is case sensitive.
    Hope this helps.
    Abhijeet

  • Dump while accessing the View

    Hi Folks,
    I'm ending with dump with a simple select query.
    SELECT *
        FROM zview_gltr_data
        INTO
       TABLE t_gltr_data.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "GET_VIEW_DATA" "(FORM)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "GET_VIEW_DATA"
    "(FORM)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Database error text........: "ORA-28000: the account is locked#ORA-02063:
    preceding line from TWVERTRA"
    Internal call code.........: "[RSQL/FTCH/ZVIEW_AP_TR_LOAD ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    Can anyone lemme know how to over come from this error.
    Thks in advance
    VEnK@

    HI Suhas,
    In my case it is projection view. So if i use VIEW_GET_DATE FM can i over come from this dump. How can this FM effect in over coming from this dump, just wanna know the technicality in this case.
    And also wanna bring to you another point like, at times this select query is going fine and at times getting failed.
    Regards
    VEnK@
    Edited by: Venkat Reddy on Apr 6, 2011 5:10 PM

  • Short dump while loading demo cubes

    HI
    When I am trying to load data from flat file (using standard datasource, and the file being present in the application server) to SAP DEMO Content cubes, I am getting the following short dump.  I could see the data in PSA.The request remains yellow in the monitor.
    I have searched the sdn and could not find the exact match to my issue.
    Find below the short dump content.
    Short text
        An exception occurred that was not caught.

    Error
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception CX_RSR_X_MESSAGE was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program SAPLRRMS has to be
        terminated.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.

  • TimeOUT Short dump while accessing WebReport.

    A Web Report is taking too much time to open and timing out with a short dump see below details,
    The Report was working very fine few days back,
    any ideas please.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLRSDRS" in
         "FETCH_DATA_OPENSQL".
        The main program was "SAPMHTTP ".
        The termination occurred in line 121 of the source code of the (Include)
         program "LRSDRSF04"
        of the source code of program "LRSDRSF04" (when calling the editor 1210).

    Hi Shashi,
    Try to do following checks
    1> How much time the report used to take?
    2> Is there any increase in data volume recently?
    3> How many records query is trying to pull?
    4> Aggregation done, (if any aggregates exist)
    5> Statistics are up to date? (performance tab check)
    6> Indexes & Aggregate indexed are green (performance tab check)
    Based on above checks, perhaps, you have to go for building some aggregates.
    Regards,
    Sree

  • Dump while accessing VIQMEL view

    Hello friends,
    I added a field in an Append Structure of the Table QMEL.I saved,checked and
    activated that Structure and QMEL Table.
    Also in SE14 , I saved and adjusted the QMEL Table.
    But the Added Field doesn't get reflected in VIQMEL  view.
    So, I saved and adjusted VIQMEL view in SE14.
    After Doing this , System throws Dump Error in IW22 and QM02 Transactions
    with the the following message.
    " DBIF_RSQL_SQL_ERROR ".
    "An error occurred when reading from the database".
    >     SELECT SINGLE * FROM VIQMEL WHERE QMNUM = QMNUM. "
    Please tell the corrective procedure if anybody knows.
    With Regards,
    Hari Prasath.S

    Hi
    It seems the problem is with selecting the sequence of the fields from the VIQMEL view
    the error RSQL_SQL_ERROR  is lways related to the mismatch of the selected fields and the work area/internl table.
    so check for that by correctly activating the VIQMEL in se14 and check the select statements.
    Regards
    Anji

  • Dump while accessing Menu- User menu  MESSAGE_TYPE_X

    In the SAP initial screen under the user menu(Menu->User menu->General user transactions), when I am having a big number of tree sturcture under a specific folder like under 'General user transactions', I am getting dump with message MESSAGE_TYPE_X, AC_SYSTEM_FLUSH. This is happening, when lots of transactions are attached under any folder like 'General user transactions'. How to solve this. I am getting error in ECC6.0

    Hi Sanjay,
    1. reduce the number of transactions in one folder. Create more folders.
    2. Ask your basis if it is because of memory issue?
    3. Check in OSS if there is any specific note on the restrictions on the number of entries in the folder.
    Regards,
    Atish

  • Remote cube

    Hi,
    I want to know how to make data source on the r/3 side to be avaliable for selection while creating remote cube in BW
    sachin k

    Hi,
    go through this link
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/63c620e18411d4b2d90050da4c74dc/content.htm
    Regards
    siddhu

  • Short dump while displaying cube data in production

    Hi Folks,
    I'm getting a short dump while displaying cube data in production, please suggest
    Thanks and Regards
    Santhosh

    Hi Santosh,
    I'd suggest to follow as per SAP Note: 568768 - Analysis of SQL Errors causing Shortdumps or Error messages. The Note contains precise steps to analyze such an ABAP dump.
    cheers
    m./

Maybe you are looking for

  • Data coming out of a loop, how can I represent them to be similar like they were in the loop?

    If I link the vi "filter 2 1.03" located in the "analysis" vi (independantly from "analysis") to the "Global" vi located in the "3 dim-graph" vi and the link this to a 3D graph, I get the graph I looking for. Here, the "filter 2 1.03" vi is located i

  • My Macbook Pro will no longer connect to my tv via HDMI

    Well basically it is in the title, my Macbook Pro will no longer connect to my tv via HDMI. I have been using this cable for a long time and works perfectly. earlier today i used it to connect my mac up to my parents 4k tv, it worked fine, did what i

  • External Firewire 800 500GB WD drive does not mount

    Hi- Here is the problem. i) Bought a lacie 500GB d2 drive using firewire 800 to connect to the iMAC but did not work. The port was seeing the drive but disconnecting it every 10 secs thinking that I was unmounting it during operations. I returned bac

  • Reading Config Files in WPF without "My.Settings"

    Please I need help on this.. I am working on a WPF  project and I need to read an entry from the applicationSettings section of my configuration file in the Visual Studio 2008 WPF project. My.Settings.ValueToRead works very well and it returns what I

  • F4 key in the command line

    F4 key in the command line would display the history of commands used.Would it display the commands used by all the other sessions on the instance or mine alone??If so how does it update those values and where does it get stored on my machine?? Thank