Encountered error og-00609 when button click to display chart

hi
this application uses forms 6i client server environment, graph control is being used with og.interept libray,
passing parameters run times thru forms to charts.
issue is that, system is doing uncertain behavior sometimes it shows graph smoothly but when constantly click at button it shows "OG-00609: internal pl/sql execution error"
when i close graph server and run form again, and click at button to shows charts it works properly untill shows above error again.
below is the code is being used to run charts.
begin
declare
pl_id ParamList;
query0 varchar2(256);
begin
query0 := 'select deptno, sum(sal) from emp where deptno in( '||:dept1||','||:dept2||') group by deptno;';
pl_id := Get_Parameter_List('tmpdata');
IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List(pl_id);
END IF;
pl_id := Create_Parameter_List('tmpdata');
Add_Parameter(pl_id,'dept1',text_PARAMETER,:dept1);
Add_Parameter(pl_id,'dept2',text_PARAMETER,:dept2);
if :ch_type = 'pie' then
og.interpret('e:\mas\emp2.ogd','g1',query0,true,pl_id);
og.close('e:\mas\emp2.ogd','g1');
elsif :ch_type = 'bar' then
og.interpret('e:\mas\emp3.ogd','g1',query0,true,pl_id);
og.close('e:\mas\emp3.ogd','g1');
end if;
END;
end;
thanks
i'd be appreciated on early reply.
ali

Metalink Note: 1078734.6
Problem Description:
====================
You are integrating forms and graphics. You are using the og.interpret which comes with the og.pll, to update a chart.
You are using:
OG.INTERPRET('graph.ogd', 'chart', 'DO_UPDATE;', TRUE, pl_id);
You get the following error during runtime.
OG-00609 INTERNAL PL/SQL EXECUTION ERROR
Problem Explanation:
====================
1.The procedure(Do_Update) that you are referencing does not exist in the graph(.ogd file).
2. There is a bug if you are trying to specify .ogr as extension in
your graph name or no extension.
Solution Description:
=====================
1. Make sure that the name of the procedure that you are using in the
OG.INTERPRET, exists in the graph file. DO_UPDATE is not a
built-in procedure.
2. The name of the graph should have the .ogd extension only. If you
give a .ogr extension or no extension, it would give you an error.
.

Similar Messages

  • Download the PDF Form as a attachment when button click in BSP application

    Hi All,
    I have scenario, when button click in the BSP application PDF Form want to download in the IE (like one window open with Open,Save and cancel button).
    I have written this code:
    data: pdf type fpformoutput-pdf.
    < Logic for populate value to pdf field ....
    .>
    response->set_header_field(
                         name  = 'cache-control'
                         value = 'max-age=0' ).
      response->set_header_field(
                         name  = 'content-disposition'
                         value = 'attachment; filename=webforms.pdf' ).
      response->set_data( data   = pdf ).
    Once button is clicked pop up is opened and closed automatically because of browser or adobe reader issue.
    How can I resolve this problem ?
    In the IE i need to change any settings ?
    IE version = 7.0
    Adobe reader = 9.0
    I have tried in the same code with IE = 6.0 and adobe reader 8.1.2 its getting download the pdf form working fine.
    The same think i want in IE 7.0 and adobe reader 9.0, what needs to be done ?
    Regards,
    Boopathi M

    Hello Ravi,
    Best would be to bind the dataSource of the InteractiveForm ui element to the parent node containing the table's data. Then specify a name of a template to be created in the templateSource and hit <enter>. Some popups later, the system will have created a template from the structure of the context. All you need to do now is to drag&drop the data structure inside the template designer to the template itself. This will result in a table. Save, activate and return the Web Dynpro view. Don't forget to unbind the pdfSource and enjoy.
    Best regards,
    Thomas

  • This "APPCRASH" error is occured when I click to connect my web-cam.

    Please help me for resolving the problem.
    This "APPCRASH" error is occured when I click to connect my web-cam.
    Program is downed.
      Problem Event Name: APPCRASH
      Application Name:  iexplore.exe
      Application Version:  8.0.7601.17514
      Application Timestamp: 4ce79912
      Fault Module Name:  IAT_YUV.ax
      Fault Module Version: 2.0.1.5
      Fault Module Timestamp: 470b5906
      Exception Code: c0000005
      Exception Offset: 000215bf
      OS Version: 6.1.7601.2.1.0.256.1
      Local ID: 1042
      Additional Info1: 0a9e
      Additional Info2: 0a9e372d3b4ad19135b953a78882e789
      Additional Info1: 0a9e
      Additional Info2: 0a9e372d3b4ad19135b953a78882e789
    Thanks for your Knowledge.

    Thanks for your answering.
    I downloaded it but It doesn't make any change.
    When I click 'start my web-cam', add-in program is stopped(learnt it from error pop-up) and adobe connect is shut down. I used Window.
    But if I try with Chrome, there's no error, even though it says adobe connect is not installed.
    We should solve this problem with Window. Because most of our users use it, not chrome.
    Please tell me what is the problem.

  • Error in UWL when we click display form in Travel Request

    Hi,
    We configured ESS and we are using Travel functionality.
    We configured tstandard work flow WS20000050
    When the approver clicks on Display form in his UWl it is giving this error message,
    "com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field I_TRIPNUMBER, complex type class com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input"
    I checked with sap note number 1055416 according to that in Approve Travel Request step of above mentioned workfow Binding Exists and everything is fine with the work flow.
    We are still facing this probelm.can anybody please guide me on this issue.
    With Regards,
    Pradeep.B

    Hi ,
    We have the same problem , did you fix our ? Can you share the solution . Thank you .
    Regard's

  • Why am i getting error 150;30 when i click on edit

    Why am i getting error code 150:30 when I click on edit in Photoshop Elements 8. Says my licencing has stopped working.

    Exactly, and if using IE the error code doesn't appear and the media with play straight away, so it does seem to be directly related to Firefox...

  • Some affect on buttons when button click

    Dear All,
    I have 6 buttons in windows phone application page with Custom Control Template. I have also capture "Pressed" VisualState and change the button color which working fine.
    However when any button click then I want to hide a all other buttons for 2 seconds and keep this Pressed button (in Pressed visual state) visible only. Is there any way to achieve this goal in "Pressed" VisualState?
    I capture "Click" event of button and in this click, tried following codes
    btnNearest.Opacity = 0;
    btnInstructions.Opacity = 0;
    btnFavorities.Opacity = 0;
    btnServices.Opacity = 0;
    btnInformationi.Opacity = 0;
    Thread.Sleep(2180);
    this.NavigationService.Navigate(new Uri(sUrl, UriKind.Relative));
    However all buttons does not hide, but it looks when it navigate to new page then button hides but not during "Thread.Sleep".
    Is there any way to hide all buttons for just 2 seconds and keep Pressed button visible (in Pressed state)?
    Thanks in advance.
    M. Irfan

    Dear Vineet24,
    Thank you for your message. It was good work-around but I am afraid, it does not work for me. Actually I am using Custom Template of button so only changing Button color will not help in this case. Following is the custom template which I used
    on all buttons
    <phone:PhoneApplicationPage
    xmlns:vsm="clr-namespace:System.Windows;assembly=System.Windows"
    ........>
    <phone:PhoneApplicationPage.Resources>
    <ResourceDictionary>
    <Style x:Key="CircleButtonTextOnlyStyle" TargetType="Button">
    <Setter Property="HorizontalAlignment" Value="Center"/>
    <Setter Property="VerticalContentAlignment" Value="Center"/>
    <Setter Property="FontFamily" Value="/Fonts/DroidKufi-Regular.ttf#Droid Arabic Kufi" />
    <Setter Property="Foreground" Value="White" />
    <Setter Property="FontSize" Value="18" />
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="Button">
    <Grid RenderTransformOrigin="0.5,0.5">
    <Grid.RenderTransform>
    <CompositeTransform Rotation="-5.75"/>
    </Grid.RenderTransform>
    <vsm:VisualStateManager.VisualStateGroups>
    <vsm:VisualStateGroup x:Name="CommonStates">
    <vsm:VisualState x:Name="Normal"/>
    <vsm:VisualState x:Name="MouseOver">
    <Storyboard>
    <ColorAnimation Duration="0" Storyboard.TargetName="buttonPath" Storyboard.TargetProperty="(Path.Fill).(SolidColorBrush.Color)" To="#a9873c"/>
    <ColorAnimation Duration="0" Storyboard.TargetName="buttonPath" Storyboard.TargetProperty="(Path.Stroke).(SolidColorBrush.Color)" To="#a9873c"/>
    </Storyboard>
    </vsm:VisualState>
    <vsm:VisualState x:Name="Pressed">
    <Storyboard>
    <ColorAnimation Duration="0:10:59.9" Storyboard.TargetName="buttonPath" Storyboard.TargetProperty="(Path.Fill).(SolidColorBrush.Color)" To="#a9873c"/>
    <ColorAnimation Duration="0:10:59.9" Storyboard.TargetName="buttonPath" Storyboard.TargetProperty="(Path.Stroke).(SolidColorBrush.Color)" To="#a9873c"/>
    </Storyboard>
    </vsm:VisualState>
    </vsm:VisualStateGroup>
    </vsm:VisualStateManager.VisualStateGroups>
    <!--Data="M 10 20 L 70 17, 145 20, 110 130 70 128 50 130 Z"-->
    <Path x:Name="buttonPath"
    Data="M 5 20 L 80 23, 50 95 25 95 Z"
    StrokeThickness="40"
    StrokeLineJoin="Round"
    Stroke="#464646"
    Fill="#464646" />
    <ContentPresenter VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
    HorizontalAlignment="{TemplateBinding HorizontalAlignment}"/>
    </Grid>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </ResourceDictionary>
    </phone:PhoneApplicationPage.Resources>
    Thank you once again.
    M. Irfan

  • SCC gives, unknown error has occurred when we click the Agentry app in SCC.

    Hello Experts,
    I am working on SAP Work Manager-60 with SMP-2.3.3.0.
    Some times I require to check the active users for this app. in SCC but when I click this app, SCC gives me an error as below.
    Error :-  An Unknown server error has occurred, Please check log files.
    Error Log :- Gives Null pointer exception while trying to read getLastCommunication date and time.
    Please help me If any body has already faced this issue or knows the solution.
    PFA logs and errors for the same.
    Thanks,
    Sudhir.

    Hi Shiv,
    Thank you so much for the quick reply.
    It does not create any issue to users but some times we need to kill/disconnect the user session(some times WPF client shows "Already Logged in else where" ) for which we want to resolve this error.
    I get this error only when any user does a transmit other than that It does not give any error.
    In our case background sync is active So at any point of time at least one user will be connected with the server.
    Please help me If you know any other way to disconnect the user from SCC.
    Thanks,
    Sudhir.

  • Encounter error message 61062 when create PR via ME51

    Dear Consultant,
    I encountered error message 61062 - "dd.01.2011 date comes after end of valid factory calendar. (Pls correct)" when create PR via transaction ME51. Although I have changed the Delivery date to "31.12.2010", system still issue error message. FYI, material that I used to create PR has planned delivery time = 185 days (pre-configured by our purchaser via Purchasing info.record) which is equivalent to dd.01.2011. Our factory calendar is configured valid up to Year 2010 and the new year (2011) will only be configured at end of December.
    If using transaction ME51N to create PR for the mentioned material above (with delivery date entered as 31.12.2010), there is no error message being issued by the system. May I know is there any solution to transaction ME51?
    Pls advise asap.
    Thanks & regards,
    LOI

    >
    LOI wrote:
    > May I know if there Is any effect for other modules like PP/PM on changing plant calender to 2011?
    yes, a positive effect, you will not receive error messages because of missing calender anymore.
    I have my calendars maintained until 2015
    ME51N only takes an info record into account when you do source determination, without source determination, the planned delivery time from material master is taken.

  • Stopping audio and starting another audio when button clicked

    Hello,
    I have a multiple slide document, and I want sound to stop
    when they click the "Next" button, and another audio clip to start.
    Here is what I have so far:
    //audio
    x = new Sound();
    x.attachSound("Slide1");
    x.start(0, 0);
    musicplay = true;
    forward_btn.onRelease = function() {
    gotoAndStop("2");
    numbering eq numbering++;
    So I just want it to play audio clip "Slide2" when they click
    forward_btn, and I want "Slide1" to stop.
    Thanks!

    Attach your second sound file to the frame that will play the
    second sound. Then try adding stopAllSounds() before the
    gotoAndStop("2"); to get the first sound to stop playing and then
    play the second sound.

  • Make an object invisible when button clicked

    For my newspaper i am creating each page has a next button and a previous button. I have assigned the previous button on one page to attach the movie of the page previous to it and then tested my movie. However when i click the previous button the movieclip does load but loads behind the starting moveiclip. So what i want to do is when the previous button is cliked, that page (movieclip) with the previous button on its dissappears and the previous page loads.
    Thanks for any help.

    Hi,
    You obviously didn't read my post at all...
    Nagikun wrote:
    i no i made a mistake in that code as i pasted the wrong one it should have been:
    s_prev.addEventListener(MouseEvent.CLICK, attachMovieclip);
    s_prev.addEventListener(MouseEvent.CLICK, hidePage);
    function hidePage(event:MouseEvent):void {
    Page1.visible = false;
    function attachMovieclip(event:MouseEvent):void {
    var addPage0:Page0 = new Page0();
    addPage0.x= 0   
    addPage0.y= 0
    addChild(addPage0);
    were Page0 is the main page and Page1 is the page that needs to be invisible when the previous button is clicked
    function hidePage(event:MouseEvent):void {
    Page1.visible = false;
    Where are you declaring the Page1 variable here?????  You must include a statement such as:
    var myVar:Page1 = new Page1();
    and then you must add Page1 to the stage.
    Message was edited by: markerline

  • When button clicked help

    I have buttons for help, back, next, finish, cancel.
    initially I have the back and finish buttons setEnable(false)
    but when I click on Next button I want the Back button to be setEnable(true)
    I wrote the following
    //ActionListener for jButton_Next Of NavigationButtons Panel
    newNavigationButtonsClass.jButton_Next.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    newNavigationButtonsClass.jButton_Back.setEnabled(true);
    When I click on the jButton_Next the jButton_Back is not enabled. May I know what I can change in this to get this working. Thanks.

    Is the code where you initially disable the button
    getting called again somehow? I'd check to make
    sure this code isn't getting called again after you
    enable the button within actionPerformed.

  • Display rows when button clicked

    Hi
    I have a few text fields in the jsp .
    After them, i have search button .
    When i click it, list of rows should be displayed
    underneath the search button in the same jsp/page .
    Any idea how can i do it?
    thanks
    chandra

    Sure, it can be done.
    Just have one file with your form and the jsp code to display results. Put the jsp code in a conditional loop (if submit == null). What this would do is that if submit is null, only the form will be displayed, else the form will be displayed and the results of the search will be displayed.
    Hope it helps.

  • My iCal keeps giving me an error message. When I click ok it crashes the program. Ideas?

    It says "The server did not recognize your user name or password for account “US Holidays.” Make sure you enter them correctly." and also "The server did not recognize your user name or password for account “[email protected]” Make sure you enter them correctly"
    When I click ok it crashes the whole thing. How can I fix this sync problem??

    Try the following steps:
    1. Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes & related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.
    2. You should remove all instances of iTunes and the rest of the components listed below:
    it may be necessary to remove all traces of iTunes, QuickTime, and related software components from your computer before reinstalling iTunes.
    Use the Control Panel to uninstall iTunes and related software components in the following order:
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Follow the instructions from Apple article listed here: http://support.apple.com/kb/HT1923 to remove all components
    3. Reboot your computer. Next, download iTunes from here:http://www.apple.com/itunes/download/ and install from scratch

  • Problem setting a hidden item value when button clicked with dynamic action or pl/sql process

    Apex 4.1
    Oracle 11g
    I have a page that consists of a main region and several sub regions.  I have a pl/sql process in After Header SET_DISPLAY(:P400_DISPLAY :='MAIN';)
    Three subregions have a contional display where P400_DISPLAY = STORE.  This works in hiding the sub regions.
    Now I want to change the P400_DISPLAY value to STORE to show the subregions when I hit a button.
    I tried creating a dynamic action for on click of the add button but get the following error:
    The selected button uses a 'Button Template' that does not contain the #BUTTON_ID# substitution string
    I went to the templates and found:
    Substitution Strings
    Substitution strings are used within sub templates to reference component values. This report details substitution string usage for this template.
    Substitution String
    Referenced
    From
    Description
    #LINK#
    Yes
    Template
    To be used in an "href" attribute
    #JAVASCRIPT#
    No
    To be used in an "onclick" attribute
    #LABEL#
    Yes
    Template
    Button Label
    #BUTTON_ATTRIBUTES#
    No
    Button Attributes
    #BUTTON_ID#
    No
    Generated button ID will be either the button's Static ID if defined, or if not will be an internally generated ID in the format 'B' || [Internal Button ID]
    I then tried creating a page process, pl/sql, :P400_DISPLAY :='STORE'; when the appropriate button is pressed.  The button action is submit page. However, it does not change the P400_DISPLAY value and the subregions stay hidden.
    Suggestions please on how to fix the template or change the P400_DISPLAY value?

    The root issue is that, although you change the value of your page item, it isn't visible to other areas of the page until it is in the session. So, any other action based on the value of your page item; the visibility of a control, a report based on the item's value, etc. will all be unaffected by changing the value of the page item until it has been changed in the session. Even after this the items are stored in the session, you must thereafter do something to cause the value to be reevaluated. To see the effect of this, observe that your page loads and evaluates the value of your page item, it sees that is "MAIN" and hides the regions. However, it doesn't reevaluate them after this.
    So; your choices to get this value set in the session are to either Submit the page, or use JavaScript to set the value in the session. If you use the latter of these, you'll have to do some further work to cause the visibility tests to be re-run, So, let's stick with with the submit method.
    What you've done above sounds correct for this but, there are a lot of decisions you could have made that might have caused things not to happen in the correct sequence.
    Firstly, let's confirm that what I describe above is your problem. From the development environment, load the page, click the button to change the value and submit. Now, click the link labelled Session. Is it still set to MAIN? If so; this is your issue.
    Let's start with the your After Header computation. Did you set it to *only* run if the current value of your page item is NULL??? If not, that's your problem.
    Load Page -> Item set to 'Main' by Computation -> Click Button -> Item set to STORE -> Submit -> Load Page -> Item set to 'Main' by Computation
    See the problem?
    Assuming this isn't the issue, you created a Branch to the same page, right? What is your process point for the Branch? Is it *After* Validation, Computation etc? Because if not, you aren't changing the value before the submit happens.
    I bet it is the first issue but, take a look at these.
    Cheers,
    -Joe

  • Jtable row sellect when button click

    Hi friends;
    i want select the row while i clicking the button.
    table has five many rows.if i click button first when first row will select. And defaultly select secon row when second row selection is done.Like this it will happen for all row.
    By
    Subash Chandra Bose.
    [email protected]

    Quit creating multiple postings under two different ID's:
    http://forum.java.sun.com/thread.jspa?threadID=746852&tstart=0

Maybe you are looking for

  • How to remove E-Business Suite R12?

    On Solaris10, there are the R12 instance -- file system and a db. And there is a different home of Oracle 10g with a few DBs installed. How can I completely remove these? I do not have the Oracle installation CDs of these. I think about: remove the O

  • Screen frozen in black iphone 5

    Hy The screen of my iphone 5 frozen in black..seems like my phone no is still ringing as a friend of mine tryed to call me but my phone doesn't do anything..anyone can help me?

  • Doubt in Stored Procedures

    My Prg is Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String url = "jdbc:odbc:TempDb"; // Get a connection to the database Connection conn = DriverManager.getConnection(url) ; Statement stmt = conn.createStatement(); String createTable = "CREATE T

  • I can't open user and group preferences

    I cant open the User and Group preferences. please help!!!!!!!!!!!!

  • Error 5002 - Changing Credit Cards Doesn't Help

    Anyone fix this?  I've tried a new credit card, as well as choosing None.  Doesn't seem to work on my Macbook, but I can still purchase on my iPhone. Help please!