Reports path - 10g

Hi All,
Can you please let me know how to configure the reports path. Currently I have placed all me .rdf reports in D:\myreports.
I am calling one of the reports from FORMS as:
Web.show_document('http://<servername>:<port>/reports/rwservlet?userid=scott/tiger@orcl&report=D:\myreports\emp.rdf&desformat=pdf&destype=cache&paramform=no
I am able to view the same when accessed from the machine on which I have placed the report, but not from other systems in the network.
Can you please help me out?
Thanks in advance.

i specified path for reports in .env and registry value REPORTS_PATH but still it prompts unable to open file.the path specified is correct and has the required .rep files.
any more paramaters to set.?

Similar Messages

  • Hide report path in oracle form 10g (10.1.2.0.2)

    Dear all,
    I m oracle form 10g (10.1.2.0.2) ,when i run report through form using paramform='yes' then parameter form open with path and userid/pass please
    help me how to hide this path

    Dear all,
    I m using WEB.SHOW_DOCUMENT, but i m running report without AS
    using following code,
    v_pw:=
    get_application_property(password);
    v_user:=
    user;
    v_conn:=
    get_application_property(connect_string);
    lv_host:=
    :global.gv_ser_add;
    lv_sys_param:=
    '&server='||:global.gv_ser_nm||'&DESTYPE=CACHE&DESFORMAT=PDF&mode=DEFAULT&PARAMFORM=yes';
    lv_path:='report=D:\test.rep';
    lv_usr_dtls:='&USERID='||v_user||'/'||v_pw||'@'||v_conn;
    lv_url:=lv_host||lv_path||lv_sys_param||lv_gen_param||lv_usr_dtls;
    lv_url:=replace(lv_url,' ',lv_url);
    hidden_action := hidden_action ||'&USERID='||get_application_property(username)||'/'||v_pw;
    web.show_document(lv_url,'_blank');
    please suggest where i m doing wrong
    Thanks
    Manoj rajput
    hide report path in oracle form 10g (10.1.2.0.2) 

  • Excel Output when Converting 6i Reports to 10g

    I am attempting to convert about 25 reports from Oracle Reports 6i to Oracle Reports 10g (10.1.0.4.2). The existing 6i system uses the Oracle Portal for job submission. The report server and our Oracle database are on Sun/Sparc/UNIX computers for both 6i and 10g. We have no space issues. In 10g, users will submit reports from Oracle Forms, running on Windows desktops.
    I am an experienced programmer in Windows reports and forms using MS-Access and Visual Basic. I am new to Oracle Reports and Forms.
    The existing 6i reports were set up so that a single report can be generated in either PDF or Excel format by just changing the DESFORMAT parameter from PDF to DELIMITED. We also have multiple optional parameters. In 10g, I cannot get the Excel to generate when there are groupings or summaries in the PDF version.
    In the 6i version, headers, footers, and summary lines were enabled or disabled in appropriate triggers through PL/SQL code:(IF :DESFORMAT = ‘DELIMITED’ THEN RETURN TRUE/FALSE;). In order to get the Excel spreadsheet we use the following URL: http://server1/reports/rwservlet?my_reports&report=labor_detail&destype=cache&desformat=delimited&mimetype=application/vnd.ms-excel&paramform=no&BEGIN_DATE=01%2F01%2F2009&END_DATE=01%2F31%2F2009&RESOURCE_TYPE=100
    When I converted the 6i report to 10g, I changed the following properties to support web layout:
    •     Report > Report Escapes
    •     Report > XML Settings
    •     Web Source: <%@ page contentType. . . and <rw:include. . .
    •     Paper Layout> Body> Web Settings > Table Attributes
    •     Changed triggers from :DESFORMAT = ‘DELIMITED’ to :DESFORMAT = ‘SPREADSHEET’; also tried deleting these triggers altogether
    In hopes of getting something to work, I rewrote a report for Excel only, but it will only accept one parameter. When multiple parameters are provided, it displays the correct data, but in paper layout.
    In the 10g version that is for Excel only, we use the following URL:
    http://server2/reports/rwservlet?my_reports&report=labor_detail&DESTYPE=CACHE&DESFORMAT=SPREADSHEET&WHERE_CLAUSE%20AND%20WORK_DATE>=’01/01/2009’%20AND%20WORK_DATE<=’01/31/2009’%20AND%20RESOURCE_TYPE=’100’
    I tried submitting the 10g report with the &MIMETYPE parameter, and it appears to open up the PDF file in Excel. I am using .rdf format, but I don’t see any difference when I use .jsp format.
    Is there a way I easily convert my existing reports and parameters so that they will produce Excel format?

    Thanks to everyone for their suggestions. I don't think I need to use the Forms Migration tool since the form has already been migrated from 6i to 10G. (Since I am now using an existing 10G form rather than trying to convert my 6i form.) I will check the FORMS_PATH. Is that in my registry file? I'm pretty sure the library has been compiled in 10G since it is attached to the other 10G forms I have and they work fine. But, just in case, how do I compile the library? And back to the FORMS_PATH: I still have the 6i version of Forms Builder on my PC. Will changing the path affect using 6i? Probably yes.

  • Reports path

    Hi,
    I am working on oracle 10g with developer 2000 . I have a problem while running reports. when i run a report it goes to a particular path in which my database are not there and hence gives a error 'cannot find server'. everytime i have to physically change the path of the database to run the report.
    THE PATH WHERE MY APPLICATION AND THE IP ADDRESS OF WINDOWS SYSTEM IS THIS
    http://comp:8889/reports/rwservlet?destype=cache&desformat=pdf&paramform=yes&parameter=yes&report=d:\source\pension\R_CPO&PRM_TXN_TYPE=&PRM_OFF_ID=209&PRM_SECN_ID=PV1&PRM_USER_ID=IAAD&PRM_MENU_ID=R_CPO&PRM_MENU_NAME=CPO&userid=SAIBANG/SAI@saibang
    WHERE AS THE REPORT TAKES ME TO THIS PATH
    http://10.112.137.170:8889/reports/rwservlet?destype=cache&desformat=pdf&paramform=yes&parameter=yes&report=d:\sai\bangalore\pension\R_CPO&PRM_TXN_TYPE=&PRM_OFF_ID=209&PRM_SECN_ID=PV1&PRM_USER_ID=IAAD&PRM_MENU_ID=R_CPO&PRM_MENU_NAME=CPO&userid=SAIBANG/SAI@saibang
    I had a look at the reports conf file , but couldnt find the path of the database which the report shows for me to change it. It looks like some where the report path has been hardcoded but i am not able to locate it.
    There might be some link missing while installing the application and the database and thats why i thought i could post this in this forum.
    I would be thankful if anyone could help me out to configure the reports path for effective running the report
    thanks in advance
    nana

    thanks a lot for your answer. Sorry for troubling you again. I did search the file in Devsuitehome\reports\dtd. "file:/D:/orant/reports/dtd/rwserverconf.dtd"> In my rwserverconf.dtd i looks different
    <!--
    Copyright 2000, 2005 Oracle Corporation.
    500 Oracle Parkway, Redwood Shores, CA 94065, U.S.A. All rights reserved.
    This is the DTD defining the Reports Server Configuration file
    (XML) format/syntax.
    -->
    <!ELEMENT server (compatible?,
    cache?,
    engine+,
    security*,
    oidconnection?,
    destination*,
    networkConfig?,
    job+,
    notification*,
    log?,
    jobStatusRepository?,
    trace?,
    connection?,
    ORBPorts?,
    queue?,
    persistFile?,
    jobRecovery?,
    identifier?,
    environment*,
    pluginParam*)>
    <!ATTLIST server
    version CDATA #IMPLIED>
    <!ELEMENT cache (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.cache.Cache interface -->
    <!ATTLIST cache
    class CDATA "oracle.reports.cache.RWCache">
    <!ELEMENT engine (property*)>
    <!-- class specifies full qualified java class name which starts engine -->
    <!ATTLIST engine
    id ID #REQUIRED
    class CDATA #REQUIRED
    classPath CDATA #IMPLIED
    initEngine CDATA "1"
    maxEngine CDATA "1"
    minEngine CDATA "0"
    engLife CDATA "50"
    maxIdle CDATA "30"
    callbackTimeOut CDATA "60000"
    jvmOptions CDATA #IMPLIED
    engineResponseTimeOut CDATA "0"
    defaultEnvId CDATA #IMPLIED>
    <!ELEMENT security (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.server.Security interface -->
    <!ATTLIST security
    id ID #REQUIRED
    class CDATA #REQUIRED>
    <!ELEMENT oidconnection EMPTY>
    <!ATTLIST oidconnection
    init CDATA "10"
    increment CDATA "10"
    timeout CDATA "0">
    <!ELEMENT destination (property*)>
    <!-- class specifies full qualified java class name which subclass
    oracle.reports.server.Destination abstract class -->
    <!ATTLIST destination
    destype ID #REQUIRED
    class CDATA #REQUIRED>
    <!ELEMENT networkConfig EMPTY>
    <!ATTLIST networkConfig
    file CDATA      #REQUIRED>
    <!ELEMENT job EMPTY>
    <!ATTLIST job
    jobType CDATA "report"
    engineId IDREF #REQUIRED
    securityId IDREF #IMPLIED>
    <!ELEMENT notification (property*)>
    <!ATTLIST notification
    id CDATA "mailNotify"
    class CDATA #REQUIRED>
    <!ELEMENT log EMPTY>
    <!ATTLIST log
    option (allJobs|succeededJobs|failedJobs|noJob) "noJob">
    <!ELEMENT jobStatusRepository (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.server.JobRepository interface -->
    <!ATTLIST jobStatusRepository
    class CDATA "oracle.reports.server.JobRepositoryDB">
    <!ELEMENT queue EMPTY>
    <!ATTLIST queue
    maxQueueSize CDATA "1000">
    <!ELEMENT connection (orbClient*, cluster?)>
    <!ATTLIST connection
    maxConnect CDATA "20"
    idleTimeOut CDATA "15">
    <!ELEMENT ORBPorts EMPTY>
    <!ATTLIST ORBPorts
    value CDATA #REQUIRED>
    <!ELEMENT orbClient EMPTY>
    <!ATTLIST orbClient
    id ID #REQUIRED
    publicKeyFile CDATA #REQUIRED>
    <!ELEMENT cluster EMPTY>
    <!ATTLIST cluster
    publicKeyFile CDATA #REQUIRED
    privateKeyFile CDATA #REQUIRED>
    <!ELEMENT persistFile EMPTY>
    <!ATTLIST persistFile
    fileName CDATA #IMPLIED>
    <!ELEMENT trace EMPTY>
    <!ATTLIST trace
    traceFile CDATA #IMPLIED
    traceOpts (trace_prf|trace_brk|trace_app|trace_pls|trace_sql|
    trace_tms|trace_dst|trace_log|trace_err|trace_inf|
    trace_dbg|trace_wrn|trace_sta|trace_exc|trace_all|none) "trace_all"
    traceMode (trace_replace|trace_append) "trace_replace"
    traceModule (all|server|engine) "all">
    <!ELEMENT compatible EMPTY>
    <!ATTLIST compatible
    version (6i) "6i">
    <!ELEMENT jobRecovery EMPTY>
    <!ATTLIST jobRecovery
    auxDatFiles (yes|no) "no">
    <!ELEMENT identifier (#PCDATA)>
    <!ATTLIST identifier
    confidential (yes|no) "yes"
    encrypted (yes|no) "no">
    <!ELEMENT environment (envVariable*)>
    <!ATTLIST environment
    id ID #REQUIRED>
    <!ELEMENT envVariable EMPTY>
    <!ATTLIST envVariable
    name CDATA #REQUIRED
    value CDATA #IMPLIED>
    <!ELEMENT pluginParam (#PCDATA)>
    <!ATTLIST pluginParam
    name ID #REQUIRED
    type (text|file|url) "text">
    <!ELEMENT property EMPTY>
    <!ATTLIST property
    name CDATA #REQUIRED
    value CDATA #REQUIRED
    confidential (yes|no) "no"
    encrypted (yes|no) "no">
    Is this the one which i am supposed to modify or am i looking the wrong config file. Your help in this regard will be of much use
    thanks once again

  • ORACLE reports Build 10g - Data Model - query - If statement in Alias ?

    I have the following select statement. It has the alias Survivors, Deaths and "All
    With the ORACLE reports Build 10g - Data Model - I have the following query statement. I require the alias to change. Can the following be done.
    Cases". Is it posible to use :P_LANGUAGE variable to say that -- IF :P_LANGUAGE = FRENCH THEN alias are Survivants for survivors, Décès for Deaths, Tous_les_cas for All Cases. Please advise
    SELECT ALL T_NTR_MULTIBAR.CAT, T_NTR_MULTIBAR.NUM_CASES_LEFTBAR AS Survivors,
    T_NTR_MULTIBAR.NUM_CASES_MIDDLEBAR AS Deaths, T_NTR_MULTIBAR.NUM_CASES_RIGHTBAR AS "All Cases"
    FROM T_NTR_MULTIBAR
    WHERE INSTANCE_NUM = :P_INSTANCENUM
    order by ORDERS

    It is no problem, you can automatically change the complete query before the report is running, which delivers you different kind of values. But the alias names does not change in the group of the data-model, although two query are running with different alias names at different times. In the data model you see the alias names of the first implemented select statement, which are the column fields in the layout.

  • Issue is TEXT_IO application API is not working in report builder 10g.

    Issue is TEXT_IO application API is not working in report builder 10g.
    TEXT_IO application api is working in report builder 6i. (Not working in upgrade from Oracle EBiz 11i to Oracle Ebiz R12)
    I saw that details in some forums, client_text_io is available for form builder 10g.
    Is any other api available for report builder 10g?
    If it is available what steps we need to do?

    All the CLIENT_% procedures are part of webutil in Forms. Forms uses the Java applet on the client PC to perform actions on the local PC via webutil. This is not possible for Reports.
    You can still use text_io on the server, but you need some other way to copy the files to/from the client PC.
    I wonder how you used the functionality in EBS R11. Even R11 uses web reports, so text_io already worked on the server, not the client PC.

  • Report server 6i and Report services 10g

    what is the extra features in Report Services 10g which are not available in Report server 6i.
    why would we use AS report services 10g rather then report server 6i,and our only requirment is to run oracle report on web which can fulfill with the help of reports server 6i.

    There is a long list of new features and I cant put all of them here
    You can see docs below
    For running on Web 9i, 10g moves to Servlet based architecture (though old cgi mode is available for backward compatibility). Reports behaves as a component in IAS and can be monitored and managed through Oracle Enterprise Manager (OEM).
    More details here
    http://www.oracle.com/technology/products/reports/index.html
    and here is the 10g datasheet
    http://www.oracle.com/technology/products/reports/10g/DATASHEET.HTM
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • How i can save report updation on report builder 10g

    how i can save report updating on report builder 10g
    please help me
    any help will be appreciated

    See anwer in :
    why no body try to help me its possible no body has idea about how to save

  • Dynamic Order By on Report Builder 10g

    Hi,
    How can I do a dynamic order by clause using user parameters on Report Builder 10g? I need to set dynamically the column and the direction on the clause.
    Thanks.
    Bruno Galletti
    Brazil.

    Hi Bruno / Rainer,
    I am implementing the same solution, and after adding the lexical parameter reference in the SQL statement and calling the report from Oracle Forms the report failed with the following error on the report server:
    Terminated with error: <br>REP-300: missing expression select wcsr_no , wcsr_date , wcsr_rec_week_zone , wcsr_loc_house_num || ' ' || wcsr_loc_pre_dir || ' ' || wcsr_loc_street_name || ' ' || wcsr_loc_street_type || ' ' || wcsr_loc_post_dir || ' ' || wcsr_loc_unit || ' ' || wcsr_loc_city || ' ' || wcsr ==>
    No change has been done to the SQL statement except adding the &p_orderby parameter at the end of the query.
    Any suggestions? Are all parameters defined as "bind" parameters on the Repotr Object Navigator.?
    Thanks
    Gabriel Aguirre
    [email protected]

  • Report Builder 10g does not start on Windows 7 (stays minimized)

    When i run the report builder 10g in my Windows 7 machine, the splash screen appears for some time and then it minimizes to the task bar. Thinking that it has loaded and gone to task bar, if i click the icon on task bar, it shows another splash screen and loads another copy of Report Builder, which also minimizes to same icon.
    On right-clicking the icon there is no maximize button. I tried running it as administrator and also fix the compatibility, but nothing worked.
    This issue starts only after some days of installing the developer 10g. It worked ok for some days and then it started behaving like this. Seen this twice now, both times on re-installing the developer suite the issue goes away.
    Is there any way to solve this other than re-install the Oracle Developer ?

    Hello,
    Did you check the files cagprefs.oar and cauprefs.ora ?
    Re: report builder
    regards

  • Calling a Web Service in Oracle Report Developer 10g?

    Hello,
    Does Oracle Report Developer 10g supports Web Services (calls) or XML files as a Data Source?
    If yes. From what version?
    Thanks.

    ok, so you have at least 2 solutions:
    1. you get the data into a loop through your Java array.
    2. you use the EXEC_SQL package function to create a dynamic SQL cursor
       Select ... from the_table where code in ('c1', ..., 'cn')Francois

  • How to set the report path in a model plugin

    I am trying to figure out how to set the report path in a process model plug-in. I can seem to figure out how to get access to it. It seems like this would be a reasonable thing to do since the plug-ins are for results processing. Does anyone know how to do this? We typically use the Sequential process model but I am trying to keep my plug-in as independent of that as possible. 
    Thanks.
    Solved!
    Go to Solution.

    If I understand, you want your plug-in, when enabled, to alter the settings of any other instances of the NI report plug-in such that their reports share the same directory as your plug-in is configured to use.
    If so, your plug-in can access and modify the settings of all other plug-in instances. All instances are passed to all plug-in entries point in the plugins array sub-property of the ModelConfiguration parameter. You can iterate through this array. Any element of the array with a Base.SequenceFilename equal to "NI_ReportGenerator.seq" is an instance of the NI report plug-in. Its report options are stored in the element under PluginSpecific.Options.
    You can change the report options to what ever you want. Note that the ReportOptions model callback is called from the Initialize model-plugin entry point, so you might want to ensure that your changes are applied after that, so they aren't overwritten. To do that, you could make your changes in the the Initialize entry point of your plug-in, and ensure that your plugin runs last. To make it run last, you could set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your plug-in file to a value greater than 0, such as 1.0 (see TestStand Help>>Fundamentals>>Process Model Architecture>>Process Model Plug-in Architecture>>Structure of Plug-in Sequence Files>>Model Plug-in Entry Points>>Order of Entry Point Execution at Run Time).

  • Report Builder 10g problem

    I already create my report by using report builder 10g then I run it and its ok after that I tried to make some modification on that report and I Compile it(ctrl+shift+k) and Generate it(ctrl+t) the I saved it as RDF file but when i run it the modification which i made it didn't show on the report i dont know why?
    any body has idea in this
    plz help me..
    Regards
    Rahma Al-Saadi

    Probably you might have old .rep file in your directory. You can create .rep file of you modified rdf file by opening it in builder and pressing Ctrl+T.
    This is a Forms forum , you can post in Reports for better replies.

  • Using DDE package in report builder 10g

    Hi,
    I use this code in form 10g to edit a ms word and its work properly:
    DECLARE
    APPID PLS_INTEGER;
    CONVID PLS_INTEGER;
    DOCID PLS_INTEGER;
    SYS_DATE CHAR(8);
    BEGIN
    SELECT TO_CHAR(SYSDATE,'MM/DD/YY') INTO SYS_DATE FROM DUAL;
    APPID := DDE.APP_BEGIN('C:\Program Files\Microsoft Office\Office12\WINWORD.EXE',
    DDE.APP_MODE_MINIMIZED);
    CONVID := DDE.INITIATE('WINWORD','SYSTEM');
    DDE.EXECUTE(CONVID,'[FileOpen "c:\bin_test\exp.dotx"]', 10000);
    DOCID := DDE.INITIATE('WINWORD','c:\bin_test\exp.dotx');
    DDE.POKE(DOCID,'BOOKMARK1', SYS_DATE,DDE.CF_TEXT,10000);
    DDE.EXECUTE(DOCID,'[FileSaveAs "c:\bin_test\output.doc"]', 10000);
    DDE.TERMINATE(CONVID);
    END;
    when I put this code in the afterreport trigger in report builder 10g and call the report from form;
    a blank document word is opened withoud any changes as well as the report result in pdf format.
    what can i do to let this code work in report builder??
    best regards,
    Ahmad

    I use this code in form 10g to edit a ms word and its work properlyI very much doubt that. Calling DDE from Forms this way would result in trying to open Word on the <b>server</b>.
    the report result in pdf formatThe report result format is determined by how it is called. Looks like you call it with desformat=pdf.

  • Generate txt output using a program unit in web report (OAS 10g)

    Hi Everyone.
    I have a c/s report (6i) which generates a txt file in a program unit using TEXT_IO package. I need to move this report to web (Reports 10g) and publishing it in OAS 10g. I've done that (without the text file generation), I can see the report on the browser in PDF Format and works fine... but, I still have a problem... when I use Text_io package, the c/s version of the report in 10g runs an generates the output.txt file but when I move it to web I got an error in the before report trigger (in which I invoke the program unit sp_generate_txt)
    I looked around for a solution and I just find the usage of webutil package, but as you know, webutil package is only usable in Forms.
    Any Ideas on how can I solve this problem?

    Hello,
    TEXT_IO can be used in Reports deployed on the web.
    The difference with Client /Server is the fact that the file create by TEXT_IO will be created on the "Middle Tier Server" and not on the Client.
    Regards

Maybe you are looking for

  • IPod shows up as a Generic Volume

    I have the 5th generation color, 60GB, IPod with ITunes 6.0 running on Windows XP through a FireWire Port. The IPod was working great until my last automatic update from ITunes to IPod. Only about half of my new songs were transferred and now ITunes

  • Determine Partner from Ship to Party in Sales Order

    Hi All, I am in need of help. I have following requirement for Partner Determination. 1. In Ship to Party I have a Partner ZI     I need system to get that ZI partner in my Sales Order. I have setup the Origin Field to SH. But still it doesn't get it

  • Hard Drives will not boot or mount

    I've been having problems with my hard drives (3) mounting over the last month or so. I had them on the SIIG Ultra 133/100 card. The drives would be on the desktop and working fine and then after a shut down or restart they would be gone. A pram rese

  • Recovery without DVD Drive

    Recently purchased a HP ProBook 430 G1.  I attempted to request HP Support online but when I clicked on the link for this model no page was found.  Hope someone here can help.    The device was installed  with Windows 7 (at my request).   It came wit

  • Iphoto stopped importing photos from iphone 6.

    All of a sudden, iPhoto 9.2.3 stopped importing photos from my iPhone 6 (iOS 8.1.2).  It says "All photos have already been imported" which they have not.  I still have photos in Camera Roll which iPhoto did not import.  At the same time, I started r