Error with input query

Hi
I have an input enabled query which has 'stopped' working the error that was thrown was the following
There is no hierarchy assigned to characteristic "Cost Center HIERARCHICAL_FILTER_COSTCENTER)"
what could be the cause of such an error. So far nothing to my understanding has changed..we have a
filter in modeller which is being used by the query
Thanks in advance

Hi...check if the filter been assigned to a hierarchy for COST CENTER. If yes, then the hierarchy must be active. Try to recreate the filter.

Similar Messages

  • SQL Server 2012 Management Studio Displays Error With "New Query" and Intellisense Works Intermittenly

    I was upgrade to SQL Server 2012 and Visual Studio 2010 was upgraded with SP1 the same day.  This is x64 machine. 
    Microsoft SQL Server Management Studio      11.0.2100.60
    Microsoft .NET Framework      4.0.30319.261
    Operating System      6.1.7601
    Problem 1) With SQL Server Management Studio, selecting "New Query" a warning box is displayed: "The 'Microsoft.Practices.EnterpriseLibrary.Configuration.Design.VisualStudioIntegration2010Package, Microsoft.Practices.EnterpriseLibrary.Configuration.Design.VisualStudioIntegration2010,
    Version=1.0.0.0, Culture=netutral, PublicKeyToken=null' package did not load correctly.    The problem mayhave been cuased by a configuration change or by the installation of another extension.  You can get more information by running the
    application together with the /log parameter on the command line, and then examining the file ...\AppDate\Roaming\Microsoft\AppEnv\10.0\ActivityLog.xml'.  Continue to show this error message?
    Problem 2) In a Query Initellisense works intermittently but most of the time it will not display anything.  I have tried Edit|Intellisense|Refresh Cach size and also seperately, Edit | Intellisense | List Members but neither has helped.  Also
    tried different selections for Tools|options| T-SQL | Intellisense| Maximum Script Size; no luck either. 

    Hi WallyJim,
    For your first problem, possible workaround:
    In Programs and Features (or Add/Remove Programs), right click the Microsoft Enterprise Library 5.0 Optional Update 1 program and select change. Remove the VisualStudio2010 integration.
    Then, install the EnterpriseLibrary Configuration extension from Microsoft via the Extension Manager in VS2010. This will allow you to launch the configuration editor from VS2010, but will not be installed for SSMS.
    For more information, please refer to
    https://connect.microsoft.com/SQLServer/feedback/details/620532/error-message-on-new-query-window-opening.
    For your second problem, the following conditions might affect the behavior of IntelliSense:
    There is a code error above the cursor.
    The insertion point is inside a code comment.
    The insertion point is inside a string literal.
    The automatic options are turned off.
    For more information, refer to Troubleshooting IntelliSense (SQL Server Management Studio):
    http://msdn.microsoft.com/en-us/library/ms173434.aspx.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • IP - Issues with Input Query: Works on Bex analyzer but not on Web

    I am doing the following:
    Created a Aggregation level for a multi provider which has only real time infoproviders associated with it
    Created the query using Bex Query Designer availing all the options for planning
    When I execute this query it executes using a web template and does not open up the Key Figure cells for input, I had tried using the Web Application designer with Save button but still the same issue
    I tried the same on Bex analyzer and it works fine
    Please help to resolve the above issue.
    Thanks in advance.

    Hi Ram,
    Cells should be input enabled on the web just running the query. No need to create a Webtemplate, altough you need to have the webtemplate to be able to use the "save data" function.
    Maybe your query is not input ready at all, and you're misinterpreting analyzer layout.
    To test this, please enter some plan data in analyzer, right click and choose "save".
    Please check if data is written to the real time infoprovider.
    Hope this helps you.
    Regards,
    Miguel P.

  • Error with bex query in web

    Good morning together,
    i have trouble again with a BEx Query in our BW landscape.
    I have created a query with a lot of key figures. When i call it in BEx (Excel) i get data; everything is ok.
    But when i say, execute this query in web, or try to call the query in connection with a web template i get the error message "no data was found".
    It is the same selection what i choose in the variable screen. How can i solve this error?
    Thanks to all.

    Thanks for your reply Suman,
    the WT is ok. Have checked the RSRT too. i get everytime the message
    "No Data available
    Could not find any data to display. This might be due to the current selection of variable or filter values".
    although in BEX (Excel) I get data with the same selection.

  • Ora - 1555 error with one query

    Hi
    We are getting ora-1555 error for particularly one query.I am providing the details
    1.Database version : 9.2.0.8
    2.Database size : 1354 gb
    3.Undo tablespace size : 118 GB
    4.Undo retention is 18000 secs
    SELECT
    distinct poi.company_code po_comp_code, poi.customer_number po_customer_number, poi.purchase_order_number, poi.purchase_order_line_item, poi.purchase_order_sub_item_1, poi.purchase_order_sub_item_2, poi.material_status, dt.company_code del_company_code, dt.site_code del_site_code, dt.delivery_number FROM PURGEWORKPO pw JOIN PurchaseOrderItem poi ON (poi.company_code = pw.purchase_order_company_code AND poi.customer_number = pw.purchase_order_customer_number AND poi.purchase_order_number = pw.purchase_order_number ) JOIN MaterialReceipt mr ON (mr.purchase_order_company_code = pw.purchase_order_company_code AND mr.purchase_order_customer_no = pw.purchase_order_customer_number AND mr.purchase_order_number = pw.purchase_order_number) JOIN ReceivingItem ri ON (ri.company_code = mr.company_code AND ri.site_code = mr.site_code AND ri.receiving_number = mr.receiving_number AND ri.package_number = mr.package_number) JOIN DeliveryTicket dt ON (dt.company_code = ri.del_company_code AND dt.site_code = ri.del_site_code AND dt.delivery_number = ri.delivery_number) WHERE pw.purge_session_id = ? AND (( poi.material_status <> 7) OR (DT.CONFIRMED_DATE NOT between ? AND
    ?)) I am providing some part of the query which is used for purging the data.This query is failing with ora -1555 after Please let us know what action need to be taken.since undo tablespace size and retention time has enough values
    Thanks
    PV

    user10719327 wrote:
    Hi
    We are getting ora-1555 error for particularly one query.I am providing the details
    1.Database version : 9.2.0.8
    2.Database size : 1354 gb
    3.Undo tablespace size : 118 GB
    4.Undo retention is 18000 secs
    SELECT
    distinct poi.company_code po_comp_code, poi.customer_number po_customer_number, poi.purchase_order_number, poi.purchase_order_line_item, poi.purchase_order_sub_item_1, poi.purchase_order_sub_item_2, poi.material_status, dt.company_code del_company_code, dt.site_code del_site_code, dt.delivery_number FROM PURGEWORKPO pw JOIN PurchaseOrderItem poi ON (poi.company_code = pw.purchase_order_company_code AND poi.customer_number = pw.purchase_order_customer_number AND poi.purchase_order_number = pw.purchase_order_number ) JOIN MaterialReceipt mr ON (mr.purchase_order_company_code = pw.purchase_order_company_code AND mr.purchase_order_customer_no = pw.purchase_order_customer_number AND mr.purchase_order_number = pw.purchase_order_number) JOIN ReceivingItem ri ON (ri.company_code = mr.company_code AND ri.site_code = mr.site_code AND ri.receiving_number = mr.receiving_number AND ri.package_number = mr.package_number) JOIN DeliveryTicket dt ON (dt.company_code = ri.del_company_code AND dt.site_code = ri.del_site_code AND dt.delivery_number = ri.delivery_number) WHERE pw.purge_session_id = ? AND (( poi.material_status <> 7) OR (DT.CONFIRMED_DATE NOT between ? AND
    ?)) I am providing some part of the query which is used for purging the data.This query is failing with ora -1555 after Please let us know what action need to be taken.since undo tablespace size and retention time has enough values
    do NOT have COMMIT inside LOOP!
    only have single COMMIT after all rows have been DELETED

  • Error with Input help ---- search help

    Hi,
    I created one input field GL in a view View1. Now I created a node GL_ACCT and one attribute in that node SAKNR. This saknr is by default attached with searchhelp and I also want that.
    Now i connected the "value" property of the element to SAKNR.
    At this condition,no syntax error and getting activated. But when i run the application it shows the error like " context binding for property value of GL cannot be resolved: Node view1.GL_ACCT does not contain any elements".
    can any one help in this.
    Thanks
    Pons
    Edited by: Ponnuchamy on Feb 13, 2008 6:45 PM

    Thomus,
    You are right.
    I gave one supply function.
    Inside of the supply function, I created one internal table and I just bind the table and now the error went out.
    when I bind the table it contains no value but then only the error went .
    But I could not understand why it behaves like that. what is logic behind that.  I dont know why ?
    did any one tried and got the same error ?
    I set the cardinality of the node 0:n
    Thanks
    pons
    Edited by: Ponnuchamy on Feb 14, 2008 6:05 PM

  • Getting this Error: There was an error with input column "FROM_DATE" (6356) on input "OLE DB Destination Input" (6100). The column status returned was: "The value could not be converted because of a potential loss of data.".

    Hi,
    I have a flat file with this kind of value - " 20140713 " . To take this value in DB Table I set the data type of this column in flat file manager - string [DT_STR] 50, But in destination table It is set as date [date] NULL
    while process this file, I'm getting this error, that mention in subject line.
    Please confirm, how to do that as I don't want to change the destination column type.

    you need to add a derived column in SSIS with expressions as below
    (DT_DATE)SUBSTRING([Column],1,4) + (DT_WSTR,30) "-" + SUBSTRING([Column],5,2) + (DT_WSTR,30) "-" + SUBSTRING([Column],7,2)
    ANd map this new column to your tables date column
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Error with the query

    I have the following query and it is giving me error messages.
    select lpad(name,20,’ ‘)||’ = ‘||value xn2, value xv2
    from v$sysstat
    where name = ‘consistent gets’
    11:27:14 Processing ...
    11:27:14 select lpad(name,20,’ ‘)||’ = ‘||value xn2, value xv2
    11:27:14 *
    11:27:14 ORA-00911: invalid character11:27:14 *** Script stopped due to error ***
    11:27:14 *** SCRIPT END : Session:SYSTEM@PPRD-SV(1) 14-Mar-2008 11:27:14 ***
    11:27:14 End SQL Editor Execution

    >
    11:27:14 Processing ...
    11:27:14 select lpad(name,20,’ ‘)||’ = ‘||value xn2,
    value xv2
    11:27:14 *
    11:27:14 ORA-00911: invalid character11:27:14
    *** Script stopped due to error ***
    1:27:14 *** SCRIPT END : Session:SYSTEM@PPRD-SV(1)
    14-Mar-2008 11:27:14 ***
    :27:14 End SQL Editor Executionworks for me:
    test@ORA10G>
    test@ORA10G>
    test@ORA10G> select lpad(name,20,' ')||' = '||value xn2, value xv2
      2  from v$sysstat
      3  where name = 'consistent gets'
      4  /
    XN2                                                                    XV2
         consistent gets = 215019                                       215019
    test@ORA10G>
    test@ORA10G>
    test@ORA10G>Maybe you want to check if those are indeed single quotes.
    pratz

  • Error with MDX query -- measure not calculating properly

    Hi all,
    I have a calculation in my dataset [Currentsalesperiod]. Basically it gives me a set of all the sales periods, and than it takes the last value. However, when I use this calculation in my dataset, it only shows me the rows with the sales period 6.
    I have a feeling that the currentmember basically takes my whole output as a set and than calculated the sales period. When I use this in my nonempty on rows it only shows data for sales period = 6.
    How can I solve this?
    WITH
    SET [CurrentSalesPeriod]
    AS
    TAIL(
    NonEmpty(
                 [Point of sale].[Management period].[Management period],
                 {[Measures].[Sales amount]}
    YTD([Date invoice].[Bonus calendar - Week].[Bonus week of year].&[2014]&[52])
                 * [Point of sale].[Client id].CurrentMember
           ),1
    SELECT
    NonEmpty(
                 ([Point of sale].[Client id].[Client id]
    *[CurrentSalesperiod]
                 ,[Measures].[Total YTD Sales]
    on rows,
         [Measures].[Total YTD Sales] 
    on Columns
    FROM
        [RETAIL cube]

    Hi Y,
    I am not sure your calculation is doing what you want. As I read it, the set is simply the first non empty Management period that has a value for YTD. The result from your query is a list of all Client Ids, for that Management period, irrespective of Date
    Invoice. Is that what you want?
    Richard

  • Sql error with date query

    Hi
    Please help!
    I have a page which has an sql statement to show me the records from the last 100 days.
    SELECT tblItems.intItemID, tblItems.txtProductCode, tblItems.txtModel, tblItems.memDescription, tblItems.dteDateIn, tblItems.txtSalesPrice, tblItems.txtLargeImage
    FROM tblItems
    WHERE (((tblItems.dteDateIn)>=DateAdd("d",-100,Date())))
    This works when I test it in the dataset window but throws up the following error on my server running WinXP Pro & IIS.
    Any guidance would be greatly appreciated.
    Thanks
    Lee
    Server Error in '/instruments' Application.
    Compilation Error
    Description: An error occurred during the  compilation of a resource required to service this request. Please  review the following specific error details and modify your source code  appropriately.            
    Compiler Error Message: BC30516: Overload resolution failed because no accessible 'ToString' accepts this number of arguments.
    Source Error:
    Line 1:  <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="utf-8" %>
    Line 2:  <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
    Line 3:  <MM:DataSet
    Line 4:  id="DataSet1"
    Line 5:  runat="Server"
    Source File: E:\Websites\instruments\latest.aspx                Line: 3            
    Show Detailed Compiler Output:
    Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618

    Hi
    Thanks for the reply.
    Yes .Net 1.1 is installed.
    In fact, my application wouldnt work until I installed .Net version 2
    Regards

  • Error with this query?

    SET HEADING OFF;
    SELECT 'Song Name: ', S.TITLE
    FROM SONG S
    I don want to display heading in the result table. I need result like:
    Song Name: Mungaru Male
    Song Name: Titanic
    Song Name: Milana
    But the Statement "SET HEADING OFF;" results in a result

    Hi,
    SET HEA[DING] {ON | OFF}
    Controls printing of column headings in reports.
    SQL>  select NUM_ROWS from user_tables where table_name='TABLE_A';
      NUM_ROWS
          4999
    SQL> set heading off
    SQL>  select NUM_ROWS from user_tables where table_name='TABLE_A';
          4999
    SQL> select 'song name :' as "song",t.num_rows from dual,( select NUM_ROWS from user_tables where table_name='TABLE
    _A') t;
    song name :       4999
    it works
    SQL>  select ' song name : ' || NUM_ROWS from user_tables where table_name='TABLE_A';
    'SONGNAME:'||NUM_ROWS
    song name : 4999
    1 row selected.
    SQL> set heading off
    SQL>  select ' song name : ' || NUM_ROWS from user_tables where table_name='TABLE_A';
    song name : 4999
    1 row selected.- Pavan Kumar N
    Edited by: Pavan Kumar on Nov 24, 2010 11:51 AM

  • ORA-1555 with Parallel query problem

    Hi
    We are getting many ora-1555 errors with parallel query stuff. Few queries are throwing with hint /* Q98989129 NO_EXPAND INDEX or /* Q908231094 INDEX_RRS. Our applicaiton is like DSS kind with bulk loading and big reports. I have doubled the undo retention and undo size to 200G and set the trace event. But most of the queries are parallel queries. We are not using the following query in applicaiton. seems like it is parallel sub queries. I need to know the exact mechanism how to devide the parallel queries with its degree of parallalism.
    SELECT /*+ Q277874009 INDEX_RRS(A1 "PK_TF_UTRAN_UCELL10_TAB") */ A1."TSTAMP" C0,A1."INSTANCE_ID" C1,A1."PMNOFOIRATHOM
    ULTIGSMFAILURE" C2,A1."PMNOFOIRATHOCS57GSMFAIL" C3,A1."PMNOFOSPEECHGSMFAILURE" C
    4,A1."PMNOFOHOSTANDGSMFAILURE" C5 FROM "FLEXPM"."ERC_TF_UTRAN_UCELL10_TAB" PX_G
    RANULE(0, BLOCK_RANGE, DYNAMIC) A1 WHERE A1."TSTAMP"(+)<=TO_DATE('2006-09-25 23:
    45:00', 'yyyy-mm-dd hh24:mi:ss')
    Thanks

    Hi,
    probably the error is due to wrong execution plans choosen by the optimizer.
    Are the table statistics up to date? Did You use parallel w/o and degree (ex. defining parallel on object using DEFAULT clause instead of a DEGREE)?
    Normally, parallel execution can be done in 2 ways, considering the driving object:
    1. like in previous versions, like 7.3, w/o partitioning, the object is split, by rowid, directly from the parallel coordinator to the query slaves (normally a number that can be equivalent to the degree of parallelism or the double in case of sort e/o joins).
    2. considering a partitioned object, for every partition/subpartition (phisical segment), a query slaves is made in charge.
    In both ways, the original session (SID) is the parallel coordinator that coordinates the salves executions.
    The hints and statements that You've reported are tipical queries used by slave process.
    In my experience, setting the PARALLEL degree to DEFAULT (no degree during CREATE or ALTER of the object after PARALLEL clause) will cause an "explosion" of slaves startup that can conduct to yr errors.
    Hope this helps
    Max

  • Error in saving  large value with the data input query

    Hi,
       I  am  trying to save a large value in 0Quantity using the data input query into a realtime infocube
    e-g
    123456789.1234
    Error says too many digits.
    When i try to save 8 digits before the decimal point ,no error, if it is 9digits before decimal it's thro' error.
    Is there any limitation before the decimal.
    i know that 0Quantity can take 17 digits including the sign.
    Any suggestions.?
    regards,
    ram

    try budgetting in thousands in stead of units? (setting on query itself)
    D

  • Error when using Analytic view with Input Parameters

    Hi,
    I am trying to create an info space based on my Analytic view which has input parameters. The infospace is validated and indexed without any issue. However when I ran the view, I get an error (50011) as it is unable to fetch any results. I tried using an infospace based on Calculation view with input parameters and the explorer view works without any issue.
    Has anyone faced similar issues?
    We are using HANA SP 6 rev 67 and BI 4.0 SP 4.
    Also is there a way to enable input prompts for the users when they refresh the BO Explorer view? If not currently available is there any work around ?
    Thanks

    Hello George,
    I don't have any personalization set on the info space. Also I am using mapped Account in BI to connect to HANA. The confusing part is that it is able to validate the infospace with the input parameters and index it. However query does not return any results. I even tried running the same query which explorer sends to HANA in the SQL editor and there too the same results,the query does not return anything. The model does return data when I do a data preview and if accessed from other tools like AAO.
    Also when I use SSO connection to HANA, indexing of the infospace fails. Where can I see the error log?
    Thanks,

  • How to write XSJS Select Query with input parameters

    Hello Experts,
    I am creating a xsjs file and in that file I am trying to write a Select Query based on a Calculation View
    I have tried it the following way:
    var query = 'SELECT TOP 100 \"Name\", \"Address\", \"City\", \"Country\" FROM \"_SYS_BIC\".\"Test.HL/AddressView\"'
        + 'WITH PARAMETERS(\'PLACEHOLDER\' = (\'$$P_Name$$\', \' Akhil \'),'
      + '\'PLACEHOLDER\' = (\'$$P_City$$\', \' Lucknow \'))';
    But it gives me the "Mixed spaces and tabs error".
    How should I write XSJS Select Query with input parameters?
    Regards,
    Rohit

    >But it gives me the "Mixed spaces and tabs error".
    Mixed spaces and tabs has nothing to do with the syntax of the statement. You used both spaces and the tab in the content - which JSLint doesn't like.  Remove the beginning spaces of each line and use only one or the other.
    The actual syntax of your statement doesn't look right.  The problem is that you are escaping the \ when you don't need to if you are using ' instead of " for your string.  You escape with \" in the first line but then escape with \' in the 2nd and 3rd line.  That is going to cause serious parsing problems with the command.

Maybe you are looking for

  • Phone number held hostage?  Security and Privacy Risk

    Let me preface this by saying I do not own an iPhone. The previous owner of my phone number, however, was an iPhone user.  Apparently there is a way he could link the number to his Apple ID.   After getting rid of his phone, he never disassociated th

  • I am not able to get MIDI playing from my keyboard

    And besides that, Logic only registers up to 64 velocity on my keys, so I can hardly hear anything.  No matter how hard i hit the keys on my Casio 150, logic only registers 64 max. When I try t record, no notes record.  However, the red bar that show

  • Burning process never ends

    When I try to burn a CD, everything works fine until it begins "finishing" the disc. This process never actually finishes. I've let it run for more than an hour. I've ruined a handful of CDs already

  • Standard print form for Quality Notificationwith Digital Signature

    Hi All, Can anyone suggest me standard Print Form available for Quality Notifications with Digital Signature? Thanking you in anticipation of help. Regards, Devang

  • Can I stop my Mac Pro from trying to update iMovie?

    After installing Mavericks, I got the message "We could not complete your update. Your computer's video card does not meet the minimum requirements." The app store icon continuously displays a red number 1 and I keep getting prompted to upgrade iMovi