Timeout Publisher 10g

Hi everyone,
We have some problems with BI Publisher.
After we select more than 500 rows on a report, then the publisher stops respondig and a timeout is shown, any idea?
Here is the query we're using
SELECT EVENT_BAL_IMPACTS_T.OBJ_ID0 as OBJ_ID0,
EVENT_DLAY_SESS_TLCS_T.USAGE_CLASS as USAGE_CLASS,
EVENT_DLAY_SESS_TLCS_T.DESTINATION_NETWORK as DESTINATION_NETWORK,
EVENT_BAL_IMPACTS_T.AMOUNT as AMOUNT,
EVENT_BAL_IMPACTS_T.PRODUCT_OBJ_ID0 as PRODUCT_OBJ_ID0,
EVENT_BAL_IMPACTS_T.QUANTITY as QUANTITY,
EVENT_BAL_IMPACTS_T.RATE_TAG as RATE_TAG
FROM PIN.EVENT_DLAY_SESS_TLCS_T EVENT_DLAY_SESS_TLCS_T
INNER JOIN PIN.EVENT_BAL_IMPACTS_T EVENT_BAL_IMPACTS_T
ON EVENT_BAL_IMPACTS_T.OBJ_ID0=EVENT_DLAY_SESS_TLCS_T.OBJ_ID0
WHERE EVENT_DLAY_SESS_TLCS_T.USAGE_CLASS < 300
ORDER BY EVENT_DLAY_SESS_TLCS_T.USAGE_CLASS
and the log file shows this at the end
(10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
11/04/01 17:21:19.845 xmlpserver: Broken pipe
11/04/01 17:24:20.719 xmlpserver: Broken pipe
11/04/01 17:24:20.719 xmlpserver: Broken pipe
11/04/01 17:24:20.724 xmlpserver: Broken pipe
11/04/04 11:17:51.219 xmlpserver: Broken pipe
11/04/04 11:17:51.219 xmlpserver: Broken pipe
11/04/04 11:17:51.222 xmlpserver: Broken pipe
11/04/05 10:50:37.706 xmlpserver: Broken pipe
11/04/05 10:51:38.203 xmlpserver: Broken pipe
11/04/05 10:51:51.714 xmlpserver: Broken pipe
11/04/05 10:51:56.604 xmlpserver: Broken pipe
11/04/05 12:11:46.731 xmlpserver: Broken pipe
11/04/05 12:21:01.881 xmlpserver: Broken pipe
11/04/05 12:53:11.657 xmlpserver: Broken pipe
11/04/05 13:40:19.523 xmlpserver: Broken pipe
11/04/05 13:51:59.684 xmlpserver: Broken pipe
11/04/05 15:54:10.116 xmlpserver: Broken pipe
11/04/05 15:54:16.92 xmlpserver: Broken pipe
11/04/05 16:06:03.986 xmlpserver: Broken pipe
11/04/05 16:22:04.988 xmlpserver: Broken pipe
Any idea?
Regards,
Cesar

It cannot be 10.4.0.1 as there is no such BIP version.
1. Could you please double check with your customer?
It could be 10.1.3.4.1
2. Is it stand alone or integrated with BIEE?
3. We need to know the time it takes for BIP to return the results until the pipe is broken message appears.
You have to be precise with your answers otherwise we will be wasting our time and effort to help you.
Only reason I can think of pipe broken is:
The query was not resolved / or did not return with row within the timeout set for the HTTP server. For instance
if your HTTP server has a timeout of 15 minutes and if the query takes 16 minutes then HTTP session will stop.
That is why I asked for how long it takes until you get the error.
4. Is this a development or production environment
5. Latest BI Publisher patch is 11846804 (you have to download it from Oracle Support site).
6. If you are using Firefox try using FIREBUG. This plug-in will help you monitor the HTTP session between BI Publisher and the DB.
Cheers
Jorge

Similar Messages

  • How to stop a Scheduler Job in Oracle BI Publisher 10g

    Hello!
    Can someone tell me how can I stop a scheduler job in Oracle BI Publisher 10g?
    I scheduled a bursting job to run a report but is running during two days.
    I would like to stop it.
    Thanks.
    Edited by: SFONS on 19-Jan-2012 07:16

    Unfortunately there is no way to stop a job once it is being executed. Yes as you read, it is not possible once job has started.
    Same thing applies for running queries.
    Once queries are sent to the DB BIP loses control over them. The message you see (if any) "Click Here to Cancel" does not stop any query
    it is just a message.
    I guess you will have to stop/kill the process in your DB
    regards
    Jorge
    p.s If you consider your question answered then please mark my answer as *"Correct"* or *"Helpful"*

  • Performing a specific calculation in a pivot table with BI Publisher 10g

    I am using BI Publisher 10g and new on it and I need to integrate a specific calculation measure in a pivot table
    The logic uses two measures that already exist in the report (Demand & PAB) and the required calculation is represented by a new measure/row (Calculated). The pivot time is in weeks
    Week w0     w1     w2     w3     w4     w5 .....
    Demand     d(w0)     d(w1)     d(w2)     d(w3)     d(w4)     d(w5) .....
    PAB     p(w0)     p(w1)     p(w2)     p(w3)     p(w4)     p(w5) .....
    Calculated     c(w0)     c(w1)     ....     ....     ....     c(w5) .....
    If p(w0) < d(w1) --> then c(w0) = p(w0) / d(w1)
    If not
    If p(w0) < d(w1) + d(w2) --> then c(w0) = p(w0) / ( d(w1) + d(w2) ) * 2
    If not
    If p(w0) < d(w1) + d(w2) + d(w3) --> then c(w0) = p(w0) / ( (dw1) + d(w2) + d(w3 ) ) * 3
    If not
    etc .... Same logics apply for c(w1) and so on
    Is such calculation logic achievable in Bi Publisher ? If yes, how would you do it ?
    Thanks for your time and support on this
    Regards, Samir
    Edited by: skaroui on 02-Mar-2012 05:50
    Edited by: skaroui on 02-Mar-2012 06:02
    Edited by: skaroui on 02-Mar-2012 06:12

    Can you use the logic that you specified in the data model (query) to generate the required data and then use it in the pivot table? That would be the easiest way to do it. Tweaking the code to include the conditional logic/calculated measures is not going to be straightforward..
    Thanks,
    Bipuser

  • Oracle 11g XE not working with oracle BI publisher 10g after enabling ACL

    Hello,
    I previously work with oracle 10gXE and Oracle BI publisher 10g and it work fine. now i install oracle 11g XE and try to configure it with oracle Bi Publlisher, it show this error
    "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1324 ORA-12570: TNS:packet reader failure" after runing the ACL package to neable network service.
    on the database.
    Please can any body tell be why this is not working. Tanx.

    You'll need to add the apex engine owner to the ACL (Access Control List). Depending on your version of apex the user name varies. i.e. 4.0 is APEX_040000
    See Joel's blog for info about the ACL and APEX.
    [http://joelkallman.blogspot.com/2010/10/application-express-network-acls-and.html]

  • Bi publisher 10g

    hi while following the bi publisher 10g tutorial
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/bipub/intro/gettingstarted.htm
    i cannot locate from the tutorial
    5.      
    Have set up the proxy parameters (to avoid any firewall problems with the Web Services and RSS data set reports) in the xmlpserverstart.bat file or the oc4j.cmd file as per your installation.
    Modify the following line, which defines JAVA_HOME. (Observe the proxy parameters in bold.):
    "%JAVA_HOME%\bin\java" %JVMARGS% -jar -Dhttp.proxyHost= <myproxy.mycompany.com> -Dhttp.proxyPort=<Port> "%OC4J_JAR%" %CMDARGS%
    Restart xmlpserver or oc4j as the case may be.
    when i tried to login to bi publisher with Administrator/Administrator i have observed that i cannot view admin page and also i can view shared folders and my folders but can't view the data in side the folders it is not diaplayed why???

    Hi,
    Go through this...http://oraclebizint.wordpress.com/2007/11/06/oracle-bi-publisher-and-bi-ee-invisible-admin-tab/
    Regards,
    Srikanth

  • Mandatory parameter in Oracle BI Publisher 10g

    Can we define a parameter to be mandatory so that user needs to enter some value for it in Oracle BI Publisher 10g? If yes how do we do that?
    Edited by: 933296 on Aug 23, 2012 7:49 PM

    No option is provided for such action.
    If you really want the user to enter a value then you need to capture the NULL value from parameter and pass it to template and display a text message accordingly for this case.
    regards
    Jorge Anicama
    p.s. If this answers your question then please mark the answer as "correct" else as "helpful"

  • BI Publisher 10g. How to leave only one button Export, in the report?

    Good day!
    I'm working with Oracle BI Publisher 10g.
    Tell me please how to solve the following problem!
    I already have created the report, and when you view it, you can choose the format of its presentation, for example (pdf, html, ...).
    You can also see these buttons : View, Analyzer, Export, ...
    How can I make the report links panel of the report show only "Export" button?
    I also know that when you click the Edit button and selecting a report, you can remove the checkmark from the following properties:
    1)     Show controls
    2)     Disable access to the client from Analyzer for Excel.
    Then we will see in the first case that the entire selection panel has disappeared, while in the latter case, the off button Analyzer for Excel (in the presentation layer).
    And if you choose to layouts-> template, you can specify output formats, for example (pdf, html, ...).
    Thank you for your attention.
    Alex.
    Edited by: 816497 on 29.11.2010 7:59
    Edited by: 816497 on 29.11.2010 7:59

    I guess, you are looking for option in BIP enterprise itself, so
    making the user as different roles , you can suppress it.
    go thru this, to understand the roles and behaviour.
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T475591.htm#4455931
    if you going to view the report outside of this interface, e can see alternative solutions.

  • BI Publisher 10g - Limit to the size of the data model?

    Hello,
    We are using OBIEE 10g 10.1.3.4.1 in our organization and have a problem when working on a large report in BI Publisher. It seems that once our data model gets large enough, we are no longer able to edit the report. When we click on the Edit link to load the report editor, the side menu that lists the data model, parameters, bursting, etc does not load, preventing us from making any changes to the report.
    At first we thought it was a timeout issue and changed the following:
    $J2EE_HOME/applications/xmlpserver/xmlpserver/js/XDOReportModel.js
    Property name : XDOReportModel.TIMEOUTMSEC
    set value in Milli seconds as " XDOReportModel.TIMEOUTMSEC = 15000
    After making the change and restarting the services, it did not help. Is there a different place for the timeout of loading the report editor? What about some kind of cap to the size of the data model? We have one large data template that is used to generate a report. I tried breaking the large data set into multiple, smaller data sets (still using data tempalte) and that didn't seem to help any. Is there a limit the size of the data model BI Publisher can return?
    Any help would be greatly appreciated! Thanks!

    Hello,
    I think you should create a recordStore with RMS and use it like a string array. You can store huge amount of data and the time access when request data from recordStore is very similar as if it is store on the RAM memory with recent devices.
    And if it is not persistent data you can delete the recordStore when closing the midlet.

  • Timeout on 10g Client to 9i Database

    Hi
    installed a 10g client on winXP and trying to connect to a 9i database, im always getting
    ORA-12170 TNS: Connect Timeout Occured
    When i directly connect using the enterprise manager of the Server all is well. And the timeout happens even if i put non existing user names which means its not authenticating me. I tried putting the following parameters
    listener.ora (Server Side)
    CONNECT_TIMEOUT_LISTENER = 100
    sqlnet.ora (Client Side)
    SQLNET.RECV_TIMEOUT = 30
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_LEVEL_CLIENT = ADMIN
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    TRACE_LEVEL_SERVER = ADMIN
    TRACE_DIRECTORY_CLIENT = D:\Oracle\Trace
    TRACE_FILE_CLIENT = traceclient
    LOG_FILE_CLIENT = ORANETLOG.TXT
    TRACE_DIRECTORY_SERVER = D:\Oracle\Trace
    TRACE_FILE_SERVER = traceserver
    LOG_DIRECTORY_CLIENT = D:\Oracle\Trace
    LOG_DIRECTORY_SERVER = D:\Oracle\Trace
    SQLNET.EXPIRE_TIME = 30
    SQLNET.SEND_TIMEOUT = 30
    SQLNET.INBOUND_CONNECT_TIMEOUT = 30
    Below is the log file Client side
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.1.0.2.0 - Production
    Time: 08-FEB-2005 10:44:20
    Tracing to file: D:\Oracle\Trace\traceclient_1840_1.trc
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 60
    nt OS err code: 0
    Client address: <unknown>
    Thanks in advance

    Thanks for your reply, i checked the said parameters all seems welli think
    OEMREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OEMREP)
    PTORA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ptora.platform.com.ph)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)

  • Idle timeouts in 10g

    How can I enable idle timeouts for a consumer group in Oracle 10g?
    Also, are there any dos and dont's on when this enabling should be done / not done.
    Thanks

    Oracle has several ways to disconnect idle sessions, both from within SQL*Plus via resources profiles (connect_time, idle_time), and with the SQL*net expire time parameter.
    You can use profiles to set the connect time and idle time with "alter profile" statements:
    alter profile <profile_name> limit
    connect_time 180000
    sessions_per_user 2
    ldle_time 100;
    Using sqlnet.expire_time
    The sqlnet.expire_time parameter is used to set a time interval, in minutes, to determine how often a probe should be sent verifying that client/server connections are active. If you need to ensure that connections are not left open indefinitely (or up to the time set by operating system-specific parameters), you should set a value that is greater than 0. This protects the system from connections left open due to an abnormal client termination.

  • Unable to create a report in bi publisher 10g

    Hi All,
    Unable to create a report in bi publisher. When we tried to create a report abcd, then it is giving the below error.
    Operation failed: /abcd/abcd.xdo.
    When we tried to create a report with the existing name, it is saying
    An object with the same name already exists: /crm/crm.xdo
    I can say this is not any permissions problem, I have logged inwith Administrator user.
    Thanks

    Hi,
    Can any one..???

  • Query timeout on 10g thin driver

    I'm using the Statement.setQueryTimeout(...) method, but it doesn't seem to work when the server is shutdown.
    I do the following:
    1) create the statement and set the query timeout to 30 seconds
    2) run a query that gets stuck waiting for a lock (ie select for update...)
    Now, if I let it run normally I do see the following exception:
    ORA-01013: user requested cancel of current operation
    However, if I run the same query, but shutdown the database server before releasing the lock I see the client application hang indefinitely. The 30 second timeout never occurs.
    If I take a thread dump I see my client is stuck on a socket read, which will never come because the db server was shutdown.
    Why isn't the jdbc driver honoring the 30 second timeout if it can't communicate with the server? Does this mean that the timeout is actually controlled on the server-side?
    any info is appreciated,
    Brett

    You didn't say how you were setting the client timeout, but this has worked for me in an adp.
    'Temporarily increase query timeout, which is an application-wide setting
    'CurrentProject.Connection.CommandTimeout = 60 'Too late to change this setting- no effect
    Const cstrTimeoutOptionName As String = "OLE/DDE Timeout (Sec)"
    Const clngTimeoutSecondsForQuery As Long = 300
    strQueryTimeOutOriginal = Application.GetOption(OptionName:=cstrTimeoutOptionName)
    Application.SetOption cstrTimeoutOptionName, CStr(clngTimeoutSecondsForQuery)
    Paul

  • USE triggers in Oracle OBI PUBLISHER 10g

    hi guys,
    i´m not able to use 11g to use trigger events, so i have to use triggers in 10g version...
    How can i do that???
    Can u give me example please....?
    Tks u all..
    KR
    FC

    No option is provided for such action.
    If you really want the user to enter a value then you need to capture the NULL value from parameter and pass it to template and display a text message accordingly for this case.
    regards
    Jorge Anicama
    p.s. If this answers your question then please mark the answer as "correct" else as "helpful"

  • BI Publisher 10g report display problem

    Hi,
    I am new at BI publisher and I need to do something that look easy but isn't.
    In fact, I have an xml file that looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ROWSET>
    - <ROW>
    <EMP_LAST_NAME>TOTO1</EMP_LAST_NAME>
    <EMP_FIRST_NAME>NOM_TOTO1</EMP_FIRST_NAME>
    </ROW>
    - <ROW>
    <EMP_LAST_NAME>TOTO2</EMP_LAST_NAME>
    <EMP_FIRST_NAME>NOM_TOTO2</EMP_FIRST_NAME>
    </ROW>
    - <ROW>
    <EMP_LAST_NAME>TOTO3</EMP_LAST_NAME>
    <EMP_FIRST_NAME>NOM_TOTO3</EMP_FIRST_NAME>
    </ROW>
    </ROWSET>
    My question is: How can I get in a pdf report using rtf the following result.
    TOTO1 NOM_TOTO1, TOTO2 NOM_TOTO2, TOTO3 NOM_TOTO3
    I have tried several times but I can't get rid of the carriage return.
    Is there a way arround to get this result.
    Many thanks in advance for your help
    Best regards,
    Olivier

    Hi ,
    You can try this also.
    create a table with single row and single column ,place the below code in that box...
    <?for-each-group@column:ROW;EMP_LAST_NAME?><?EMP_LAST_NAME?>,<?EMP_FIRST_NAME?><?end for-each-group?>
    if you dont want to see the border means just goto the border style option in word and do it..
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Passing multiple values as parameters in BI Publisher 10g

    Hi All,
    We have a template in which we pass a USERID (Ex: 10000) as paramaeter. Then the report will generated.
    Now, we have a requirement that we will pass number of USERIDs i.e. for example
    we will pass two parameters +"From USERID"+ (Ex: 1000) and +"To User ID"+ (Ex: 2000). Then the report should generate for all the USERIDs from 1000 to 2000.
    or is there any way to achieve this..??
    Thanks

    I guess you would need two parameters to achieve this filtering. Are you going to provide a list of values to choose from or is it going to be a text field?
    Either way, you can add the filter to your data model sql query to bring back the relevant data set.
    Add this to your query, assuming your parameters are named From_Userid and To_Userid
    where USERID between :From_Userid and :To_Userid
    or you could use this: where USERID >= :From_Userid and USERID <= :To_Userid
    Please let me know if I misunderstood your question.. When you refer to the template, is it a 'data template' you are referring to or are you trying to filter data within your RTF template?
    Thanks,
    Bipuser

Maybe you are looking for

  • No .dng Preview in Finder or Quick Look; File Dimensions 0x0.

    Can see Canon .CR2 raw file preview in finder and quick look. Can see file dimensions. Cannot see same files converted in Lightroom to DNGs. File dimensions listed as 0x0. CAN see older DNG files processed exactly the same way. All files stored in an

  • Profit Centers for Raw Materials

    Hi Experts, I would like to know in general which profit center will be used in raw materials. For example raw material, say sugar, it can be used in finished product A and finished product B, its like a shared service, in this case which profit cent

  • Result parameter using ABAP OO

    Hi I'm working in a workflow project, based on ABAP OO instead of BOR. I have created an ABAP OO method "Handling required", with a returning parameter, based on a data element/domain with two values "Handling Required" and "Handling Not Required". N

  • Java.lang.StackOverflowError due to java.beans.XMLEncoder class

    Hello, I am using the XMLEncoder class as follows : private byte[] serialize(Map decodedBlob) { ByteArrayOutputStream bObjOut = new ByteArrayOutputStream(); if (decodedBlob == null) { return null; } else { try { XMLEncoder encode = new XMLEncoder(new

  • Finder crashes when right clicking and compressing a file

    All of a sudden the finder is now crashing whenever I right click on a file attempting to compress it with the archive utility. Does anyone know how I can fix this?