#Datatype error in WebI Reports

Hi,
I am getting #datatype error for the a measure object in webi report.
The same column is displaying as blank in the dev system. But in production system the column is showing #datatype error.
I am using XI3.1. I verified the datatype of the object in database & it is integer. In the universe also the object is parsing fine and is displaying the LOV fine.
But at the report ;level getting error only in prod system.
Could anyone please provide some solution.
Thanks
Sindhu

Hi,
Please check the data type at the universe levele aswell and cast it to number even if it's datatype is number.
Please try this and let us know.If this did not work them please give us the complete error which you are getting.
Cheers,
ravichandra K

Similar Messages

  • Error in web reports (Report 10g r2)

    Hi,
    I am working on Developer 6i and has started learning 10g.
    I created a web report.If i run it in there is an error in web report.
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:C:\Users\USER\AppData\Local\Temp\docroot\3000\default\defaultWebApp\persistence\_pages\\_MODULE1000202980.java
    Error occurred during initialization of VM Could not reserve enough space for object heap
    Please guide me how to resolve this.
    Regards
    Satya

    Hi Sathya,
    Check this link your issue is already been discussed,
    http://stackoverflow.com/questions/9303889/error-occurred-during-initialization-of-vm-could-not-reserve-enough-space-for

  • The action cannot be performed error for Webi Report

    HI,
    I am getting the error The action cannot be performed error for Webi Report. I am getting this error after i save the report and open it again.

    This is happening for only 1 particular report. In the end  i  removed some of the objects from the query and added some new ones.
    Strangely it worked!

  • Formula error in Webi Report

    Hi,
    I created a variable in my webi report using below formula. It is validated but when I use this variable in my report giving #ERROR. Not dispalying the value.
    =Count([Loan Number]) Where ([Interest Amt]+[Principal Amt] > 0)
    Loan Number datatype is varchar2 and other two are number fields.
    We are in BOXI R2 version.
    Please suggest where I am going wrong.
    Thanks,
    Ven Men

    Ven Men,
    The preferred function in WebI is "if", so here is a stab at re-addressing your test on principle amount + loan amount:
    =count(if( [Interest Amt] + [Principal Amt] > 0;[Loan Number]);0)
    thanks,
    John

  • Error - Generating WebI report with Multi-Source universe (.unx)

    Hello ,
    While creating WebI report from multisource universe (.unx) , created using
    relational connection with SAP BW JCO connector , following JCO exception is
    cropping up
    Database error: [Data Federator Driver] [Server] [Connector 'Test_RCN_01'] SAP
    NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (101)
    JCO_ERROR_CONFIGURATION: Server configuration for DF_SERV-bitest-3300-NOSNC is
    already used for a running server. (IES 10901) (WIS 10901)
    Steps followed for Multi-source universe creation
    1. creating relation connection ( Passed)
    2. Creating Data foundation using this connection (passed)
    3. Mapping two parameters (programIDMapping, hostname ) with RFC destination and
    BW FQDN ( passed )
    4. Creating Business layer for this Data foundation (passed)
    5. Open webintelligence with SSO and while creating the reports using the .unx ,
    the above error is coming
    already implemented SAP note no 1638647
    System used
    SAP BW 7.1 with EHP 1 and SP 10
    SAP BI 4.0 SP2
    Data federation service admin tool version 14.0.2
    thanks,
    Rajib

    Hi,
    try with this.
    Starting the Gateway Service on the Message Server resolved this issue.
    There have also been reports of this issue when name resolution issues occur between the client and the Message Server machine.  As a test, you can add the Message Server name and IP address to the Windows\System32\Drivers\etc\hosts file.
    Or check SAP note 1590518.
    Thanks,
    Amit

  • Error in WEBI report and MDXTEST  when using Dimensions in Prompt

    Hi,
    I am using BOXIR3.1 SP2, SAPBI 7.0
    I m creating a webI report (Universe is on SAP BI Query.) which include following objcets in Query section of WebI pannel:
    Business partner, Account Class, Total Arreas count.
    The Condition pane of Webi Includes Prompt on object "Account Class".
    When I run a report, I get List of values for Dimension Account Class, when I select one of available value eg: Commercial Customer,I get Following Error.
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[4EITIDWAFWLLZD2ONIAVCKD56] }  ON COLUMNS , NON EMPTY CROSSJOIN( [Z_BPATNER].[LEVEL01].MEMBERS,  { [Z_FCACTBP__0UCACC_CLAS].[Commercial Customers] }  ) ON ROWS FROM [ZFC_M07/Z_FC_M07_Q002]  failed to execute with the error Value Commercial Customers for characteristic Z_FCACTBP__0UCACC_CLAS unknown. (WIS 10901)
    I tried running same query in MDXTEST editor of BI. I got same error!!!
    Then I tried changing the MDX Query as:
    SELECT  { [Measures].[4EITIDWAFWLLZD2ONIAVCKD56] } 
    ON COLUMNS , NON EMPTY CROSSJOIN( [Z_BPATNER].[LEVEL01].MEMBERS,  { [Z_FCACTBP__0UCACC_CLAS].[COM] }  ) ON ROWS 
    FROM [ZFC_M07/Z_FC_M07_Q002]
    Then it worked Fine!!!  If you observe the change is in the value of Prompt Account Class [Z_FCACTBP__0UCACC_CLAS].[COM]
    By default Dimension object in Universe shows text value, but when I changed the MDXQuery with Key value (This is one of the value of value is for [Z_FCACTBP__0UCACC_CLAS].[Level01] object in mDX test Editor.) It works fine.
    I wonder How do i solve this problem!! List of values available in dimension cannot be changed at universe level.
    Please let me know if any solution for this exists.
    regads,
    Nisha.

    Hi Ingo,
    I am creating the prompt on the dimension "Account Class" at WebI level.
    The Technical name of this object is: [Z_FCACTBP__0UCACC_CLAS].[LEVEL01]
    Also,
    I confirmed that Index Awareness is applied on this dimension as [Z_FCACTBP__0UCACC_CLAS].[LEVEL01].[TECH_NAME].
    This Dimension has detail object called "Account Class (Key) "and "Account Class (Medium name)".
    MDXtest editor in SAP, shows me text as well as [ Level01] values:
    Eg: Account Class InfoObject has values "Commercial Customer " (This is text value)and  "[Z_FCACTBP__0UCACC_CLAS].[COM]".
    COM Refers to Commercial Customer .
    So In WebI when I use Dimension "Account Class" as prompt, I get Text value of this InfoObject which is "Commercial Customer ".
    and MDXQuery Fails. But when I modify this query in mDXTEST Editor with value as "[Z_FCACTBP__0UCACC_CLAS].[COM]", It work fine.
    I donu2019t understand the reason, since this problem is with almost 90% of Dimension object.
    When I delete this object from universe, and refresh the universe then webI works fine.
    But, if for some reason I refresh the universe again, the Dimension object as a prompt doesnu2019t work!!!
    This error occurs every time I refresh the universe.
    We are in UAT phase and soon to go Live!!  We cannot afford to delete the object every time I refresh the universe.
    Please let me know your inputs.
    regards,
    Nisha.
    Edited by: Nisha Makhija on Oct 15, 2009 4:56 PM

  • Runtime error in Webi Report

    Dear All,
    I have a Webi Report, it is taking too much of time in data retrieval and finally resulting in the following Run time Error:
    Microsoft Visual C++ Run time Library
    Run time Error!
    Program: C\Program Files\Business Objects\....
    The application has requested the Run time to terminate in an unusual way.
    Please contact the application's support team for more information.
    Please help in this.
    In this report I am using Division, Year and Calendar day at the Query Filter level with Operators "InList" for Division and Year and "Less than or Equal to" for Calendar Day.
    Regards,
    Arun

    Hi,
    this is a known issue. Please check these corrective notes:
    1494404 - Using Webi query filters based on dates using "Greater than" and "Less than" does not work properly when based on SAP BEx.  
    1467239 - Date prompts produce incorrect result with 'Between', 'Greater than or Equal' or 'Less than or Equal' filter operators when a Webintelligence report is based on OLAP universe  
    1614245 - Prompts on date ranges return values outside the given range in Web Intelligence reports based on a SAP BW data source. 
    Regards,
    H

  • Error in Web report "Error on Page"

    Hello,
    When I run a web report I provide values for Company code with option as * with cc value as 100*.
    The report runs and gives initial output but I get an Error on page.
    After this I am not able to navigate further in the report i.e  there is no action when I try to drill down.
    Experts please help.
    Regards,
    Ketan

    Hi KT,
    You must have used a varialble while designing the query and you must be knowing which type it is.
    To be more precise pattern selection is supported for selopt (selection option variables only).
    Please note down that the "Contain Pattern" is not supported for the following variable types:
    1) Single value variable
    2) Multiple values variable
    3) Range Value Variable
    This feature is only supported by variable type 'Selection option'.
    Regards,
    Michael

  • Error in webi report  - ORA-06502

    Dear All,
    I have create an object in Universe "description" , I am using this object in WEBI report.
    When I run the WEBI report I am getting below error:
    Database error occurred :the databasr error text is  ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 1 .  (Error: WIS 10901)
    This object is working fine in Dev and Quality.
    But it is getting above error in the Prod environment in WEBI report.
    Actually i think its this "description" object which is the reason
    dbms_lob.substr( xyz.DESCRIPTION, 4000, 1 )
    Any help is highly appreciated

    hello,
    yes the DB across the landscapes is same version ...
    the failure is due to....see the below test in the field
    "cess Code |ZCCONSI| configured "
    These 'bar' looking characters are what is causing the failure:
    Any ideas on how to fix this.....will string function work at all for this?
    Thanks

  • Error in webi report while refresh

    BO XI 3.1 Sp2
    windows server 2003
    SAP BW NW 7.0
    Reports are working fine till yesterday. Today when we refresh webi reports getting below error
    *"A database error occurred. The database error text is: Error getting variable for cube "XXX_XXX/XXX_XXX_XXX". Unknown error (WIS 10901).*
    All webi reports are getting same error.
    Tried to verify iin CMC. We have two entitlement systems in CMC. QB1, QB2. Verified all username/passwords. And every thing is working fine. Imported all sap roles. Every thing was working fine till yesterday.
    But when I verified in user/groups, I am able to see all SAP roles of QB1. Very few sap roles of QB2.
    Please help me.
    Thanks,

    Hi,
    I think your BASIS may have done something in the BW side, as i've seen this kind of problem when importing wrong transport and overwriting content.
    As a test,  try hardcoding the Universe connection with a named SAP_ALL user instead of using SAP SSO
    FWIW -  SP02 is no longer supported .  SP03 is no longer maintained (last FP3.8 is due soon)
    most reference customers are on XI 3.1 SP04 FP4.1 or XI 3.1 SP05   with BW 7.01 SP09/10
    From your description, i can't tell if you are using EhP1 or not. ( you really should be)
    Regards,
    H

  • Error in webi report

    Hi All, While refreshing webi report in Bi 4.0, I am getting the following error: BW System PBP returned state DATA ACCESS PROBLEMS. Message= WARNING Error while retrieving data: JCO_ERROR_SYSTEM_FAILURE: Time limit exceeded. com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BICSResourceBwRuntimeException DataAccessproblem. I have executed the same query with same filters in analyzer and RSRT and it works fine but does not work in BO.

    Hi
    make sure that user had provided the access/authority to use the BW query
    and also check the user had provide the right authority to the connection also of BO

  • Live-Office Error in WebI reports

    Hello,
    After I upgrade my server to BO XI 3.1 SP4 my live-office in production environment stop to works.
    Every WebI report that I try to add (freeze after I select the report and before its preview) or refresh keep running until give a timeout error.
    Any one has faced some issue like that? In my DEV environment I did the same upgrade and got no errors and this only happen in WebI reports.
    Best Regards,
    Ruy.
    SAP has return my message and said that a solution for this problem will be available in FP 4.1.
    Edited by: Ruy Osório de Freitas Neto on Nov 9, 2011 11:27 AM

    Hi Jawahar,
    thanks for guiding me to this KB, I did the suggested modification i.e:
    Add the following to the command line for the DSLBridgeServer (adaptive processing server)
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer".
    I'm now testing by refreshing the webi reports. Lets see if I see the "csEX" error again.
    Regards,
    samique

  • CsEX error in Webi Reports - restarting DSLBridge

    Hello,
    We are facing this issue where the webi reports throw out csEX error.
    Stats: BO 4 sp6 on a physical server windows 2008 (application server). There are 2 tomcat servers (web servers). The application server has 32 GB RAM.
    Based on a document from SAP, I broke down the Adaptive Processing Server into multiple servers. I have 2 DSLBridgesServers each has 4 GB of RAM assigned. (Xmx4 in the command line).
    We updated to BO4.0 SP6 4 days ago from BO 4.0 SP4 and are facing issues, the webi report throws "csEX" error. This only happens when I refresh Datawarehouse reports (Oracle 10g) not the SAP BW reports (webi reports using BICS connection to BW). Im stumped on this issue and the only remedy I see out of this is to restart both the DSLBridgeServers. After the restart of the DSLBridge Servers the reports seem to refresh fine till for about 5 to 8 hours. And then the "csEX" error appears again.
    can anyone please guide me what needs to be done to resolve this issue. thanks
    Regards,
    samique

    Hi Jawahar,
    thanks for guiding me to this KB, I did the suggested modification i.e:
    Add the following to the command line for the DSLBridgeServer (adaptive processing server)
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer".
    I'm now testing by refreshing the webi reports. Lets see if I see the "csEX" error again.
    Regards,
    samique

  • Invalid month error in WEBI report level

    Hi,
    I had a issue with date format.I am using oracle10g as a backend database.I have a  date object in universe level i used that object in web intelligence report level.I created prompt for date object after select the date from the list i  am getting " invalid month error". In database level object datatype is timestamp.
    How to solve this issue.can somebody help me to solve the problem.

    Hi
    Date  Objects depends on various formats for different database
    Make sure that u format date like MM/dd/yyyy in universe level . and the object should be in date datatype .
    In the query level use prompt to select dates.
    In report level
    create a variable and use a formula like
    todate(userresponse("Enter date");"")
    Hope this helps U
    Sunil

  • Script Error in Webi Report when using Fold / Unfold

    Hi,
    We are using BO XI 3.1 sp3. We have a report in which we are uisng the Fold / Unfold option in Webi. The report is folding and displaying summaries at 3 levels. Account Group -> Sub group -> Cost center. When we expand Account Group it'll have 3 or 4 sub levels, but on expanding Subgroups we'll have a number of rows, may be 100 or more. On this action we are getting a script error.
    The error msg is
    " Stop Running teh Script?
    A script on this page is causing the Internet Exploer to run slowly.
    If it continues to run your computer may become unresponsive"
    If we press NO to this message we are able to work with report, but if we press 'YES', we are not able to use fold /unfold
    Can anyone help us to find out why we are getting this error and any resolution for the same.
    Thanks,
    Sivakami

    This is an IE not a BO issue. I would recommend to take a look here:
    http://support.microsoft.com/kb/175500
    Regards,
    Stratos

Maybe you are looking for

  • Adding symbols to special characters

    Hi there! I was wondering is there any possibilities to edit the existing special characters? I have a logo what I want to use in text and the easiest way would be if I could add it to the special characters library. Thank You for your help! Laszlo

  • Interface Determination under Enhanced Receiver Determination Scenario

    Hi, One of the very basic assumption for Enhanced Receiver Determination is that Receivers are found at run time, and one of the such requirement is that we don't know about Receiver  Business System at the time of configuration. Now for such scenari

  • Export tables and records from oracle 8i to oracle 10g

    hi, i had installed oracle 10g, but i want to export my tables and record from oracle 8i to oracle 10g. can you tell me

  • When itunes says erase and sync will all my apps be erased as well?

    I recently got a new computer and was installing iTunes for my iPhone. I have a Toshiba laptop with Windows 8. Anyways it said that in order to sync my iPhone it had to 'erase and sync' from the old computer to be able to work on this computer. I was

  • "SEARCH" option a joke

    Today - I used the search feature to find the movie "The Day The Earth Stood Still" and did not get one result. I then searched for Keanu Reeves and got the HBO results for this movie. Why didn't the movie show up when I searched by the title of it?