Solution: Closing Oracle Graphics Batch icon

I found a solution to a problem, so I'll share it with others who may encounter the same problem.
The problem: When executing a report from forms(via run_product)that contains graphics, the Graphics Builder Batch icon appears on the user's Windows desktop. It stays there, after the report is finished, and even after the application is logged off. Forms online help showed this solution:
/* Post-Form trigger */
OG.INTERPRET('display.ogd', 'CHART_ITEM2', 'og_quit;');
A variety of different reports can be run from my form, so after each run_product(REPORTS...) line, I put the OG.INTERPRET line like this:
OG.INTERPRET('res_trend_graph.ogd', null, 'og_quit;');
The first parameter is the name of the .ogd file (the one you specified when you created the report on Report Builder. View the Chart Filename property of the chart item under Layout Model-->Main Section-->Body). I couldn't find any value from the chart definition that would work for the second parameter, so I tried null, and now the command works.
null

hello,
thanks for sharing this solution. but be aware that closing the OG_BATCH after each execution has negative impact on the performance of your application as the og_batch has to be started again for every report that invokes charts.
what you might want to consider is moving the closing-procedure into your post-form-trigger or wherever you clean-up your environment so the ogbatch is kept open during application processing. sub-sequent chart-requests will be handled faster as they will re-use the already running og_batch
regards,
the oracle reports team

Similar Messages

  • Changing legend labels in Oracle Graphics 6

    Hello,
    i am currently using Oracle Graphics to create barcharts for my reports. My problem is, that i want to change the label used for the shown bars via a parameter. Changing the labels of the X- and Y- axis is no problem with PL/SQL but it seems that the only way to change the legend labels is by using "AS" in the query (e.g. select a_column as LABEL from ...). I really need to change it by parameter.
    thx for any help.

    Post Author: jsanzone
    CA Forum: Publishing
    Nym,
    The only way that I've been able to control the name of a label in regards to graphing is to use the Variable Editor and create a variable off of the column, for instance:
    The name of the column from the database is call "Black_Catalog". so I create a variable called "The Black Catalog" and in the formula: =[Black_Catalog]
    Then in the graph I replace the field that is called =[Black_Catalog] with my new field.  When the legen displays it will show "The Black Catalog".

  • Integration of new BPM (NWDS EHP1) and Solution Manager process graphics

    Hi Experts,
    we are trying to use Solution Manager for our client's process documentation. Now, Solution Manager generates a graphic which unfortunately is almost unusable (no lanes, no transaction link, just visio-like graphic). Even the old ASAP 4.6C graphic tool was better and more interactive.
    On the other hand the new BPM in NW Developer Studio EHP1 Composition Environment seems to provide a perfect graphical tool for process modeling and documentation.
    Does anybody know if there is a (future?) possibility to integrate these two tools?
    As an alternative, does anybody have an idea how to get better Solution Manager process graphics?
    Michael Meissner

    I also digged a little into this topic since I was wondering about the different modeling techniques SAP currently provides and how they will be integrated in the future.
    [This|http://www.feedingthesapecosystem.com/2009/05/sapphire-09-part-ii-high-stakes-of.html] great blog entry about NW BPM also includes some comments about the future vision of integration between NW BPM and SolMan. It looks like in NW BPM 7.2 (planned for end of the year) there will be a "read-only" integration with SolMan processes while in the future there will be a bidirectional integration which means that BPM can import SolMan processes, enhance them and again export the models to SolMan. This is a great step further to the Common Process Layer SAP is referring in the [BPM Roadmap document|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/003cf0a1-e8fa-2a10-7db5-ba245a663d9f&overridelayout=true].
    Cheers,
    Mane

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2 from forms

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screeen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • Oracle Graphics problem

    When I run a graphics report in preview mode, the pie chart color slices are correct. When I run the same graphic report to a pdf file, the pie chart colors are not correct.
    I opened a TAR and they referred me to a bug# that dosen't exist.
    Please help. Jim 202-616-4510.

    believe me, oracle graphics is not good to right tool to create a grpah. I had many problems using the tools. Oracle Graphics is really primitive and needs a lot of improvment. every time i have a problem with the tool, i contact Oracle support and they come back with the bug soultion. Any way, a new version of graphics should be out with the next few months, hope it is better than what we have

  • Oracle Graphics Problem on 3 tier

    Hi!,
    We have a web based ERP system. I have developed a system which calls oracle graphics from forms 6i. I am facing following problems:
    1) When I am using RUN_PRODUCT to call graphics it does not show anything
    (not giving any error also) & when I am using OG.OPEN to call graphics it show
    the charts but with same color of all pie slies and bars on 3 tier.
    2) I have used "User Area" in a map to to call reports on mouse click. There is no effect of mouse click on 3 tier.
    However, both works fine on 2 tier.
    Can anyone help me to solve the problem?
    Thanks & Ragards
    Mayank Vaishnav

    The following source is for Forms 9i but also contains hints and tips that are true for Forms and Graphics 6i. Ignore the installation and configuration section because it is Forms 9i related only.
    http://www.oracle.com/technology/products/forms/pdf/ogonweb44.pdf
    Frank

  • Oracle graphics-- Urgent!

    Hi
    1. How can I pass a parameter to a form from graphics. The
    buttonproc of symbol of the line chart should contain the code.
    the parameters are the X and Y axis values.
    I'm not able to get the x and Y value for the point.
    2. Can I embed a report in a oracle graphics.ie THe report
    should be displayed below the chart item.
    Thank you
    null

    Hello,
    1. In the DRILL_DOWN tab page of the chart element property
    window, there is an option of setting the value of a parameter to
    the value of the chart element. Or you can write a procedure for
    the chart element to set values of parameters within the graph.
    You will have to use OG pll to retrieve the values of these
    parameters.
    2. You will have to embed the graph in a report if you want to
    see report data below a chart.
    Sunder
    Porchelvi (guest) wrote:
    : Hi
    : 1. How can I pass a parameter to a form from graphics. The
    : buttonproc of symbol of the line chart should contain the code.
    : the parameters are the X and Y axis values.
    : I'm not able to get the x and Y value for the point.
    : 2. Can I embed a report in a oracle graphics.ie THe report
    : should be displayed below the chart item.
    : Thank you
    null

  • Oracle Graphics Developr's guide/manual

    Hi,
    I'm looking for a documentation for Oracle Graphics. It's a dessuporrted tool now but we are currently on a platform that is still compatible with the Graphics Builder, and we have a current requirement to include a chart on an existing report (created using Report Builder 6i)
    I managed to located a document which contains what I'm looking for on link http://www.oracle.com/technology/documentation/forms.html ; document A32482–2.PDF- Graphics 2.5 Developer's Guide but it has some formatting issues within the pages, please have a look (eg. page175-176, 239-240, 33-34-38 just to name a few) - especially those with graphics are the main concern.
    I've logged an SR to Oracle; they said it is a documentation bug and at present there is no other available alternative. They've suggested a workaround of copy-pasting the entire document to Word and manually removing the extra spaces, but it is still is not quite that workable after I tried it. They've also suggested that I try my luck here on the forums, I hope get more lucky here.
    if anybody has another (properly formatted) copy or another document/developer's guide/manual for Oracle Graphics, at least 2.5 version, I would much greatly appreciate it. Thanks in advance.
    Eleonor

    Hi Srini,
    Wow! Thanks for your quick reply. Yes, I have previously seen the document you have mentioned (A73075_01.PDF) but it is more of a library of the built-in subprograms, properties, attributes etc., available on the graphics builder. What I am looking looking for is a guide or tutorial of how-to's in Graphics builder. I've had experience on how to use Graphics builder but it before but it has been way way back in the past (goodness when!) I just need a guide/refresher on how to use it. Thanks!
    Kind regards
    Eleonor

  • Any Alternate to use  ORACLE GRAPHIC BUILDER   through Reports

    Hello ,
    After long research some option of creating complex graphs does not serve my problem like BI GRAPHS . I want to create graph in such a way that for example I have one view in which trainno, station no, scheduled time and departure time are stored. I want to display a line graph for same train schedul and depart wise. Now I try to create line graph in oracle 10g, there only one single line is displayed for two groups scheduled time and departure time and that also not sorting properly.
    In previous of oracle , Graphic builder had good option of creating field templates like line and attaching to line chart. So it there are two groups (Sched and departure time) , than line with different colour use to display separately for both. Now I don't find any way in oracle 10g to plot such type of Graph.
    If anybody has option or way than please give suggestion.
    Regards,
    Prashant

    I am not an expert on chart builder, so I don't know how you would access the model and get at the image files.
    However, if you have a URL that points to an image generated by the chart builder, you can use the <image> element to display it.
    It sounds like to produce these image files, you need to write some application logic. The correct place to put this application logic is probably in a subclass of a struts DataAction.

  • Rep-34551 oracle graphics graph is deprecated

    We are upgrading our application form 6i to 11g. While migrating graphic reports 6i to 11g (11.1.2) it gives error.
    when we open graphic graph report in report builder it gives following error.
    rep-34551 oracle graphics graph is deprecated.
    while saving graphic report again it gives error.
    rep: 34552 oracle graphic graph in this document will not be saved.
    Any help appreciated.
    Thanks.

    We are upgrading our application form 6i to 11g. While migrating graphic reports 6i to 11g (11.1.2) it gives error.when we open graphic graph report in report builder it gives following error.
    rep-34551 oracle graphics graph is deprecated.
    while saving graphic report again it gives error.
    rep: 34552 oracle graphic graph in this document will not be saved.
    >
    Read Overview.
    Next read About Graphs and Graph Wizards.
    And then of course, you have the BI Publisher.
    Cheers,

  • Looking for a clone solution for Oracle WebCenter Content, Imaging and related products

    Hi,
    We are looking for a manual or automated cloning solution for Oracle WebCenter Content (UCM), Imaging (ICM) and related products. Oracle FMW has T2P cloning option, but we are looking for more specific to just this product to clone and configure (if needed). Any help is appreciated.
    Best Regards

    Hi
    Assuming you have set up Purchasing with accrual method on receipt (and not on period end), you could enter the PO lines with receipt required. The receipt transactions you are uploading will generate the accounting to charge the expense accounts / or inventory valuation account.
    There is no need to interface those also to Payables. In AP enter one invoice with the real monthly amount and match it to the purchase order level or to the receipts level. Approve and pay that invoice.
    Dina

  • Symbol In Oracle Graphics

    Hi
    I am using Oracle Developer 6i. I created a chart in Oracle graphics and linked it with my forms & reports.
    I used a Symbol in my chart.
    In case of reports, the preview of the report containing chart comes absolutely perfect. But when i print it out, some times it comes very good, some times the SYMBOL is not printed wholly, it cuts a bit and sometimes the mark totally lost. But remeber the preview of all the cases comes PERFECTLY WELL.
    Please somebody help me out
    ZRH

    Hi;
    Please follow donw links and see helpful
    Subject: Using Pasta to Print Euro € Symbol Print Incorrect Spurious Character Doc ID: 373504.1
    Subject: Euro Symbol not Printed with Oracle Reports Doc ID: 168337.1
    Subject: Dunning Letters Unable To Print € And £ Symbols in PDF Format Doc ID: 388657.1
    Subject: How to print the Euro Character In PostScript on UNIX platforms. Doc ID: 251732.1
    Regards
    Helios

  • High Availabilty Solutions for Oracle R12.

    Hi Gurus,
    We are looking for a HA solution for our R12 E-Business Suite. Currently we have options like HP Service Guard from HP.
    Kindly provide me your valuable suggestion for HA solution from Oracle side.
    Please kindly provide me the details as well like 'Licensing, Advantages, Disadvantages, pre-requistes, ease of Adminstation etc.
    Highly appreciating your replies.
    Thanks.

    Thanks for your replies. Does Oracle RAC need extra licensing?Absolutely, yes. RAC is neither cheap nor free. ;-)
    I would like to have enough information before i can go to our sales representative.
    Actually i am planning to give presentation on High Avaialability options for Oracle R12.
    and i assume i will be asked for the lisensing. i need your helpA conversation with your Oracle Sales representative will be far more informative than asking questions about licensing on these forums. If you want baseline information about license costs, you can check the Oracle Store (https://oraclestore.oracle.com), but you may be able to negotiate a better rate with Oracle Sales.
    Update: In other words, "what Hussein said." I really need to refresh these threads more often when composing a reply, especially if I wander away and come back. ;-)
    Regards,
    John P.
    http://only4left.jpiwowar.com
    Edited by: jpiwowar on Jun 1, 2010 10:40 PM

  • DR solution for OracleAS Portal 10g

    Hi
    I have to think about a disaster recovery (DR) solution for OracleAS Portal10g.
    Location1: Primary
    Location2: DR System
    SAN Storage used between Location1 + 2.
    The disaster case happens only once a year. (test)
    In DR case, OS technical It would be possible to use the same DNS (hostname) on Location 2 like Location 1.
    Oracle advises to use Dataguard or cluster solutions.
    Do you know if our way would be a walkable and supportable way?
    Thanks
    Reto

    This is a worthwhile course, but not for learning about Oracle Instant Portal (which was released after the Build Corporate Portals course was written). The best place to start finding out about Oracle Instant Portal is the self-paced Oracle By Example (OBE) tutorial, Building Instant Portals with Oracle Instant Portal. The tutorial also has links to a couple of viewlets, which you should find helpful.
    Cheers!
    Julie Tower
    Principal Curriculum Developer
    OracleAS Portal

Maybe you are looking for

  • Error while executing Test Web Service

    Hi, I get an error while trying to test the web service deployed on Weblogic 10.3.1 through jdeveloper 11.1.1.1.0. This simple web service is created by following the example in http://www.oracle.com/technology/products/jdev/11/cuecards111/j2ee_set_1

  • Changing color stop gradients by eyedropping objects on art board

    I'd like to be able to change a single color stop on a gradient by picking a color of an object on the art board. I know you can make custom swatches then pull them onto the gradient, but that doesnt work when you just want to add a color on the fly.

  • Portal Reports & url links

    I have a report from SQL query built that displays data in a table based on a parameter passed to the report. I have a web site field that changes based on organization passed to this from the database and I would like this to link to the web site. I

  • Jndi.properties for WAR trouble

    Hi All. To access a remote enterprise bean, I have to populate the required JNDI properties in my web-tier code, when creating the context. Trouble how to do this using jndi.properties file ? When I append path of file to CLASSPATH obviously it works

  • Interaction with Internet Explorer

    Can I somehow interact with Internet Explorer with/from a J2SE application. I am looking for a way to open a URL from my Java application, and then enter a username and password in the login form on that URL. What about Java Native Interface? If it c