New reports engine in REPORTS 11G

how i can add new engine to my reports server
Edited by: user12065379 on Apr 7, 2010 4:34 AM

path :Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration
in the file rwserver.conf i have
<engine minEngine="1" maxIdle="30" maxEngine="1" id="rwEng" engLife="50" class="oracle.reports.engine.EngineImpl"/>
<engine minEngine="0" maxEngine="1" id="rwURLEng" engLife="50" class="oracle.reports.urlengine.URLEngineImpl"/>
but in the em i see after i did restart
maxEngine=2
minEngine=2

Similar Messages

  • BAM 11g - creating new report - More options not active

    I am creating new reports in BAM 11g. 11.1.1.3.0 Build 8553
    I can select the Data Object and Data Fields, but.... When I select any of the More options.... such as Create a filter or Create a calculated fied etc... I get the View Prompts screen and I cannot get out of it.
    The Properties object works, but as soon as I go back to the Data Objects - I am on the View prompts screen with several unlabelled tabs... and I can only OK, Cancel or Save.
    If I re-edit the reprt - I go straight to this View Prompts Screen... and can do nothing on the data objects.
    Rebooting makes no difference....
    Has anyone else seen this.
    I am using JDK 1.6.0_14... which i picked up from a post in the forum.... but this has made no difference.
    Thanks
    Cliff

    There must have been a typo or something when I reset the Java version.... re applying the copy of JDK 1.6.0_14 and restarting, Fixed the problem.

  • REP-56048: Engine rwEng-0 crashed in Reports 11g

    I'm trying to run a report in Reports 11g (11.1.1.4) that uses idautomation's barcode java package and I get the REP-56048: Engine rwEng-0 crashed error. Does anyone know how to find the problem or who is using idautomation's barcode java package in Reports 11g?

    Found out that I needed to save the rdf file as an 11g version for reports that had PL/SQL in them. Simple reports ran ok.

  • Oracle Reports 11g - Add new report server

    I have installed Weblogic 10.3.2 and Forms and Reports 11.1.0 ontop.
    I have configured my forms in the same way as 10g iAS, by adding to formsweb.cfg etc etc. The forms are fine.
    On 10g iAS reports, I used to select the report item from the iAS OEM screen and then edit configuration, changing the sourceDir, tempDir and cacheDir.
    Alternatively, instead of uning the in-process server, how can I add a new report server and use that intead? I would prefer to add a new report server. I cannot see the section in the doco that explains this.

    Hi,
    Creating new reports servers isnt too bad in 11g. Please see the following oracle note on creating additional reports standalone reports servers for 11g Reports running on WebLogic: Oracle Note 961174.1
    Hope this helps.
    Thank you,
    Gavin
    http://www.pitss.com

  • Reports 11g: REP-50125: rwbuilder.conf:java.lang.NullPointerException

    Hello all,
    Please excuse my being too detailed.
    After installing Forms 11g, Reports 11g in a new Windows 7 Professional 64bit machine, I was able to run both the Forms Builder and Reports Builder.
    I then moved my forms and reports into a different folder, updated the FORMS_PATH and REPORTS_PATH in the registry, and added a key into keymap file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\cgicmd.dat
    that allows hiding userid and password when calling up reports.
    I then made a change to the following file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\rwservlet.properties
    by adding the following line to force reload keymap:
    <reloadkeymap>yes</reloadkeymap>
    Having done that, I could call up reports from remote clients. Unfortunately, now I cannot run the Reports Builder.
    Each time I tried, I would see a splash screen, then the usual process in task bar. But no builder appeared.
    Right-clicking the process and selecting running the builder will produce a popup dialog declaring:
    "REP-50125: rwbuilder.conf:java.lang.NullPointerException"
    I have restarted the computer, restarting the Admin Server, Reports Server, etc., to no avail.
    If I were to rename the rwbuilder.conf away, the Reports Builder will hang at the splash screen.
    The shortcut I used to run the Reports Builder is:
    C:\Oracle\Forms\asinst_1\config\reports\bin\rwbuilder.bat
    The path to the rwbuilder.conf file is:
    C:\Oracle\Forms\asinst_1\config\ReportsToolsComponent\ReportsTools\rwbuilder.conf
    and its contents, which has never been modified since installation, follow:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <server xmlns="http://xmlns.oracle.com/reports/server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/reports/server file:C:\Oracle\Forms\as_1/reports/dtd/rwserverconf.xsd" version="11.1.1.3.0">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" maxEngine="1" minEngine="0" engLife="50">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" maxEngine="1" minEngine="0" engLife="50"/>
    <!--security id="rwJaznSec" class="oracle.reports.server.RWJAZNSecurity"/-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" encrypted="no"/>
    </destination-->
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    </security-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP"/>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV"/>
    <job jobType="report" engineId="rwEng" securityId="rwJaznSec"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" encrypted="no"/>
    </notification-->
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" encrypted="no"/>
    </jobStatusRepository-->
    <connection maxConnect="50" idleTimeOut="15">
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <pluginParam name="mailServer" value="%MAILSERVER_NAME%">
    <!--property name="enableSSL" value="yes"/-->
    </pluginParam>
    <webLayout port="9002" docroot="C:\Oracle\Forms\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\tmp\_WL_user\reports_11.1.1.2.0\uqanoi\war"/>
    </server>
    Will really appreciate any help!
    Thank you.
    Jacob

    Hi,
    This looks like it might be related to bug 6358304.
    Go to My Oracle Support site (Metalink) Patchs & Updates tab. Then search for 6358304.
    There is a patch downloadable for this which worked for me though I was getting the error when running reports via the server and not through starting reports builder.
    However if you search the Knowledge base for 6358304 there is a work around available by editing the cgicmd.dat - specifically by adding a space at the end of the key you added to the file:
    1. In the cgicmd.dat file, add a space at the end of the key line.
    for example:
    my_key: userid=hr/hr@oradb %* %P <--< add a space after the "P".
    2. Additional workaround is to change from :
    %* %P
    to:
    %P %*
    Hope that works for you, otherwise I would recommend raising a support request with Oracle.
    Cheers,
    Toby.

  • Getting Error While Displaying web page in Oracle Report 11g

    Hi,
    I am new to Oracle reports 11g. I have stuck into an error. While I'm trying to display the web page it says "No such Web command ()".
    I am using following URL to call the report.
    http://hostname:port/reports/rwservlet/?server=repserver&report=a.jsp&destype=cache&desformat=htmlcss&userid=scott/tiger@db
    Please help me out from this.

    Hi Rupesh,
    Thanks a lot removing web solved my problem.
    My second problem is
    1) SAP xMII >Navigation services>Navigation do following
    a) From the account name pull down menu select everyone
    b)In the navigation tree tab page,choose Navigation Item >Add>Child
    c)In the loading content dialog box,enter a name , for example,"Test"
    d)choose."..."
    e)In the File Browse dialog box,open the CM folder and navigate to teh QM folder
    Select ZPPWeb.htm and choose Ok
    After this I get error message as
    "Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".
    It does not add my htm file to the navigation link
    Thanks in advance
    Regards Namita

  • Error running new report in Siebel

    Hi All,
    I get this error when trying to run a new report in Siebel (on local web client):
    We detected an Error which may have occurred for one or more of the following reasons:
    BI Publisher engine failed to generate report.(SBL-RPT-50524)
    I have registered the new template, added the new IO and associated the report with a view.
    I get the error after clicking 'Submit'.
    I'm able to run already existing reports in Siebel.
    Any idea?
    regards,
    Hakan

    Update....
    This is from the logfile:
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Entering CSSXMLPAdapterSvc::CallJava...
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Getting the XMLP Class Path and loading the JAR files
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     User name : HBONDESSON
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Report Template File Path is D:\Siebel\8.1\Client_2\temp\xmlp\BIP Activity Comments Report.rtf
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     XSL File Path is D:\Siebel\8.1\Client_2\xmlp\templates\BIP Activity Comments Report.xsl
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     XML data File Path is D:\Siebel\8.1\Client_2\xmlp\data\BIP Activity Comments Report_73Z-1RX.xml
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Xliff File Path is D:\Siebel\8.1\Client_2\xmlp\xliff\enu\BIP Activity Comments Report.xlf
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Report Output Type is PDF
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Report Output File Path is D:\Siebel\8.1\Client_2\xmlp\reports\HB Activity Comments Report_73Z-1RX.PDF
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Language Code is enu
    XMLPReportLog     XMLPReportInfo     3     000000024afd1678:0     2009-11-13 11:49:31     Report Output File path is D:\Siebel\8.1\Client_2\xmlp\reports\HB Activity Comments Report_73Z-1RX.PDF
    XMLPReportLog     XMLPReportError     1     000000024afd1678:0     2009-11-13 11:49:31     Error in generating xsl file D:\Siebel\8.1\Client_2\xmlp\templates\BIP Activity Comments Report.xsl in the XMLP Engine
    ObjMgrBusServiceLog     Error     1     000000024afd1678:0     2009-11-13 11:49:31     (xmlpadaptersvc.cpp (518)) SBL-RPT-50524: BI Publisher engine failed to generate report.
    ObjMgrBusServiceLog     Error     1     000000024afd1678:0     2009-11-13 11:49:31     (xmlpdriversvc.cpp (362)) SBL-RPT-50524: BI Publisher engine failed to generate report.
    The only file i have in my filesystem of the above is the Report Template File in D:\Siebel\8.1\Client_2\temp\xmlp\
    All other files does not exist in my filesystem. What am I missing in my setup?
    Regards,
    Hakan

  • Creating a new reports document

    Hi everyone,
    Iu2019m having an issue using In-Proc RAS when creating a new report document in .NET. The following code (C#) will fail (Saying that it requires a Loaded RPT file to do anything against that member)u2026
    CrystalDecisions.CrystalReports.Engine.ReportDocument myTest = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    myTest.ReportClientDocument.New()
    How are you suppose to create a new blank document using the CrystalReports engine? The only way I can do anything with the above object is to actually load a .RPT file. Itu2019s different then when using the RAS SDK which goes like:
    ReportClientDocument objClientDoc = new ReportClientDocument(); //this is a ReportAppServer object
    u2026Set The Report Server Nameu2026
    objClientDoc.New();
    Thanks for the help!
    Peter

    Hi Peter,
    If you are using ReportDocument object then you need to load the object with a report name.
    //define the object
    ReportDocument rdocument = new ReportDocument();
    //load the report
    rDocument.Load(path of the report);
    //View the report
    CrystalReportViewer1.ReportSource=rdoc;
    However if you use the RAS then you need to use the ReportClient document object for it.
    //define the object
    CrystalDecisions.CrystalReports.Engine.ReportDocument rdoc1 = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    // assign it to the reportclient object
    ISCDReportClientDocument rClient1 = rdoc1.ReportClientDocument;
    //Load the report
    rdoc1.Load(path of the report);
    //View the report.
    crystalReportViewer1.ReportSource = rdoc1;
    So I do not see any reason why we would need the New() method.
    Does that help?
    AG.

  • How to generate a local file pdf  with reports 11g

    I want to generate a local pdf file to print it with client_host

    I think using report builder can't support pdf output,...All of our reports are PDF output so Reports 11g definately supports this format.
    I'm a little confused by your request, however. If your user has your PDF report displayed in a browser window - can't they just click the "Save" button in Acrobat Reader to save the report to their computer?
    Is your user wanting to bypass this step and have the report generated and saved automatically to their computer? If this is what you want to do, then Francois's suggestion is the way to proceed. You will be using the WebUtil library to transfer the file to the client computer. This means, you will need to complete the configuration of the WebUtil library on your application server before you can use any of the WebUtil methods.
    If you are new to WebUtil, I recommend you search the Forms Help on "Webutil" and review the following articles:
    Configuring WebUtil
    Runtime Setup Checklist
    These first two articles give you step-by-step instructions for completing the WebUtil configuration on your application server.
    Using WebUtil in Your Appilcations - This article will demonstrate how to implement WebUtil in a Form.
    Hope this helps,
    Craig...

  • Chinese Character in PDF format for Oracle Reports 11g

    Hello Everyone,
    Currently we have a Report that need to be display chinese character in PDF format.
    We followed the steps specified in the "Oralce Fusion Middleware Publishing Reports to the Web with Oracle Reports Services"
    documentation but things doesn't work. We also installed Adobe Acrobat Reader 9 and Asian Font Pack 9 on the server side
    and even on the client/user/development side and followed the steps in the documentation, but no effect at all. Or we even
    tried "Arial Unicode MS", same thing no effect.
    For sure, we may miss something during PDF aliasing or PDF subsetting setup.
    Anyone out there who has the same experience and able to resolve the issue that currently using the Oralce Fusion Middleware Reports 11g?
    Doesn't matter if it does not related to chinese character, as long as it relates to this issue like japanese or arabic characters in PDF.
    If its ok, kindly provide the steps how you do it.
    Your help is highly appreciated.
    Regards and Thank you very much!

    I am now facing exactly the same problem as user449955 (Eric's). Dear Eric, how about your situation? If you have resolved this problem, may I ask for your solution?
    In my case, using either font aliasing or font subsetting doesn't work at all (displaying "garbage" characters instead of Chinese characters). The setting in my uifont.ali is as follows:
    If using font aliasing:
    [PDF]
    .....ZHT16HKSCS = "MSungStd-Light-Acro"
    If using font subsetting (the REPORTS_PATH already includes "C:\Windows\Fonts"):
    [PDF:Subset]
    "Courier New" = "mingliu.ttc,2"
    For both cases, the report server's NLS_LANG already set to "TRADITIONAL CHINESE_HONG KONG.ZHT16HKSCS" (I am in fact located at Hong Kong). For font aliasing, the client side already has Asian Adobe Reader with Asian font pack installed.
    By the way, I noticed that the WebLogic EM is configuring/updating the uifont.ali file at "<instance home>\config\FRComponent\frcommon\tools\common" directory, but the Oracle Reports 11g's documentation sometimes advise to refer to another uifont.ali file located at "<instance home>\config\FRComponent\frcommon\guicommon\tk\admin" directory. Which one of the uifont.ali files is the one used by the Oracle Reporting Service?
    My report server's platform is Windows 7 Enterprise (64-bit) and the Reports version is 11.1.1.3.
    Anyone can help to advise?
    Thank you very much.
    Regards

  • Images X Reports 11g

    Hi all,
    we have a report containing the company logo.
    How to show this company logo stored on server (linux) in Reports 11g ?
    I thought about using the command tool_env.getvar and return the path where the image file is.
    How can I create a new environment variable to store the image directory ?
    Thanks in Advance.
    Franco

    I created a new environment variable in reports.sh file and I used tool_env.getvar to bring this variable.
    It works fine!
    Edited by: fcimitan on 03/05/2012 05:56

  • Is Oracle Reports 11g out now or not?

    When I look at the Oracle Fusion Middleware docs, they talk about 11g:
    http://download.oracle.com/docs/cd/E12839_01/install.1111/e10421/toc.htm
    But the official Oracle Reports Homepage is still about 10g:
    http://www.oracle.com/technology/products/reports/index.html

    Hello,
    Yes , Fusion Middleware 11g R1 contains Forms & Reports 11g.
    The Forms OTN web page has already been updated with new documents :
    http://www.oracle.com/technology/products/forms/index.html
    The Reports OTN web page will be updated too very soon ...
    Regards

  • Report Generation: New Report.vi

    Running applicaion in development mode works fine.
    After compiling however I get Error 7: Open VI Reference in New Report.vi
    Why am I getting this error?

    Has the version of Office on your machine changed since you installed the Report Generation Toolkit?  The VIs will become broken if the ActiveX interface changes, and this can happen when the Office version changes.  I recommend uninstalling and reinstalling the toolkit.  Also, what version of Report Generation Toolkit are you using?  The latest version is 1.1.1.
    -D
    P.S. - I'm going to respond to your other thread that you started with a link to this one.  Instead of creating multiple messages on the same question, just wait for a response to your initial thread.
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Error 7 occurred at open vi reference in New Report.VI

    Hello!
    I use the report generation toolkit on LabView 7.0 to create a report in Excel. The program works fine until I make an executable version. I the get the error:
    Error 7 occurred at open vi reference in New Report.VI
    I use the New Report.VI, Bring Excel to front.VI and Save Report To File.vi
    Can you pleace help me!!!

    Most likely, you did not include the required libraries in your build script. When building an executable in which you use the Report Generation Toolkit, you must include the _Word Dynamic VIs.vi from _wordsub.llb and _Excel Dynamic VIs.vi from _exclsub.llb as dynamic VIs on the Source Files tab.
    Check this article for more info.
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/86256a47004e16d186256a84004cb883?OpenDocument
    Daniel L. Press
    PrimeTest Corp.
    www.primetest.com

  • ABAP: Developed new Report for Summarized JIT (Just In Time) calls

    Hi to all,
    Can anybody please tell me about the following:
    ·     Developed new Report for Summarized JIT (Just In Time) calls: This report is for Delco Singapore needs all Summarized JIT calls created between selected dates to be closed. If JIT call quantity is 0 and GR quantity is also 0, then GR flag for JIT call to be checked and JIT call will not be shown open. If the JIT call quantity is greater than zero and GR for JIT call quantity is zero then JIT call quantity made as zero and GR flag for JIT Call to be checked. Once it is checked the JIT call will not be shown in Open.
    Thanks in advance.
    Regards
    Monalisa

    Ok, I was able to figure out the functions that were confusing me. For my own record and for those that do not know, I will list how to create the objects necessary to add a new report to a menu.
    1-Write JSP (should be written just how Oracle writes theirs)
    2-Creat function for the new JSP page as System Administrator responsibility
    3-Use Sys Admin to add the function to a menu somewhere
    4-Using AK Developer responsibility, create an attribute with the label of the attribute being the name of your function you created. Oracle's convention is the name of the attribute has FS in it.
    5-Using AK Developer, lookup the ASF_FUNC_SEC_REG region
    6-Drill down into that regions attributes
    7-Add a your newly created attribute to this region
    You would do all these steps for your advanced search page as well, so that in your main jsp, you can call asfPage.setAdvancedSearchPage() with the attribute name of your advanced page.
    What I Still do not know is:
    (1) My main page keeps coming up saying that there is no default query defined for it. How do you create a default query for a report?
    (2) How to get the personalization to work.
    Can anyone help?
    Thanks!

  • SRW.DOSQL NOT WORKING IN REPORTS 11G

    Hi Experts
    I have certain coding in my report which makes use of SRW.DOSQL and the queries are written in reports 11g.
    Kindly let me know the alternative in reports 11g as the opening balance field is not bringing the value as attached in the report.
    I am attaching the rdf file for reference.
    Kindly let us know the solution for the same.
    Regards

    Your not seeing the built in package for some reason.
    Maybe they are missing on your Linux machine.
    Reinstall reports there? Examing your environment variables?
    Is that rwrun.jar anywhere?

Maybe you are looking for

  • Windows support software: what do I do with the direct link?

    Hello, I'm on a mid 2011 MBP running Lion and Boot Camp 4.  I've installed Windows 7 after having no luck with Boot Camp Assistant downloading the support software.  After installing Windows, I went back to try again and still can't do it. So I downl

  • Shift key on the macbook pro 15 inch retina is unresponsive

    I bought the macbook pro 15 inch retina just over a week ago and i'm definitely regretting it because the shift key is really unresponsive; what does this mean? I also want to know how to extend the track time on garage band. Anyone know how to? It's

  • Recording your live mainstage performances with logic on same machine

    Is this possible? What's the best way to route out of Mainstage into logic for the cleanest recording? thank you friends that1guy

  • 5 weeks now and no profile reset ...

    Just a quick update of my situation for those who are following what's going on, I've been away for 17 days and have just tried my speeds again after numerous promises that my profile would be reset. Download profile is still stuck at 21679 and that'

  • Can't Find the Software for my Hardware

    I realize that it's possible nobody will be able to help me with this, but I just found my Linksys Wireless-G network adapter and it occured to me that I might use it to connect my girlfriend's laptop to our wireless network.  She recently dropped th