Set reports_path in AS 10g

Hi everyone,
I am having a problem setting the reports_path on AS 10g. I changed the environment variable to C:\ORACLE\ORAWINFRS\REPORTS on a windows 2003 machine. That's where my reports are saved.
But, when I try to run a report from a form, it can not find it. Also, when I run this http://......:7778/reports/rwservlet/showenv... to see the environment variables for the report server. I do not see my new setting as part of the reports_path. This is whats in my
REPORTS_PATH :
C:\oracle\orawinfrs\reports\templates;C:\oracle\orawinfrs\reports\samples\demo;C:\oracle\orawinfrs\reports\integ;C:\oracle\orawinfrs\reports\printers;
Is there another place where I can set reports_path in the AS10g?
Thanks for your help in advance!

With a Report invoked via URL, such as http://host/reports/rwservelet..., I believe what you are looking for is in the %OH%\reports\conf\rep_(hostname).conf. In that file under <engine id="rwEng", there is a sourceDir property, which is the directory path for the reports. You will need to uncomment this tag after you put in the directory path. Example:
<property name="sourceDir" value="d:\abc\def\reports"/>
You can access this file via Middle Tier Enterprise Manager, then select Reports Server: rep_hostname, then select Edit Configuration File. What you are editing is the file mentioned above. It will require a restart of the report server.
Hope that works for you. Regards, John

Similar Messages

  • Setting 'REPORTS_PATH' for 10g

    hi
    i wanna to call a report from a form(10g). I know i have to set REPORTS_PATH to define the path of reports. The problem is that, I have my reports on other machine than application server. if i set the reports_path for local machine's reports, it works properly, but i m unable to set the reports_path for remote machine e.g.
    REPORTS_PATH=\\macine_name\folder_name
    thanks

    You can use UNC notation in reports_path, but the user that runs the reports server must be able to access this directory.
    If you are running on Windows, the service is likely to run under LocalSystem, which has no access to remote directories. Run the service as a real domain user.

  • Need two different reports_path in AS 10g

    Hi,
    I have AS 10g with one Report-Service and
    I do need two different REPORT_PATH for Testing and Production.
    I set the different REPORTS_PATH=xxx into the different xxx.ENV ,
    but it doesn't work,
    the Reports_Path is setting from the registry REPORTS_PATH.
    what is a way to set reports_path dynamic ?
    do I need a REPORTS_CLASSPATH in the xxx.ENV
    or can I assign the REPORTS_PATH to rp2rro.pll ?
    Norbert

    Thank you,
    set the different env in reports-config works.
    But the next is:
    I do use RP2RRO library and a param_list to start the report with rwservlet :
    RP2RRO.RP2RRO_RUN_PRODUCT (REPORTS,p_ReportName, SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    and would like to use this to give the report the env with the RP2RRO-Service rp2rroReportOther:
    RP2RRO.setOthers('ENVID=TEST');
    But it doesn't work, and I think the reason is, that RP2RRO.setOthers doesn't work
    with param_list : "You cannot use rp2rroReportOther with parameter lists"
    (rp2rro.pll version is from 2002 )
    what to do ?
    can I change the RP2RRO to set RP2RRO.setOthers('ENVID=TEST') WITH param_list ?
    Regards
    Norbert
    'will create a new thread
    Message was edited by:
    astramare

  • Setting REPORTS_PATH on a 9i AS AIX environment

    Hi
    Can someone tell me where you set REPORTS_PATH on a 9i AS AIX environment?

    It's all in the documentation:
    http://download-east.oracle.com/docs/html/B14048_02/pbr_rfap.htm#sthref4026

  • How to set event trace in 10g

    Hi,
    How to set event in oracle 10g, its 11i apps.
    Support says that we have to set
    To help confirm the analysis if related to\bug can you put in an errorstack forever
    on 1426 and 6502.
    eg: event="1426 trace name errorstack forever, level 3"
    event="6502 trace name errorstack forever, level 3"
    Also immediately after the error see if you can run below statement:"
    Do i need set this event parameters in init.SID.ora, Please let me know

    Danny,
    It depends on the level of trace you want to enable. Also, please note you can set the same at the session level, so it depends on what issue you have. If this is a database generic issue, then set it in the init.ora file and bounce the database. If it is a client/session issue, set it at the session level -- See Note: 218105.1
    Since the support suggested something specific, then just follow their suggestion.
    Regards,
    Hussein

  • Problem with Character Set in Oracle database 10g

    Hi,
    I tried to import one tablespace into test server. Source server with Oracle 8i and Target server with Oracle database 10g. The error I get is
    Import: Release 10.2.0.1.0 - Production on Thu Aug 3 00:20:49 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V08.01.07 via conventional path
    About to import transportable tablespace(s) metadata...
    import done in WE8DEC character set and AL16UTF16 NCHAR character set
    export server uses WE8DEC NCHAR character set (possible ncharset conversion)
    . importing SYS's objects into SYS
    . importing SYS's objects into SYS
    IMP-00017: following statement failed with ORACLE error 19736:
    "BEGIN sys.dbms_plugts.beginImport ('8.1.7.4.0',2,'2',NULL,'NULL',67051,25"
    "51,2); END;"
    IMP-00003: ORACLE error 19736 encountered
    ORA-19736: can not plug a tablespace into a database using a different national character set
    ORA-06512: at "SYS.DBMS_PLUGTS", line 2386
    ORA-06512: at "SYS.DBMS_PLUGTS", line 1946
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully
    PLZ somebody help in geting resolve this. Has anybody seen this error before.

    The solution to this problem is described in MetaLink note #211920.1. But this note is published with LIMITED access as it involves using a hidden parameter.
    You can get access to the note through Oracle Support only.
    The problem itself is solved generically, if the source database is at least 10.1.0.3 and the target database is 10.2
    -- Sergiusz

  • Can I set classpath for OAS 10g?

    Hi,<br>
    <br>
    I have OAS on my workstation. Here are the details.<br>
    Server : Oracle Application Server 10g Release 3 <br>
    Version : 10.1.3.1.0 SOA4<br>
    Build : 061008.0900.00025<br>
    Platform : Windows XP - SP2<br>
    <br>
    I want to set an explicit classpath for complete OAS 10g as such and not to an individual oc4j application. Will I be able to do it?<br>
    I saw the System Properties after my server started.<br>
    It has a name-value pair as "java.class.path oc4j.jar".<br>
    So, I assume all my classpath settings (done thru Environment Variables from My Computer) are lost.?<br> I want to set it explicitly during the server startup itself. Can I do that?<br>
    I tried setting below in the opmn.xml <br>
    <process-set id="ASG" numprocs="1"><br>
         <module-data>          <br>                         <category id="start-parameters">     <br>               <data id="start-executable" value="C:\Oracle\product\10.1.3.1\OracleAS_1\jdk\bin\java"/>     <br>               <data id="start-args" value="-classpath C:\abc\properties\"/><br>
    I appended my properties folder after all the jar files present in that tag.<br>
    But its not loading any of my properties files.<br>
    <br>
    Can someone please help me out.<br>
    <br>
    Regards,<br>
    <br>
    Prashanth Babu.

    No, the iPad does not support multiple user accounts or preferences.

  • Urgent . where to set reports_path to use with find_report_object

    Hello,
    I'm not sure it is possible but I want to execute a report from forms without having to create a report object at design time in the object navigator, or do I have to create a dummy?
    I thought it could be created at runtime and the find_report_object would just look for the given name in the reports_path.
    I looked up this path by going to http://w3gvb772:7778/reports/rwservlet/showenv?server=tgcrep772 is my repservername and checking the reports_path entry. I putted the report there to be sure I'm using the right path but it doesn't work?
    So questions are:
    Do i have to create a dummy object in the navigator bar at design time?
    Can a report_object be created at runtime and how?
    How can I change the default reports_path given in the link above?
    I have already an environment id added with the reports path but apparently this is not taken into account when running find_report_object
    Thanks for the help

    Hello,
    REPORTS_PATH is a variable used by the Reports Server. You cannot set it in the Forms envFile . (Or you can set it, but it will not be taken into account by the Reports Server...)
    It was possible in the previous versions when the Reports runtime (rwrun60 for example) was launched by Forms to execute a Reports.
    Regards

  • Problem setting up DSN for 10g ODBC driver

    Hello,
    I am simply trying to install an ODBC driver for 10g. To accomplish this, I first downloaded the odbc driver for 10g 10.2.0.2.0. The Readme notes said that I need to install the odbc driver using the Oracle Universal Installer. So I got a copy of just the OUI from our DBA. I installed the OUI 10.2. Using the installer, I installed the 10.2.0.2.0 odbc driver. The Readme notes said to look for the file "products.jar", which was not available, but "products.xml" was, so I used "products.xml", and the driver installed successfully.
    The next step was to set up an ODBC DSN for this driver. When I attempted to do this, the Microsoft ODBC Administrator threw this message: The setup routines for the Oracle in DEFAULT_HOME ODBC driver could not be loaded due to system error code 127, followed by Could not load the setup of translator library.
    Other threads suggested that I copy the DLLs mfc71.dll, msvcrt.dll, and msvcr71.dll from my C:\Windows\System32 directory to the directory where I installed the odbc driver (C:\orant\BIN) and to ensure that this directory path was defined under the PATH environmental variable. I followed all these instructions but to no avail - I am still having the same problem. PLEASE HELP!!! Thanks in advance!!

    Hi,
    >>could not be loaded due to system error code 127
    Did you try install it on other machine ? Maybe this current machine has a DLL versions problems ...
    Cheers

  • Converting Unicode to UTF-8 character set through Oracle forms(10g)

    Hi,
    I am working on oracle forms (10g) where i need to load files containing unicode character set (multilingual characters) to database.
    but while loading the file , junk characters are getting inserted into the database tables.
    while reading the file through forms , i am using utl_file.fopen_nchar,utl_file.get_line_nchar functions to read the unicode characters ...
    the application server , and database server characterset are set to american utf8 characteset.
    In fact , when i change the text file characterset to utf8 through an editor(notepad ++,etc) , in that case , data is getting inserted into database properly,(at least working for english characters) , but not with unicode ...
    Any guidance in this regard are highly appreciated
    Thank you in advance
    Sanu

    hi
    please check out the following link.
    http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm
    sarah

  • Need help setting up email on 10g

    Okay, so I've run the utlmail.sql and the prvtmail.plb and it successfully completed. From what I understand I now need to do something like
    alter system set smtp_out_server = '<ip-address:port' scope=Both;
    My question is, how do I know what to put for the ip-address:port?
    Another website describes configuring the SMTP_OUT_SERVER parameter like this......
    alter system set SMTP_OUT_SERVER='mail.yourdomain.com' scope=spfile;
    What would I use for mail.yourdomain.com?
    Edited by: user632088 on May 24, 2010 2:25 PM

    Well, I've got a 10g database on my home computer, but I don't exactly have a website or domain. My email account is with att/yahoo. I'm building an oracle application which will email out to a specified email address from a pl/sql procedure. What should I use for the SMTP_OUT_SERVER? The domain name for when I'm actually in my email or is it some IP address?

  • How much maximum session can be set in oracle 9i,10g,11i

    Hi Team,
    This is the question came to my mind how much maximum number of session can be set in the database. is there any database version dependencies. like in 9i we can set this much session and 10g so on..
    Please help me..
    Thanks..

    For all the releases, SESSIONS parameter the value can range from 1 to 2^31. Its mentioned in the Oracle Document.
    http://docs.oracle.com/cd/B28359_01/server.111/b28320/initparams220.htm

  • Setting reports_path

    Can someone please tell me the steps to set up reports_path in em reports.sh. Also, is there a way to configure in em rwserver.conf.

    Hi,
    From the reports.sh file you asked i conclude you are using Linux, so reports.sh is located at ORACLE_INSTANCE/bin.
    Just localize REPORTS_PATH variable and append the new path to it.
    Hope this helps
    Regards
    Carlos

  • Where is partnerDefinedPIPPayloadBindingId value set in Oracle b2b 10g

    Hi I am using custom documents to be exchanged over Rosettanet(RSIF). The TP expects the following tag in the service header of the Rosettanet Wire message which is being constructed by Oracle B2B :
    <partnerDefinedPIPPayloadBindingId>
    <ProprietaryReferenceIdentifier>PIDX</ProprietaryReferenceIdentifier>
    </partnerDefinedPIPPayloadBindingId>
    This is a mandate parameter that is to be sent if documents are used on RSIF.
    I am not able to find a way to set this up anywhere on the Oracle B2B screens. Can someone pls. help.

    If I am not wrong then Oracle B2B does not set this header. PIDX implementation guide (http://www.pidx.org/standards/upload/PIDX%20XML%20Implementation%20Guideline%202002-02-14%20V1.0.doc) mentions about "partnerDefinedPIPPayloadBindingId" implementation as -
    This data element is used to identify a proprietary binding ID that permits the RosettaNet based parts of a multipart message to bind to non-RosettaNet parts. This element is populated to cover where the trading partners wish to exchange messages based on proprietary document formats (non-RosettaNet Schema) using a RosettaNet PIP.
    PIDX requirements support the use of the RNIF Framework but will not use existing RosettaNet PIPs. Given that this is the case, * Trading Partners will typically not populate this data element. *From above reference it does not seem to be mandatory parameter. Still if your requirements bound you to use this header, contact Oracle Support to get help on this.
    Regards,
    Anuj

  • Setting RBO in oracle 10g

    Hello All,
    my PROD is currently running in 9i hp ux. we are planning for upgrade to 10.2.0.4.
    most of my application uses RBO in my 9i database. when it migrates to 10g Developers and customer dont want to use default CBO as they will have to make lot of changes in the code.
    Can we retain the RBO in 10g database?
    also how can we disable auto statistics gathering.
    Thank you,
    Anil

    9i and beyond has optimizer_dynamic_sampling.
    If you stop the job, it means Oracle will have to generate the statistics for every statement.
    YMMV.
    Your (or your customers) current strategy is to replace a T-Ford by a Ferrari, and to stick with the T-Ford engine (and the color of course which is black)
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for