Error REP-0999 using Repository Reports

Hello !
I have problems with Repository Reports tool from Oracle Designer 6i. I want to save a previewed reports in RTF format, but when I use the command "generate to file" of the previewer, I get an error REP-0999 (unimplemented error with no more explanations). Im using Oracle Designer 6i in version 6.5.52.1.0 and Repository Reports in version 6.5.52.2.0.
Maybe I dont have a requested module, where can I get it ? can anyone help ?
thanks in advance,
regards,
Sylvain

Hi Sylvain,
I'm having similar problem. When I'm trying to run any of the Repository report it is moaning saying REP-0736 There are uncompiled program units. After compiling thry Report builder I get ORA-600 error but not able to successfully run any report. Wonder why ?
I'm having same versions as yours.
Regards
Nitin Hi !
My problem occurs when I try to generate a previewed report to a RTF file. At the same time, the "Report Builder" menu item from the "run" menu is disabled. Maybe I have to install Oracle Reports ? should I download it from Oracle web site ?
Have a good day,
Sylvain

Similar Messages

  • Error -2147352567 when using Save Report vi

    Hi,
    I'm developing an end of line test bench software for a firm. Things were going fine till I came across an unexpected error which I fail to comprehend. My code runs a motor simulation and saves the data in two separate excel files. When I have the path disconnected from the Save Report to File.vi (screenshot 1), my program runs smoothly and saves one of the files and returns an error due to the Save Report vi being disconnected (as expected). But when I connect the path to the Save Report to File.vi, I get an error -2147352567 (screenshot 2) at an append table to report.vi elsewhere in the code, which worked perfectly fine before the path was connected to the Save Report vi. Also, now the second excel file gets saved because its path has been connected. I cannot understand what the issue is. I could not find any source that gave me a reasonable fix to the problem either. I have been using Labview for less than 2 weeks, so forgive me if I have overlooked anything.
    Solved!
    Go to Solution.

    Hi DPac,
    Apologies for the confusion in the earlier post, thank you very much for clearing it up.
    Following my last post; the error was due to a race condition. There was no data flow used between the two separate report files being written. This means that LabVIEW will try to perform the two bits of code in parallel. However, this was occasionally causing one of the sub-vis to be called by the two different parts of code at the same time, which was causing the error.
    This is why the code would run without the above error if you disconnected the path to the first "Save Report to File.vi", as this part of the code wasn't running, allowing the second part to run freely.
    To counteract this I simply wired the "error out" terminal of the "Save Report to File.vi" (the one which used All_Saved.xlsx) into the "error in" terminal of the "New Report.vi" (the one which used Template.xlsx). Because VIs cannot operate until all inputs are filled, this forces the writing of the first report to occur before the writing of the second report, not at the same time.
    I have attached the revised version of "EOL_V1.vi" where you will be able to see the how I have wired the errors to force execution.
    I also noticed that you have not initialised your "set speed" shift register. This means that each time you run the program it will retain the last value from the previous run. Is this intentional? This means that your spreadsheet does not update correctly if you were to run the program twice in a row.
    Thank you,
    Eden S
    Applications Engineer
    National Instruments UK & Ireland

  • Error REP-3002 when call report from WebForm

    Hi,
    i run form (6.0) on Form Server (IAS9i) to call report (6.0) to print receipt on local printer using RUN_PRODUCT command (PARAMFORM=NO, DESTYPE=PRINTER) and got Error Message "REP-3002 Error initializing printer. Please make sure a printer is installed." but on Client-Server it's OK.
    the objective is just want to direct print report to printer (do not show parameter form)
    anyone know how to solve this problem ?
    Hunsa
    null

    Hi,
    i've changed to use RUN_REPORT_OBJECT as your advice and followed the instructions in "Oracle Reports Remote Printing Utility - An Oracle Technical White Paper December 2000". i tested orarrp by created the HTML file follow the steps in page 5 of the paper, it worked.
    then i modified existed form, set report object property like this :
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'test.rrpa');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'Rep60_NTSERVER2');
    note : i'm not sure that i set the right value for REPORT_SERVER property, i got this value from TNSNAMES.ORA file.
    then call the report with this statement :
    :GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
    it showed the same error message :
    "REP-3002 Error initializing printer. Please make sure a printer is installed."
    i think i set something wrong, but i don't know where. could you help me ?
    Hunsa

  • Report error rep-1070 with oracle reports

    Hi,
    I encountered a problem. I got rep-1070 error when I tried to open a oracle report using developer 2000 (2.5). Please let me know if you could help. thanks so much

    Hi Diana,
    This error means Reports can't understand the file. One way this happens is if you transfer the file from one platform to another (e.g., UNIX to Windows) using FTP without putting it in binary mode. Another way you might get this error is opening a v1.1 report in 2.5 that wasn't migrated properly.
    regards,
    Stewart

  • Error 7 while using test report VIs

    I'm trying to figure out how to use the Labview test report VIs and I'm getting error 7 message. Please attached VI and error message. Does any one know this can be fixed?
    Thanks
    Attachments:
    LabviewTestReport.vi ‏21 KB
    Error 7.png ‏34 KB

    It looks like your file does not exist.  Have you created an .xls file by that name in the location?

  • Error REP 52266 on Oracle Report Server

    Hi,
    The Oracle Report server is down and i get the following error.
    REP-52266: The in-process Reports Server bilopsitrpt10g failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server bilopsitrpt10g failed to start.",
    java.lang.String moduleName="REP"
    i have gone through the threads available on similiar subject and have changed the value of REPORT_TMP to a valid path on the machine. Then i rebooted the server, i checked the logs and found that it starts and then shutsdown again.
    I also have fired the command rwserver server=<server_name>, but it showed me 2 messages First one is saying *"Server is shutting down"* and the second one says *"REP-28000 java.sql.SQLException: Ora-28000: the account is locked"*
    Please help me on this as this is very urgent.
    Appreciate your help. Thanks in advance.
    Regards,
    Manisha.

    Hi Manisha,
    You may check the following thread
    Re: "503 Service Unavailable" error for EM10g grid console
    Hope it helps.
    Thanks,
    Anand

  • Error REP-4203,4220 on report

    email not generated from Report 6i
    Rep-4203 error occurred while a mail message.
    Rep-4220 There is a problem with the email subsystem.
    Thanks in advance

    Hi,
    What is the type of the report? Is it bitmap? If yes, please make sure that the DISPLAY is set properly. Also, change the report type to text and see if you can submit the request successfully.
    Here are some additional troubleshooting documents to look at:
    Note: 200474.1 - Comprehensive REP-3000 Troubleshooting and Overview Guide
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200474.1
    Note: 364838.1 - Quick Checks for REP-3000: Internal Error Starting Oracle Toolkit.
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364838.1
    Regards,
    Hussein

  • "Rep-0999 Unimplemented Error" while converting a report to PDF format...

    i have developed a number of complex reports with several queries and formula objects, all running successfully and converting to other formats accuratelly.
    i have report of Accounts Receivables, a complex one, running near about 10 queries and 7 formula column database functions to calculate values for each row return, this report works accuratelly and converts to other formats easily but takes full 60 to 70 seconds to run the report.
    management asked me to enhance the performace of this report,
    i had worked out and reduce the number of queries and formula columsn to one single query with 5 nested(union queries) queries. execution times reduces to 3 to 5 seconds with accuracy.
    Report displays correctelly but give an error "Rep-0999 Unimplemented Error" whenver we converts it to pdf or other sources.
    While other complex reports were still converting successfully.
    Help me out of this problem,.... im hands up at this situation.
    bye

    Thank you Piyush!
    It really works, you idea and understanding is 100% accurate,
    i have lexical variable, to whom i assign two values either "<> 0" or "is not null",
    i had omitted the space from "<> 0" and make it "<>0", now it works properly,
    only one confussion left, if i pass "is#not#null" from form, how can i can convert it on report to "is not null",
    once again thanks a lot

  • URGENT : REP-0999 Unimplemented error

    I have a problem in reports
    when i generate the report to another format (for example PDF or HTML) using the generate option in the menu of report output from an application..i get an error
    "REP-0999 unimplemented error"
    but if i generate the report from report builder ..it is generated successfully
    my report builder version is 6.0.8.8.3
    and form builder version is 6.0.8.11.3
    I am using RUN_PRODUCT method to call the report from FORM SIDE
    I request Oracle Report Team to respond me and provide with a solution..wether i have to use some other method to call my report or some settings are required.
    If any body knows please tell me in detail.
    Thank you.
    Qaiser malik

    Hi Qaiser
    The first thing to do is to upgrade Reports to the latest version.
    You may also want to try using RUN_REPORTS_OBJECT method to call Reports from Forms.
    Regards
    Sripathy

  • Error REP-51002 on Report Srveices 10.1.2

    Hi
    I installed Oracle Apps Server 10.1.2 and I only pick Form and Report Services standalone to be installed with standard-dates.
    I create a "Standalone" Report-Server, because I use it with Forms.
    <oarcle_home>\BIN\addNewServerTarget.bat repsrv01
    In "rwservlet.properties" I have changed:
    SERVER_IN_PROCESS =NO
    TRACEOPTS=TRACE_ALL
    TRACEFILIE= rwservlet.trc
    SINGLESIGNON=NO
    SERVER=repsrv01
    In the default from "rwservlet.properties" I read (????):
    OID_ENTITY=%REPORTS_OID_ENTITY%
    But when I test the Report Services : http://host-name:port-number/repdemo, then click : Test a Paper Report. I got this error :
    REP-51002: Bind to Reports Server repsrv01 failed
    In "rwservlet.trc" I can read:
    [2006/4/24 8:59:10:6] Debug 50103 (RWClient:RWClientInit): ORACLE_HOME is derived from RWClient.class, oracle home: C:\oracle\FRHome_1
    [2006/4/24 8:59:10:577] Debug 50103 (InfraConfigMgr:createDirContext): Pool size is 0. 10 more DirContext will be created.
    [2006/4/24 8:59:14:32] Exception 50125 (oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2273)
    at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2243)
    at oracle.ias.repository.SchemaManager.connectAs(SchemaManager.java:1288)
    at oracle.reports.utility.InfraConfigMgr.createDirContext(InfraConfigMgr.java:234)
    at oracle.reports.utility.InfraConfigMgr.createOIDContext(InfraConfigMgr.java:149)
    at oracle.reports.rwclient.OIDManager.init(OIDManager.java:88)
    at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:634)
    at oracle.reports.rwclient.RWClient.init(RWClient.java:269)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    ): Interner Fehler oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): Failed to create OiD DirContext.
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): OiD DirContext created successfully. m_totalSize:0
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createOIDContext): connect to OID server successfully as %REPORTS_OID_ENTITY%
    [2006/4/24 8:59:15:13] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\oracle\FRHome_1\reports\conf\cgicmd.dat
    [2006/4/24 8:59:15:93] Debug 50103 (NetworkUtility:setTimeout): Timeout value set to 1000
    [2006/4/24 8:59:15:324] Info 65000 (Multicast:init): Der Kommunikationskanal wurde initialisiert
    [2006/4/24 8:59:15:404] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2006/4/24 8:59:41:572] (RWClient:doGet) enter...
    [2006/4/24 8:59:41:602] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 8:59:41:892] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 8:59:41:892] (RWClient:doGet) ...exit
    [2006/4/24 9:0:1:841] (RWClient:doGet) enter...
    [2006/4/24 9:0:1:841] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 9:0:1:841] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 9:0:1:841] (RWClient:doGet) ...exit
    Now what I have to do ? - in ias.properties ????
    Is it a security-problem with SSO or OID ? - I don't need both.
    Some people in this forum have the same problem, but what is the solution now?
    best regards
    Walter

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Error REP-51002 on Report Services 10.1.2

    Hi
    I installed Oracle Apps Server 10.1.2 and I only pick Form and Report Services to be installed with standard-dates.
    I create a "Standalone" Report-Server, because I want to see the err-log.
    <oarcle_home>\BIN\addNewServerTarget.bat repsrv01
    In "rwservlet.properties" I have changed:
    SERVER_IN_PROCESS =NO
    TRACEOPTS=TRACE_ALL
    TRACEFILIE= rwservlet.trc
    SINGLESIGNON=NO
    SERVER=repsrv01
    In the default from "rwservlet.properties" I read (????):
    OID_ENTITY=%REPORTS_OID_ENTITY%
    But when I test the Report Services : http://host-name:port-number/repdemo, then click : Test a Paper Report. I got this error :
    REP-51002: Bind to Reports Server repsrv01 failed
    In "rwservlet.trc" I can read:
    [2006/4/24 8:59:10:6] Debug 50103 (RWClient:RWClientInit): ORACLE_HOME is derived from RWClient.class, oracle home: C:\oracle\FRHome_1
    [2006/4/24 8:59:10:577] Debug 50103 (InfraConfigMgr:createDirContext): Pool size is 0. 10 more DirContext will be created.
    [2006/4/24 8:59:14:32] Exception 50125 (oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2273)
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2243)
         at oracle.ias.repository.SchemaManager.connectAs(SchemaManager.java:1288)
         at oracle.reports.utility.InfraConfigMgr.createDirContext(InfraConfigMgr.java:234)
         at oracle.reports.utility.InfraConfigMgr.createOIDContext(InfraConfigMgr.java:149)
         at oracle.reports.rwclient.OIDManager.init(OIDManager.java:88)
         at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:634)
         at oracle.reports.rwclient.RWClient.init(RWClient.java:269)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
         at java.lang.Thread.run(Thread.java:534)
    ): Interner Fehler oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): Failed to create OiD DirContext.
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): OiD DirContext created successfully. m_totalSize:0
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createOIDContext): connect to OID server successfully as %REPORTS_OID_ENTITY%
    [2006/4/24 8:59:15:13] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\oracle\FRHome_1\reports\conf\cgicmd.dat
    [2006/4/24 8:59:15:93] Debug 50103 (NetworkUtility:setTimeout): Timeout value set to 1000
    [2006/4/24 8:59:15:324] Info 65000 (Multicast:init): Der Kommunikationskanal wurde initialisiert
    [2006/4/24 8:59:15:404] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2006/4/24 8:59:41:572] (RWClient:doGet) enter...
    [2006/4/24 8:59:41:602] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 8:59:41:892] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 8:59:41:892] (RWClient:doGet) ...exit
    [2006/4/24 9:0:1:841] (RWClient:doGet) enter...
    [2006/4/24 9:0:1:841] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 9:0:1:841] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 9:0:1:841] (RWClient:doGet) ...exit
    Now what I have to do ? - in ias.properties ????
    Is it a security-problem with SSO or OID ? - I don't need two.
    Some people in this forum have the same problem, but what is the solution now?
    best regards
    Walter

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Repository Reports problem

    Hi!
    I've Designer 9.0.2.2 and Oracle Server 8i (on Win2k).
    I want to use Repository Reports to print my application system.
    I've chosen the report, then I've set the parameters but I can't obtain a single page in output, whatever report I can try.
    The report isn't in the output directory and the browser can't open it (gives an error like: /dir/ckxxx.tmp.html not found)
    The Reports Builder works well and I can produce a report. But I have no idea of what to do with Repository Reports.
    The output directory is writeable. I've reinstalled Designer (the software only), upgraded, activated the logs and followed the operations (but I don't know how to launch the report with its parameters in the "cmd.exe" shell).
    Can anyone suggest me any idea?

    Thank you for the tip, but the destination dir is C:\temp and the TMP and TEMP environment vars are set to c:\temp and there are read/write rights for "Everyone", so
    I tried another way following the Metalink doc.#60781.1 (maybe it's old...:), i made a insert-trigger into cdi_temp_rpt_tables and run a report, this revealed me that Repository Reports doesn't insert any row in that table!
    Then I've manually launched a report with RWRUN, but it asks me (REP-0157) the 'Distribute' param, even if it is in the command line.
    Sincerely I can't understand. I don't use Reports Server as a service, but it is automatically launched when I open - for example - http://servername:8888/reports/rwservlet/showjobs?server=rep_servername
    I've tons of docs, but I can't find anything helpful, maybe I lack something stupid & important like starting a service!
    Thanks
    Enrico

  • Rep-0999

    Hi,
    I am using oracle 10gR1 with developer 6i (Report Builder & Form Builder).I am facing a problem when a report is open and i attemp to genrate the report output to an PDF it return an error REP-0999.I am facing this problem only in one specified user for example (603398).All other user can open report and can genrate in pdf easily.
    Please suggest me what the reason is?
    Below is the version of report builder and form builder.
    Report Builder*
    Report Builder 6.0.8.11.3
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.11.0
    Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.10.2
    Oracle Tools Common Area 6.0.5.32.1
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.35.0
    Resource Object Store 6.0.5.0.1
    Oracle Help 6.0.5.35.0
    Oracle Sqlmgr 6.0.8.11.3
    Oracle Query Builder 6.0.7.0.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.11.3
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.35.0
    Oracle Image 6.0.5.34.0
    Oracle Multimedia Widget 6.0.5.34.0
    Oracle Tools GUI Utilities 6.0.5.35.0
    Form Builder*
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    Oracle Toolkit Version 6.0.5.35.0 (Production)
    PL/SQL Version 8.0.6.0.0 (Production)
    Oracle Procedure Builder V6.0.8.11.0 Build #449 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 6.0.7.0.0 - Production
    Oracle Virtual Graphics System Version 6.0.5.35.0 (Production)
    Oracle Tools GUI Utilities Version 6.0.5.35.0 (Production)
    Oracle Multimedia Version 6.0.5.34.0 (Production)
    Oracle Tools Integration Version 6.0.8.10.2 (Production)
    Oracle Tools Common Area Version 6.0.5.32.1
    Oracle CORE Version 4.0.6.0.0 - Production
    Thanks

    Post it in the developer tools thread ...

  • Error REP-51002; REP-50125 and REP-56048

    Hello All,
    We are upgrading our Forms/Reports environment to 11.1.2.0.0. For report server setup we have done following:
    1) Setup a new VM with 2008 Windows Server R2 64 bit operating system
    2) Installed Oracle Reports Server 11.1.2.0.0
    3) Pointed our new Forms Server (which is also 11.1.2.0.0) to use this new report server.
    Normally reports work fine, but at times it results in error. At times with error it brings the whole report server down as well.
    In the Enterprise Manager it shows following log messages:
    Dec-13 3:44:01 (Incident Error) REP-51002 : Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:44:01 (Incident Error) ServerManager:getServer Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:48:20 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    Dec-13 3:48:21 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Any help will be highly appreciated. Let me know if you need additional information.
    Regards,
    Saket Maheshwary

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • REP-51002: Bind to Reports Server "test_srv" failed & REP-52266

    Hi folks,
    I'm trying to run reports on my machine localy, but when I run my report I always obtain this error:
    REP-51002: Bind to Reports Server "test_srv" failed
    I searched for this answer, but nothing worked for me.
    I tried steps described in thread: REP-51002: Bind to Reports Server <servername> failed
    So I did this:
    1. I run OC4J
    2. In file %ORACLE_HOME%\reports\conf\rwnetwork.conf I commented line with multicast and uncomented namingService part. Now rwnetwork.conf file looks like:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:C:\Oracle_10g_R2/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
      <!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/-->
      <namingService name="Cos" host="localhost" port="14021"/>
    </discoveryService>3. In cmd, in C:\ORACLE_10g_R2\bin>namingservice 14021
    Naming Service started sucessfully
    4. In cmd:
    C:\ORACLE_10g_R2\bin>rwdiag -findAll
    Naming service used to locate servers
    Naming Server host = localhost
    Naming Server port = 14021
    (1) test_srv : Type = server : Host = NA
    5. I copied my report into: c:\Temp\report_test\szrcomp.rdf
    6. I run report from IE browser using url:
    http://localhost:8889/reports/rwservlet?report=c:\Temp\report_test\szrcomp.rdf&destype=cache&server=test_srv&desformat=htmlcss&userid=usr/psw@db
    I received Error:
    REP-51002: Bind to Reports Server test_srv failed
    7. http://localhost:8889/reports/rwservlet/getserverinfo
    I received Error:
    REP-52266: The in-process Reports Server rep_dimopatsep05 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    8. http://localhost:8889/reports/rwservlet/showjobs
    The same error as in 7.
    Can somebody help me with this problem?
    Thanks,
    Tomas
    sorry for duplicate post in REP-51002: Bind to Reports Server "test_srv" failed  & REP-52266
    but this section it probably better for my problem.

    Hello,
    You should test first with a "standalone" reports server :
    1. Stop the OC4J
    2. Start the namingservice
    3 Start the reports server :
    rwserver server=test_srv
    4. test to execute a report :
    rwclient server=test_srv report=test destype=cache desformat=html
    If the reports server does not start , it will be necessary to activate the trace in
    order to get details about the problem :
    Edit the file $ORACLE_HOME/reports/conf/<reports server name>.conf
    Modify it in order to have a line :
    <trace traceOpts="trace_all"/>
    restart the reports server
    Regards

Maybe you are looking for

  • Operation not yet implemented when exporting crystal report to pdf

    Thank you in advance, When running the line **** export within the following code, I am getting the following error message: "Error in File C:\DOCUME1\rborda\LOCALS1\Temp\TimeDetailTest {00DC8730-45CD-4A29-8854-C44BBD5B5230}.rpt: Operation not yet im

  • Difficulty parsing XML document into query object

    Background: Using CFMX 6.1 to take an XML file exported from MS-Access and parse it into a query object. Problem: Of the 6 columns defined in the target query, one of the columns is only populated in the XML file a very low percentage of the time. Wh

  • WIndow 7 64-bit

    I am going to purchase a new laptop with Windows 7 Home Premium 64-bit.  Will Elements 10 function flawlessly with this 64-bit platform, or must  I get Elements 11.

  • 2-way sync with Gmail

    I am trying to establish 2-way sync between my Gmail account and iCal and Mac Address Book on my computer. One way synch from Gmail to the Mac works fine, but changes made in iCal or Mac address book do not sync to Gmail. I set up the sync on the Mac

  • Error when performing the first backup using RMAN

    I have installed Oracle 10g on a new server and created a fresh database. I set up the backup to the disk using OEM and tested the credentials in OEM. The database is in noarchivelog mode. I created settings for an immediate backup and when I submitt