Getting Error in Dashboard Execution

Hi all
We are facing some problem while executing the dashboards,
when we deploy the dashboards in the BO server in june-2011, it works fine till now.
Now the problem with us is it showing error getDocumentInformation exception (Error :wis10901)
But this error is not displayed every time while executing the dashboard.
The frequency of showing this error is more, after 4-5 changes in the dashboard it showing error.
after some time if we execute the same dashboard it works fine for some more time.
NOTE:-while i am trying to execute the QAAWS, it sowing error some time.("getDocumentInformation exception (Error :wis10901)"
Thanks
Bapin

>> This is possible only with PI 7.1 ehp1.
Yes !Our verstion  is SAP EHP 1 for SAP NetWeaver 7.1 so  how can i do this.
__instead for fixing in PI i can use the belwo java mapping__
import java.io.InputStream;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.Map;
import com.sap.aii.mapping.api.StreamTransformation;
import com.sap.aii.mapping.api.StreamTransformationConstants;
import com.sap.aii.mapping.api.StreamTransformationException;
public final class MyMapping implements StreamTransformation {
    public void execute(InputStream in, OutputStream out)
        throws StreamTransformationException {
        // removing non valid characters
     BufferedReader br = new BufferedReader(in);
     out = stripNonValidXMLCharacters(br.readLine());
        // implement mapping ...
public String stripNonValidXMLCharacters(String in) {
    StringBuffer out = new StringBuffer(); // Used to hold the output.
    char current; // Used to reference the current character.
     if (in == null || ("".equals(in))) return ""; // vacancy test.
    for (int i = 0; i < in.length(); i++) {
    current = in.charAt(i); // NOTE: No IndexOutOfBoundsException caught here; it should not happen.
    if ((current == 0x9) ||
         (current == 0xA) ||
         (current == 0xD) ||
         ((current >= 0x20) && (current <= 0xD7FF)) ||
         ((current >= 0xE000) && (current <= 0xFFFD)) ||
         ((current >= 0x10000) && (current <= 0x10FFFF)))
          out.append(current);
return out.toString();
regards
sandeep
Edited by: pendyalas on Feb 4, 2011 2:07 PM

Similar Messages

  • Hi..Getting error while Building Execution Plans

    Client Profitability
    MESSAGE:::group Client Profitability for SDE_EducationalPrograms is not found!!!
    EXCEPTION CLASS::: java.lang.NullPointerException
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.getExecutionPlanTasks(ExecutionPlanDesigner.java:818)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.design(ExecutionPlanDesigner.java:1267)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:169)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:119)
    com.siebel.analytics.etl.client.view.table.EtlDefnTable.doOperation(EtlDefnTable.java:169)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    Pls let me know what can be done to remove the error and bulit the execution plan sucessfully..?
    Edited by: user9172867 on Feb 24, 2010 1:53 AM

    Have you verified the task SDE_EducationalPrograms in DAC points to the appropriate folder in Informatica?

  • Getting error in mapping execution Invalid CHAR

    hi
    i am having file to RFC scenario, and the input file is an xml file and i am getting erron in mapping as below but when i download the payload and load it in the integration repository mapping tool ,i am able to execute it  succesfully. i think the problem is with the encoding , i tried with processing it in utf-8 and ansi. both the format it is giving the sam error.
    <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MMMMMMMMM_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xb (:main:, row:1, col:4~</SAP:Stack>
    regards
    sandeep

    >> This is possible only with PI 7.1 ehp1.
    Yes !Our verstion  is SAP EHP 1 for SAP NetWeaver 7.1 so  how can i do this.
    __instead for fixing in PI i can use the belwo java mapping__
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.HashMap;
    import java.util.Map;
    import com.sap.aii.mapping.api.StreamTransformation;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    import com.sap.aii.mapping.api.StreamTransformationException;
    public final class MyMapping implements StreamTransformation {
        public void execute(InputStream in, OutputStream out)
            throws StreamTransformationException {
            // removing non valid characters
         BufferedReader br = new BufferedReader(in);
         out = stripNonValidXMLCharacters(br.readLine());
            // implement mapping ...
    public String stripNonValidXMLCharacters(String in) {
        StringBuffer out = new StringBuffer(); // Used to hold the output.
        char current; // Used to reference the current character.
         if (in == null || ("".equals(in))) return ""; // vacancy test.
        for (int i = 0; i < in.length(); i++) {
        current = in.charAt(i); // NOTE: No IndexOutOfBoundsException caught here; it should not happen.
        if ((current == 0x9) ||
             (current == 0xA) ||
             (current == 0xD) ||
             ((current >= 0x20) && (current <= 0xD7FF)) ||
             ((current >= 0xE000) && (current <= 0xFFFD)) ||
             ((current >= 0x10000) && (current <= 0x10FFFF)))
              out.append(current);
    return out.toString();
    regards
    sandeep
    Edited by: pendyalas on Feb 4, 2011 2:07 PM

  • Getting error with dashboard

    I get the following error in de BPEL PM:
    <2004-08-31 09:55:50,751> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "presentation manager":
    I get this message if I want to initiate a test run from the Console. In the console I get the message
    XML Schema to HTML form generation error
    Cannot create HTML form for specified XML message type. Please use text mode instead.
    Error Message:
    null
    Thanks
    Herald ten Dam

    This looks like it couldn't generate the html form for the input message type.
    Is it possible to send your bpel process (including wsdl and schemas) to reproduce this problem.? you can send the files to [email protected] if you are sending zip please rename your .zip to .zap extension.
    Thanks
    -muruga

  • Error when using FTP in iWeb 09! "Error 500: Script Execution Failure"

    I have my domain through 123-reg and I have free hosting with host-ed.net when I add a simple index.html file my website works fine displaying the 1 line of text that I asked for, so it is all configured correctly.
    How ever when I use the FTP upload thought iWeb '09 I always get "Error 500: Script Execution Failure"
    www.breslan.co.uk
    Anyone know why?

    I have logged into my hosting and changed the permissions to '755' and move the files from the folder iweb used to the root of the site i know get "Parse error: syntax error, unexpected T_STRING in /~/www/breslan.co.uk/index.html on line 1" there is only 1 line of code in index.html and that is
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Welcome.html" /></head><body></body></html>
    please help!

  • Dashboard Prompt - Getting error for Adding SQL query in "Default to"

    Hello Oracle,
    I am facing some problem in Dashboard Prompt. Like when i add some sql query in "Default to" in Dashboard prompt and for the next prompt when i check for Contrain option i get error in the second prompt. but it works fine when i hard-code a value in "Default to" options.
    For Example:
    Like when we consider a two prompts :
    1) Year -> (In Default to i select SQL Query and enter the query as SELECT "YTD Dim"."Fiscal Year" FROM "YTD Report" WHERE "YTD Dim"."Fiscal Year" = Year(Current_Date)
    2) Business Unit -> (In specific value i give as some hard code value of Business Unit and check the contrain option)
    i get error as
    Business Unit
    Error Generating Drop Down Values
    A numeric value was expected (received "SELECT "YTD Dim"."Fiscal Year" FROM "YTD Report" WHERE "YTD Dim"."Fiscal Year" = Year(Current_Date)"). Error Details
    Error Codes: EHWH2A7E
    but i get correct value for Year as 2011.
    I need to use SQL query in default to option and need to check the constrain option too.
    Looking for positive feedback.

    You need to create a dashboard prompt and in Default To -> select SQL Results
    Click on the ... (three dots ) underneath it and put in your sql
    For Example , I have a Table called "Sales Date" in my "ABC" presentation folder. This has a column called "Year" and "Date". If I want to have a Year prompt with the default value set to current year, here is what the syntax of my sql result will be :-
    SELECT "ABC"."Sales Date".YEAR
    FROM "ABC"
    WHERE "Date" = current_date
    In SQL, we cannot put SQL as we know of in terms of Oracle, Sql Server etc. The SQL here refers to sql as OBIEE understands it and should be in the form of Select "Presentation foler"."Table Name".ColumnName from "Presentation Folder"
    Hope this helps

  • I have been trying to work on my homework all afternoon, via NAU's blackboard system. I am continuously getting booted out of the system, with an error stating "Data execution prevention". How can I prevent this from continuing?

    I have been trying to work on my homework all afternoon, via NAU's blackboard system. I am continuously getting booted out of the system, with an error stating "Data execution prevention". How can I prevent this from continuing?

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

  • Getting error while Enable Dashboard Widget

    Dear Experts,
    I am getting error while Enable Dashboard Widget
    u201CInstall SAP Business One Integration Service before enabling the dashboard widgetu201D
    Even I follow all step by step process.
    Thanks
    Kamlesh

    Hi Kamlesh,
    Have you tried the following:
    Deactivate the cockpit in your Business One database - Disable My Cockpit and also disable cockpit in General Settings
    Run EventSender Setup (in first step try to avoid using localhost or IP addresses)
    In third step press Test Connection, in fourth step make sure that your database is checked, press also Receiver but ton and then Test Connecion.
    Finish EventSender setup.
    Click on SLD in the B1i Framwork and ensure connection to the Company databsae (B1DI and JDBC) is successful.
    Go back to B1i Framework UI, click Scenarios in upper menu, then select Control in left menu and (re)activate Xcelsius scenario.
    Restart EventSender service, Integration Service and Proxy services via Servies (Computer Management)
    Now you can enable cockpit in your Business One database - enable cockpit in General Settings and then enable My Cockpit.
    After installation of B1ic, the company is not listed in the SLD
    Delete all entries of table SLSP and SLSPP in SBOCOMMON. Restart integration service. In SAP Business refresh the company list.
    These solutions are documented in the attached Note 1619422.
    Kind regards
    Sean

  • 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

  • Error -2146959355 server execution failed on ActiveX Invoke Node?

    I wrote a VI to reload all the module prototypes
    of the steps in a TestStand sequence (note: all code modules are
    LabView VI's).  Whenever it gets to the LabViewModule.LoadPrototype
    call, I get a "server execution failed" error (error code -2146959355).
    I've tried solutions 1-3 in the following document to no avail:
    Why Do I Get Error -2146959355 When Using ActiveX or the Report Generation Toolkit?
    http://digital.ni.com/public.nsf/allkb/1c025f018cb5761686256c56007dd258
    Any ideas as to what else I can do?
    (Incidentally,
    if anyone has a clue as to what reference is causing a "References to
    PropertyObjects were not released properly" warning dialog... please do
    say).
    Thanks,
    Melissa
    (double-posted this to the TestStand forum in case different people read the 2 boards...)
    Attachments:
    ReloadAllPrototypes.vi ‏104 KB

    Hi Melissa,
    I think it would be a better option for you to perform this task in TestStand. See the attached example that is tested and works on reloading LabVIEW module prototypes.
    Hope this helps!
    Best Regards
    Jonathan N.
    National Instruments
    Attachments:
    getSequenceFilePath.vi ‏41 KB
    reloadLabVIEWPrototypes.seq ‏59 KB

  • Getting Error while enabling CDC on the database

    Hi Experts,
    I am trying to enable CDC on my database but i am getting error message like below, can anyone please suggest on this .
    The server principal "XXXX." is not able to access the database "ABC" +under the current security context.
    Could not update the metadata that indicates database XYZ is enabled for Change Data Capture. The failure occurred when executing the command 'sp_cdc_create_objects'. The error returned was 3616: 'An error was raised during trigger execution. The batch has
    been aborted and the user transaction, if any, has been rolled back.'. Use the action and error to determine the cause of the failure and resubmit the request.
    Thanks in Advance.
    Niraj Sevalkar

    Hi Finally i got my answer, There is an DDL trigger which restricting me to enable CDC .....
    And ABC is an auditing database?
    Unless your DBA is evil and really don't want you to enable CDC, I think you should talk with and fix the bad trigger. You can refer him to this article for a proper solution:
    http://www.sommarskog.se/grantperm.html
    Erland Sommarskog, SQL Server MVP, [email protected]
      Yes there was an trigger on the XYZ database which was references details in ABC database db so that was restricting me to do this. thank you for your article .... :)  
    Niraj Sevalkar

  • Getting error while running OIM in built purging script OIM_ReconArch.sh

    Getting error while running OIM in built purging script OIM_ReconArch.sh
    bash-3.00$ cat Err_Arch_Recon_2012_11_01_15_36_06.log
    -- Reconciliation Archival Execution Status
    BEGIN OIM_SP_ReconArchival('N','N',200000,'ARCHIVE_SELECT_WITH_CONS_DROP_REC','Both Events','20110101','20111231'); END;
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at "PREPRD.OIM_SP_RECONARCHIVAL", line 722
    ORA-00942: table or view does not exist
    ORA-01031: insufficient privileges
    ORA-06512: at line 1
    Please Help

    ORA-06512: at "PREPRD.OIM_SP_RECONARCHIVAL", line 722
    ORA-00942: table or view does not exist
    ORA-01031: insufficient privileges
    (1) Check whether the OIM_SP_RECONARCHIVAL table or view exists or not...
    (2) If it exists, check whether the DEV_OIM user has enough privilege to view this table or not...
    If not, give it all privilege by login as sys as sysdba
    GRANT ALL PRIVILEGES TO DEV_OIM;
    COMMIT;

  • Getting error while creating shipment cost document

    Dear Guru's
    I have created STO then made delivery and then shipment. All documents are ok but when i m creating Shipment Cost document
    agains shipment getting error Enter Cost Center. Where  I should enter cost center and how can i make cost center value as a default.
    Regards,
    RM

    Hi
    On double clicking on the item level, respective item details of the material is displayed and then click SHIFT+ F6 to see the COSTCENTER in the shipement cost document.
    Configuration:
    1) In Item category configuration account assigment category is Cost Center.
    Logistics Execution>Transportation>Shipment Costs>Shipment Cost Document>Shipment Cost Types and Item Categories-->Define item categories
    2) In the Transaction code OKB9 Costcenter is assigned to the company code , in order to automate the determination of CO assignments in case of Shipment cost document creation
    Logistics Execution>Transportation>Shipment Costs>Settlement>Automatic Determination of CO Assignments
    Edited by: Bhaskar C.R on Jun 17, 2010 10:13 AM

  • Error in XPRA EXECUTION Phase of Add On installation in SAP sys in SAINT

    Hello All,
    I have tried to install VERSANH ADD On on my SAP System with SPAM Version 7.00 <0032 kernal level 48.
    i have run transaction SAINT imported all PAT and ATT files and started the process.
    now after running around 16 Hrs it is throwing error in  XPRA EXECUTION Phase.
    The Error is
    The Add on installation terminated during phase XPRA EXECUTION
    Choose CONTINUE to continue the import
    Choose BACK to delete the installation queue
    Choose LOGS to display the import logs
    i have clicked on Continue, the it process and after 1 Hr throws same error
    i have navigated to OS Level in usrsaptranslog and there in log i am getting this line as error
    ERROR RFC function TRINT PROGRESS INDICATOR returned 18
    Thanks in advance.
    Edited by: Vinit Soni on Apr 14, 2009 11:05 AM
    Edited by: Vinit Soni on Apr 14, 2009 11:06 AM
    Edited by: Vinit Soni on Apr 14, 2009 11:07 AM
    Edited by: Vinit Soni on Apr 14, 2009 11:08 AM

    Please check the log files under /usr/sap/trans/tmp directory. There will be some information about the error and paste the log here to analyze the problem.
    Regards,
    Subhash

  • Getting errors when creating physical standby.

    Hello All,
    i am getting following error when i creating a physical standby for production,
    i used below command to do it
    duplicate target database to standby dorecover;
    after some time it throwed this error.
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+DATA/solfho2/datafile/system.382.764328493'
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/12/2011 13:04:06
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/arch/SOLFHO2/PROLHO01_1_25224_740461103.arc'
    ORA-16145: archival for thread# 1 sequence# 25224 in progress

    Hello;
    Looks like a do over.
    I have my short notes here:
    http://www.visi.com/~mseberg/duprman2.html
    This has been tested several times.
    Best Regards
    mseberg

Maybe you are looking for

  • Thumbnail images in the event browser

    After about 20 minutes on FCPX the thumbnail images in the event browser randomaly disappear. If I move the scrubber bar over the blank thumbnail the image reappears but only for as long as I linger on the thumbnail. The audio track remains visible a

  • INDIVIDUAL PURCHASE ORDER

    HI guru's i got an error while creating a purchase order No account assignment to customer order (not active in COArea YR01, year 2008). for this what we have do .... can any body suggest me ...........

  • Color shift when using save for web

    Hello, I am converting my psd files to jpegs using "save for web".  I am noticing that the colors are shifting from the original after saving for web. The color shift  does not happen if I just convert the psd files to jpegs by using "save as". The p

  • I tunes 10

    have upgraded to i tunes 10 but now a program called data execution prevention (dep) will not allow i tunes to open even after changing settings to allow i tunes. information in dep then advises to look for an upgrade for the relevant software. is an

  • Account Aliases feature in OAF pages

    . Account Aliases feature works in Oracle forms but not in Oracle Application framework pages. I would like to know is there a way to use the Account Aliases feature in OAF pages. Do you have any document or example?