BI "Exceptions" - how to view

All I have from the end user is that she ran a report (in BI Portal) and received "Exception ID: 06:56_26/10/10_0033_323081451".
Does anyone have an idea how I can view the exception?  That is ALL the information I have.  I'm looking for a T-code or something that I can run.  Thanks.

I have more information.
THIS IS ON THE BI PORTAL!  Please don't recommend T-codes that don't pull up PORTAL exceptions!!
I just need to know how (t code, program, or whatever) to view the exception.  Here is the error:
Portal runtime error.
An exception occurred while processing your request.  Send the exception ID to your Portal administrator.
Exception ID: 07:39_29/10/10_0014_323081450
Refer to the log file for details about this exception.

Similar Messages

  • How to view list of all system exceptions from standard package?

    Hello,
    How to view list of all system exceptions from standard package?
    Regards
    Krishna

    Just for fun:
    SQL> conn sys/****** as sysdba
    Verbonden.
    SQL> select cast(trim(substr(text,instr(text,'(')+1,instr(text,',')-instr(text,'(')-1)) as varchar2(30)) exception_name
      2       , to_number(replace(substr(text,instr(text,',')+1,instr(text,')')-instr(text,',')-1),'''')) error_number
      3    from user_source
      4   where text like '%pragma EXCEPTION_INIT%'
      5     and type = 'PACKAGE'
      6     and name = 'STANDARD'
      7   order by exception_name
      8  /
    EXCEPTION_NAME                 ERROR_NUMBER
    ACCESS_INTO_NULL                      -6530
    CASE_NOT_FOUND                        -6592
    COLLECTION_IS_NULL                    -6531
    CURSOR_ALREADY_OPEN                   -6511
    DUP_VAL_ON_INDEX                         -1
    INVALID_CURSOR                        -1001
    INVALID_NUMBER                        -1722
    INVALID_OBJECT_NAME                  -44002
    INVALID_QUALIFIED_SQL_NAME           -44004
    INVALID_SCHEMA_NAME                  -44001
    INVALID_SQL_NAME                     -44003
    LOGIN_DENIED                          -1017
    NO_DATA_FOUND                           100
    NO_DATA_NEEDED                        -6548
    NOT_LOGGED_ON                         -1012
    PROGRAM_ERROR                         -6501
    ROWTYPE_MISMATCH                      -6504
    SELF_IS_NULL                         -30625
    STORAGE_ERROR                         -6500
    SUBSCRIPT_BEYOND_COUNT                -6533
    SUBSCRIPT_OUTSIDE_LIMIT               -6532
    TIMEOUT_ON_RESOURCE                     -51
    TOO_MANY_ROWS                         -1422
    USERENV_COMMITSCN_ERROR               -1725
    VALUE_ERROR                           -6502
    ZERO_DIVIDE                           -1476
    26 rijen zijn geselecteerd.Regards,
    Rob.

  • How to view errors if bulk collect has thrown errors

    Hi,
    I have few questions.
    1.How to view error whether bulk collect is successful or not
    2.What is identified & unidentified relationships in ERWIN
    3.How to see the errors whether the sql loder is successful or not
    and how to open the log file.Is there any specific command in UNIX
    which tells loader is successful or thrown error
    4.When executing the pl/sql procedure from UNIX.how to check for errors.
    Please provide the answers for this
    Thanks

    Use SAVE EXCEPTIONS clause in your FORALL loop.
    Is this for homework/test?

  • How to view pdf file in java/jsp?

    Hello Everybody,
    Any one help me how to view pdf file in jsp using java application.
    I have pdf file c:\app.pdf.
    How can i display the pdf file.
    Please help me.................
    Thanks

    Hello,
    You can use the below code, but i am not sure how far is this a startard way of doing it.
    # <%
    # ServletOutputStream servletOutputStream = response.getOutputStream();
    # File reportFile = new File("C:\\Tomcat 5.0\\webapps\\TestApp\\myfile.pdf");
    # FileInputStream fis = new FileInputStream(reportFile);
    # byte[] bytes= new byte[128000];
    # int count=fis.read(bytes);
    # try
    # response.setContentType("application/pdf");
    # response.setContentLength(bytes.length);
    # servletOutputStream.write(bytes, 0, bytes.length);
    # servletOutputStream.flush();
    # servletOutputStream.close();
    # }catch(Exception e){}

  • How to view body of SOAP error (in Java)

    I'm trying to track down the source of a "Server" error I keep getting back when trying to invoke Web Services from Java code. I can't figure out how to view my SOAP response to get the details of the error message. So all I have to work with now is "javax.xml.rpc.soap.SOAPFaultException: Server". I created the Web Service endpoint in JDeveloper by loading the .wsdl file and selecting "Generate Web Service Proxy" - So I can't view my SOAP message/response - I just call the 'accountInsertOrUpdate' method.
    Should I expect the SOAP body to have a more detailed error as to what is causing the 'Server' error?
    Does anybody know of a method where I can view the SOAP body being sent out and received?
    I consistently get this Server error when trying to call any Oracle CRM On Demand method (about 2-3 times in a row) and then the method call works fine - no changes on my side (it is just in a loop to retry if a Server error is encountered). (If I view the Web Service Utilization in CRM On Demand - it doesn't show any of the 'Server' errors - only the successful login, method call, and logout.
    Any ideas would be greatly appreciated - Thanks!
    Brian

    I just figured out how to view the body of the SOAP error. (I just needed to cast the Exception as a SOAPFaultException to view the details).
    This is the error I consistently get: Internal Error: Session is not available. Aborting. (SBL-ODU-01006)
    So now my question - has anybody else run into this?
    I log in - get my session id. Try to call a method and get (2 or 3 times in a row) this 'Session not available' error and then it works. I try and make another method call and get 2 or 3 more 'Session not available' errors.
    I thought it might be a timing issue (where I am making too many requests/second) so I added a little 'sleep' time between method calls with no difference in response.
    Ideas?

  • How to view DB schema in SAP B1 company

    Hi,
    Would you please tell me how to view Company database schema.
    When I use Database browser It gives Exception as
    "B1DBBrowser ERROR: The Type initializer for 'B1wizard.Globals'" threw an Exception.
    Thank you
    Buddhika

    Hi ArshDeep,
    I want to update PaymentReference field in a Document object.
    I was able to get the required Document to update but it returns Error code.I can see the existing PaymentReference value, but can not be set. But it is Property with read-write.
    Currently I'm doing is,
    Create Document object.
    Initiate it with oInvoice object type
    if(oDocument.getByKey(docID))
         oDucument.PaymentReference = MyCustomID;
         int iErr = oDucument.Update();
    oDocument properties matches with the required document implying the correct document is in the oDocument object.
    But this returns errors.
    Would please give me a Solution.
    Buddhika.

  • HOW TO VIEW PAGE OF ONLIE BOOK IN PDF FILE

    i HAVE A PDF FILE THAT i AM TRYING TO OPEN AND READ IT IS A ONLINE MANUAL THAT ONLY SHOWS 8 PAGES OF A BOOK THAT IS ABOUT 400 PAGES CAN i VIEW THE RESET OF THESE PAGE BY CONVERTING THE FILE OR NOT?

    I just figured out how to view the body of the SOAP error. (I just needed to cast the Exception as a SOAPFaultException to view the details).
    This is the error I consistently get: Internal Error: Session is not available. Aborting. (SBL-ODU-01006)
    So now my question - has anybody else run into this?
    I log in - get my session id. Try to call a method and get (2 or 3 times in a row) this 'Session not available' error and then it works. I try and make another method call and get 2 or 3 more 'Session not available' errors.
    I thought it might be a timing issue (where I am making too many requests/second) so I added a little 'sleep' time between method calls with no difference in response.
    Ideas?

  • How to view iOS requirement using Apple Search API

    I'm currently using the Apple Search API to search AppStore content, and i want to view the iOS requirement for the seleceted apps that i have already searched, but i didn't see any field that show the iOS requirement for the apps, so how to view that?
    Thanks in advance

    I am surprised to say that I don't think this is possible.  Which is strange because upon inspection of the JSON results there is a return key for EVERYTHING except target iOS version.  I would imagine that this may be an oversight by apple.  It does not make sense that I can search "supportedDevices", "isGameCenterEnabled", and "fileSizeBytes" but not minimum or target OS.

  • How to view iPhoto pictures?!

    OK guys... this will sound a newbie question... but for the life of me I cannot figure out how to view pictures from my iTunes lib on my Apple TV without have to 'Sync' (copy) them to the Apple TV.
    Right now I cannot only copy the pictures to the Apple TV.... but I want to just be able to 'stream' them from my Macbook.... is that now possible?
    Cheers!

    You can connect your tv with itunes on your computer in two different ways. I prefer to call one a primary and the other a secondary, others will call them paired and shared and others will call them syncing and streaming.
    Basically a primary (paired or syncing) library allows you to sync content or stream it or a mixture of both. You can only connect one primary library to an tv.
    A secondary library will only let you stream content, but you can have up to 5 of these.
    The one exception to this is photos which have to be synced from a primary library, you don't have the option of streaming, so to stream photos you have to use a secondary library.
    JGG isn't saying you need 2 computers just to watch different types of content. If you want to stream photos then you will need to stream everything (movies, tunes etc etc), what JGG is saying is that if you didn't want to stream everything and say sync a few movies but stream photos then you would need two computers, or since you are using a mac run two user accounts.
    Can I ask why you only want to stream photos.

  • How to view and restore sharepoint 2013 designer workflows and how to redeploy with newer version to environments

    how to view and restore sharepoint 2013 designer workflows and how to redeploy with newer version to environments
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi,
    In SharePoint Designer 2010, we could not save the workflow as a template directly except the reusable workflow.
    However, in SharePoint Designer 2013, we can just save all the types workflow as a template, then you can import the workflow into the new environment.
    http://blogs.msdn.com/b/workflows_for_product_catalogs/archive/2012/11/02/deploying-a-workflow-on-a-different-server.aspx
    In SharePoint Designer 2013, every time we publish the workflow, we would get a newer version workflow, and the old workflow version would be overwritten.
    So, when you deploy the workflow in the environment, the workflow would the newer version.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • How to view broken powerpoint pptx?

    How to view broken powerpoint pptx?
    I worked on the presentation Powerpoint, after successful completion of 4 hours of work and close the file, save the presentation as the
    format pptx. On the next day at the opening-message that the file content that can not be read. And even with the full confidence of the file access error. 

    Hi,
    Would you please provide the complete error message to us so that we can narrow the issue down?
    Does this error happen to other presentation files? If it only happens with the particular file, we can try the following steps to see if you can open it successfully:
    1. Create a blank presentation file.
    2. In the blank presentation file, under Home tab, click the New Slide drop-down list, and then click Reuse Slides.
    3. In the Reuse Slides task pane, click Browse > Browse File. Click the damaged presentation, and then click
    Open.
    4. Right-click one of the slides in the Reuse Slides task pane, and then click
    Insert All. 
    If this operation is successful, all the slides from the damaged presentation, except the slide master, are inserted into the new presentation.
    For more troubleshooting steps, please refer to the following KB article:
    http://support.microsoft.com/kb/927477
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to view average symbol

    How to view the average value (mean value) symbol (x with line above) in Java Swing?
    Timo Ratilainen

    for a square-symbol, but what is the code for the
    average-symbol???http://groups.yahoo.com/group/unicode/message/5914
    this works for me
    asjf
    import javax.swing.*;
    public class AvTest {
         public static void main(String [] arg) throws Exception {
              JFrame frame = new JFrame("AvTest");
              frame.getContentPane().add(new JLabel("\u0078\u0305"));
              frame.pack();
              frame.show();
    }

  • Bridge - How to view image in full screen resolution

    In Bridge - How to view an image in full screen resolution and not as a Preview (Space bar), like in Lightroom (F), Photoshop or ViewNX 2 ?

    The size of the Bridge Preview window will always be the absolute limit of the image display in Bridge.  Maybe I am not following you.  Sorry

  • How to View the Loaded Data

    Hi,
    I have loaded the data into an ODS from an External Flat file and executed the job. Can anyone guide me how to view the loaded data in the ODS ?
    Thanks

    Hi Madhu,
    You can simply Goto Transaction LISTCUBE and give the ODS name -> Execute.
    Regards
    Hemant

  • How to view my macbook pro retina on a iMac late 2009?

    How to view my Macbook Pro Retina on a late 2009 27" iMac? Note: Mini DisplayPort won't fit.

    Hi rainson,
    Here is a list of video adapters and the Mac models they can be used with:
    About Apple video adapters and cables
    http://support.apple.com/kb/ht3235
    This article describes Target Display Mode, which may also be useful for what you are trying to do:
    Target Display Mode: Frequently Asked Questions (FAQ)
    http://support.apple.com/kb/ht3924
    Cheers!
    - Ari

Maybe you are looking for

  • In bpm(abstract message used in container)

    hi expects, for what purpose we are using abstract message in container).

  • Convert VI llb from LabVIEW 5 for use in LabVIEW 8.6

    Hi Everybody!  Firstly, I'd like to say how much I have enjoyed working for NI and especially supporting the online community in my spare work time. I have to say it is a great place for NI, long term users, new users and everything else LabVIEW - an

  • DM 5 does not recognize Outlook 2003

    Hello.  I recently got a new laptop & installed the latest Desktop Manager - 5.0.1.37.  When I try to sync, I get to the screen where it asks to select a desktop application, and Outlook is not listed (Options are: <None>, ASCII Importer/Exporter, Ya

  • Syncing my nokia E6-00 contacts with my Macbook and iPhone

    Just got an iphone and need to know how to move my contacts from my Nokia E6 to it. i guess i will have to go through the Macbook but will really appreciate any advise.

  • Initial preview of Edge Package

    I created an Edge Animate project and published an Edge Package. When I placed it in InDesign it gives me a preview, which was the last frame of my project. I kept working on the project and that frame is no longer in my project but whatever I do, wh