Error message in a query

Hi,
When i execute a query appears the message "Error specify a value for variable Z...". I can't execute the query.
This situation exist from a new release of SAP-BW (7.0).
Thanks and best regards.
CV

HI,
Its becoz u r trying to execute the query without giving required values for a variable which is required to run ur query.
Just check all ur variables and also check whether they are populated with correct values or not.
Regards,
Rajkandula

Similar Messages

  • Error message in executing query

    Hi
    There is one query which was working fine initially but sudeenly after making some changes it is giving the error message
    Diagnosis
    This internal error is a targeted termination since the program has an
    incorrect status.
    I tried RSRT but it still does not help, giving the same message.
    Please advise is there any other way to get this query working again.
    Thanks in advance.
    Regards,
    Kate.

    Hi Bahnu,
    Thanks for your reply. I am able to access the query definition in the Bex analyser and I am able to execute it till the selection screen but after that it gives me the message:
    System error in program CL_RSDM_READ_MASTER_DATA and form
    sidvaldirect_read2
         Message no. BRAIN299
    Diagnosis
    This internal error is a targeted termination since the program has an
    incorrect status.
    Procedure
    Analyse the situation and inform SAP.
    I think the problem happened when someone else was trying to edit the query from Bex Designer when I was trying to
    edit in the Bex Analyser.
    Can you suggest what can be done to resolve it.
    Even I tried creating a copy and executing it but both give the same error.
    Many Thanks.
    Kind Regards,
    KAte.

  • Creating error message in enter query mode

    Thanks u3 and am0x,
    Thanks for your answer.Now i want to implement the same thing for another scnerio.
    Suppose i have entered a certain date but there is no related data in the database for .I am concedering it as a error and want to show a message.
    In the trigger ON-ERROR i have written this code.
    DECLARE
    err_code NUMBER := ERROR_CODE;
    err_type VARCHAR2(3) := ERROR_TYPE;
    msg VARCHAR2(2000) := ERROR_TEXT;
    BEGIN
    IF err_code = 40358 AND err_type = 'FRM' THEN
    message('please enter date as 01-jan-2008');
    END IF;
    IF err_code = 40301 AND err_type = 'FRM' THEN
    message('there is no related data in the database ,please enter the value again');
    END IF;
    RAISE FORM_TRIGGER_FAILURE;
    END;
    But it is not showing any message if there is no related data in the database can you please help.

    That looks like it should work, but you have left out an important line which could tell you why it's not working. If the error code is not one of the two you have specified then there will be no message at all!
    Try this and see what error message you get. Perhaps the code is something other than 40301.
    DECLARE
      err_code NUMBER := ERROR_CODE;
      err_type VARCHAR2(3) := ERROR_TYPE;
      msg VARCHAR2(2000) := ERROR_TEXT;
    BEGIN
      IF err_code = 40358 AND err_type = 'FRM' THEN
        message('please enter date as 01-jan-2008');
      ELSIF err_code = 40301 AND err_type = 'FRM' THEN
        message('there is no related data in the database ,please enter the value again');
      ELSE
        message(err_type||'-'||to_char(err_code)||': '||msg);
      END IF;
      RAISE FORM_TRIGGER_FAILURE;
    END;

  • Setup Error message in Query Designer

    Hi all,
    I have built a BW IP query with an aggregate as infoprovidor. In order to make the query plannable I have to use all KF and Characteristic and set the correct filtervalues. I have executed this specific query many times in order to check if all rows/columns are filled ok and are plannable but the last time I executed the query the following error message popped up :
    "Setup Error Failed to load resources from resource file. Please check your setup"
    When I click OK the Query Designer shuts down. When I then start the Query Designer again and want to select my query the same error message appears so I cannot access my query anymore.
    I am going to built a new one but like to know the probable cause of this error message as my query was consistent for sure.
    Thanks!
    Raymond Flaton

    Did you find a solution to this? we are having the same issue

  • Getting ORA Error while running any Query

    Hi Experts - I am getting below error message for any query i run in Webi. Please help.
    failed to execute with the error ORA-00604: error occurred at recursive SQL level 1
    ORA-01655: unable to extend cluster SYS.C_OBJ#_INTCOL# by 128 in tablespace. (WIS 10901)

    Hello communutiy, hello rohan,
    after updating patches next working day we also get this erreor message
    "ORA-00604: error occurred at recursive SQL level 1 ORA-01655: unable to extend cluster SYS.C_OBJ#_INTCOL# by 128 in tablespace"
    What have you done so far. Could you solve this issue? If yes how?
    Best regards Harry

  • Error Message at Boot-Up

    WRT54GX router with Wireless-G adapter ; I get the following error message at boot - "Query My Ca Information: InfoMyCa.exe - Ordinal Not Found - The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll "
    Any help eliminating this message would be appreciated .

    Hi Bettybee2, and a warm welcome to the forums!
    As for deletion, feel free to switch iDisk Sync off and then toss the disk image. If you see a warning that the file is busy when you try to empty the Trash, log out and back in again and then empty the Trash.
    http://www.macworld.com/article/134651/2008/07/massiveidiskarchive.html

  • BW Web Query Error Message

    We execute our queries through web templates. My client executes a CO-PA operating concern query through the web browser for a year’s worth of data and after results are returned, then proceed to drill down on material and another drill down on customer. After 15 minutes or more the following message is displayed – “ An error has occurred during loading. Please look in the upper frame for further information”.
    Client also gets the same message after letting a query set idle for some time and then later try to resume action on it, such as drill down or filter.
    We have tried the suggested solution in SAP note 924176 for the &SNIPPET_OPERATIONS=.
    We have almost 20 active aggregates setup for the CO-PA operating Concern cube assigned to the query.
    Also, we have upgraded the SAP kernel to the latest version:
    icm/server_port_2  PROT=SMTP ,  PORT=8857 , TIMEOUT=900
    icm/server_port_1  PROT=HTTPS , PORT=8856 , TIMEOUT=900
    icm/server_port_0  PROT=HTTP ,  PORT=8855 , TIMEOUT=900
    icm/keep_alive_timeout is set to 60 and always has been on our servers.
    These all check out with what SAP recommends.
    Does anyone have any other suggestions that we can try?
    Also, does anyone know where this error message is produced from? Is it from SAP, BW or Microsoft Explorer? Can this message be modified to better explain to the user why the timeout occurred, i.e. too much data?
    We realize that this is a huge amount of data being returned due to the drill down. The client would like for us to continue to try and resolve this issue. This error message is not very user friendly and tends to be confusing for our client.  If we cannot resolve the error, we would at the very least like to change the error message to be more meaningful.
    Any assistance is greatly appreciated. Thanks!

    Dear Eric,
    do you have a Proxy Server you work with, if you deactivate it for your BW domain. Proxy Server normally have timeouts from 5 till 15 minutes - but sometimes its to less for BW Queries.
    Another reason is the 2 GB limitation of Processec, look in Transaction ST22 (Dump Analysis) and search for Dumps on a day the error occurs.
    IF there are dumps including 'ROLL_MEMORY' or 'TABLE_SIZE' ..., it is the 2 GB limitation - this happens often with larger data, is it possible to reduce the data by mandatory varibales or something else, if this is not practible. Contact your BASIS, there are some system parameters to optimize it - but only a bit.
    We have to wait for 64 bit systems...
    Search SAP Notes for the Dump Text and you will get further help on it.
    Regards Marcus

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all,
    While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)".
    Could you please find what this error is?
    Thanks,
    Uday.

    Hi Uday,
    This problem can occur if you changed the query definition.
    In this case the query definition would be inconsistent with the existing extract structure.
    Certain Meta information is maintained with each extract defined using the RSCRM_BAPI. If the definition of the query is changed and you need to use the same extract table then you need to delete the extract using the report RSCRMBW_DEL_ALL_EXTRACTS selecting the extract you want
    to delete.
    After this you could use the same table name for any further extract that you need to create.
    One caution is that the extract table should not be deleted through any other transaction before you run the report.
    Rgds,
    Colum

  • Error message: "Querying or saving changes to the database failed."

    Hi all,
    I can sense I'm becoming a regular on this particular forum - the problem of spending 8 hours a day trying to get this software working!
    _*The problem*_
    When i try and setup a new device, or modify an existing one, I get an error message when i get to the Transcode Settings page. The error message is "Querying or saving changes to the database failed." After this I get a blank screen and can no longer see my settings.
    No amount of restarting has fixed this. And I cannot see a way to create a device through the client software and add transcode settings.
    Help?
    Thanks in advance,
    Ben

    Ah very good!
    Ok - it seems then that this works absolutely fine as a work around. I can create a device and then assign the device to transcode settings through the client adminsitration panel (which is indeed what I meant).
    So, there is a work around. Far less pressing now, but I would like to know why I'm getting the error message all the same - I'm now concerned about the integrity of the database...
    Thanks Tony!
    B

  • QAAWS error message "not a valid query"

    Hi,
    When I'm trying to connect to QAAWS I get this error message: "not a valid query. FWB 00025".
    Does anyone know how to solve this problem?
    The server where the BOE is installed on has been restarted a couple of times but it doesn't help.
    Universe Designer and WebI work fine.
    Thanks!

    Is QaaWs running properly on your system?
    To validate the installation, open a browser and type the following URL
    http://[server]:[port]/dswsbobje, where [server] corresponds to
    your web server address and [port] corresponds to the port where you
    set up in your web server. The default used by Tomcat is 8080. dswsbobje
    is the default name of the Web Service provider web application. Then Validate.

  • Error Message in Query Filter on attribute of 0MATERIAL filters charac.

    Hi All,
    i have a query with few variables , i used navigational attributes of 0material......
    I am getting the below Warning Message...  Ineed to supress the below Error Message....
    Please let me know the solution...
    Error Message: Filter on attribute of 0MATERIAL filters charac. values without master data
    Diagnosis
    Currently, it cannot be guaranteed that SIDs and master data exists for all characteristic attributes for the DataStore object to be read.
    There is a restriction on a navigation attribute of the listed characteristic in the query. This filters all characteristic values of the master-data bearing characteristic for which there is not yet master data out of the result.
    For performance reasons, this filtering is unavoidable.
    System Response
    Procedure
    In case of doubt, find other restirctions directly on the characteristic values of the characteristics contained in the DataStore object.
    Procedure for System Administration
      Notification Number DBMAN 345 
    Thanks All

    Dear all SAP Gurus,
    we've solved this problem and this is the solution:
    The warning is triggered by the method CL_RSDRV_ODS_QUERY-PROCESS_SFC_WITH_ATR when the BExFlag of the InfoProvider is not set. Using DSOs for direct update there is no change to change the BExFlag. As a result queries based on a DSO for direct update always throw the above mentioned warning when filter-characteristics are attributes.
    Regards, Clemens

  • Query transport error message

    Dear All,
    Having trouble transporting a query.  In the log, it has the following error message:-
    "Start of the after-import method for object type R3TR ELEM (Activation Mode)
    Message no. R7501 "
    Not sure if this is the only problem, because there are several red error messages, but the above message is the first one in the list.
    Regards, Frederick

    Hi Frederick,
    Do the error messages talk about particular elements being missing? Try to collect the query in RSA1 > Transport Connection and see if there are any elements that have $TMP data package...correct this and try to put into a fresh request and transport again.
    Hope this helps...

  • Error message to the launch of a SPARQL query well trained in Java

    Hello, I am not if it is a compatibility problem between JENA ARQ and got the message that I sometimes not consistently (at least I can not reproduce !!!) so it is very difficult to correct at least to understand and find a solution? (Anyone have a suggestion or solution)
    Error message:
    --- exec-maven-plugin:1.2.1:exec (default-cli) @ MIDA ---
    Oct 13, 2014 21:01:21 PM ca.ireq.oracle12c.connect.OracleThin <init>
    INFO: Connection try ... : jdbc:oracle:thin:@liost:1521:LIOST with user *****
    Exception in thread "main" java.lang.NoSuchMethodError: com.hp.hpl.jena.sparql.algebra.optimize.TransformJoinStrategy: method <init>()V not found
    at oracle.spatial.rdf.client.jena.OptimizeSem.rewrite(OptimizeSem.java:124)
    at oracle.spatial.rdf.client.jena.OptimizeSem.optimize(OptimizeSem.java:91)
    at oracle.spatial.rdf.client.jena.QueryEngineSem.modifyOp(QueryEngineSem.java:195)
    at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:104)
    at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:97)
    at oracle.spatial.rdf.client.jena.QueryEngineSem$1.create(QueryEngineSem.java:211)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:426)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:400)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:408)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:135)
    at date.app.AppendLabel.query(AppendLabel.java:76)
    at date.app.AppendLabel.main(AppendLabel.java:50)
    BUILD FAILURE
    Total time: 32.564s
    Finished at: Fri Oct 13 21:01:45 EDT 2014
    Final Memory: 5M/123M
    big thank you in advance.

    Allo I use Maven to execute my Project java :
            <dependency>
                <groupId>com.hp.hpl.jena</groupId>
                <artifactId>jena</artifactId>
                <version>2.6.4</version>
            </dependency>
            <dependency>
                <groupId>com.oracle</groupId>
                <artifactId>ojdbc7</artifactId>
                <version>12.1.0.1</version>
            </dependency>
            <dependency>
                <groupId>com.hp.hpl.jena</groupId>
                <artifactId>arq</artifactId>
                <version>2.8.8</version>
            </dependency>
    I find no maven repository with Oracle Jena 2.7.2 and with under dependency?

  • Error message while running a query

    Hello experts,
    While running a query I am getting an error message as :
    Abort error 'connection closed (no data) in RSRDC_CUBE_DATA_GET_RFC could not
    Abort system error in program SAPLRRK0 and form RSRDR; SRRK0F30-01-
    please advice what are these errors, cause and resolution for these errors.
    Thanks,
    Anamika

    Hi Anamika,
             If you are running your query in Web Portal, it seems your web portal is not defined in RFC connection with system. Ask BASIS to connect it.
             Also, You can run your report in RSRT with ABAP Web option and check if it is working on ABAP engine.
    Regards,
    Harpal
    Edited by: Harpalsinh Gohil on Aug 17, 2009 2:53 PM

  • Error message while refreshing a query

    Hi All,
    I get a error message when i try to refresh a query, the message is "Can only refresh this query against server running 2.0 or higher". Can anyone tell me what exactly this means??
    Thanks in advance
    Kelly

    Hi Kelly,
    Hope you are running the query from Bex. Try running the query in RSRT and check for any error message. Also check for any short dumps in ST22.
    Bye
    Dinesh

Maybe you are looking for