Difference of time in reports server

my application is running on HP-Unix in Developer Suite 9i. I don't know why but i guess there is a difference of about 11-12 hrs in the actual time shown by the date command in the unix server and time shown
when i give the following command on the Unix server for seeing the status of jobs on the reports server:
http://domain-name/reports/rwservlet/showjobs
the difference of 11-12 hrs is shown in the runtime of reports which i run currently. Please help in resolving the problem as it is very urgent.

I just ran this servlet command. It is showing times correctly (Windows machine).
Have you considered the AM , PM suffix in the time ?
In the queue are you seeing the "Current Jobs" or "Past Jobs" ?
Chances are that this kind of error happens is very rare.
Thanks
The Oracle Reports Team

Similar Messages

  • Report server getting hanged frequently

    Hi
    Our Reports service on our Flexcube application server is always going down and this has been a case for a long time. We get errors like Unable to connect to the reports server when we try to print reports. We at times get the error Unable to connect to the reports when the reports server under OPMN is shown as ALIVE. we also have a case where the users will be able to generate reports but the status of the reportsserver will be shown as DOWN or NONE. when the reports server is down and we try to start it. at times the reports server wont start with error Exceed Max Connections Allowed OR Process (pid=21326)
    failed to start a managed process after the maximum retry limit
    Regards
    Shweta

    Currently we are shutting it down and then restarting it, whenever it hangs, as a work around.
    Please take this as a priority and suggest
    regards
    shweta

  • Average Response Time for Reports

    Hi Gurus,
    I am using OAS 10.1.2.0.2 with Business Intelligence and Forms Installation.
    Previously I have never seen Average Response Time of Reports server greater than 10000(ms),
    But It is increasing continously and now within 2-3 days it has increased upto 114668(ms)
    CPU Usage (%)          N/A
         Memory Usage (MB)          N/A
         Average Response Time (ms)          114668
    its Maximum queue size is 1000....
    I am not able to find out why it is increasing in this manner.....
    plz help..
    Thanx

    Hi,
    Today it has been increased upto 170236 ...
    Thanx,
    Santosh

  • Conflict between Forms server and Report server (Urgent)

    Hell to every body,
    I want to install oracle Forms6i and reports on my client.when i install Forms6i and after i run my forms on web they work well.but when i install reports server it install but when i run it on web it genrates error (the requested url was not found or cannot be served at this time. oracle report server CGI, Unable to communication with the report server.)
    with this message my forms server also stop to work.I have tryed to install it with same port and with different port but i receive the same message.Plz tell me what me have to do.I am wating for Ur reply.
    i have another question is that how i can install only the report server on client.

    You are probably overwriting your web listener definition when you install reports after forms.
    If you are using the webdb listener, then check out the *.cfg files in the listener\cfg directory. there you have the directory mappings and the CGI mappings keep a copy of this file before you install reports and then just add the missing lines to the file after you install reports.
    To know which lines to add check out the last message that you get when you install (the one with the [info] and [action] lines)

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • How can we take backup of all the RDL'S existing at Report server dynamically at one time

    How can we take backup of all the RDL'S existing at Report server dynamically at one time ? I want to take backup of all the reports existing at the report server dynamically at one time only. currently I'm able to take backup of the reports folder wise
    using VBScript. and I have to pass the folder names again and again. I want this to be happened for all the reports of all the folders at single shot only using VBScript.

    Hi DineshRemash,
    Based on my research, we can store the following VB Script to a text file, then modify the file name extension from .txt to .rss.
    Dim rootPath As String = "C:\Reports"
    Sub Main()
    Dim items As CatalogItem() = _
    rs.ListChildren("/", true)
    For Each item As CatalogItem in items
    If item.Type = ItemTypeEnum.Folder Then
    CreateDirectory(item.Path)
    Else If item.Type = ItemTypeEnum.Report Then
    SaveReport(item.Path)
    End If
    Next
    End Sub
    Sub CreateDirectory(path As String)
    path = GetLocalPath(path)
    System.IO.Directory.CreateDirectory(path)
    End Sub
    Sub SaveReport(reportName As String)
    Dim reportDefinition As Byte()
    Dim document As New System.Xml.XmlDocument()
    reportDefinition = rs.GetReportDefinition(reportName)
    Dim stream As New MemoryStream(reportDefinition)
    document.Load(stream)
    document.Save(GetLocalPath(reportName) + ".rdl")
    End Sub
    Function GetLocalPath(rsPath As String) As String
    Return rootPath + rsPath.Replace("/", "\")
    End Function
    Then navigate to the folder contains the script, we can directly run the below command from the run menu:
    rs -s
    http://aa/ ReportServer -i download.rss
    We can modify the rootpath to point at whaterver fold you’d like to download the RDL files.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Report server times out for 3 mb of excel

    I'm using a report viewer control in our application and it is working fine while displaying data and exporting it in different format by clicking export button provided by the report viewer.
    I have another page but there will be a normal asp button to generate same report. so i am using report viewer control and calling the public method .Render exposed by the report viewer.
        byte[] bytes = rptViewver.ServerReport.Render("Excel", deviceInfo, out mimeType, out encoding, out extension, out streamids, out warnings);
    this time i am getting below exception.
        Exception :System.Net.WebException: The request failed with HTTP status 504: Connection Timed Out.
        at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
        at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
        at Microsoft.SqlServer.ReportingServices2005.Execution.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
        at Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
        at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
        at Reports_GenerateReport.DisplayReport(Boolean IsExport) in f:\Sunil\View Reports\Login\Reports\GenerateReport.aspx.cs:line 1702
    My doubt is like, why it is getting time outs while leveraging same report viewer control internally.
    any suggestions to get rid of this?

    Hi sGudivada,
    Please check the ExecutionLog view in ReportServer database to learn more information about the report. The report server execution log contains information about the reports that execute on the server or on multiple servers in a scale-out deployment. For
    example:
    TimeDataRetrieval fields. Record number of milliseconds spent retrieving the data.
    TimeProcessing fields. Record number of milliseconds spent processing the report.
    TimeRendering fields. Record number of milliseconds spent rendering the report.
    Reference:
    http://msdn.microsoft.com/en-us/library/ms159110(v=sql.110).aspx
    There is an article about troubleshooting report performance, you can refer to it.
    http://msdn.microsoft.com/en-us/library/bb522806(v=sql.105).aspx
    Thanks,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Report Server does not respond after certain idle time

    We have an oracle 10g application server on solaris 10.
    The report server has the defaul settings for time out , callback etc..
    After the report server stays idle for 2 or 3 hours and the first report that comes after that takes around 8 to 10 minutes to generate. The report server engine does not seem to be getting active immediately.
    Is there any parameter I can change so that the reports do not get effected.
    Thanks

    I have put the idle time out at 300 minutes and the max idle time as 350 minutes. But that does not seem to have helped.And also I have min engine as 1 , max as 10.
    Even with the above settings , When the report engine is idle after 30 minutes the 1st report to generate after 30 minutes takes 9 minutes.
    please let me know if there are any other parameters I need to change.
    thanks

  • Difference between Crystal Reports Server 2008 and Business Objects XI R2

    Can anyone please help me know the difference between Crystal Reports Server 2008 and Business Objects XI R2? Both the support guides says that it supports Office 2007. I have a problem in exporting the reports to Excel 2007 .I have downloaded the trial version of Crystal Reports Server 2008 but still unable to view my  complete reports in Excel 2007 through infoview because few of my report's colums are truncated and it still exports in Excel 2003.I have LiveOfficeXIR2_SP4 and Office 2007 installed. Is it so that i have to switch over to Business Objects XI R2 or any other to solve my problem instead of using Crystal Reports Server 2008 or is it the problem with the version of my Live office.Pls help me regarding this..
    Babita.

    Babita,
    request you to post the same in the BO forums for more relevant answers...
    Arun

  • Difference between Business objects Entprise and crystal report server

    hello,
      I have to develop reports which will be used by a group of 100 to 150 users and total reports are 7 and each report will be around 100-150 pages each. So i am in the process of evaluvation BOE and CR server.Can any body help me out in this.
    Prem
    Trying something new

    Hello Prem,
    The Concurrent Access License is per-user logon to Crystal Report Server or BusinessObjects Enterprise.
    Each User logon will increment the CAL.  If a User logs on twice, then CAL is increased by two.  A CAL will not be released until a User logs off.  If the maximum number of CALs have been attained, further logon attempts will be denied.
    With a Named User License, you can have a number of active Users up to the number of NUL that you've purchased.  The named user can connect multiple times to the system.  If you would like to add additional Users beyond the NUL that you have, you either have to purchase further NUL, or disable a User already there.
    In either case, the CAL or NUL won't work like the CPL that you have with the JRC - license management is handled by the Enterprise system.
    With Licensing for the Server or Enterprise, each user accessing reports must be named within the system.
    Sincerely,
    Ted Ueda

  • Timer option in report server

    Hi All
    is there any option in report server that when a report till not run in 1 minute or any specific time time then the sesion expires or report server time out.how can we manually set this option to our desired time period.
    thanks

    HI,
    I'm not sure whether you mean that, but there is a reportserver conf file in [ORACLE_HOME]/reports/conf where you can define the following parameters of the certain server that may help you:
    maxIdle
    The number of minutes of allowable idle time
    before the engine is shut down, provided the
    current number of engines is higher than
    minEngine.
    callbackTimeOut
    The number of milliseconds of allowable waiting
    time between when the server calls an engine and
    the engine calls the server back.
    Hope it helps,
    regards,
    Heike

  • Excess time taken to schedule requests to the report server

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

  • Reports server time out

    hi
    j have the same trouble that you .
    j have a big reports which takes a lot of times to run completely and the delay(time out) of the reports server is not enough.
    how can j increase it.
    thanks

    Hi Gary
    The issue you are referring may have been resolved in the latest Reports patch. Try applying the patch and see if it solves your problem.
    If not, contact Oracle Support.
    Regards
    Sripathy

  • Max processing time or Max records limit reached (Crystal Reports Server)

    Although my report runs fine from with Crystal Reports (designer), I get an error when I try to run it from the Crystal Reports Server portal.
    I get an error u201CMax processing time or Max records limit reachedu201D.
    How can I solve this problem?
    Iu2019m accessing a DB2 database on an iSeries Server thru ODBC. I know that the report uses a lot of data. Therefore I have set u201Callow query timeout yesu201D within the ODBC data source. The data connection itself is not the problem, I have no problem running other reports on the same connection.
    PS. A do not know whether or not this is the right forum for my post. I first posted within "Java Development - BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server" but I did not get any response.

    I found the answer to my problem:
    1) Log onto the CMC
    2) Goto "Servers" in the dropdown menu
    3) Expand "Service Categories"
    4) Select "Crystal Reports Services
    5) In the right window will be listed the currently running services.  The 2 services that Dell mentioned are in there under "Description":  CrystalReportsProcessingServer and CrystalReports2013ProcessingServer
    Hope this helps somebody else.

  • What's the Difference between Time Capsule and OS X Server?

    The only thing i know is that both of them can share and backup files among different computers.
    is that correct?
    I'm still not quite understanding the exact functions of them
    so your help and explanation will be highly appreciated.!!
    Thanks!

    Did i do something to cast your anger upon me o mighty Camelot, backed up bypterobyte?
    Not at all, Mark - at least not in my case. I'm sorry if it came over that way. I was just saying that there's a slew of differences between Time Capsule and Mac OS X Server - it's almost unfair to put them in the same bucket.
    Yes, Mac OS X Server can act as a backup destination for Time Machine clients, but it can also do a lot more than that. To be fair, it wasn't clear from the original post whether the focus was on backups alone (in which case the two are reasonably similar), but my point was that Mac OS X Server is a whole different animal. It's like comparing a Smart Car and an RV - both will get you from point A to point B, but the RV has bathroom, shower, beds, satellite TV, a kitchen, etc.

Maybe you are looking for