Bind to report server problem

hello all
please i want your help of my case that iam trying to run areport from aform both are (10g).
the problem is when calling the report from a button in aform with this code in the ''when_button_pressed'' trigger
web.show_document('http://localhost:8889/reports/rwservlet?&report=c:\MODULE2.jsp&destype=cache&desformat=PDF&userid=scott/tiger@ahmad');
it generates for me aweb page with an error (REP-51002: BIND TO REPORT SERVER FAILD).
The advise presented from reports builder help is to make sure that the Reports Server is running and that the Reports Server name is correct.
so i make from run the following test ''rwserver'' it gives me aprompt with a message (please consult the installation guides for how to setup and run this program).
so please please help find the solution.
note: when i try to run the report from the report builder it works good and generates the report properly both paper layout or web layout.

Thank u so much rajesh for your advises and help.
i have tried your steps you have written in the last theared on my pc and on another pc has the same (10 g release) and project and i got the following results:
1.For the scond pc evry thing was good and works properly. when performeing the command (rwserver server= rep_server) it intializes the report server and starting it very well and calling a report from aform goes well. and when running your form REPORT_SERVER_LIST.fmx it gives me the results for list of rep servers started.
But on my pc which has the problem when running the command (rwserver server= rep_server) it starting the rep server for a 1 or 2 seconds then quickly shutdown the report server alone.
when trying again and again when starting the rep server it gives a windos error msg says (connot delete file ''rep_repservername'') and shut down the rep server.
can u please rajesh explain for me wy it is happening?
i have tried to solve the problem so i vave opened the (Devhome\reports\server\) and and i found the reports servers files thier. i have recognised that that those files is (.dat) files and was considered the (Windos media player 10) as the recomended program to open . Do you think Rajesh that the (Windos media player 10) desabling the report servers and shutdown it??? becuase i have so that no recomended progrom to open in the good pc.
please rajesh help>>>.
ahmad salem

Similar Messages

  • Very weird report server problem

    Hello gurus,
    I'm currently facing werid problem.My report server status is UP and running.But I try to access the showjobs url, the page shows *500 internal server error* or cannot bind to report server errors.
    I have enabled traces and actually found out that report sever engines are actually running,picking up reports,creating DB connections,formatting pages and dumping into cache folder,like everything normal.All traces show no error or abnormality.
    rwdiag command also shows my report sever exists.
    I can't understand how is this possible.Please guide me..
    I think the problem is with the rwservlet?I'm sure rwclient and rwrun would run successfully as well..
    anyone..
    Edited by: anandk on Jan 9, 2011 1:00 PM
    Edited by: anandk on Jan 10, 2011 10:55 AM

    Hi there
    Just would like to know if you have change some file configuration like httpd.conf,rwservlet.conf or ias.porperties?
    Actually you report server is running file but this is host naming issues.
    Provide me what you did so i can help.
    Thanks

  • 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

  • Javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver fail??

    why i cant open my report in JDeveloper tools but i can open in report builder ????
    this is the error i get ...
    Reports Error Page
    Fri Oct 18 15:41:54 SGT 2002
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
         int oracle.reports.jsp.ReportTag.doStartTag()
              ReportTag.java:329
         void MyReport.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              MyReport.jsp:4
         void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpJsp.java:119
         void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
              JspPageTable.java:302
         void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              JspServlet.java:407
         void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              JspServlet.java:328
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:336
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:684
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:269
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:735
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:243
         void com.evermind.util.ThreadPoolThread.run()
              ThreadPoolThread.java:64

    i still get the same error .. is it i need to set any environment variable or ... any setting ...??
    login Oracle Database
    user name = system
    password = manager
    services = dbhenry
    setting JSP Report
    Report Name = MyReport1
    Reports Server = reportserver
    Parameters = userid=system/manager@dbhenry
    the cource code below is my JSP report coding :
    <rw:report id="MyReport1" parameters="server=reportserver&userid=system/manager@dbhenry">
    <rw:objects id="objects">
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <report name="MyReport1" DTDVersion="9.0.2.0.0">
    <xmlSettings xmlTag="MYREPORT1" xmlPrologType="text">
    <![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
    </xmlSettings>
    <data>
    <dataSource name="Q_1">
    <select>
    <![CDATA[SELECT ALL HENRY.TEL, HENRY."ADD", HENRY.NAME, HENRY.ID
    FROM HENRY ]]>
    </select>

  • Bind to Reports Server localhost failed

    Hi:
    I am using Oracle 10g(1.2.0.2) on winxp professional.
    I successfully deployed my war using Oracle Enterprise Manager. but when i try to run the application on browser using link
    http://your_computer_name:port/MyReportApp/JSPreportname.jsp?userid=user
    ID/password@database_name
    I get the following error
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server localhost failed
    my oracle app server is on default port 80 and when i run http://localhost the application server default welcome page comes up
    my report server is also running i use the following coomand on browser
    http://localhost/MyReportApp/JSPreportname.jsp?userid=user
    ID/password@database_name
    and I am inserting the proper user id password and database name
    i think i should be using the port No on which the report server is listening to if this is right can anybody help me where i can find this port No
    regards

    The error suggests that your report server name is taken as "localhost" which is strange.
    Check the name of server in rwservlet.properties file in OH/reports/conf
    also try to run this--
    http://your_computer_name:port/reports/rwservlet/getserverinfo?
    this should give the default server name which can be used for your jsp deployment.
    Regards
    Subodh

  • Javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportser

    Hi,
    I am working on a JSp web based reports ver 10g .I made a war file and deployed on Apps server. when i run the report its throwing the following exception
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed .
    plz suggest on how to resolve this error.
    Thanks
    Srinivas

    Hi,
    Anyone having solution for this. I am also stucked due to this error
    Reports Error Page
    Fri Jan 16 11:47:29 IST 2009
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
    int oracle.reports.jsp.ReportTag.doStartTag()
    void MyReport.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    Could u please give me a solution???

  • REP-51002: Bind to Reports Server failed

    Hi,
    I have installed Oracle Database 10g R2 and Oracle Developer 10gR2.
    I installed it in both Windows 2000 SP4 and Windows XP SP2.
    I would like to call a Report using a button inside Oracle Form.
    I create my own Report Server, using : rwserver server=repsrv
    A Java-based window appear OracleAS Reports Sevice, and showed that repsrv is ready.
    In Form (inside a button -> WHEN-BUTTON-PRESSED) :
    1. Using RUN_REPORT_OBJECT()
       rep_id := find_report_object('REPORT10');
         if not id_null(rep_id) then
           v_rep := run_report_object(rep_id);
         else
              message('Null');
       end if;
       a. If I did not specify the name of the Report Server in Reports node of Form's property object
    (I leave it blank)
    The following error appear :
    FRM-41211: Integration error, SSL failure running another product
    b. If I specify the name of the Report Server : repsrv
    The following error appear :
    FRM-41213: Unable to connect to Reports Server repsrv
    2. Using WEB.SHOW_DOCUMENT()
    a. If did not I specify the server name in the parameter
    WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||,'_blank');Another web browser appear and the following error appear :
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    b. If I specify the server name in the parameter --> server='repsrv'
    WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||'server=repsrv','_blank');Another web browser appear and the following error appear :
    REP-51002: Bind to Reports Server repsrv failed
    In Report :
    If I try to navigate manually to :
    1. http://localhost:8889/reports/rwservlet using web browser.
    It showed OracleAS Report Services - Servlet Command Help page.
    2. http://localhost:8889/reports/rwservlet?userid=scott/tiger@orcl&report=D:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
    The following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    3. Finally,
    http://localhost:8889/reports/rwservlet?server=REPSRV&userid=scott/tiger@orcl&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
    The following error occured
    REP-51002: Bind to Reports Server repsrv failed
    4. Any attempt to different command (i.e showenv, showjobs, etc) seems failed
    If I did not specify the server then REP-51002: Bind to Reports Server rep_<computer_name> failed
    If I specify the server - 'repsrv' then REP-51002: Bind to Reports Server repsrv failed
    5. I have tried to use rwrun in command line.
    rwrun report="D:\My Documents\form\module1.jsp" userid=scott/tiger@orcl destype=file desformat=pdf desname="D:\My Documents\form\module2.pdf"
    The PDF file created and it looks exactly as the web layout as in Oracle Report Builder (Run Web Layout CTRL-R)
    Question :
    1. What supposed to be done?
    The Report server is ready, but the web browser seems unable to connect to Report Server.
    2. Can we used or call or executed an executable command line from Form (using PL/SQL inside button)?
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi Buntoro,
    Try out the following format....with web.show_document
    URL_VAR:='/reports/rwservlet?server='||rep_server_name_var||'&report='||report_path_var||'\'||report_file_var||'&desformat='||desformat_var||'&destype='||destype_var||'&userid='||username_var||'/'||password_var||'@'||tns_var||'&paramform='||param_form_var;
    WEB.SHOW_DOCUMENT(URL_VAR,'_parent');
    where ...._var are the specific variables...
    Simon

  • Oracle 10g Reports Server - problem authenticating against DB

    I have a problem with Oracle 10g Reports server authenticating against an Oracle RDBMS.
    When I try to run reports, an authentication form screen is presented, with the password field empty (the URL in explorer that loads this page contains the username and DB instance, but is missing the password) and the following error message:
    REP-51018: Need database user authentication
    When the password is entered into the empty field in the form and submitted, another 2 authentication errors are given.
    REP-51018: Need database user authentication
    REP-12545: java.sql.SQLException: ORA-12545: Connect failed because target host or object does not exist
    When the URL in the browser location field is manually altered to include the DB password, the reports are authenticated fine.
    Any ideas which config file I should be looking in?
    Any pointers would, of course, be much appreciated.
    thanks,
    Brian

    Hello, i finally have discovered what was happening, it has to be with the way FreeBSD passes the password field. By default FreeBSD passes the password field with a '*' while Oracle Linux (and Red Hat clones) expect an 'x' to look into shadow maps (Linux uses the '*' character in the password file to not allow login to that user).
    To solve it the password field served by the NIS server must be substituted, which is accomplished with nsswitch.conf and adding a line to the /etc/password file on the NIS Client, so the final files will look this way:
    # nsswitch.conf (compat directive allows us to use the '+' sintaxis in /etc/passwd file)
    passwd files compat
    # /etc/passwd (just add at the end of file)
    +:x:::::

  • Report Server Problem

    I used rwserver -install repsrv, to install Reports Server and i use rp2rro.rp2rro_run_product(REPORTS,l_v4, SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL) to call a report.
    the path of the report is defined with a parameter i define in default.env file.
    When the report is in my computer the report runs. if the report is in a mapped network drive i get the message 41214-Unable to Run Report and then 41217-Unable to get Report job Status.
    I can't find whats going on. Any suggestions?
    Thanks in advance.

    The current version of iAS cannot work with network drives. The files must be on a local disk.
    I hope Oracle will fix this problem in 9.0.4, since it is highly irritating when you must install your files on all machines if you have load-balanced your applications over several machines.

  • Oracle report server problem

    Hi all
    I install oracle application server 10gR2 on THREE servers (windows server 2003)
    all the servers on the same doman.
    so that means I have three oracle report server on the network.
    but when I run the following command (rwdiag -findAll)on one of the servers, it gives me just two oracle report server exist on the network the third on is missing despite that it is up.
    And when I execute the same command (rwdiag -findAll) on the same server which contains the report server which I have problem with, it gives me that it is on the network.
    by.
    Edited by: user1089169 on Apr 15, 2013 11:47 AM

    Reports
    this is the report-forum. there are the report gurus, which can help you

  • Cgicmd.dat & Reports server problem

    I have problem using key map file to access Reports from the Web.
    I have Reports Server configure and used with
    rwcgi60 placed at ..Apache\cgi-bin\
    It works fine with full url path (eg ..cgi-bin\rwcgi6?server=repserver+report=my.rdf+destype=cache+desformat=html+usedid=me/me@mydb) bu
    DOESN'T WORK when using keymap.
    I have cgicmd.dat place at ORACLE_HOME\REPORT\cgicmd.dat
    Apache is on another HOME.
    Does anyone can help ?
    null

    hello,
    did you check the server configuration file ? you have to specify where the server would find the cgicmd.dat file.
    regards,
    the oracle reports team

  • Uifont.ali - report server problem

    Dear All
    I have customized system on oracle 10g ( English interface and reports ) , the company want to make the system in both (Arabic and English) , i make every thing is okay , but the problem when i change the PDF subset in the file uifont.ali to include Arabic fonts , the report server every 2 hours stopped and give me the message ( server is in progress ) , how i can solve this problem ????

    Hello,
    Have you applied the latest patch for Reports 10.1.2 ?
    Patchset 5983622
    Description PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE
    Product Oracle Development Tools
    Release 10.1.2.3
    + Oracle Reports "bundle patch" : Patch 9774440
    There are some known issues in Oracle Reports when using DESFORMAT=DPF and Font Subsetting ...
    Regards

  • Installing report server problem

    I am trying to install report server but is not working correctly
    It seems that installed fine but zcm still saying its not install, Its running of windows 2008 64 with mssql. So I have run report server diagnostic tool at the is the results
    <?xml version="1.0" encoding="UTF-8" ?>
    <log>
    <cms>ZENSRVR.wgvc.sa.edu.au:6400</cms>
    <configfile>./TestClasses.xml</configfile>
    <logstarted>Sat Nov 12 17:58:03 CST 2011</logstarted>
    <TestClass>TestLogonLogoff
    <ItemIndex>0</ItemIndex>
    <TestName>Log On/Off</TestName>
    <TestDescription>Tests the ability to log on and off with an existing token</TestDescription>
    <TestResult>pass</TestResult>
    <TestException></TestException>
    </TestClass>
    <TestClass>InfoView
    <ItemIndex>1</ItemIndex>
    <TestName>InfoView Test</TestName>
    <TestDescription>Tests InfoView</TestDescription>
    <TestResult>fail</TestResult>
    <TestException>
    - Could not retrieve InfoView logon page from localhost:8080</TestException>
    </TestClass>
    <TestClass>WebIntelligenceTier
    <ItemIndex>2</ItemIndex>
    <TestName>Web Intelligence Tier</TestName>
    <TestDescription>Tests Web Intelligence Functionality</TestDescription>
    <TestResult>pass</TestResult>
    <TestException> Scheduling of Web Intelligence Report has successfully Completed</TestException>
    </TestClass>
    <TestClass>CrystalReportsTier
    <ItemIndex>7</ItemIndex>
    <TestName>Crystal Reports Tier</TestName>
    <TestDescription>Tests Crystal Reports Functionality</TestDescription>
    <TestResult>fail</TestResult>
    <TestException>
    - Scheduling Crystal Report failed. --Document: " Diagnostic Crystal Report Document Test" not found. </TestException>
    </TestClass>
    <TestClass>TestStartStop
    <ItemIndex>11</ItemIndex>
    <TestName>Stop/Start Servers</TestName>
    <TestDescription>Tests starting and stopping all servers except the CMS</TestDescription>
    <TestResult>pass</TestResult>
    <TestException></TestException>
    </TestClass>
    <logended>Sat Nov 12 18:09:01 CST 2011</logended>
    </log>
    has everyone got any idea how to fix it thanks Matthew

    theking2a,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • ZCM 11 Sp1 Reporting server Problem

    Hi after migrating the embedded database to MS SQL 2008 I am facing a problem while generating any report.
    The error message is as followed
    A database error occured. The database error text is: The server version is not supported. The target server must be SQL server 2000 or later.. (WIS 10901).
    I have re-installed the reporting server as suggested by NTS but the issue still remains.
    Regards
    Abhilash

    Hi Craig Wilson,
    Thanks for your reply, I guess we specify the DB server address and port detail in /opt/novell/zenworks/share/boe/bobje/odbc.ini file, but in my configuration file there is nothing related to that. Will that be the reason for this problem?
    Regards
    Abhilash Chandran
    Originally Posted by craig_wilson
    My Guess is that BOE is having a hard time talking to the SQL server.
    Are Dynamic Ports Disabled on your SQL Server for the DB?
    Taking a Trace from the Reporting Server, Do you see SQL requests being
    sent to your DB Server? (Maybe its using an incorrect address for some
    reason.)
    On 8/17/2012 6:36 AM, abhilashchandran wrote:
    >
    > Hi after migrating the embedded database to MS SQL 2008 I am facing a
    > problem while generating any report.
    > The error message is as followed
    > A DATABASE ERROR OCCURED. THE DATABASE ERROR TEXT IS: THE SERVER
    > VERSION IS NOT SUPPORTED. THE TARGET SERVER MUST BE SQL SERVER 2000 OR
    > LATER.. (WIS 10901).
    > I have re-installed the reporting server as suggested by NTS but the
    > issue still remains.
    >
    > Regards
    > Abhilash
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Report server problem - REP-110

    Hi,
    I am running a report server 10g on AIX 5.3.
    While executing the URL,
    http://192.168.107.205:7786/reports/rwservlet/showjobs
    I am getting an error like,
    Error
    Terminated with error: <br>REP-110: Unable to open file 'rep1'. REP-1070: Error while opening or saving a document. REP-0110: Unable to open file 'rep1'.
    What will be the problem. Please help me to solve this.
    Regards,
    Mathew

    Not sure if this helps but have you checked if there is a file called "rep 1" and what rights are set for that file?

Maybe you are looking for