Unable to get the report query logs in OBIEE 11g.

While trying to view the report queries in 11g(Administration >Manage Sessions >Log(of a particular request))
, I'm getting the following error :
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <2799894530>: Syntax error [nQSError: 26012] . (HY000)
Has nayone come across the same. Please do share , how to fix this.
Thank you.

Hi,
Even Im facing the same issue.. Reports are working fine... For testing, I opened Analysis page and created a query with 2 columns.. Results are coming but log is not appearing.. The issue is still the same...
Any help will be appreciated...
thanks & regards,
dmaze

Similar Messages

  • Unable to get the report source - ReportViewerBean getReportSource()

    Hi Folks,
    i'm developping an applet which show reports. All reports are generated on the server side (servlet)... and then sent to the applet. On the server-side, i used ReportJavaBean.writeExternal() method to write (serialize) on the stream and on the client-side (applet), i used ReportJavaBean.readExternal() method to get the data back and then show the report on the report viewer. But i always get a null value on the getReportSource() method call...
    The reason i used the reportjavabean is the small size of the library which has to be comppile with the applet and he's standalone (This library does not depend of other libraries).
    any suggestion would be appreciate..
    thks
    pm
    Edited by: Martin Renaud on Jan 9, 2009 10:29 AM

    Doh...
    but why writeExternal() and readExternal() methods does exist? Why ReportViewerBean does implement Externalizable, Serializable if in fact we can't use it?
    Do you have any suggestion on how to solve my problem? There is so much relationship between JRC libraries that i have no choice to get them all the compiled project which gives an applet of 25MB!?
    thks
    pm

  • How to set up Query Logging in OBIEE 11g 11.1.1.6

    Hi all,
    I couldn't find the option for setting up the query logging for testing and debugging purpose. Could anyone plz help me in this ...
    Regards,
    Arun

    Hi Arun,
    For simplicity I'll direct you to a link http://obiee11gqna.blogspot.com.au/2011/04/obiee-11g-query-log-log-level.html
    Richard

  • Logging level to get the physical query

    Hi All,
    Can anyone let me know , what log level i have set it up, so that I can get the physical query for BI Answers request.
    Thanks
    S

    hi,
    Logging Levels
    Level 0
    No logging.
    Level 1
    Logs the SQL statement issued from the client application.
    Logs elapsed times for query compilation, query execution, query cache processing, and back-end database processing.
    Logs the query status (success, failure, termination, or timeout). Logs the user ID, session ID, and request ID for each query.
    Level 2
    Logs everything logged in Level 1.
    Additionally, for each query, logs the repository name, business model name, presentation catalog (called Subject Area in Answers) name, SQL for the queries issued against physical databases, queries issued against the cache, number of rows returned from each query against a physical database and from queries issued against the cache, and the number of rows returned to the client application.
    Level 3
    Logs everything logged in Level 2.
    Additionally, adds a log entry for the logical query plan, when a query that was supposed to seed the cache was not inserted into the cache, when existing cache entries are purged to make room for the current query, and when the attempt to update the exact match hit detector fails.
    Do not select this level without the assistance of Technical Support.
    Level 4
    Logs everything logged in Level 3.
    Additionally, logs the query execution plan. Do not select this level without the assistance of Technical Support.
    Level 5
    Logs everything logged in Level 4.
    Additionally, logs intermediate row counts at various points in the execution plan. Do not select this level without the assistance of Technical Support.
    Level 6 and 7
    Reserved for future use.
    Hope this helps,
    cheers,
    vineeth

  • Unable to Open the Report Cursor

    Hi Team ,
    I have query running in Unit box and will running i am getting
    Unable to Open the Report Cursor : ORA-20000: Unable to log the message in the pipe :
    bIG Query is :-
    Select
      K.CustomerID ||','||
      K.SubscriberID ||','||
      vcsi.EquipmentSerialNumber ||','||
      K.SVODStatus ||','||
      K.PUR_CANC_EXIS_DATE ||','||
      K.PackageFee ||','||
      K.UniqueRef ||','||
      PCUS.Name
      FROM
      Select
       CustomerID ,
      SubscriberID,
      SVODStatus ,
      PUR_CANC_EXIS_DATE ,
      UniqueRef,
      sq,
      PackageFee
      FROM
       (Select
       sa_subscribers.c_id CustomerID ,
       sa_subscribers.seq SubscriberID,
       SV.SVODStatus SVODStatus ,
       SV.PUR_CANC_DATE PUR_CANC_EXIS_DATE ,
       Case
      when SV.SVODStatus='NEW' THEN   UniqueReferenceID.UniqueRef
      Else NUll
              End UniqueRef,
       UniqueReferenceID.sq,
       Case
      when SV.SVODStatus='NEW' THEN
      (SELECT distinct RP1.PARAMETER_VALUE
      FROM Sa_Vw_Request_Parameters RP1,
        Sa_Subscribers SU,
        (SELECT VC.Request_Seq,
        VC.Command_Seq,
        VC.Subscription_Seq,
        VC.issue_date,
        VC.completion_dt
      FROM Sa_Vw_Commands VC
      WHERE VC.Request_Type_Id IN ('PURSUB')) SQ
      WHERE SU.SEQ = SQ.Subscription_Seq
        AND RP1.REQ_SEQ = SQ.Request_Seq
        AND SV.su_seq = SU.SEQ
        AND UniqueReferenceID.sq = RP1.REQ_SEQ
        AND SV.SVODStatus = 'NEW'
        AND RP1.PARAMETER_TYPE in ('INITIAL PAYMENT AMOUNT')
        AND SQ.Issue_Date <= TO_DATE ('&date', 'YYYY-MM-DD')
        AND SQ.Issue_Date > ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1))
        Else NULL
       End PackageFee
                      FROM
      Select SVODStatus,PUR_CANC_DATE,su_seq,seq from
      select Case When  p.EndDate<=TO_DATE ('&date', 'YYYY-MM-DD')   Then 'CANCELLED'
       Else NULL
       End SVODStatus,
      Case When  p.EndDate<=TO_DATE ('&date', 'YYYY-MM-DD') Then p.EndDate
      Else NULL
       End PUR_CANC_DATE,
       p.su_seq su_seq,
       p.seq seq
       FROM
        select su_seq,EndDate,
        StartDate StartDate, seq
        From
        select sa.su_seq su_seq ,nvl(sa.end_date,sysdate) EndDate,
       Max(Start_date) StartDate,sa.seq seq
        from sa_services sa
        where sa.st_id ='SVD'
        and sa.start_date <= TO_DATE ('&date', 'YYYY-MM-DD')
        and sa.start_date > ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
        and (sa.end_date IS NULL OR sa.end_date >= ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1))
        group by sa.su_seq,nvl(sa.end_date,sysdate),sa.seq
      ) p
      ) WHERE SVODStatus='CANCELLED'
       UNION
      Select SVODStatus,PUR_CANC_DATE,su_seq,seq from
       ( select  'NEW' SVODStatus,
      p.StartDate PUR_CANC_DATE,
       p.su_seq su_seq,
       p.seq seq
       FROM
        select su_seq,EndDate,
        StartDate StartDate, seq
        From
        select sa.su_seq su_seq ,nvl(sa.end_date,sysdate) EndDate,
       Max(Start_date) StartDate,sa.seq seq
        from sa_services sa
        where sa.st_id ='SVD'
        and sa.start_date <= TO_DATE ('&date', 'YYYY-MM-DD')
        and sa.start_date > ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
        and (sa.end_date IS NULL OR sa.end_date >= ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1))
        group by sa.su_seq,nvl(sa.end_date,sysdate),sa.seq
      ) p
      ) SV,
        (Select RPAD(UniqueRef,12,'0') UniqueRef ,su_seq,seq,sq
      From
      ( select substr(cmd_param.Value, instr(cmd_param.Value,'SERVSEQ')+7,10) UniqueRef,
        New_sub.su_seq su_seq ,New_sub.seq seq,Req.Seq sq,
        Rank() over (partition by New_sub.su_seq  order by cmd_param.cmd_seq  ) rnk
       From
       sa_service_commands serv_cmd,
       sa_command_parameters cmd_param,
       SA_Command_TypeS CT,
       SA_RequestS Req,
       sa_Services s,
       select m.SVODStatus SVODStatus,m.su_seq su_seq,m.seq seq
        FROM
       Select 'NEW' SVODStatus,
       p.su_seq su_seq,
       p.seq seq
       FROM
        select su_seq,EndDate,
        StartDate StartDate, seq
        From
        select sa.su_seq su_seq ,nvl(sa.end_date,sysdate) EndDate,
       Max(Start_date) StartDate,sa.seq seq
        from sa_services sa
        where sa.st_id ='SVD'
        and sa.start_date <= TO_DATE ('&date', 'YYYY-MM-DD')
        and sa.start_date > ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
       and (sa.end_date IS NULL OR sa.end_date >= ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1))
        group by sa.su_seq,nvl(sa.end_date,sysdate),sa.seq
      ) p
       ) m
       Where m.SVODStatus='NEW'
       ) New_sub
      where Serv_Cmd.Req_Seq = Req.Seq
      and serv_cmd.Cmd_Type_Seq = CT.Seq
      and Serv_Cmd.Seq = Cmd_Param.Cmd_Seq
      and New_sub.seq=s.seq
      and New_sub.su_seq=s.su_seq
      and  CT.ID='ACSRPY'
      and  substr(cmd_param.Value, instr(cmd_param.Value,'SERVSEQ')+7,10)=to_char(s.seq)
      ) UniqueReferenceID,
        sa_subscribers
          WHERE  SV.su_seq =UniqueReferenceID.su_seq(+)
          and  SV.seq= UniqueReferenceID.seq(+)
          and sa_subscribers.seq=SV.su_seq)
        UNION
         SELECT  customer_id,
               Subscriber_ID,
               svod_status,
               Exis_DATE,
                          Unique_Reference,
                          UR,
                                      PARAMETER_VALUE
                    FROM
                    ( SELECT SQ.Subscription_Seq Subscriber_ID,
                                                    'EXISTING' svod_status,
                                                    SU.c_id customer_id,
                                                    SQ.issue_date Exis_DATE,
                                       to_char(RP1.REQ_SEQ) Unique_Reference,
                                       RP1.REQ_SEQ UR,
                                       RP1.PARAMETER_VALUE
                        FROM Sa_Vw_Request_Parameters RP1,
                                       Sa_Subscribers SU,
                                       (SELECT VC.Request_Seq,
                                                                       VC.Command_Seq,
                                                                       VC.Subscription_Seq,
                                                                       VC.issue_date,
                                                                       VC.completion_dt
                                                      FROM Sa_Vw_Commands VC
                                                    WHERE VC.Request_Type_Id IN ('PAYMNT')) SQ
                        WHERE SU.SEQ = SQ.Subscription_Seq
                        AND RP1.REQ_SEQ = SQ.Request_Seq
                        AND RP1.PARAMETER_TYPE in ('PRICE')
                        AND SQ.Issue_Date <= TO_DATE ('&date', 'YYYY-MM-DD')
                        AND SQ.Issue_Date > ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
        ) K,
      (select si.ID EquipmentSerialNumber,
            sv.su_Seq su_Seq
        from   sa_Service_ids si,
             sa_Services sv,
             SA_Equipment eq
        where si.Sv_Seq = Sv.Seq
        and si.id= eq.id
        and sv.st_Id = 'STB'
        and si.id_type = 'J'
                    and sv.start_date <= TO_DATE ('&date', 'YYYY-MM-DD')
                    and (sv.end_date IS NULL OR sv.end_date > TO_DATE ('&date', 'YYYY-MM-DD'))
        and si.Date_From <= TO_DATE ('&date', 'YYYY-MM-DD')
                   and (si.Date_to IS NULL OR si.Date_to > TO_DATE ('&date', 'YYYY-MM-DD') )
         ) vcsi,
       (SELECT  K.Id  Customer_Id, PD.Name Name
                    FROM
                      SA_Customers C
                    ,SA_Customers K
                    ,SA_Party_Details PD
                    ,SA_Party_Roles PR
        WHERE
                    PR.PR_Id  = C.Parent_ID
                    AND
                    C.ID=K.Parent_ID
                    AND
                    PR.RT_Id  = 'T'
                    AND
                    PR.Date_From  <= TO_DATE ('&date', 'YYYY-MM-DD')
                    AND
                    NVL (PR.Date_To (+), ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1))  >= ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
                    AND
                    PD.PY_Seq  = PR.PY_Seq
                    AND
                    PD.Date_From  <= TO_DATE ('&date', 'YYYY-MM-DD')
                    AND
                    NVL (PD.Date_To  , ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)) >= ADD_MONTHS (TO_DATE ('&date', 'YYYY-MM-DD'), -1)
       ) PCUS
    WHERE K.SubscriberID= vcsi.su_seq(+)
    AND  K.CustomerID=PCUS.customer_id(+)
    ORDER BY K.PUR_CANC_EXIS_DATE;

    Hi Saubhik
    I got the log for the report running please let me know if want any feather information.
    --- Reports Schedular    Version 8.6.80 (Democratic Republic of the Congo) ---
    2015-04-24 00:07:02 : Platform ID  : ICAP-DBSRV-01
    2015-04-24 00:07:02 : Process Name : sa_report_scheduler
    2015-04-24 00:07:02 : Process ID   : 26055
    2015-04-24 00:07:02 : Log in
    Parameter Table sa_report_scheduler:
    ALARM_PIPE_NAME          : db_alarm_pipe
    CONFIG_REFRESH_PERIOD    : 60
    DAEMON_PROCESS           : NO
    ERROR_BACKOFF_PERIOD     : -1
    LOG_FILE_DIR             : /home/sa_exec/log/
    LOG_FILE_STUB            : sa_report_scheduler
    MAX_REPORT_TIME          : 180
    VERBOSE_LOG_FILE         : NO
    WORK_DIR                 : /home/sa_exec/work/
    2015-04-24 00:07:03 : Received parameter calljobname - sa_report_scheduler
    2015-04-24 00:07:03 : Using parameter calling_jobname - sa_report_scheduler
    2015-04-24 00:07:03 : Start reports for queue G
    2015-04-24 00:07:03 : No more reports to submit.  0 new reports submitted
    2015-04-24 00:07:03 : Overdue report: PURP-0002 submitted at 2014-10-29 00:00:04
    2015-04-24 00:07:03 : Report PURP-0002 possibly failed
    2015-04-24 00:07:03 : Overdue report: PURP-006_Monthly submitted at 2015-02-01 00:00:09
    2015-04-24 00:07:03 : Report PURP-006_Monthly possibly failed
    2015-04-24 00:07:03 : Overdue report: PURP-006_W submitted at 2015-01-24 00:00:06
    2015-04-24 00:07:03 : Report PURP-006_W possibly failed
    2015-04-24 00:07:03 : Overdue report: PURP-0021 submitted at 2014-10-31 00:00:08
    2015-04-24 00:07:03 : Report PURP-0021 possibly failed
    2015-04-24 00:07:08 : Error Sending Alarm to Pipe
    2015-04-24 00:07:08 : send_pipe_alarm :  ORACLE error detected: -20000
    2015-04-24 00:07:08 : ORA-20000: Unable to log the message in the pipe :
    ORA-20000: Unable

  • Siebel 8.0.0.12 Fix Pack; Unable to get the seed from binary file.

    Hello Folks,
    Can anyone throw some light into what action is required on my scenario.
    I have applied Fix Pack Siebel 8.0.0.12 on top of 8.0.0.11 SBA. After it is appled, I am facing a documented issue within the Release Notes for the 8.0.0.12 Fix Pack
    The issue is "UNABLE TO LAUNCH URL AFTER APPLYING SIEBEL 8.0.0.12". I tried the steps given with the MR document, however, I am still having this issue.
    I am also not sure what is expected at the step of; Run the following command: seedgeneratorutil myseed.dat abcdef .
    It's asking me for a value to enter for seed at command prompt. "Enter the seed":
    what I should give here. As an assumption values,I gave SADMIN and tried to launch but still shows up the same error
    Please Assit
    Steps Details from Release Notes:
    UNABLE TO LAUNCH URL AFTER APPLYING SIEBEL 8.0.0.12
    Component: Server Infrastructure
    Subcomponent: SWSE
    Product Version: Siebel 8.0.0.12
    Base Bug ID: 11938270
    **Users are unable to launch the URL after applying the Siebel 8.0.0.12 Fix Pack.
    **Use the following workaround to address this issue:
    Navigate to the eappweb/bin directory from the command line on the SWSE installation.
    Run the following command:
    seedgeneratorutil myseed.dat abcdef
    NOTE: In the example, myseed.dat is a filename. You can give any file name you wish.
    The myseed.dat file is generated in the eappweb/bin directory.
    Edit eapps.cfg to include the following parameters under the SWE section:
    seedfile = < complete path for myseed.dat >
    Bounce the web server.
    (For Linux only) Copy libmod_swe.so from the eappweb/bin folder to the web/ohs/modules folder
    Thanks
    Kumar

    Wilson,
    Thanks for your reply.I have repeated the steps and regenerated the error messages.
    Browser
    Message:
    An error occurred while trying to process your request. This error indicates a problem with the configuration of this server and should be reported to the webmaster (along with any errors listed below). We apologize for the inconvenience
    Initialization error:
    Unable to get the seed from binary file.
    Log
    2021 2011-09-20 23:23:01 0000-00-00 00:00:00 +0530 00000000 001 003f 0001 09 ss110920_7068 7068 7852 E:\sba80\SWEApp\log\ss110920_7068.log 8.0.0.12 [20444] ENU
    ProcessPluginState     ProcessPluginStateError     1     000000024e781b9c:0     2011-09-20 23:23:01     7852: [SWSE] Unable to get the seed from binary file.
    Eapps.cfg
    [swe]
    Language = enu
    Log = errors
    LogDirectory = $(SWSERoot)\log
    ClientRootDir = $(SWSERoot)
    SessionMonitor = False
    AllowStats = true
    LogSegmentSize = 0
    LogMaxSegments = 0
    DisableNagle = False
    seedfile = E:\sba80\SWEApp\BIN\80012seed.dat
    Thanks
    Kumar

  • APEX_UTIL.GET_PRINT_DOCUMENT Error Unable to get the document

    Hi,
       I am working on Oracle APEX 4.1 to send the report as an attachment through mail  I am unable to get the document while calling the APEX_UTIL.get_print_document. I have created a report query and report template (rtf template) so as to send the report as an email attachment. The report works fine individually upon clicking of button so there is no issue in BI publisher configuration. I am sure there is something very trivial which I am missing out here. Any help will be appreciated.
    Declare
       l_id number;
       l_document BLOB;
       l_error_msg varchar2(2000);
    BEGIN
       l_document := APEX_UTIL.GET_PRINT_DOCUMENT
             p_application_id=>'123',
             p_report_query_name=>'Sample_Report',   
             p_report_layout_name=> 'Sample_Report',
             p_report_layout_type=>'RTF',
             p_document_format=>'PDF',
             p_print_server => 'f?p=&APP_ID.:0:&SESSION.:PRINT_REPORT=Sample_Report'
       IF l_document is null
       THEN
           dbms_output.put_line( ' no report returned');
          l_error_msg:='<html> <body> <h1 > Apologies the report was not returned from the apex , as there is some printing issues </h1> </body> </html> ';
       ELSE
          l_error_msg:=null;
       END IF;
       IF l_error_msg IS NULL THEN
           l_id := APEX_MAIL.SEND(
           p_to => '[email protected]',
           p_from => '[email protected]',
           p_subj => 'APEX_MAIL with attachment',
           p_body => 'Please review the attachment.',
           p_body_html => '<b>Please</b> review the attachment' || l_error_msg);
          dbms_output.put_line(l_id);
          IF l_document is not null then
             APEX_MAIL.ADD_ATTACHMENT (
                        p_mail_id => l_id,
                        p_attachment => l_document,
                        p_filename => 'Sample_Report.pdf',
                        p_mime_type => 'application/pdf');
          END IF;
    END IF;
    END;
    Here the output says no report returned.
    Thanks & Regards
    Ahmed

    Try removing the parameter p_print_server from the call.  This will use your default print server which should already be configured to use the BI Publisher engine.

  • Error while applying a patch "Unable to get the database connection"

    Dear Experts,
    A patch which got successfully applied is failing Production and the error is kind of surprising to me.
    Apps version is 11.5.10.2
    db version is 10.2.0.4
    The worker log file shows
    Time when worker restarted job: Thu Nov 24 2011 22:14:52
    Start time for file is: Thu Nov 24 2011 22:14:52
    adjava -ms128m -mx256m -nojit oracle.apps.fnd.odf2.FndXdfCmp &un_apps &pw_apps &un_apps &pw_apps &jdbc_protocol &jdbc_db_addr table &fullpath_pa_patch/115
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
      Temporarily resetting CLASSPATH to:
      "/erp/oracle/prodappl/ad/11.5.0/java/adjri.zip:/usr/java14/jre/lib/charsets.jar:/usr/java14/jre/lib/core.jar:/usr/java14/jre/lib/graphics.jar:/usr/java1
      Calling /usr/java14/bin/java ...
    Exception occured
                  Copyright (c) 2003 Oracle Corporation
                     Redwood Shores, California, USA
             XDF(XML Object Description File) Comparison Utility
                            Version 1
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    Unable to get the database connection using schema username/passwordIo exception: The Network Adapter could not establish the connection
    AD Run Java Command is complete.
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                                        AD Java
                                     Version 11.5.0
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    AD Worker error:
    The above program failed.  See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Thu Nov 24 2011 22:14:53
    {code}
    The error says database connection error.  I am able to connect to the database using sqlplus.  I tried to restart the failed worker, but the same error is repeating. 
    Any help would be appreciated.
    Thanks
    qARS
    Edited by: user7640966 on Nov 24, 2011 9:07 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hussein,
    One thing which I noticed now is in the apps Tier the
    tnsnames.ora under $TNS_ADMIN
    shows entry like this:
    PROD=
            (DESCRIPTION=
                    (ADDRESS=(PROTOCOL=tcp)(HOST=<appsServerName>)(PORT=1521))
                    (ADDRESS=(PROTOCOL=tcp)(HOST=<dbServer>)(PORT=1521))
                (CONNECT_DATA=
                    (SID=PROD)
            )Actually *(ADDRESS=(PROTOCOL=tcp)(HOST=<appsIPaddress>)(PORT=1521))* this line in the tnsnames.ora is not correct. In fact the appsServerName should be replaced with dbServerName
    I deleted the tnsnames.ora and reran autoconfig but it is again recreating the same entry.
    Any clue how this can be fixed?
    Thanks
    qARS

  • Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off

    I am on Oracle 11.1.1.7 BPM suite on W8 64 bit. I can't launch the flow trace and get the error "Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off".  I have set the audit level to development at the soa-infra>SOA Administration> Common Properties > Audit level set to development and Capture Composite Instance State is Checked.
    Can somebody advice.
    Thanks

    Can you please confirm me the following steps...
    Log in to the EM console, Expand soa-infra (soa_server1) , go to the partition where your composite is been deployed, Click on your composite, On the right, click on the dropdown Settings and choose Composite Audit Level. you can choose to set the Audit Level for this composite. If you choose Inherit, it will take the settings to what the server is being set to. Otherwise, we can override it by choosing Off, Production, or Development.
    Make sure your setting for that composite is not Off, keep inherit or production or development.
    Thanks,
    N

  • Unable to get the values from PAYLOAD

    Hi,
    i'm unable to get the values of payload. When i use
    currentTask = client.getTaskQueryService().getTaskDetailsById(workflowContext, taskID);
    Element payload = (Element)currentTask.getPayloadAsElement();
    node = (Element)payload.getFirstChild();
    System.out.println(node.getElementsByTagName("documentName").item(0).getNodeValue());
    I get null but i instantiate the bpel process with a value and i have
    - <payload>
    - <ns1:DocumentReviewProcessRequest xmlns:ns1="http://xmlns.oracle.com/bpel/Review">
    <ns1:documentTitle>vbvnmbvn</ns1:documentTitle>
    <ns1:documentName>bvnbvnvn</ns1:documentName>
    <ns1:URI>http://www.first.pt</ns1:URI>
    <ns1:assignees>gestdoc</ns1:assignees>
    <ns1:groups />
    </ns1:DocumentReviewProcessRequest>
    </payload>
    if i use System.out.println(node.getElementsByTagName("HELLO").item(0).getNodeValue());
    I get a normal erro 'cause this variable don't exist...
    Can someone please help me?
    Thanks!!

    I think the problem is UME related. I had the same problem once. Try using a system user for searching, instead of the logged on user.
    Like this:
    com.sapportals.portal.security.usermanagement.IUser user = WPUMFactory.getUserFactory().getUser("cmadmin_service");
    Please reward the points if this helps.

  • Unable to print the report after SP2 (CR 2008 / VS 2008)?

    I'm developing an ASP.NET application using VS 2008 (Framework 3.5). I have installed CR 2008 with SP (0, 1, and 2).
    I created an invoice report and I printed it as test for the report and it works okay. I needed to change the page size of the report to a user defined size and reset all of the margins to zero.
    After I did that I was unable to print the report again and every time I tried to print the report nothing gets printed.
    I checked my environment to find the cause of this problem but I found nothing except that I'm using CR runtime for SP1 and I'm currently using SP2. So I did remove CR runtime for SP1 and install CR runtime for SP2.
    The problem didn't go away and I faced one more problem.
    Usually I'm using a dataset as a data source for my reports. After installing the CR runtime for SP2 I couldn't see any date column in my report data source (Dataset). All other types of columns appear except date fields! Why I have no Idea?
    After I do some more testing regarding my issue I found out the following
    1.     When I add a new report to my web application and I don't change the page setting the report work fine.
    2.     When I change the page setup settings (Page Margins, horizontal width and vertical height) the report show up okay but never gets printed.
    Why I don't know?
    Addition to that the report dataset (Data Source) showing in the field explorer never shows any date type field?
    All of the above issues happened with me after installing SP2.
    OS: WindowsXP Pro SP3
    CR 2008 (SP 0, 1, 2)
    VS 2008 SP1
    Please I need your help.
    Edited by: Sami Aljafer on Oct 12, 2009 8:35 PM
    Edited by: Sami Aljafer on Oct 12, 2009 8:38 PM

    Hi, Sami;
    Are you printing from the Crystal preview window, or in code?
    If you are printing from the preview window, try printing via code, such as:
    An example of print to printer:
    crReportDocument = New ReportDocument
    crReportDocument.Load("h:\labels2.rpt")
    ''Use error handling in case an error occurs
    Try
    ''Set the printer name to print the report to. By default the sample
    ''report does not have a defult printer specified. This will tell the
    ''engine to use the specified printer to print the report. Print out
    ''a test page (from Printer properties) to get the correct value.
    crReportDocument.PrintOptions.PrinterName = "
    dwcb12003\ZDesigner ZM400 200 dpi (ZPL)"
    ''Start the printing process. Provide details of the print job
    ''using the arguments.
    crReportDocument.PrintToPrinter(1, True, 1, 1)
    Please post your question about the dataset as a new post.
    Regards,
    Jonathan
    Edited by: Jonathan Parminter on Oct 12, 2009 2:28 PM

  • How to get the SQL Query statement of a Search Form ?

    Hi all,
    We have a requirement to send the query result of an ADF Search Form into report application (Crystal rpt).
    Crystal can accept data source as query statement. SO I think of getting the exact query statement "generated" by the ADF Search form and send it to crystal.
    Is this possible ?
    Thank you very much,
    xtanto

    Try the various get methods of the viewObject such as getQuery:
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.2/state/content/navId.4/navSetId._/vtAnchor.getQuery%28%29/vtTopicFile.bc4jjavadoc%7Crt%7Coracle%7Cjbo%7CViewObject%7Ehtml/

  • Unable to get the errorlogin.jsp to run correctly in a servlet.

    I am attempting to read the users input using jsp and run the servlet LoginServlet to cross check the database to see if that are in the database. The problem i am having is that i can get the login working but am unable to get the errorlogin to run if the details are incorrect. Can anyone see where i have gone wrong? Thanks!
    package Login;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    public class LoginServlet extends HttpServlet {
        @Override
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
            try {
                try {
                    Connection con = DBConnect.DbConnection.getConnection();
                    Statement st = con.createStatement();
                    String user = request.getParameter("t1");
                    String pass = request.getParameter("t2");
                    String strSQL = "SELECT username, password FROM users "
                            + "WHERE username = '" + user + "' "
                            + "AND password = '" + pass + "'";
                    ResultSet rs = st.executeQuery(strSQL);
                    String username, password;
                    HttpSession session = request.getSession();
                    while (rs.next()) {
                        username = rs.getString("username");
                        password = rs.getString("password");
                        if (user.equals(username) && pass.equals(password)) {
                            response.sendRedirect("next.jsp");
                        } else {
                            response.sendRedirect("errorlogin.jsp");
                } catch (ClassNotFoundException cnfe) {
                    cnfe.getMessage();
            } catch (SQLException sqle) {
                sqle.getMessage();
    }

    How do You ensure that an exception is raised? Do You see any info in log files?
    Not sure if this helps but try:
        response.sendRedirect(request.getConextPath()+"/errorlogin.jsp");In this case errorlogin.jsp should be put on the same level as WEB-INF directory is.

  • Unable to get the file system information for: \\****servername\E$\; error = 64 Unable to distribute content to DP

    One of our DPs has stopped loading content. 
    I've research for quite a bit and cannot find a clear cut reason to this.  This server only has a DP role, I verified sharing permissions, all looked good. This DP has been running just fine for the last year or so and all sudden it will no longer load
    packages.  The disk drive is still present I can still reach the hidden share \\servername.com\E$
    Verified that the SMSSIG$ folder is there and the last entry is from 4/23/2015 
    SCCM 2012 R2 
    OS 2008 R2 Standard
    Any help is greatly appreciated!
    Here's a snipit from the distmgr.log
    Start updating the package on server ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\...
    Attempting to add or update a package on a distribution point.
    Will wait for 1 threads to end.
    Thread Handle = 0000000000001E48
    STATMSG: ID=2342 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=***.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:01.972 2015 ISTR0="SYSMGMT Source" ISTR1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    SMS_DISTRIBUTION_MANAGER 4/30/2015 2:12:01 PM
    8252 (0x203C)
    The current user context will be used for connecting to ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\.
    Successfully made a network connection to \\*****.com\ADMIN$.
    Ignoring drive \\*****.com\C$\.  File \\*****.com\C$\NO_SMS_ON_DRIVE.SMS exists.
    Unable to get the file system information for: \\*****.com\E$\; error = 64.
    Failed to find a valid drive on the distribution point ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\
    Cannot find or create the signature share.
    STATMSG: ID=2324 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=sccmprdpr1sec2.mmm.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:55.206 2015 ISTR0="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR1="CAS00087" ISTR2="" ISTR3="30" ISTR4="94" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    Error occurred. Performing error cleanup prior to returning.
    Cancelling network connection to \\*****.com\ADMIN$.

    Error 64 is being returned which is simply "the network name is no longer available".
    There can be a number of reasons for this from SMB compatibility issues (2003 servers wont support SMB2), to the expected and actual computer name of the boxes don't match (tries to authenticate with server.tld.com when the actual name is srv-01.tld.com and
    you just put a C-name in). I'd start from the top:  Try opening said share from the Primary Site server as that's the box doing the work.  Verify the IP and computer name is legit and that no one has played ACL games between the two systems (remember
    RPC only initiates/listens on port 135 but established connections are up in the dynamic port range).
    At the end of the day it's an issues "underneath" SCCM, and not an SCCM problem specifically. 

  • Oracle 11i release 2 error "Unable to get the current group"

    Hi oracle gurus,
         I have been trying to install oracle 11g rel 2 on HPUX 11.31 and i am getting the following error
    # more installActions2010-01-06_10-27-37AM.log
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /u01/tmp/OraInstall2010-01-06_10-27-37AM
    -sourceLoc
    /u01/install/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2010-01-06_10-27-37AM
    INFO: Loading data from: jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigComma
    ndMappings.xml
    INFO: Loading beanstore from jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigC
    ommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/u01/tmp/OraInstall2010-01-06_10-27-37AM/ext/jlib/installcommons_1.0.0b.jar!/
    oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    SEVERE: [FATAL] An internal error occurred within cluster verification framework
    Unable to get the current group.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:11
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -1
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    $
    >>
    # more oraInstall2010-01-06_10-27-37AM.err
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:11
    oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework
    Unable to get the current group
    at oracle.cluster.verification.ClusterVerification.<init>(ClusterVerification.java:200)
    at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:294)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:407)
    at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
    at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:126)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    ---# End Stacktrace #-----------------------------
    <<
    $ uname -a
    HP-UX rx2600 B.11.31 U ia64 <XXXXXXXX> unlimited-user license
    # swlist | grep -i oe
    HP-Caliper-PERF C.11.31.04 HP Caliper OE Bundle
    HP-WDB-DEBUGGER C.11.31.04 HP DEBUGGER OE Bundle
    HPUX11i-DC-OE B.11.31.0903 HP-UX Data Center Operating Environment
    # swlist | grep -i qpk
    QPKBASE B.11.31.0903.334a Base Quality Pack Bundle for HP-UX 11i v3, March 2009
    # swlist -l product | grep -i c++
    ACXX C.06.20 HP C/aC++ Compiler
    C-ANSI-C C.06.20 HP C/aC++ Compiler
    PHSS_37501 1.0 aC++ Runtime (IA: A.06.16, PA: A.03.76)
    PHSS_39824 1.0 HP C/aC++ Compiler (A.06.23)
    i start the installation as oracle and my group and user id is
    $ id
    uid=109(oracle) gid=102(oinstall) groups=101(dba),104(asmdba)
    Please let me know what else do i need, we might have to use the hardware for testing another application so i am limited in terms of time constraints
    any help is much appreciated, Thank you!!
    Regards,
    Dasjith
    Edited by: user10247524 on Jan 6, 2010 7:52 AM

    Hi Stig Sundqvist
    Where can i find MOS Doc 983713.1 ??You have to login https://support.oracle.com/CSP/ui/flash.html and you have to CSI account. This site is oracle site for tech. documents for can rise SR etc.. for more details please check
    What is CSI:
    Re: Installing Oracle Database 10.2.0.4
    And how do i do to fix this problem ????Login metalink then find upper note and follow document
    Hope it helps
    Regard
    Helios

Maybe you are looking for

  • IPhone 5S heating up issues

    New apple iPhone 5S heating up issues in a day. Please give a solution or why it is happening ?

  • BAPI for ABZU - Asset Write UP

    Hi I need to post asset write up documents through ABZU tcode. Can any one help me out with the appropriate BAPI for the same. BDC will not solve my problem as the set of screen changes as per the 'Transaction Type'. Regards, Sudip Kumar Das.

  • Miro custom error doesn't dissapear BTE 1120

    We are using BTE 1120 to check some conditions and issue an error message. The message is in the form message text-er1 type 'E'. The message does appear on the message tab under the MIRO TX, and it does prevent saving and accounting. The problem we h

  • Exported Bookmarks to PDF does not appear in correct order (ex. 4.0 before 3.0)

    Hi, I'm working with InDesign CS5.5 I exported the TOC in a PDF format. I the PDF document, bookmarks appear in a wrong numeric order. Ex. 1.12 is before 1.11 Why? And how can have the bookmark in a correct numeric order. Thanks in advance.

  • NUMBER OF PREVIOUS ITEMS

    In the Options>SMS>Number of previous items. Can anyone tell me what this function does? What the number of entries does? Solved! Go to Solution.