Unable to see flash chart in sample application.

Hi all,
I installed ApEx 3.0.1 on PC A last year which I can see the flash charts in the sample application; however the flash charts are blank on the newly installed PC B. What did I do wrong or miss possiblly? both have HTTP server, database, Apex all on the PC.
can anybody help me with this?
Thanks,
Sherry

solved by installing Adobe Shockwave player.

Similar Messages

  • Unable to see the forms in planning applications....

    Hi ...
    I noticed that in planning many application forms are not working....
    Its showing that *"The Form is Invalid..Check log for details"* ....Please suggest me
    Regards,
    Prabhas
    Edited by: P on Feb 7, 2011 10:46 PM

    Either your Essbase cubes are down or forms are really invalid based on definition.
    First review all of your Planning logs on your application server on 11.1.1 environments this will be in <INSTALL_DIRVE>\Hyperion\logs\services -- review the out and error files for planning.
    Confirm you can connect to each essbase database for the respective forms.
    On a simple form verify the dimensions both within planning and within Essbase. Planning will not generally let you delete members which are on a form. If someone directly edited Essbase and removed a key member or something more invasive that will definitely cause issues as Planning must structually match Essbase.
    Since you seem to be new to Essbase based on one of your other queries I suggest you open a case up with Oracle Support to actually get someone to look at your system real-time.
    Regards,
    John A. Booth
    http://www.metavero.com

  • How to remove values data points from Apex3 Flash Chart

    Hi
    I am using a Apex 3.2 and I have to put Flash Charts in my application. But since the charts have are smaller in size, I do not want to have the data points coming up in the chart. I have planned to show them using hints. But unfortunately, I am not able to hide the Data Points. Can you please help. Thanks Sahcin. Here is my custom XML.
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <root>
         <type>
              <chart type="Stacked Horizontal 2DColumn">
                   <animation enabled="no"/>
                   <hints enabled='yes' auto_size='no' width='200' height='20' horizontal_position='left' vertical_position='top'>
                        <text><![CDATA[{NAME}, {VALUE}]]></text>
                        <font type="Verdana" size="10" color="black"/>
                        <background color="0xF4F4F4"/>
                   </hints>
                   <arguments show="no"/>
                   <names show='yes' position='top'/>
                   <values show="no" prefix="$" postfix="" decimal_separator="." thousand_separator=',' decimal_places="2"/>
                   <column_chart column_space='20' block_space='20' left_space='0' right_space='0' up_space='0' down_space='0' round_radius='0'>
                        <border enabled="no"/>
                        <block_names enabled="yes" placement="chart" rotation="45" x_offset="0" position="left">
                             <font type="verdana_embed_tf" size="8" color="0x000000"/>
                        </block_names>
                        <background type="gradient" gradient_type="linear">
                             <alphas>
                                  <alpha>100</alpha>
                                  <alpha>100</alpha>
                                  <alpha>100</alpha>
                             </alphas>
                             <ratios>
                                  <ratio>0</ratio>
                                  <ratio>120</ratio>
                                  <ratio>0xFF</ratio>
                             </ratios>
                        </background>
                   </column_chart>
              </chart>
              <workspace>
                   <background enabled="yes" type="solid" color="0xF4F4F4" alpha="0"/>
                   <base_area enabled="no"/>
                   <chart_area enabled="yes" x="100" y="50" width="600" height="300" deep="0">
                        <background enabled="yes" type="solid" color="0xCCFF99"/>
                        <border enabled="yes" size="1"/>
                   </chart_area>
                   <x_axis name="Region" smart="yes" position="left_center">
                        <font type="Verdana" size="10" color="0x000000" bold="no" align="center"/>
                   </x_axis>
                   <y_axis name="Booking Amount (kUSD)" smart="yes" position="center_bottom">
                        <font type="Verdana" size="10" color="0x000000" bold="no" align="center"/>
                   </y_axis>
                   <grid>
                        <values>
                             <lines size='1' color='0x15771A' alpha='100'/>
                        </values>
                   </grid>
              </workspace>
              <legend enabled="yes" x="0" y="0" rows="2" rows_auto_count="no">
                   <names width='80' enabled='yes'/>
              </legend>
         </type>
         #DATA#
    </root>Edited by: user779712 on Nov 3, 2009 4:45 PM
    Edited by: user779712 on Nov 3, 2009 4:46 PM

    Well going in point by point and deleting is certainly one way of going about it. Of course that would defeat the entire purpose of having this great programming enviroment that is capable of doing that kind of thing for us.
    Is your text file small enough to upload? Obviously you know what the criteria are for judging whether or not a data point is acceptable so it should be simple enough to program. Give us a bit more information and I can assure you there will be a race between LabVIEW experts to see who can post the cleanest, simplest, and fastest piece of code that will do what you need. My wager is on altenbach, but there are a few others here that are almost as impressive.

  • Apex 3.1 and Custom Flash Charts

    I am having difficulty getting to the point where my custom flash charts can be displayed. I have Oracle 10.2, over OHS to Apex 3.1. I cannot post any of the config files or code here because it is a different network, so I realize it will be hard to troubleshoot; and I apologize in advance.
    I would use the canned Flash charts, but my application displays data much like MS Outlook's multi-user calendar does. The chart has to be color coded, similar to Outlook's Busy vs Tentative etc. It has to show multiple events at various times, including overlapping times. And it has to handle schedules for multiple people. Lastly, there are of course gaps in the schedule, because no day is comprised entirely of meetings. That is why I felt I had to do it manually.
    I wrote XML/SVG code to do this previously, with HTML DB 1.5, and it worked fine. But Flash is the way we are going now, and I can't use SVG anymore. (Besides, Adobe says SVG will no longer be supported next year.)
    I followed the thread of April 07 in which MAdelfio posted suggestions, but I can't get it right. I did everything listed except I never included the <data>...</data> code, because I am not sure where it goes. I have a custom written stored proc, exactly like in the thread, and I pass it all the args that apex_util.flash wants. I get a malformed XML message when I try to display the chart. That seems like it should be a very straight forward error, but I can't figure out where to look. I have been using 1.5 for about a year, and last month upgraded to 3.1.
    Any suggestions on how to troubleshoot this? Or, failing that, any simple examples that display Flash charts in which the code was generated by a stored procedure?
    Thanks,
    Michael

    I'm sorry about not being able to provide all the info you need. Since it is on a totally separate network, with no access to the outside world, the only way I can do it is to print and retype everything. So I was hoping that someone could just provide suggestions as to where to look rather than providing answers. I understand that it is impossible for you to solve my problems, especially when you have been given no real information. And I don't want to keep you guessing -- I'd love to be able to just show everything and ask for help; I just can't.
    Anyway, I am trying to use only those facilities provided with Apex. I do not have any 3rd party tools except for Perl. I am using the standard shockwave flash plugin for Mozilla. The way I did it with SVG was to create a stored procedure that generated an XML file. I put a button on the page that ran the stored proc and then redisplayed the page, with an HTML region. That region included an iframe, where the source was a perl script that merely regurgitated the SVG script (for some reason I could not get the iframe to accept XML as a source, so I created send_svg.pl, which merely outputted the named SVG file).
    The format I followed was in this thread: Re: Custom Flash Charts
    I even created a replacement proc for APEX_UTIL.FLASH with the exact output as the thread, knowing that even if it worked I'd still have a ton of work making it produce my chart. But once I can get the infrastructure right, I feel I can write the flash XML.
    Maybe the easiest thing is to scan that thread I referenced and tell me if it is still accurate? That is, could anything have changed in 3.0.1, or should it still work? It is possible, maybe even likely, that I made a mistake retyping all that stuff, so maybe just verifying that it SHOULD work is a good start.
    Thanks again, and sorry again.
    Michael

  • Flash chart and names

    Hello everybody,
    I'm using an stacked 2D colum flash chart in my application in order to show all errors occuring through a week. Everything works fine, the data is showing up, but there's still one little problem:
    The bars of the chart are shown with their names and values on them. But I want to hide this information and just show the bars.
    If I use a stacked 3D column, the names aren't displayed. I guessed, that I could fix this, by using a custom XML and change some settings, but I can't figure out, which is the correct one.
    Here's the XML, I use, it's the standard presented to my by Apex. I'm using Apex version 3.1.1.00.09, with the standard anychart, delievered with it. And I can't update it with the anychart integration kit...
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Stacked 2DColumn">
          <animation enabled="no"/>
          <hints enabled="no"/>
          <names show="no"/>
          <values show="no" prefix="" postfix="" decimal_separator="," decimal_places="0" />
          <arguments show="no" />
          <column_chart column_space="3" block_space="12">
            <border enabled="no" />
            <block_names enabled="yes" placement="chart" rotation="45" x_offset="0" position="bottom" >
              <font type="verdana_embed_tf" size="10" color="0x000000" />
            </block_names>
            <background type="gradient">
              <alphas>
                <alpha>100</alpha>
                <alpha>100</alpha>
                <alpha>100</alpha>
              </alphas>
              <ratios>
                <ratio>0</ratio>
                <ratio>120</ratio>
                <ratio>0xFF</ratio>
              </ratios>
            </background>
          </column_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="100" y="70" width="340" height="240" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <x_axis name="Datum" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Bandstillstand" smart="yes" direction="horizontal" rotation="-90" position="left_center" >
            <font type="verdana_embed_tf" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="yes" x="470" y="70">
          <names enabled="yes">
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values enabled="no"/>
          <scroller enabled="no"/>
          <header enabled="no"/>
          <background alpha="0"/>
        </legend>
      </type>
      #DATA#
    </root>Thanks for your help!
    Greetings
    Holger

    Hi Dird,
    sorry for my late response, but my lovely company denies the access to image hosting sites. So I had to do this at home during the weekend and there I couldn't have a look once more at my app, so it took until today :-)
    I've seen, that you're not using anychart in the "standard" version that comes along with Apex, right? So it's good to know, that my XML works fine with a newer version, but I'ver got to use the version, deployed with the Apex package.
    So, is there any chance, to get rid of the names on the bars with the standard version? Or do I have to wait for the next Apex version, or buy me the new anychart license?! Can anybody help please?
    Thanks
    Holger

  • Printing/Copying Flash Charts

    I've been adding some flash charts to my application, and people love them. However, I wasn't looking ahead and didn't anticipate people wanting to pull the charts off of the web application to send in emails, power point slides, or printouts. I did find that you can just simply right click the graph and print from there, but converting it to an image format would be a major improvement.
    Is there any way to do this? Or possibly some tutorials out there?

    Hi,
    I am exploring the Oracle APEX since 2 days and it looks to be a perfect tool for the kind of reports we need to generate. i need to print the reports i generate to pdf. i have gone though the demos and was able to print to pdf using cocoon/Tomcat method as suggested by Carl at http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    but i cant print charts through this. how can i print charts without using BI prublisher, coz my company doesnt want to pay for it!
    Also i haven't gone far enough but would appreciate any comment on this. for every report i have 2 or 3 lines of heading or kind of explanation of the report. will this also be printed as part of the report or only the table is exported to pdf?
    Thanks.

  • Unable to install Flash Player as "only a single version of this application can run"

    I was having problems with Flash Player earlier today and decided to uninstall it (from Windows 7) and reinstall from scratch.  I uninstalled it and tried reinstalling it but now I get the following message: Unable to install Flash Player as "only a single version of this application can run" I tried uninstalling   I checked to see if there was still a programme to install but there is not. I checked my files in Windows and there are several files called Install_Flashplayer _16x32 .............. files. I presume they were created each time I attempted to install Flash Player.  I thought of deleting the numerous Install FlashPlayer files but decided to seek help before taking this step.
    Browser: Firefox 35.0.1
    Windows 7 Home Premium
    64bit OS

    I have somehow managed to install Flash Player and it works. I deleted all the install files except one which did not want to be deleted, Then I started to install Flash Player until I got the message about conflicting applications. I then used Ctrl+Alt+Delete to open Task Manager, then closed all tasks except the Flash Player one. Flash Player finished installing. I then opened a TV Player in Firefox and was able to play a programme that required a Flash Player.
    Why do I have to use Task Manager to close applications. I can't remember the last time I used it ut think it was about a year ago when my computer would not shut down.

  • Unable to see the application in BPM Workspace for Sales Quote tutorial

    I have created the Sales Quote tutorial steps and deployed the process. The Enter Quote Details user task is in the "SalesRep" role and I have assigned a user from WebLogic user store to "SalesRep" role in the BPM Organization artifact.
    In order to kick off the process, I logged-in to BPM workspace with the user I have assigned as "SalesRep" role but don't find the Sales Quote application under the "Applications" tab.
    I am using 11g PS4(11.1.1.5) and didn't seed the demo users, instead just created the user using WLS console.
    Any thoughts why the user is unable to see the application in BPM Workspace?
    Thanks,
    Satya

    Check two things:
    1. Login to Workspace as weblogic and click the Administration link at the top to verify the role is actually set to a user (just to double check this).
    2. Login to EM, click the SalesQuote composite, scroll down and click the EnterQuote human task component, and click the Administration tab.
    This shows you if there is a task form URI associated with this human task. If not, the initiate link won't show up in the Applications menu in Workspace.
    If not, you can either deploy again from JDeveloper, making sure you have selected the task forms in the deploy wizard and making sure the deployment is successful in the Deployments log window.
    Heidi.

  • Unable to see the deployed application in BPM Workspace

    Hi Every body,
    We have developed the Project using Jdeveloper and it has deployed successfully. After that I login in Workspace with assigned user, I could't find the deployed application.
    In Enterprise Manager I checked it shows it has deployed and I checked in in workspace login as a weblogic user and seen the assigned role,it has assigned currectly but I am unable to see the deployed application in BPM workspace. Can any body help on this.
    Thanks in advance.

    Hi
    Try this. Log into the Workspace using weblogic user. Go to the Administration option (up and right if I'm not wrong) and check if the roles that you create for the process has the users correctly assigned.
    Regards,
    isabelbernely

  • Unable to see planning application and dimension menus under navigate tab

    Dears
    Unable to see planning application and dimension menus under navigate tab in EPM 11.1.1.1 workspace.
    Is there any configuration lost?
    All EPM service have already started.
    Thx
    Hector

    I also don't see the menu under "Consolidation" or "Planning" applications. I can naviaget to these applications from Navigate -> Application ->Consolidation or Planning and I see a box with up arrow and down arrow. If I keep my cursor between these two boxes, or the boundary, sometime I could start my applications in these two modules. I checked context.properties in \Hyperion\home\deployment\Tomcat5\workspace\webapps\workspace\conf folder.
    #Appended properties
    #Sat Jan 17 14:14:43 EST 2009
    Reports=Y
    HFM=Y
    HPSU=Y
    HP=Y
    HPS=Y
    Analyzer=Y
    BPMA=Y
    ChangeManagement=Y
    Subcontext.properties file is as follows:
    Analyzer=WebAnalysis
    Reports=hr
    HMB=metrics
    HPS=HPSWebReports
    HFM=hfm
    HP=HyperionPlanning
    BPMA=awb
    HFM-version=9.3.1
    HP-version=9.3.1
    HPS-version=9.3.1
    HMB-version=9.3.1
    BPMA-version=9.3.1
    # Parameters for all contexts
    #KeepAliveInterval=10
    #SessionTimeout=30
    #logon=bpm.logon
    #startup=cds.mode
    I also removed # character in the last four lines but I cannot see my aplications under "Consolidation" or "Planning.
    This is in Hyperion 9.3.1 environment all my websites are working. Workspace, Shared Services etc. I checked all my servies and they are working ok.
    http://lewisxphub:19000/workspace/index.jsp
    Any Ideas?
    Thanks
    Jay
    Edited by: Keerthi on Jan 29, 2009 4:31 AM

  • Unable to see the planning applications

    Hi All,
    I'm using hyperion 11.1.2. I've created a planning application in workspace. Now if i'm using the URL http://localhost:8300/HyperionPlanning, i'm unable to see any planning applications in the drop down ? where as i'm able to access applications in workspace. Do i need to make any settings to see the applications using this URL ? Pls. advice
    Thanks,
    PVR

    As it looks like you only need the default cluster I would start up the configurator, select planning, manage planning clusters.
    Choose "Re-Associate Cluster and Application", select default and choose an application, apply, repeat this for all the planning applications.
    Choose Activate Cluster, select default.
    Then you can delete the cluster that is not needed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to see the Application component 0PA_PD

    Hi BW Experts,
    I am able to see the application component 0PA_PD under application component PA in our development system. I have activated a data source under 0PA_PD in the development system. I then  moved the data source to our test system (R/3). However in our BW test system, I am unable to see the application component 0PA_PD under PA in the modeling and hence am unable to replicate the data source in the test system.
    Could you please advice what I have to do in order to see the application component in the test system.
    Thank you in advance.
    Sai

    Thanks Mr. V,
    I did replication of the top application component PA but still the 0PA_PD did not show up.
    I also ran the RSA9 and still the 0PA_PD did not show up under the PA. Other application components like 0PA_BN are appearing under PA but not the 0PA_PD.
    I checked the test R/3 system and the data source is available under the application component 0PA_PD. But somehow the 0PA_PD is not appearing on the test BW system.
    Please help.
    Thanks,
    Sai

  • Unable to see Applications under navigate tab in Planning browser

    Unable to see Applications under navigate tab in Hyperion(9.3.1) workspace I have installed all Hyperion 9.3.1 products as per installation document
    Please Can any one tell me the solution.
    i have one more question .already i installed Hyperion Shared Services,Essbase (includes
    Essbase Server and Essbase Administration Services),Hyperion Planning - System 9 .Essbase Integration Services,Hyperion Smart View for Office.
    i am using Tomcat web server only .
    what are the applications need to install if i want to work on planning

    Hi,
    Have you read this post > Unable to see Applcation under navigate tab in Hyperion(9.3.1) workspace
    I answered the same question on the subject only a few days ago.
    Hope it works for you.
    Cheers
    John

  • I am unable to see videos on amazon prime because it says I need to upgrade th Flash player ...which

    I am unable to see videos on amazon prime because it says I need to upgrade the Flash player ...which I have done many times, still is not working. I have MAC  os x  10.5.8*
    Can you help me?

    What version of Flash Player do you have installed?
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html

  • JPDK - Unable to see Sample provider in repository - getting Error

    I have been trying to intall the sample provider as outlined in
    the document "Installing the PDK-Java Framework and Samples".
    Everything works fine except that I am unable to see the
    provider in the repository...even after I refresh the repository
    or restart the server. I see the following error when I click
    the Refresh Error link in the Portlet Repository;
    wwpro_api_provider.get_portlet_list 09-OCT-2001
    PROVIDER[1097547]: SampleWebProvider
    LANGUAGE: us ERROR: HTTP_PROV_EXEC_EXCEPTION
    I am able to see the test page fine and don't have a problem
    registering the provider, it just doesn't show up in the
    repository and I cannot add the provider to a page.
    Has anyone encountered this problem?
    Were you able to solve it?
    Any ideas on how I might fix this problem?

    Hi , me too I have the same problem.
    I cannot see the sample portlets in the portlet repository , after I have succesfully registered the provider , in the "administer" tab of Portal.
    If I click the refresh error , I see this error : wwpro_api_provider.get_portlet_list 12-SEP-02 PROVIDER[208]: JSP_esempio LANGUAGE: us ERROR: HTTP_PROV_EXEC_EXCEPTION
    My jserv.log says :
    [12/09/2002 13:59:39:007 GMT+02:00] sample/DefaultProvider.getPortlets() - ProviderId = -1
    [12/09/2002 13:59:39:007 GMT+02:00] sample/ - start index = 0
    [12/09/2002 13:59:39:007 GMT+02:00] sample/ - count = 99
    [12/09/2002 13:59:39:007 GMT+02:00] sample/ - byUser = false
    [12/09/2002 13:59:39:007 GMT+02:00] sample/ - No User Specified
    [12/09/2002 13:59:39:007 GMT+02:00] sample/DefaultProvider.getPortlets() - returning 14 of 14 portlets
    It sounds good :-)
    jserv_mod.log doesnt give errors.
    My environment is:
    9iAS : 1.0.2.2.2
    Portal : 3.0.9
    JPDK : 3.0.9.0.7.
    Any suggestions ?????
    Please help me !
    Max

Maybe you are looking for

  • Ipod nano 7th gen. songs skipping

    I bought the 7th generation nano and I have noticed that when I have the ipod on shuffle in the songs sections, some of the songs are skipped. When I go to the specific artist and song, it continues to skip. I figure that it is a corrupt song file, h

  • Spry Validation Textarea Widget "error: missing ) after argument list"

    Hi all, I'm trying to apply validation on textarea in one of my forms but it keeps giving me the same error msg in Firefox "missing ) after argument list". Funny thing is that the line witch initiate the textarea object is one on one from the Spry Fr

  • BI application frame -----------how to use it?

    hi,   anybody help me that how to use BI application frame ui element in webdynpro java what are the properties i should fill, Thanks, santhosh.

  • GR IN ALTERNATIVE UNIT OF MEASURE

    Dear Friends, I want to know report for GR of production order in alternative unit of measure for a specific day. Plz help me Thanks KK

  • How to - Open a photoshop document - Interface or suit - for plugin

    Hello friends, Kindly help me... If we know the path to the document, is there any suit or interface available in photoshop cs2's sdk for opening a document in photoshop window? We are developing phtoshop automation plug-ins, to all user to encode an