Reports thin client

I have a Sun Solaris box which is my database server. I have a Linux box which serves as my 10g application server. My problem is: I need to execute batch reports from my Sun Solaris box. I'm told I can use the reports thin client in order to accomplish this task.
I cannot locate the rw_thin_client.zip file for Unix. Can you help point me in the right direction? Thanks...

I found the file!

Similar Messages

  • Realize a J2ME reporting thin client (for PDA) with XML for Analysis

    I'd create a reporting thin client (on PDA or smartphone) that uses the web service XMLA. How I can implement it? Can I use J2ME ?
    Can i have more informations ??

    I haven't tried generating stubs from WTK, but you could also try to access your WS by programming it. One of the solutions available for most of J2ME devices (MIDP/CLDC) is kSOAP (<a href="http://www.ksoap.org">www.ksoap.org</a>). I've tested it with Apache Axis and .NET-based WS servers - it works just fine, so I assume it should be working with SAP as well. This two articles might be valuable for you:
    http://www.javaworld.com/javaworld/jw-08-2002/jw-0823-wireless.html
    http://java.sys-con.com/read/37193.htm?CFID=671691&CFTOKEN=A29B9B9F-EE05-1072-E2866AEB2CFB4A79

  • Oracle9iAS reports thin client with weblogic

    Hi
    I am looking into the possibilty of using thin client with weblogic. Has anyone done this before with weblogic version 8.1?? what are the problems you faced?.. and do you know what is the design behind the thin client??any help will be great.
    Thanks

    Please go to this link
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    and in the bottom you can see the download for thin client for BEA weblogic
    Readme - http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/thinclient/bea/Readme.html
    Thanks
    The Oracle Reports Team

  • Oracle9i Reports J2EE Thin Client 9.0.2.1.0

    Hi to all,
    I need to submit jobs to the Reports Server from my OracleAS J2EE Edition.
    I dont't no how.
    I have found an online guide in which installation and configuration is referred to an rw_j2ee_oc4j.zip. I don,'t know where is possible to find this file.
    Can anyone help me?
    please, is very urgent.
    Thanks in advantage.
    Gianluca

    Hello,
    This file is available here : http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/tools/thinclient/oc4j/rw_j2ee_oc4j.zip
    For more info Reports Thin Client :
    http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/Tools/index.html
    Regards

  • Oracle9i Reports J2EE Thin Client

    Hi all,
    I tried to create a own report servlet with the Oracle9i Reports J2EE Thin Client.
    The reason I want to have a own report servlet is, I want to have a own path to access the reports. At the moment it is possible to access the reports with the following two URL's. http://HOST:PORT/reports/rwservlet or http://HOST:PORT/repdemo/rwservlet.
    But I want to access the reports with the following URL: http://HOST:PORT/mypath/rwservlet
    I did the following. I downloaded the OC4J version of the reports thin client, altered the paths in the reports.ear to 'mypath' instead of 'reports' and deployed the application in a new created OC4J instance within my Oracle 9iAS Server.
    After the application was deployed I added the two libraries zrclient.jar and rwrun.jar under the General Properties of the newly created reports application. When the path of this two libraries is showing to the extracted OC4J thin client I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:195)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1931)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4366)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2541)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:616)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)
    When the libraries are showing to the rwrun.jar and zrclient.jar which are installed during the installation of 9iAS I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError
    at oracle.ias.repository.IASSchema$Enc.d(IASSchema.java:1361)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:159)
    at oracle.ias.repository.IASSchema.<init>(IASSchema.java:114)
    at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:64)
    at oracle.reports.utility.OIDConnection.init(OIDConnection.java:57)
    at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:407)
    at oracle.reports.rwclient.RWClient.init(RWClient.java:196)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1997)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4366)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2541)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:616)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)
    Does anyone know if it is possible to create an own reports servlet within a Oracle 9iAS installation. I guess we should be able.
    Thanks for your help
    Oliver

    Answered in another thread.
    -Jeff

  • Calling report from forms while running the application from thin clients

    I am using thin client technology with 64MB RAM for running developer 6i application.
    The server has windows 2000 advanced server with 256 MB RAM.
    When I run the apllication from a single client, it works fine even for multiple windows.
    But the moment I switch on more thin clients, the client which fired the printing job first works fine, while the others allow data entry using forms but any call to report for direct printing throws an illegal condition error. I have tried both run_product and host option for running reports. The error returned is the same.
    Howver if the report is run from command prompt simultaneously from both the clients it works fine.
    Immediate help required in this case
    chandandeep

    Hi,
    you better off using Run_Report_Object() instead of Run_Product(). There is a Whitepaper available on otn.oracle.com/products/forms that details this. The problem that you run into is that Forms Services(thin clients) are multi user environments while Reports called via Run_Product() is a single user environment. This means that the Reports Runtime does not handle Reports requests in parallel but sequential one at a time. The first user blocks the runtime engines and all other hang for this time.
    Fran

  • Getting error in report 6i database 10g in thin client

    Hi,
    I have one report in which button, i am calling anothere report on that button in
    6i report builder and 10g database.
    this report is working fine in thick client getting error in thin client
    rep-1418
    Thanks
    Reena

    You post so few info
    Have a look here, Maybe could be it helps
    http://www.oracle.com/webapps/online-help/reports/10.1.2/state/content/navId.3/navSetId._/vtTopicFile.htmlhelp_rwbuild_hs%7Crwrefex%7Cplsql%7Cbuiltins%7Csrw%7Csrw_null_arguments~htm/

  • Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x

    We are having Reports developed in 6i which needs to be migrated to Reports 9i/10G and we want to deploy these reports in web using Websphere Application Server 5.x /6.x without Oracle iAS.
    Do we have Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x and if so please let me know.
    Also if anybody has the configuration details please let me know?
    Thanks in Advance.

    No there is not. I don't think you can use reports services with Websphere - besides as far as I know it is not supported by Oracle (not anywhere in their support matrix).

  • Trouble running MSS reports on thin clients

    Does anyone know if it is a known issue that Running reports in EP 6 might not work in thin clients?

    This had nothing to do with thin clients it was a trusted sites issue.

  • Thin Client reporting issues since SCCM 2012 R2 CU3 upgrade.

    Please forgive me, I'm a SCCM newbie. I'm having an issue with my Thin Clients reporting back to SCCM since I upgraded to 2012 R2 CU3.
    The only pertinent thing I find in any log is "RegTask: Failed to get registration state. Error: 0x8009000b" "GetRegistrationState failed (0x8009000b)" in the ClientIDManagerStartup.log
    If anybody has any tips, I would be more than appreciative.

    I have not run into this before, but have you validated that your management point is healthy?
    This thread has a couple things to try as well:
    https://social.technet.microsoft.com/Forums/en-US/0d2e369d-cd93-4145-8db3-e9943c99a4ae/client-property-set-to-no-application-deployment-not-working-issue-with-registering-to-mp?forum=configmanagergeneral
    Jeff

  • IllegalStateException thrown-report run from Rep9i Thin Client for WebLogic

    Hi,
    I am facing a problem when trying to invoke 9i reports (JSP and RDF) from the Reports 9i Thin Client deployed on WebLogic 6.0sp1.
    After deployment, I have been able to invoke the rwservlet command help page i.e. http://....../reports/rwservlet successfully.
    However, on running any report, WebLogic throws the 'IllegalStateException' error. What could be the problem?

    Hi,
    Following message is displayed at WebLogic command prompt:
    <Mar 17, 2003 10:58:06 AM GMT+05:30> <Error> <HTTP> <[WebAppServletContext(36133
    02,web)] Servlet failed with Exception
    java.lang.IllegalStateException: Attempt to change ContentType after calling get
    Writer() (cannot change charset from 'ISO-8859-1' to 'null')
    at weblogic.servlet.internal.ServletResponseImpl.setEncoding(ServletResp
    onseImpl.java:607)
    at weblogic.servlet.internal.ServletResponseImpl.setContentType(ServletR
    esponseImpl.java:237)
    at oracle.reports.rwclient.RWClient.handleException(RWClient.java:867)
    at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1238)
    at oracle.reports.rwclient.RWClient.doGet(RWClient.java:300)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Awaiting for input.
    Thanks,
    Bharat

  • OracelAS Report services, Thin Client and JBoss

    Dear all:
    I have to run my oracle reports using Jboss. What I understand is this that I need to have Oracle AS, and oracle Thin Client to accomplish this. Please tell me from where I can find Oracle thin Client on oracle website.
    My second question is this that I have installed Oracle AS but the opmn.xml file has no <ias-component > for report server, please tell me why it is not there...
    I would be grateful for ur help

    I have installed the Oracle AS and the reports services... I have also installed the Stand Alone J2EE Thin Client (http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/Tools/index.html)
    My current web project uses JBoss and I have to show oracle reports keeping the current environment.
    I have followed the steps provided on the doc mentioned in the above link.
    first i did the following steps ( please refer to the text of that readme doc below)
    (//text of readme doc, I have done these steps
    1. Deploy THINCLIENT_HOME/reports/j2ee/reports.ear on the J2EE application server.
    2. Add the following JAR files to the classpath of the J2EE application server:
    * THINCLIENT_HOME/reports/jlib/rwrun.jar
    * THINCLIENT_HOME/jlib/zrclient.jar
    3. Use THINCLIENT_HOME/vbroker4/lib/vbjboot.jar while starting the application server.
    but i cannot understand what is written just next to the above llines in that doc I am pasting those points from that doc
    (text of readme doc:
    The following section provides detailed instructions on carrying out the above 3 configuration steps with OC4J Standalone Distribution 10g (9.0.4). You need to consult your J2EE application server's documentation to carry out the same steps for your application server.
    1. Add the following to OC4J_HOME/j2ee/home/config/server.xml
    <application name="reports" path="<THINCLIENT_HOME>/reports/j2ee/reports.ear" auto-start="true" />
    2. Add the following to OC4J_HOME/j2ee/home/config/http-web-site.xml
    <web-app application="reports" name="web" root="/reports"/>
    3. Add the following to OC4J_HOME/j2ee/home/config/application.xml
    <library path="<THINCLIENT_HOME>/reports/jlib/rwrun.jar"/>
    <library path="<THINCLIENT_HOME>/jlib/zrclient.jar"/>
    according to what i understood i went to OC4J which is under my Oracle_Infra directory and then completed the above steps
    after that I ran the command (according to this doc):
    java -Xbootclasspath/p:<THINCLIENT_HOME>/vbroker4/lib/vbjboot.jar -jar oc4j.jar
    the result of this command is following
    06/02/09 14:57:37 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    and then it never comes back to command prompt
    Now after all these steps...i don't understand what to do next and my problem is still there which is How to deploy reports made by oracle reports from my web project links
    please help
    Waqas

  • Websphere report 9i thin client

    Hi,
    I saw that the report 9i servlet client for BEA weblogic is out for download long time ago, but never see the Websphere servlet client. When is it avilable? So that I can send request to report 9i server directly from my Websphere web application.
    Thanks.
    David

    hi david,
    we are currently working on the Reports J2EE Thin Client for IBM Websphere. The work should be finished within the next weeks. We will post a message in this forum once it is available.
    Thanks for your interest.
    Christian Hauser

  • Deploying Report 6i Thin Client

    While running reports in a thin-client environment with paramform=yes, the parameter form is not displaying all the parameters defined in the paramform and the layout is not ok.

    Now the parameter file comes up when I run the report using this this URL:
    http://PR-apps-svr/dev60cgi/rwcgi60.exe/getjobid=87?server=PY20Repser
    When I click SUBMIT QUERY, I recieve this error:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Reports Server name is not specified.

  • How to print report on client default printer ?

    I develop web application. I use jdev 10.1.3.4.0 . I can print report in PDF format.
    My Problem
    I can't print report on client default printer. when Client run application and print. Report is printed at server default printer
    How can I do.
    _My source code for print to PDF format._
    FacesContext context = FacesContext.getCurrentInstance();
    response = (HttpServletResponse)context.getExternalContext().getResponse();
    String urlSchema = "jdbc:oracle:thin:@localhost:1521:ORCL";
    String schemaName = "hr";
    String schemaPass = "hr;
    reportPath = "D:\\Project\\Reports";
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conn = DriverManager.getConnection(urlSchema, schemaName, schemaPass);
    reportPath = reportPath.endsWith("\\") ? reportPath : (reportPath + "\\");
    input = new File(reportPath + reportName + ".jasper");
    reportParameters.put("SUBREPORT_DIR", reportPath);
    reportParameters.put("P_IMAGE_PATH", reportPath);
    jasperPrint = JasperFillManager.fillReport(input.getPath(), reportParameters, conn);
    response.setContentType("application/pdf");
    response.addHeader("Content-Disposition", "attachment;filename=" + reportNameOutput + ".pdf");
    OutputStream outputStream = response.getOutputStream();
    JasperExportManager.exportReportToPdfStream(jasperPrint, outputStream);
    outputStream.flush();
    outputStream.close();
    conn.close();{code}
    _My source code for print to *printer*._
    {code}FacesContext context = FacesContext.getCurrentInstance();
    response = (HttpServletResponse)context.getExternalContext().getResponse();
    String urlSchema = "jdbc:oracle:thin:@localhost:1521:ORCL";
    String schemaName = "hr";
    String schemaPass = "hr;
    reportPath = "D:\\Project\\Reports";
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conn = DriverManager.getConnection(urlSchema, schemaName, schemaPass);
    reportPath = reportPath.endsWith("\\") ? reportPath : (reportPath + "\\");
    input = new File(reportPath + reportName + ".jasper");
    reportParameters.put("SUBREPORT_DIR", reportPath);
    reportParameters.put("P_IMAGE_PATH", reportPath);
    jasperPrint = JasperFillManager.fillReport(input.getPath(), reportParameters, conn);
    JasperPrintManager.printReport(jasperPrint, false);
    conn.close();Edited by: jaae251 on Jun 18, 2009 2:29 AM

    If you offer a PDF to the end user, they usually know what to do with it. OTOH, if you wish to provide software to facilitate the local printing, you might launch an application on the client side that accesses the JNLP API's PrintService - that can be done in a sandboxed application.
    A signed application might access the normal J2SE based print services. Though I heard that Sun had decided to make printing a 'prompt on first attempt' deal - even for sandboxed apps., from 1.5 plus (or was it 1.6 plus?).
    It would be a serious security bug if a web site could print on the client printer, without trust or active involvement from the end user.

Maybe you are looking for

  • Can I Create Folders In Pages???

    I need to organize my Pages files on my iPad in different folders. Is that possible?

  • Error Writing Xml Table to the application server

    Hi All , I am converting a internal table into a XML table using Fm SAP_CONVERT_TO_XML_FORMAT, And then writing it to the application server , at the end of the file which is written to application serverĀ  there are some junk characters . when i down

  • Java.io.StreamCorruptedException: Type code out of range, is -20

    Hi , When i am connecting from a client to an EJB running in Weblogic on the localhost , I got the follwoing exception. GENERAL-EXCEPTION: java.rmi.UnmarshalException: failed to unmarshal cookie; nest ed exception is: java.io.StreamCorruptedException

  • Two decimal places

    Hello, i want to have my results in my shop apllication in two decimal places. I tried DecimalFormat f = new DecimalFormat("#.##"); with import java.text.DecimalFormat; but it doesnt change the decimal places. And when i try this class example which

  • NBA League Pass / Youtube videos not smooth

    Hello, For something like 4 months I can't watch a NBA game properly nor a Youtube video as it's always kind of laggy and not smooth. It's watchable, but not perfect (about 28 to 29 fps according to fraps but it looks really sluggish at times) I even