Custom reports engine in 9iAS reports services

Hi,
Has anyone built a custom engine with 9iAS reports services and got it to work? The document "Oracle9iAS Reports Services Publishing Reports to the Web" suggests to look for API documentation on OTN, but so far I have not been able to find any documentation on developing a custom engine.
Any suggestions/pointers will be greatly appreciated.
Thanks,
Arun

Hi,
Has anyone built a custom engine with 9iAS reports services and got it to work? The document "Oracle9iAS Reports Services Publishing Reports to the Web" suggests to look for API documentation on OTN, but so far I have not been able to find any documentation on developing a custom engine.
Any suggestions/pointers will be greatly appreciated.
Thanks,
Arun

Similar Messages

  • Integration with a Reporting Engine Web Service

    I want to use a separate reporting engine for my reports. That is, use APEX to perform the filtering and parameter settings and preview the result in APEX. But the final formatted output will use a more complex layout. Sorry, cannot use BI Publisher or PL/PDF (license issues). Other FOP solution isn't sufficient as well because I'm planning to centralized our reports.
    I already tried using Jasper Reports (also BIRT and Pentaho,they seem identical to me) Web Service but with no luck. I don't want to invest too much time in learning these tools since I don't know if it will ever work with APEX.
    We do have SQL Server 2005 but I'm currently learning its reporting services. I'm a MS Access developer and already have enough of it. Anybody got a suggestion?
    Thanks

    Hi Mertz,
    Well you have to bear in mind that Oracle have made it incredibly simple to integrate APEX with BIP to produce some visually stunning reports that contain data that can be pretty complex.
    However...obviously you need to stump up the money for BIP to get that level of ease/functionality.
    So, what you're really asking is: is there a way I can produce output just as complex as BIP without the price tag of BIP?
    If that's the question the answer is definitely yes, you can use FOP. Anything you can do using BIP (and the BIP Desktop) tool you can do with FOP (or pretty much everything, I haven't found any real big exceptions to the rule).
    However, the 'price' you pay with FOP is that it's another layer that you need to learn about (unlike diving into the BIP desktop plugins to design your form). However you do get complete control over the layout of your exports.
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Data Insight - Firstlogic IQ Insight Reporting Engine

    We have Data Insight installed (Windows 2003), occasionally (twice a week) the reporting engine ceases exporting reports.
    Attempting to stop the "Firstlogic IQ Insight Reporting Engine" windows service fails and the only remedy is to restart the server.
    Is anybody else experiencing this?

    Hi Maurice,
    This is a known issue with the data insight reporting engine.  You cannot stop it from within the Windows services console.  The only thing you can do to stop it would be to actually kill the process within Task Manager.  make sure the service is set to startup as Manual then and you can always reboot and then it won't start up on the restart of the server if you want to leave it stopped.
    Hope this help.
    Thanks,
    Denise Meyer
    Support Engineer
    AGS Primary Support, Business User
    SAP AG

  • Report Engine Crashed

    Form version is form 6.0.8.8.0
    Report version is 6.0.8.8.3.3
    I am facing two problems
    first is when i run a report and report engine is not already open report will run ok but whenever report engine already open report engine will crash down.
    Second prb is i am getting this error msg in few reports
    REP-1212: Object 'M_G_CLIENT_CODE_GRPFR' is not fully enclosed by its enclosing object ''.
    We are using the following procedue in our form builder files to call a report :
    Add_Parameter(pl_id,'FROM_DATE',TEXT_PARAMETER,to_char( :OP_LOG.FROM_DATE, 'dd/mm/yyyy'));
    Add_Parameter(pl_id,'TO_DATE',TEXT_PARAMETER,to_char( :OP_LOG.TO_DATE, 'dd/mm/yyyy'));
    Add_Parameter(pl_id,'SECURITY',TEXT_PARAMETER,:OP_LOG.ISIN_POPLIST);
    Add_Parameter(pl_id,'P_SECURITY_DESC',TEXT_PARAMETER,V_SECURITY_NAME);
    Add_Parameter(pl_id,'P_WHERE_CLAUSE',TEXT_PARAMETER,CLAUSE);
    --Launch the report
    Launch_Report('ANNOUNCEMENT_DETAIL', pl_id);
    --Launch_Report Method
    PROCEDURE Launch_Report(report_name varchar2, pl_id ParamList) IS
    BEGIN
    Run_Product(REPORTS, report_name, ASYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    END;

    I have applied patch 14. Now the error is being produced are
    Starting report Daily_Trade_List [Thu Jul 10 12:57:51 2003] ...
    REP-1401: 'f_company_sec2formattrigger': Fatal PL/SQL error occurred.
    ORA-06508: PL/SQL: could not find program unit being called
    REP-0594: No report output generated.
    End report Daily_Trade_List [Thu Jul 10 12:57:56 2003].

  • Character Reports - Oracle 9iAS Reports

    Hi all
    Somebody says we cannot develop character based reports in Oracle 9iAs Reports. This is available in Reports6. I donot think Oracle corpn is removed this feature which is having lower version. I think there is option to run Reports in character based using RWRUNC but I donot know how to run can any body help me out in this issue. And any url is very help full to me.
    Thanks
    Reddy

    Thanks, The problem seem to persist in the opmn.log.
    The logs say that there is a problem with the Connection. Particularly
    01/21/03 07:27:09 Connection 1,206.101.32.36,6201
    connect (errno=111)
    Another error we are seeing is 6201
    There is something about the DISPLAY variable being set in the configuration files. We made sure it was set according to the document note you have mentioned. After testing, the problem seem to persit.
    02/10/01 07:27:09 Connection 1,206.101.32.36,6201 connect (errno=146). Document ID 283586.995 on Metalink mention some thing similar.
    Thanks

  • 6i Reports Vs 9iAS Report Services

    Hi All,
    what is the difference in using the 6i reports and 9iAS Reporting services, as i know that invoking 6i report takes more system resources, will this problem can be resolved by 9iAS Reprot servvices or not, if so how and if not what i have to check for the other alternatives in ORacle for report designing as my project has 1000+ reports.

    Hi,
    I am not clear about what are you planning to do with psp, are you going to impliment your reports with it or your forms or both.
    I'll assume that your comparing reports with psp in this mail.
    I am not sure where did you get the notion that psp is faster.
    If we compare psp and reports, then both send the sql queries for execution in the DB the same way(this is usually the part that consumes most time). psp will then use the db to do the formating of the report, where reports will use the reports server on the middle tier to do that.
    The question of preformance here depends on the platfom they are executing on.
    I would suggest a different aproach when comapring the option.
    Think about developing a report that is a little more complex then just a table layout.
    something like a matrix report or a break report with summaries.
    To do this layout and calculation using pl/sql (psp) will take a lot of coding while in reports you do this in a graphical environment.
    I think that developing the reports in oracle reports will prove to be more productive. and I also think that you'll be pleasently surprise with the preformance of the reports server.
    also remember that reports give you other formats like pdf,csv,RTF that you can't achieve with psp.
    I suggest that in order to decide, you pick two or three reports from your 1000 and try to impliment them in both way and see which works best for you.
    good luck,
    shay

  • 9iAS Reporting Services Vs 6i Reports..urgent

    Hi All,
    what is the difference in using the 6i reports and 9iAS Reporting services, as i know that invoking 6i report takes more system resources, will this problem can be resolved by 9iAS Reprot servvices or not, if so how and if not what i have to check for the other alternatives in ORacle for report designing as my project has 1000+ reports.

    You should read on reports server (which is the report service in 9iAS) on otn report section. otn.oracle.com/products/reports.
    This basically let you run reports on the server and not on the client and thus saves you client resources.
    null

  • How to Download Solaris Version of 9iAs Report services...

    Hello all..,
    I am facing problem while downloading 9iAS Reports services Solaris verion. While downloading File segments , it is getting saved as text documents... (Or is it supposed to be saved as text document..?)
    With the first option (savin as .cpio file) there is a problem . The file (.cpio) is very big file and we are not able to download it at a single strech... So can't go with this option...
    Please any body can u please tell any work around.....?
    Regards
    -Raj.

    I don't know whether it's supposed to be saved as text documents, alhough it's possible that you're download uuencoded files that are concatenated together and uudecoded by the unpack script.
    However, you may be able to use an ftp manager to do the download. Tools like Windows Commander (http://www.ghisler.com/) have the ability to pick up and resume aborted ftp sessions, so you may want to check this out.
    Hope this helps,
    Danny

  • As configuring the services like for example that of Forms and reports in Oracle 9iAs

    Como configurar los servicios como por ejemplo el de Forms y reports en Oracle 9iAs para sistema operativo Solaris. Para que los reports y forms sean vistos en la WEB.

    Jenny, for Forms and Reports configuration issues, you might try posting to the Oracle9i Forms forum:
    Forms: http://forums.oracle.com/forums/forum.jsp?id=345390
    Reports: http://forums.oracle.com/forums/forum.jsp?id=338539
    These are actively monitored by product managers from those groups. If your question covers Web services with Forms and Reports, check out the viewlets showing how to make those aspects of Forms and Reports work at:
    http://otn.oracle.com/tech/webservices/sample.html
    We are planning on rolling out some new content and how to's specific to Oracle Reports and Web services probably the last week of July. The content is just been written, reviewed and recorded this week based on the examples you see in those viewlets.
    Mike.

  • Reports Server in 9IAS

    HI
    I've installed 9ias,
    I have the infrastructure in a Home,and the forms&reports in another.
    I've executed a rwserver -install ,the service is showing in the NT services list,but,when trying to start it,it's crashing,I don't know why....I haven't installed any patchsets,can this be a reason?
    Thanks

    Never mind,
    Seems to me that I've made some updates to the conf file that where crashing the server.
    Reinstalled a new one,and enbled tracing..the server is still blocking when is starting up,even if one engine is succesfully started..
    Here is the output from the server.trc file:
    [2003/12/3 11:17:53:268] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ALLUSERSPROFILE=C:\Documents and Settings\All Users
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): APPDATA=C:\Documents and Settings\alexc\Application Data
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): CLASSPATH=D:\9ias_forms\j2ee\home\oc4j.jar;D:\9ias_forms\j2ee\home\lib\ojsp.jar;D:\9ias_forms\jlib\zrclient.jar;D:\9ias_forms\reports\jlib\rwrun.jar;D:\9ias_forms\jlib\bigraphbean.jar;D:\9ias_forms\jlib\LW_PfjBean.jar;D:\9ias_forms\jlib\bigraphbean-nls.zip
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): CommonProgramFiles=C:\Program Files\Common Files
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): COMPUTERNAME=MERCUR
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ComSpec=C:\WINNT\system32\cmd.exe
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): HOMEDRIVE=C:
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): HOMEPATH=\
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): JSERV=D:\IAS_infrastructure/Apache/Jserv/conf
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): LOGONSERVER=\\POSEIDON
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): NUMBER_OF_PROCESSORS=1
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): OLAP_HOME=D:\IAS_infrastructure\olap
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ORACLE_HOME=d:\9ias_forms
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): OS=Windows_NT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): Os2LibPath=C:\WINNT\system32\os2\dll;
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): Path=D:\IAS_infrastructure\bin;D:\9ias_forms\jdk\jre\bin\classic;D:\9ias_forms\jdk\jre\bin;D:\9ias_forms\bin;D:\9ias_forms\jlib;D:\IAS_infrastructure\jlib;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx\
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_ARCHITECTURE=x86
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 3, GenuineIntel
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_LEVEL=15
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_REVISION=0103
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): ProgramFiles=C:\Program Files
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): PROMPT=$P$G
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): SystemDrive=C:
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): SystemRoot=C:\WINNT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): TEMP=C:\DOCUME~1\alexc\LOCALS~1\Temp
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): TMP=C:\DOCUME~1\alexc\LOCALS~1\Temp
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERDNSDOMAIN=softdept.intrarom
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERDOMAIN=SOFTDEPT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERNAME=alexc
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): USERPROFILE=C:\Documents and Settings\alexc
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): windir=C:\WINNT
    [2003/12/3 11:17:53:299] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    [2003/12/3 11:17:54:174] Info 50128 (RWServer:startServer): orb init succeeded
    [2003/12/3 11:17:54:565] Info 50129 (RWServer:startServer): boa init succeeded
    [2003/12/3 11:17:59:831] Exception 50125 (oracle.ias.repository.schema.SchemaException: Password could not be retrieved. Run the application as the same user who installed the application
         at oracle.ias.repository.IASSchema.init(IASSchema.java:166)
         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:55)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:73)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:60)
         at oracle.reports.server.RWServer.startServer(RWServer.java:550)
         at oracle.reports.server.RWServer.jniMain(RWServer.java:183)
    ): Internal error oracle.ias.repository.schema.SchemaException: Password could not be retrieved. Run the application as the same user who installed the application
    [2003/12/3 11:17:59:831] Debug 50103 (OIDConnection:init): Failed to connect to OID server
    [2003/12/3 11:17:59:831] Info 50103 (SecurityHelper:start): Security system rwSec successfully started.
    [2003/12/3 11:18:0:18] Info 50103 (WebDBIntegration:start): Oracle Portal successfully connected.username:Portal, database:(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mercur.softdept.intrarom)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.mercur.softdept.intrarom)))
    [2003/12/3 11:18:0:597] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2003/12/3 11:18:0:722] Info 56018 (RWServer:startServer): Reports Server intraromrepserv object is ready
    [2003/12/3 11:18:0:737] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2003/12/3 11:18:0:753] Debug 50103 (EngineManager:spawnEngine): Start engine command line = D:\9ias_forms\jdk\jre\bin\javaw -cp "d:\9ias_forms\j2ee\home\lib\ojsp.jar;d:\9ias_forms\reports\jlib\rwrun.jar;d:\9ias_forms\jlib\zrclient.jar" -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=intraromrepserv ORACLE_HOME=d:\9ias_forms engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=d:\9ias_forms\reports\logs\intraromrepserv-rwEng-0.trc tracemode=trace_replace cacheDir=d:\9ias_forms\reports\cache
    [2003/12/3 11:18:0:753] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/12/3 11:18:0:753] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/12/3 11:18:0:753] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2003/12/3 11:18:0:753] Debug 50103 (EngineManager:spawnEngine): Start engine command line = D:\9ias_forms\jdk\jre\bin\javaw -cp "d:\9ias_forms\j2ee\home\lib\ojsp.jar;d:\9ias_forms\reports\jlib\rwrun.jar;d:\9ias_forms\jlib\zrclient.jar" -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=intraromrepserv ORACLE_HOME=d:\9ias_forms engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=d:\9ias_forms\reports\logs\intraromrepserv-rwURLEng-0.trc tracemode=trace_replace cacheDir=d:\9ias_forms\reports\cache
    [2003/12/3 11:18:0:753] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2003/12/3 11:18:0:753] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2003/12/3 11:18:0:753] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/12/3 11:18:0:768] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/12/3 11:18:4:440] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine
    [2003/12/3 11:18:4:440] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2003/12/3 11:18:4:456] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready
    But ,still ,when trying to test if the server is up,I receive a error in the browser:bind to server failed..

  • Report Engine rwEng-0 crashed when server startup

    I installed 9ias on RedHat Linux, and applied the latest patches(Core patch 2, NT patch 1, form&report patch 2).But when I start the report server(in-process server).
    The report server's log shows:
    ** 2003/5/19 8:51:9:297 -- Reports Server is starting up
    *** 2003/5/19 8:51:24:418 -- Reports Server started up engine rwURLEng-0
    *** 2003/5/19 8:51:31:892 -- Reports Server started up engine rwEng-0
    *** 2003/5/19 8:51:32:956 -- Engine rwEng-0 crashed
    Then I run a report with the web browser, after single sign-on login interface, the browser is hang, then shows
    REP-51026: No output for job 19
    Some new lines append in the log file:
    *** 2003/5/19 9:7:2:980 -- Reports Server started up engine rwEng-0
    *** 2003/5/19 9:7:9:633 -- Reports Server started up engine rwEng-1
    *** 2003/5/19 9:7:15:994 -- Reports Server started up engine rwEng-2
    *** 2003/5/19 9:7:23:226 -- Reports Server started up engine rwEng-3
    *** 2003/5/19 9:7:30:328 -- Reports Server started up engine rwEng-4
    *** 2003/5/19 9:21:24:827 -- Reports Server shut down engine rwURLEng-0
    *** 2003/5/19 9:21:30:413 -- Reports Server started up engine rwURLEng-0
    I sent the request again, the browser shows:
    REP-50125: Caught exception: org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
    Anyone can help me?

    Thanks for your advice,I try it , when startup, no error in the reportserver.trc file, but when I send a request from the web , it shows:
    [2003/5/20 2:59:7:975] Debug 56031 (ConnectionImpl:runJob): Job 1 is waiting for
    notification
    [2003/5/20 2:59:8:919] Info 56020 (EngineManager:spawnEngine): Launching engine
    rwURLEng-0
    [2003/5/20 2:59:8:919] Debug 50103 (EngineManager:spawnEngine): Start engine com
    mand line = /oracle/product/app/bin/rwengine.sh -cp /oracle/product/app/j2ee/hom
    e/lib/ojsp.jar:/oracle/product/app/reports/jlib/rwrun.jar:/oracle/product/app/jl
    ib/zrclient.jar -XX:+AllowUserSignalHandlers -XX:CompileThreshold=20000 -Xmx128M
    oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_app_server ORACLE_HOM
    E=/oracle/product/app engineimplclass=oracle.reports.urlengine.URLEngineImpl tra
    ceopts=trace_all tracefile=/oracle/product/app/reports/logs/rep_app_server-rwURL
    Eng-0.trc tracemode=trace_replace cacheDir=/oracle/product/app/reports/cache
    [2003/5/20 2:59:8:969] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0
    has been launched
    [2003/5/20 2:59:8:970] State 56004 (EngineInfo:setState): Engine rwURLEng-0 stat
    e is: Initial
    [2003/5/20 2:59:19:841] Exception 50125 (exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL
    engine",
    java.lang.String moduleName="REP"
    at oracle.reports.RWExceptionHelper.read(Unknown Source)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManag
    er.java:1581)
    ): Internal error exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL
    engine",
    java.lang.String moduleName="REP"
    [2003/5/20 2:59:19:842] Warning 50103 (EngineManager:registerEngine): REP-55103:
    API URLEngine:getEngineEnvs not applicable to URL engine
    report_server.log shows:
    *** 2003/5/20 2:56:53:703 -- Reports Server is starting up
    *** 2003/5/20 2:59:19:842 -- Reports Server started up engine rwURLEng-0
    *** 2003/5/20 2:59:25:94 -- Reports Server started up engine rwEng-0
    *** 2003/5/20 2:59:26:164 -- Engine rwEng-0 crashed
    *** 2003/5/20 2:59:32:439 -- Reports Server started up engine rwEng-0
    *** 2003/5/20 2:59:35:302 -- Engine rwEng-0 crashed
    *** 2003/5/20 2:59:42:88 -- Reports Server started up engine rwEng-0
    *** 2003/5/20 2:59:44:472 -- Engine rwEng-0 crashed
    I still get "REP-56048: Engine null crashed, job Id: 1
    " on the web.

  • Report Engine

    i am trying to install Oracle Developer Suite 10 g rel 1 over RHEL 5.3 64 bit, the installation pre-req stuck due to the following rpms.
    pdksh-5.2.14-21
    openmotif21-2.1.30-8
    gnome-libs-1:1.4.1.90-34.1
    compat-libstdc++-devel-7.3-2.96.128
    compat-libstdc++-7.3-2.96.128when i install the first pacakege pdksh-5.2.14-21 it asks the dependent package which seems to me a never ending story , i just need to install report engine over RHEL 5.3 64 bit , how can i install report engine only at RHEL 5.3 64 bit?
    purani

    Hi Hossam,
    In my opinion, this thread is related to ReportView control forum. So please post thread on that forum for more effective response. Thank you for understanding. Please refer to the following link.
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report Engine API 4.0 (upgrade to 4.1)

    Hi,
    In the incoming days we will face the upgarde of our current SAP BI Platform (4.0 SP8) to next minor release (4.1). One of most challenging points is to ensure the proper behaviour of existing SDK customizations based on Report Engine API available at 4.0. I know that SAP is promoting use of Restful Web Services as a way to implement functionality previously delivered by JAVA API but my question is. Will current Report Engine API based developments work under in 4.1 release? In other words, has SAP planned an smooth transition from Report Engine API to restful Web Services scenario (compatibility scenario ) or code will have to be completely rewriten ?
    Thanks,

    Hi Alfons,
    As per the current situations Report Engines SDKs are still the same in BI 4.1 likewise in BI 4.0 all patches. You can perform the below functionalities with BI 4.x Report Engines SDK :
    - Export Webi Report to some other format.
    - View a Webi Report.
    - Partial drilling.
    - Save prompts in Webi reports etc.(Most of the functionalities are deprecated like schedule with prompts etc.)
    On the other hand with Webi Raylight REST SDKs you can leverage the workflow of legacy functional parity of BusinessObjects XI 3.1 Report Engines SDKs.
    By seeing as a future, it looks like most of the new development & enhancement are happens in the Webi REST world. So planning to rewrite the code in terms of REST SDKs is beneficial.
    As you are talking about the compatability, Report Engines Java SDKs are same upto BI 4.1 Patch 4 release. But it might be possible that in future Report Engines Java SDKs are totally deprecated. You can also refer the Object Model Digram of Report Engines SDKs which gives you list of deprecated interfaces, classes & methods.
    Hope it helps.
    Thanks,
    Shailendra

  • Report Engine SDK sample code questions

    Hello,
    I've been able to view a boxi report in an iframe via the Enterprise SDK by modifying the sample code in the HowToViewWebiReports_VB example.
    I'm not totally happy with the way that's working, so I'm looking at using the Report Engine SDK, although I understand it's performance and scalability isn't quite as good as the Enterprise SDK.
    I'm a VB.NET guy, not a C# guy, and I'm not clear on how the wssdk_net2.0_portal_sample_12.0_en example is supposed to work.
    I don't have one and my CMS server is running Tomcat, not IIS so there's not going to be an ASP.NET web service running there.
    In the dsws.config for the wssdk_net2.0_portal_sample_12.0_en example I put the name of the CMS server, but it's looking for a web service at http://cmsservername:8080/dswsbobje/services/Session, but I get a 404 when i try to hit that. 
    I'm not familiar with Tomcat, but in searching around on the server, I see a dswsbobje directory under the webapps in my Tomcat installation, but I don't see a services or a Session folder underneath that.  In the dswsbobje folder I see the following folders:
    BOAR-INF
    META-INF
    WEB-INF
    xsd
    Is there something else that needs to be installed on the Tomcat server to get the web service running?
    -Eric

    It looks like I have something there.  When I launch launch http://servername:8080/dswsbobje,  I see:
    Apache-AXIS
    Hello! Welcome to Apache-Axis.
    What do you want to do today?
    Validate the local installation's configuration
    see below if this does not work.
    To enable the disabled features, uncomment the appropriate declarations in WEB-INF/web.xml in the webapplication and restart it.
    Validating Axis
    If the "happyaxis" validation page displays an exception instead of a status page, the likely cause is that you have multiple XML parsers in your classpath. Clean up your classpath by eliminating extraneous parsers.
    I clicked on the "Validate" link and I see:
    Axis Happiness Page
    Examining webapp configuration
    QaaWS Configuration
    QaaWS Servlet is not valid.
    ErrorServer servername not found or server may be down
    See Web Application log to get more info or read QaaWS v2 documentation starting with section
    Perhaps this environment needs some additional configuration?

  • Report Engine SDK: CommunicationException when accessing IReportEngine members

    Hello,
    I have installed BOXI 3.1 SP3, including the .NET SDK, and I am trying to use the Report Engine SDK part to navigate through a WebIntelligence document (analyse its structure, etc.), via a Console App.
    I built my console app targeting .NET framework 3.5, and compiled it in 32 bits mode (x86 platform). I can access the standard SDK without any problem and log in to the CMS then retrieve any InfoObject instances from my enterprise server.
    My problem occurs when I try to access my BusinessObjects.ReportEngine.IReportEngine instance's members. Sample lines of code:
    SessionMgr sessionManager = new SessionMgr();
    EnterpriseSession session = sessionManager.Logon(login, password, cmsName, authType);
    InfoStore infoStore = (InfoStore)session.GetService("InfoStore");
    UserInfo userInfos = session.UserInfo;
    string logonToken = session.LogonTokenMgr.CreateWCAToken("", 1, -1);
    ReportEngines reportEngines = new ReportEngines(logonToken);
    IReportEngine reportEngine = (IReportEngine)reportEngines.getService(ReportEngineType.WI_ReportEngine);
    bool test = reportEngine.IsReady; // or any other member of reportEngine, like reportEngine.OpenDocument(...)
    An exception of type 'BusinessObjects.ReportEngine.CommunicationException' occured.
    Message:
    The Web Intelligence server could not be reached. Contact your Business Objects administrator. (Error: RWI 00236), Session Init Failure,
    Stacktrace:
       à BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub.Connect(Boolean forceNewInstance)
       à BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub..ctor(OCCAServerConnection connection, Boolean forceNewInstance)
       à BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerConnection.get_Stub()
       à BusinessObjects.ReportEngine.WI.Internal.Server.ServerCaller.SetupStub()
       à BusinessObjects.ReportEngine.WI.Internal.Server.ServerCaller..ctor(IServerSession session, IServerProtocol protocol, IServerConnectionInfo info)
       à BusinessObjects.ReportEngine.WI.Internal.WIDocumentInstance..ctor(WIReportEngine engine, Int32 documentId, OpenDocumentParameters parameters)
       à BusinessObjects.ReportEngine.WI.Internal.WIDocumentInstance..ctor(WIReportEngine engine, Int32 documentId)
       à BusinessObjects.ReportEngine.WI.Internal.WIReportEngine.GetAnyServerInstance()
       à BusinessObjects.ReportEngine.WI.Internal.WIReportEngine.get_IsReady()
    What do you suggest?

    Hi,
    Enterprise / ReportEngine SDK is not supported / tested / compatible with desktop / console apps.
    Could you try the same logic with a web services sdk, as WebServices SDk is the only SDK which could be used to develop thick client apps.
    - Bhushan
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

Maybe you are looking for

  • Subsequent update of record, long time to appear in Journalized View

    Hi, I'm running some integration tests that do an insert into a source table, commits the insert, updates that record, commits the update. The cscn numbers are widely spaced, for example, the insert is 69997742 and the update is 70000579. I have a sc

  • Total replenish lead time

    Hi gurus, anyone can explain why this field (total replenish lead time) is designed to enter manually instead of system automatically calculate from BOM for a manufactured part? and how does it work according to the following scenario: product X is p

  • Multi-DC Auto-RP with MSDP Design Question

    Most of Cisco design seem to recommend Anycast....then the latest DCAP came out which apppears to combine anycast, auto-rp and msdp but there isn't much sample configs: I want to setup the multicast base on page 2-46. http://www.cisco.com/en/US/solut

  • What makes my iMac slow, how to remove SIMBL

    I already asked advice in this topic since I am wondering what is making my iMac so slow on startup and/or while changing user. I got a good hint from dominic23, thanks for that one. He advised me to get rid of SIMBL. Now I have another problem. Can'

  • Master detail where master is a list select menu

    I'd like to create something similar to this example http://labs.adobe.com/technologies/spry/samples/data_region/SprySetRowSample.html but instead of a static menu on the left I'd like it to be a list select menu. Is this possible? Thanks.