Getting error while schedule a webi report

Hi All,
I am getting error "A database error occured. The database error text is: The supplied XML is not valid. [Measures].[4KO5AOUTL3ZKE55WDDOMUB0AI]. (WIS 10901) " while scheduling a Webi report.
Could anyone help me regarding the error?
Regards

Hi Manoj,
Go to the controls tab in parameters in universe designer and there increase the "Limit size of result set to" and "limit execution time to".
Also in webi go to the edit query and increase the "maximum rows retrived" and "maximu retrievel time".
I think this should avoid partial results.
Thanks,
Neeraj

Similar Messages

  • Getting error when schedule a webi report

    Hi All,
    I am getting error "Cannot initialize Report Engine server. (Error: RWI 00226) Error: INF) while schedule a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hai
    Check this Links
    http://www.sap-forum.org/f22/smtp-error-when-scheduling-webi-report-t483/
    http://www.businessobjectstips.com/tips/server/sizing-limits-to-web-intelligence-report-server-maximum-simultaneous-connections/

  • Getting error while refreshing the Webi report

    Hi Guys,
    I am getting error, while refreshing Webi reports. Error like:
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. Time limit exceeded.. (WIS 10901)
    Could anyone please reply.
    Regards,

    Hi,
    If it's not the universe limits, then I think you've hit the "MDX result contains too many cells" (more than 1million) problem.
    So, I suspect a long running query, no filters/variable restrictions, and You've probably got a dump in ST22.
    I don't know what BW you have, but if it is BW 7, do you have Enhancement Pack 01 and SP05<->10  ?
    You should check out all the latest corrections from component BW-BEX-OT-MDX
    the final proof of the pudding would be to enable MDA / SOFA log , capture the MDX SELECT statement and test it in BW MDXTEST - i bet you get the same error there.
    regards,
    H

  • Getting error while refreshing a Webi reports for a specific universe

    Hi Experts I am trying to refresh a WEBI Report but getting this error: A database error occured.
    The database error text is (cs)"Specified network layer is invalid" Previously this was working fine...
    from today itself I am getting this error
    My DB is DB2 DB Drivers: DB2 V9 ->JDBC Driver

    Test Connection is always successful...
    Not sure whats wrong

  • Error while scheduling through web service

    We have created Web service through WSDL of OBI Publisher. Also we created a web service proxy client to call the services offered by OBI Publisher. We actually want to  "Automate the Scheduling of Reports" according to our requirement:
    1. We used to schedule the reports manually by giving the parameters(used to populate data in reports) and other fields like select report name, report destination, format of reports ( .pdf, .docx,etc) through Oracle BI Publisher.
    2. As there are thousands of permutations of report input parameters possible, so it is difficult to schedule them manually. 
    3.We also want to schedule report to a particular folder according to some parameter, for the ease of the user visibility.
    Above requirements are not currently available with Oracle BI Publisher.
    We are getting error while scheduling through ScheduleRequest class.
    The client.java is as follows:
    public class ScheduleServiceClient
      @WebServiceRef
      private static ScheduleService_Service scheduleService_Service;
      public static void main(String [] args)
        scheduleService_Service = new ScheduleService_Service();
        ScheduleService scheduleService = scheduleService_Service.getScheduleService();
        // Add your code to call the desired methods.
        try {      
                    FTPDeliveryOption ftpdo =new FTPDeliveryOption();
                    ftpdo.setFtpServerName("ServerName");
                    ftpdo.setFtpUserName("Username");
                    ftpdo.setFtpUserPassword("Password");
                    ftpdo.setRemoteFile("/path/TestFile");
                    ftpdo.setSftpOption(true);
                    List<FTPDeliveryOption> listobj=new ArrayList<FTPDeliveryOption>();
                    listobj.add(ftpdo);
                    ArrayOfFTPDeliveryOption ar =new ArrayOfFTPDeliveryOption(); 
                    ar.setItem(listobj);
                    DeliveryChannels dc = new DeliveryChannels();
                    dc.setFtpOptions(ar);
                    ScheduleRequest scheduleRequest = new ScheduleRequest();
                    scheduleRequest.setDeliveryChannels(dc);
                    scheduleRequest.setJobLocale("en-US");
                    scheduleRequest.setUserJobName("Job_1_WebService"); 
                    scheduleRequest.setDataModelUrl("Url");
                    scheduleRequest.setStartDate("Mar 27, 2015 12:40:00 PM");
                    scheduleRequest.setJobTZ("[GMT+05:30] Calcutta, Chennai, Mumbai, New Delhi");
                    String userID = "BI_Publisher_Username";
                    String password = "BI_Publisher_Password";
                    scheduleService.scheduleReport(scheduleRequest,userID,password);
                } catch(Exception exception) {
                    exception.printStackTrace();
    Snapshot of error is attached.
    Kindly suggest the way of getting out of this error.

    Hi
    Check this thread
    WD Message Manager
    Reward opints if usefull....

  • URL error while executing a web report in WAD

    Hi,
    When I execute a web report through the Web Application Designer, I get the following error:
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://abcd.efghi.es:8000/sap/bw/BEx?
    The following error was encountered:
    Unable to determine IP address from host name for abcd.efghi.es
    The dnsserver returned:
    Name Error: The domain name does not exist.
    This means that:
    The cache was not able to resolve the hostname presented in the URL.
    Check if the address is correct.
    But when I execute the web report with  the IP  of the machine http://123.456.7.893:8000/sap/bw/BEx?...........
    I can  execute my web report correctly.
    I didn't find any options in the menu web template in order to modify the url generation.
    Please help me to solve this problem.
    Regards,
    Rocio

    You are not alone - Looks like SAP is also looking into this.
    Web Application Designer Appearing in Unicode (UTF-8)

  • BO 4.0 : JCoException while scheduling the webi report

    Hi,
    We are in BO 4.2 patch 8.
    We have 35 webi reports. These report uses SAP BW as data source. We are using DF to fetch data from SAP BW.
    We have manually configured the RFC destination for JCO connection (as mentioned in SAP notes - 1638647).
    Reports are getting scheduled successfully. But sometimes some webi reports fails with the following error message.
    Database error: (CS) "Java Exception : java.lang.RuntimeException:com.sap.connectivity.cs.java.drivers.DBDError: [Data Federator Driver][Server] [Connector 'Sales_BO_New'] SAP NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (112) RFC_ERROR_REQUEST_CANCELLED: connection with handle 3 closed
    after cancel (remote system is PBI|BILPBI)" . (IES 10901)
    This is in intermittent issue. If anybody faced this issue, then please let me know your feedback.
    Thanks,
    Ravi
    Edited by: Ravi Kirana Palla on Dec 9, 2011 7:38 AM
    Edited by: Ravi Kirana Palla on Dec 9, 2011 7:38 AM

    Hi,
    Personally, I haven't seen this before. To recap:
    - Manual refresh work fine
    - scheduling works most of the time
    - but sometimes it fails with << SAP NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (112) RFC_ERROR_REQUEST_CANCELLED >>
    You might want see if you can isolate a particular document causing the problem, or determine if it's related to using certain refresh parameters
    According to http://help.sap.com/saphelp_nw70/helpdata/de/f6/daea401675752ae10000000a155106/content.htm
    it says Find out from the JAVA application or the JCo traces which JCo Server was cancelled and restart the server; in the J2EE Application Server context, JCo Servers are often started via the Service JCo RFC Provider
    but .. i don't know how helpful that is..
    Best of luck
    H

  • User is getting Error while opening a Discoverer report::Model Manipulation

    Hi,
    I am stuck with a peculaiar error as reported:
    While opening a Discoverer Report its giving Error:
    Model manipulation via state object.Server writes and pass through reads can only be made on objects attached to the model
    instance of
    oracle.disco.model.corbaserver.ScheduleRunWorkbookInfoImpl made state from:removed from
    oracle.disco.model.corbaserver.schedule.ScheduleRunWorkbookInfoImpl
    Kindly any help will be benefitial for me.
    Thanks and Regards

    Pl post details of OS, database and Discoverer versions. Pl detail the steps to replicate this error. This MOS Doc may be helpful
    734850.1- Error "Failed to Find Workbook ParameterValue.." When Trying to Edit Scheduled Discoverer Workbooks
    HTH
    Srini

  • Error While Run the WebI Report on SAP BW Query

    Hi
    I have build the universe on SAP BW Query . I built the same universe on the SAP BW DEV and SAP BW Test
    When I tried to run the WEBI Report on the Universe which is built on the SAP BW Test
    WebI Report is prompting for the below values
    Calendar Year
    Profit Center
    Profit Center Hierarchy
    Version.
    Here I can see the List of values for the Calendar Year and Profit Center. Its giving me below error when I look  for list of values for the  Profit Center and Profit  Center Hierarchy.
    u2018Database error: [SOFA Driver] : The operation completed successfully.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    My Questions:
    1.     Why I am getting this error. Because of authentication or configurations set on the Profit Center and Profit Center Hierarchy objects? If so , please let me know what I need to set?
    When I tried to run the same WEBI Report  on universe which build on  SAP BW Dev Query. I can see list of values for the Calendar Year, Version, Profit Center, Profit Center Hierarchy.
    But when I selected the values and tried to run the report. I got below error.
    u2018Query 1 - P&L Structure Monthly_Devtst
    Database error: [SOFA Driver] : The MDX query SELECT NON EMPTY HIERARCHIZE( {[Measures].[4CEX5LZ5571LCZHJBK0L0360P],[Measures].[4CEX5MM6Q2UPWV3VT27LU9261]} )  DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON COLUMNS , NON EMPTY HIERARCHIZE(  { [0CALMONTH].[LEVEL00].MEMBERS }  )  DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON ROWS FROM [ZFIGLPCBM/ZZFIGLPCBM04_Q011] SAP VARIABLES [!V000001] INCLUDING =[0PROFIT_CTR                   1000HCICONS08] [!V000002] INCLUDING =2 [!V000003] INCLUDING =2008 [!V000004] INCLUDING =000 failed to execute with the error Value "0000000002" for variable "Profit Center" is invalid. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    My Questions :
    1.     What is this error? Please suggest the solution to run the report successfully.
    Also I am attaching Print Screens of  DEV and Test  reports Prompts and Errors.
    Here I am using Business Objects XI R2 SP4
    I am sorry if I confused you with elaborated explanation, I have very less knowledge of BO and SAP BW .. 
    Please help me with your valuable suggestions.
    Thanks,
    Anitha

    Hi Ingo,
    - the BI Query in the Test system is running correct and all the variables do work ?
         Yes, BI Query is working fine in the Test System and I can see all the variables too
    In BI Query I can see values for  Calendar Year, Version, Profit Center, Profit Center Hierarchy
    - the Universe has all the variables ?
      Yes, Universe has all the variables.
    - do you see values in the Web Intelligence prompts when you run the report ? 
       No,
       I can only see values for the Calendar Year & Version  in the Web Intelligence Prompt.
    When I try to see values for the Profit Center & Profit Center Hierarchy in the Web Intelligence Prompt, its showing below error.
    u2018Database error: [SOFA Driver] : The operation completed successfully.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    I can send you the Print Screens of Prompts & Errors, but i don't know how to attach the file here.
    Thanks,
    Anitha

  • Getting error when refreshing the WebI report

    Hi,
    I am building WebI reports using a universe which is constructed over a BI cube.
    Initially I am building the report and uploading it into CMS.
    When I am importing the report from CMS and refreshing it, I am getting an error
    "A database error has occured. The database error text is: A runtime exception has occured. (Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    What could be the reason for this kind of behaviour?
    The version of BO is 3.1.

    Hi,
    Your answer was really helpful, and it worked upto some extent. I have updated the lisence key and the following error is no longer coming.
    "(Lisence key check failed, Check that you are lisenced to access SAP data sources). (WIS 10901)".
    But now I have a new error popping up when ever I import a report from CMS and refreshing it.
    The error is "A database error occured. The database text is: The supplied XML is not valid.[SYMTNKEY].[LEVEL 01]. (WIS 10901)."

  • Reg: Error While Excueting the WebI Reports

    Hi Experts ,
    I have created a webi report ,  using the universe. therewith  it fetch the data from the SAP-BW System ,before  all the reports developed using webi works fine.
    Its works good in BW.
    But reports shows the error as follows in WebI.
    Error text message from WebI
    A database error occurred. The database error text is: The MDX query SELECT  { [Measures].[D8B94SMNQTWLW7YBXHRQ29CIC], [Measures].[D8B94SMNQTVU7LMKLYC3ZTY8K], [Measures].[D8B94SMNQTV2IZATAEWHXEJYS], [Measures].[D8B94SMNQTUAUCZ1YVGVUZ5P0], [Measures].[D8B94SMNQTXDKUA3917C4OQS4] }  ON COLUMNS , NON EMPTY {[0COMP_CODE].DEFAULTMEMBER} ON ROWS FROM [ZRPAC_M01/ZFI_REPAC_19_A] SAP VARIABLES [!V000003] INCLUDING [0CALMONTH].[200201] : [0CALMONTH].[200405] [!V000002] INCLUDING [0CALMONTH].[200303] : [0CALMONTH].[200504] [!V000001] INCLUDING [0COMP_CODE].[1100] failed to execute with the error Unknown error when executing MDX. (WIS 10901)
    Thanks in Advance.

    This seems to be a data source not a BO problem. Take a look here:
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/05aaccd6-2a38-4784-b310-99e34b8d1a35
    Regards,
    STratos

  • Getting error while scheduling load from one cube to another

    Hi,
    I have create one cube ,which has got loaded from two data sources and load into the cube went successful.I have created copy cube and schedule the load into copy cube from the base cube,where i am getting error message syaing that"New work Area started,terminated the system" and "Core_dump","Rolled-Out session terminated" all the above messages are getting and so many short dumps.I am getting all the above messages.
    Even i have change data packet size from 20000 to 5000 and increares dialup process from 2 to 5.But still i am getting same kind of messages.
    Please some one can help me out from this issue.

    Hi,
    In which version you are.
    If you in 7.0 then have you checked in DTP.
    Just logooff from your server, and again relog, and try to load once again.
    Let us know status ....
    Reg
    Pra

  • Reg: Error while refreshing the WebI Report

    Hi all,
    I created WebI report based on universe that is connected to Excel data. Through DSN I m accesing Excel Data . I created same DSN in server also. If I refresh the webI Report in BO server it tells the following error.
    A database error occured. The database error text is: [Microsoft][ODBC Excel Driver] System resource exceeded.. (WIS 10901)
    Before that its working fine. what may be the problem?
    Regards,
    Hemalatha J

    This seems to be a data source not a BO problem. Take a look here:
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/05aaccd6-2a38-4784-b310-99e34b8d1a35
    Regards,
    STratos

  • Getting Error while installing oracle web cache

    Hi all,
    after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing oracle web cache on AS following error appears after 96% of installation. Origin oracle database 10g is running on a separate PC in local network.
    Updating User List
    Adding users to the cache
    Adding users to the cache failed.
    Reason: WTE-03501 Error updating list of users:
    Export failed on origin database.
    OCI error - ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "SYS.WTCSYS", line 3
    ORA-06512: at "SYS.WTCSYS", line 66
    ORA-06512: at line 1
    can anyone please solve this problem.
    thanks.
    regards.
    fahad ejaz
    email:[email protected]

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

  • Getting Error while installing oracle web cach

    Hi all,
    after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing oracle web cache on AS following error appears after 96% of installation. Origin oracle database 10g is running on a separate PC in local network.
    Updating User List
    Adding users to the cache
    Adding users to the cache failed.
    Reason: WTE-03501 Error updating list of users:
    Export failed on origin database.
    OCI error - ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "SYS.WTCSYS", line 3
    ORA-06512: at "SYS.WTCSYS", line 66
    ORA-06512: at line 1
    can anyone please solve this problem.
    thanks.
    regards.
    fahad ejaz
    email:[email protected]

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

Maybe you are looking for

  • Is it possible to have Multiple Browser Windows for a Faces App

    I have just read from another thread http://forum.java.sun.com/thread.jsp?forum=427&thread=308725 that states: ..the RI only keeps state for one URL at a time (in the words of the spec: "if the JSF implementation has saved state information for a tre

  • Import iphone 4 video to ipad (the "new" one)

    Hey there, I shot a video with my iphone 4 and want to import it to the ipad  to work on it with iMovie. Is it still the same as I need to convert the video or is there an easy way? Currently I can see the video on the ipad under videos, but I can no

  • Printing issues using acroread on linux vs acroread on hpux

    We have an installation on HPUX 11i of Oracle financial apps. The application generates a PDF doc which has to be printed . on HPUX we then use acroread to convert the PDF to postscript, and send it out the hp lp utility to a windows print server, th

  • Calculate a daily average in pivot table view

    I am new to biee 11g and would appreciate any assistance with the following. I have a pivot table view which includes a hierarchy column and a single measure, units. The pivot is filtered based on date that is prompted. I need to include a column in

  • Cant insert and cd or dvd

    hi i was burning a cd with toast 7 and i suddenly heard a weird noise from my superdive. I hardly managed to eject the cd and since then it doesnt letting me insert any cd.i tried to push some cds in and it ejects them back.im using an imac 2.33ghz,a