Unable to ececute the query through RSRT in GRQ.

Hi Xperts,
i have created a query in development server and tested in RSRT and i found tha the query is working fine(i am getting the value in query output).
But after tranporting that query to Quality server,when i tried through RSRT it is not working...the queryt taking longer time and i am not getting any query output.
can any one please help me on this?
reg,
sat

hi ,
1. Try 'Generate the report' for your   your query in tcode - RSRT2 , before executing the query in quality system .
If this  doesnot solves your issue , then try this :-
1. go to tcode- RSCRM_BAPI .
2. You will get the infoareas , drill down to your query from the corresponding infoarea .
3..Execute the query over there. 
4. Have a 'OLAP check'  of  the query to find any inconsistencies .
Regards,
Lokesh

Similar Messages

  • Error  while executing query through rsrt

    hello experts,
    I am facing following error while executing one HR query through rsrt.
    "System error in program SAPLRRI2 and form REP_ASSIGN_INITIAL_OPT-01- (see long text) "
    while executing query through rsrt it automatically goes to debug mode, coming out of debug mode i get the screan showing above error message.
    What would be an issue?
    Regards,
    Nirav
    Edited by: Nirav Shah on Apr 21, 2008 8:19 AM

    Hi ramesh,
    I havent kept any execlusion selection. Though i saw long text, it is like this:
    "Diagnosis
    This internal error is an intended termination resulting from a program state that is not permitted.
    Procedure
    Analyze the situation and inform SAP.
    If the termination occurred when you executed a query or Web template, or during interaction in the planning modeler, and if you can reproduce this termination, record a trace (transaction RSTT).
    For more information about recording a trace, see the documentation for the trace tool environment as well as SAP Note 899572.
      Notification Number BRAIN 299 "
    Regards,
    Nirav

  • Error when generating and excuting the query in RSRT

    Hi Experts,
    When running the query in RSRT giving the below error massage,
    An exception (CX_RSR_X_MESSAGE) occurred
    Message no. TPDA430
    when genarating the query in RSRT getting the below error,
    An exception (CX_SY_MOVE_CAST_ERROR) occurred
    Message no. TPDA430
    the same query being executed sucsessfully in quality and dev where as we are having the above problem in production. we just retrasported the query
    Please let me know the solution ASAP.

    Hi,
    did you regenerate querie in RSRT ?
    Is the log report ok ?
    Regards,

  • REP-0495: Internal Error - Unable to tokenize the query.

    Hi
    I am getting error when I run xml reports .
    log file is as follow
    Receivables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FLUNARD module: UFlex-Debtors Trial Balance
    Current system time is 27-JAN-2010 13:10:22
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_START_DATE='1999/01/01 00:00:00'
    P_END_DATE='31-JAN-09'
    P_CHART_OF_ACCOUNTS_ID='50268'
    P_ORG_ID='103'
    XML_REPORTS_XENVIRONMENT is :
    /applprod/oracle/prdora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /applprod/oracle/prdora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    REP-0495: Internal Error - Unable to tokenize the query.
    Report Builder: Release 6.0.8.25.0 - Production on Wed Jan 27 13:10:30 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1929569.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 27-JAN-2010 13:10:49
    Thanks
    Rahul

    I suggest opening a case with Cisco TAC.  This could be an issue with the device itself.
    Please remember to select a correct answer and rate helpful posts

  • Unable to process the query

    We have some custom entries in the file 'custom.ini' that are stored in
    the Sybase database.
    When I start a query for these custom attributes then I get the
    following error message:
    "Unable to process the query. Ensure that the database connection is up.
    For more information, see the error message documentation at
    http://www.novell.com/documentation."
    The database connection is up and running because when I start a query
    of a standard attributes of ZfD then I get a result.
    I get this error message just on custom entries.
    I have enable the debug logs, how explaned on the documentation, but
    without positive results.
    Any ideas?
    Pete

    Pete,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • DA0003: Exception CS, Unable to run the query execute

    Hi all,
    I try to use a stored procedure as data provider but i get this error
    DA0003: Exception CS, Unable to run the query execute
    I use BusObj Full Client 6.5 pointing to SQL2005.
    I choose stored procedure as data providers of a new report, then choose the Oledb connection to the database in which the sproc is saved (this sproc executes some queries, all on the same db). Then I fill in the parameter of the sproc and when i click OK I get this error.
    The sp works fine if executed from a query tool. Basically it queries BusObj Security Domain in order to get the documents a single user has linked (both enabled and disabled). It doesn't do nothing exceptionall except using some table variables... I tried also with this simple func:
    CREATE FUNCTION [dbo].[Yesterday] (@date int)
    RETURNS int AS BEGIN
       DECLARE @Yesterday int
       SET @yesterday = convert(varchar, DATEADD(dd, -1, convert(datetime, str(@date), 112) ), 112)
       RETURN(@Yesterday)
    END;
    But it returns the same error!
    I tried changing middleware to the DB from oleDB to ODBC but in this case it doesn't prompt me for parameters and when i click execute it fails saying the sproc expects a parameter...
    I have no idea of what the cause may be... Can anybody help please?

    Hi Alberto,
    Could you please test the following solutions to resolve the issue.
    Solution1:
    Test the issue by inserting the following parameter in .SBO file.
    <Parameter Name="Force SQLExecute">Always</Parameter> .
    Solution2
    Just put SET NOCOUNT OFF in the end of the stored procedure SQL.
    If the above doesnu2019t works then please try the following solution.
    Solution3
    Make the new connection from the scratch using ODBC connection and test the issue.
    I hope this will help you.
    Regards,
    Sarbhjeet Kaur

  • HT3204 Having purchased a Bluray of Les Mis with a digital download, I am unable to download the film through iTunes with each time I try it stops at 1.43GBytes.  I have attempted both Win8 PC and iPad with the same result.  Any ideas?

    Having purchased a Bluray of Les Mis with a digital download, I am unable to download the film through iTunes with each time I try it stops at 1.43GBytes.  I have attempted both Win8 PC and iPad with the same result.  Any ideas?

    Hello there, TindyBobbin.
    Just to make sure, here is a Knowledge Base article that reviews the process for downloading a digital copy:
    Transferring or downloading an iTunes Digital Copy
    http://support.apple.com/kb/ht1539
    If all of the steps still do not help with the download, you may want to follow what is mentioned at the bottom of all instructions:
    If you are experiencing issues downloading your iTunes Digital Copy, please contact iTunes Store Support.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Unable to post the excise through J1IG w.r.t material doc....

    Hi
    Please need your inputs....
    We are configuring the trading import scenario.
    We created the material doc through MIGO and the user need not to capture in the exicse during the MIGO they need to capture the excise entries through J1IG.
    But I am unable to capture excise through J1IG with reference to material doc
    System will not capture all values.
    I can able to capture the excise during the MIGO but I am unable to capture the excise with material doc through J1IG
    Please give your valuable suggestion.
    Edited by: K. Raghuram on Dec 6, 2011 7:47 AM

    Thanks for your promt reply Nagarajan.
    We are using serial no functionality for that perticular material.
    While doing Goods issue wrt STO (351) we select serial nos for eg (10001 to 10105), qty-105.
    While doing GR wrt PO i.e. STO (in Rec Plant) those serial nos are not reflected.
    So we needed GR wrt Mat doc.
    Regards,
    Sachin Narvekar

  • Error while executing the query in RSRT

    Hi to all,
    I am executing the query in client development system in RSRT.
    Error coming (Query could not open Genun  id is invalid)
    I shall be thankfull to you for this.
    Regards
    Pavneet Rana

    Hi,
    Plz check ur report and execute at the designer and take its technical name and go to RSRT. log out and log in and try..
    if not check ur authorisation.
    Regards....KP

  • Unable to access the Firewall through ASDM

                       Hi All,
    Thanks in advance ,
    in my organisatin we are facing one issue with launching of ASDM in ASA 5520 , when wer are trying to access the Firewall through ASDM we are unable to access that , see the java error loggs below , yes i know if we reload the firewall then this problem will solve , but my organisation management donsent want to reload the firewall , other procedure is to upgrage the ASDM version , just let me know the procedure for this
    Using JRE version 1.7.0_25 Java HotSpot(TM) Client VM
    User home directory = C:\Users\shussain
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    q:   hide console
    s:   dump system properties
    ASDM Application Logging Started at Tue Aug 20 11:04:48 AST 2013
    Local Launcher Version = 1.5.30
    Local Launcher Version Display = 1.5(30)
    OK button clicked
    Trying for ASDM Version file; url =
    https://192.168.50.2/admin/
    Server Version = 6.1(3)
    Server Launcher Version = 1.5.30, size = 319488 bytes
    invoking SGZ Loader..
    Cache location = C:/Users/shussain/.asdm/cache
    Exception in thread "SGZ Loader: launchSgzApplet" java.lang.NumberFormatException: For input string: "1 year 192"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at com.cisco.pdm.Check.h(DashoA10*..:1358)
    at com.cisco.pdm.Check.c(DashoA10*..:858)
    at com.cisco.pdm.Check.a(DashoA10*..:438)
    at com.cisco.pdm.PDMApplet.start(DashoA10*..:132)
    at com.cisco.nm.dice.loader.r.run(DashoA19*..:410)

    dear marvin,
    find my firewall sh version output, and asdm version ,
    ciscoasa# sh ver
    Cisco Adaptive Security Appliance Software Version 8.0(4)
    Device Manager Version 6.1(3)
    Compiled on Thu 07-Aug-08 20:53 by builders
    System image file is "disk0:/asa804-k8.bin"
    Config file at boot was "startup-config"
    ciscoasa up 1 year 193 days
    Hardware:   ASA5520, 512 MB RAM, CPU Pentium 4 Celeron 2000 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW080 @ 0xffe00000, 1024KB
    Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.05
    0: Ext: GigabitEthernet0/0  : address is 0021.a09a.ba76, irq 9
    1: Ext: GigabitEthernet0/1  : address is 0021.a09a.ba77, irq 9
    2: Ext: GigabitEthernet0/2  : address is 0021.a09a.ba78, irq 9
    3: Ext: GigabitEthernet0/3  : address is 0021.a09a.ba79, irq 9
    4: Ext: Management0/0       : address is 0021.a09a.ba7a, irq 11
    5: Int: Internal-Data0/0    : address is 0000.0001.0002, irq 11
    6: Int: Internal-Control0/0 : address is 0000.0001.0001, irq 5
    Licensed features for this platform:
    Maximum Physical Interfaces  : Unlimited
    Maximum VLANs                : 150      
    Inside Hosts                 : Unlimited
    Failover                     : Active/Active
    VPN-DES                      : Enabled  
    VPN-3DES-AES                 : Disabled 
    Security Contexts            : 2        
    GTP/GPRS                     : Disabled 
    VPN Peers                    : 750      
    WebVPN Peers                 : 2        
    AnyConnect for Mobile        : Disabled 
    AnyConnect for Linksys phone : Disabled 
    Advanced Endpoint Assessment : Disabled 
    UC Proxy Sessions            : 2        
    This platform has an ASA 5520 VPN Plus license.
    Serial Number: JMX1304L0HA
    Running Activation Key: 0x0313c076 0x58bdf52e 0xa83245ac 0xb460b058 0x88201caa
    Configuration register is 0x1
    Configuration last modified by enable_15 at 10:18:47.850 AST Wed Aug 21 2013
    ciscoasa#  
    ciscoasa# sh run asdm
    asdm image disk0:/asdm-613.bin
    asdm location internal-network1 255.255.0.0 internal

  • Unable to execute the query after transpoting to Quality in BI7.0

    Hi Friends,
    We are facing problem while executing the query in BI 7.0 after transporting to Quality system.
    Whenever we are clicking on the query in Analyser after transporting to quality, it is throwing an error like "Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION" and " system error in program SAPLRRI2 and form DIM_FAC_SRDATE-02" and it is disconnecting from BI system.
    The transport went successfully to quality system.
    Please do the needful regarding the above errors.
    Thanks
    Rama

    Hello,
    I resolved the problem. I removed all the variables in the query did another "Query Check" and the error message was clearer.
    There were missing infobjects in the Multi-Provider.  When I fixed this the error was gone.
    Thanks.

  • Unable to resolve the query

    Hi
    I have the following table.
    Complex No
    Complex Amount
    Child Invoice
    Invoice Amount
    Invoice Date
    123
    9000
    245
    2000
    1-Oct-13
    123
    456
    3000
    01-Nov-13
    123
    567
    4000
    31-Oct-13
    My requirement is to generate the following report
    Complex No
    Complex Amount
    Till Date
    Future Date
    123
    9000
    6000
    3000
    Where Till Date is the sum of Amount of Invoice Dated <= 31-OCT-13 and Future Dated is the sum of amount of invoice dated > 31-OCT-13.
    Can anyone help me with the query?

    with t as (
               select 123 complex_no,9000 complex_amount,245 child,2000 invoice_amount,date '2013-10-01' invoice_date from dual union all
               select 123,null,456,3000,date '2013-11-01' from dual union all
               select 123,null,567,4000,date '2013-10-31' from dual
    select  complex_no,
            sum(complex_amount) complex_amount,
            sum(case when invoice_date <= last_day(sysdate) then invoice_amount end) till_date,
            sum(case when invoice_date > last_day(sysdate) then invoice_amount end) future_date
      from  t
      group by complex_no
    COMPLEX_NO COMPLEX_AMOUNT  TILL_DATE FUTURE_DATE
           123           9000       6000        3000
    SCOTT@orcl >
    SY.

  • Unable to access the internet through pc

    I have time capsule connected to my pc through an Ethernet cable, it says my local area network is connected at 100 Mbps yet it is unable to connect to the internet. My xbox and MBP connect without a problem, any ideas on what is going on?

    If you're using 5.1, that's a beta enviroment and not supported.
    If you have it legally, it's attached to a developer account and all questions need to be directed to the developer forums.
    Latest gold version is 5.0.1.

  • Unable to find the query

    hello all!!!!!
    i had posted a query in the last fortnight and i dont remember the date. the subject was "how to deploy an application developed in JDeveloper". i have gone through 12-13 pages but could not find it. i have to go through the answer once again. how can i search for that query? i did not find any search option for the threads.
    please help

    Do you mean this:
    deploying a web application
    You can just click your own name on the left of your post and you see all the latest posts you did.
    Regards
    Edit: John was a little faster then me :-)

  • Unable to refresh the query

    Hi All,
    In my system MS office visio was installed and by that day i am unable to refresh query and its giving error "The macros 'Sapbex.xla!queryrefresh' cannot be found".
    I have checked the file sapbex.xla and ffound in the path c:\program files\sap\frontend\bw . Please suggest ASAP.
    Regards
    Sunil

    un answered.

Maybe you are looking for