Referring XY graph because of report generator when the program is compiled

I use the simple PDF generator to add a XY Chart Report PDF, same handle is used in an Excel report and works very well. The XY graph appears so fine when the code it running in development mode, when it is run as executable, the chart insert routines fail for lack of FFL *.bmp temp for the chart of 1172. See attachments. Anyone have any idea why the loss of the handle/temp graph error?

As you say, the error saying that it cannot find the file, which probably means that the file has not been created.

My guess would be it - you create the chart in the subVIs with the + and control icons (which is probably PDF_Generator.Writer.AddImage.vi) and the VI which is shown in the picture was never his FP posted.

By default, LV removes the prefix of all the screws enter the EXE file unless he decides he'll need in the public Service. If the FP is removed then the image of the control are not accessible and that would probably prevent the file to be created. To confirm this, the simplest method is to create a node of static property for controls on the front panel. This will force LV to keep the PC when you build the exe.

If it does not help, then you know exactly where the BMP file is supposed to be generated and see if you can connect a mistake there.

Tags: NI Software

Similar Questions

  • How prevention JButton to actions generated when the user press down

    How prevention JButton to actions generated when the user hold down the key or the short cut
    The code below to show the question when the user keep pressing Alt O
    We want to stop the JButton to generate multi shares just a share only
    A code example shows the behavior that needs to be prevented. Keep pressing "Alt + O" and you will see that the standard ouptput will print the timestamp
    Note Please, I'm NOT interested in the mouse press which is a solution by adding a threshold (setMultiClickThreshhold (long line) on the JButton as an attribute.

     
    public class TestPanel extends JPanel
    {
    
       private JButton btn;
    
       public TestPanel()
       {
          btn = new JButton("Open");
          this.add(btn);
          registerCommand(new MyAction(), InputEvent.ALT_MASK,
                KeyEvent.VK_O, btn, btn.getText(), 0);
       }
    
       public static void registerCommand(AbstractAction action,
             int mask,
             int shortCommand,
             JComponent component,
             String actionName,
             int mnemonicIndex)
       {
          InputMap inputMap = component.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
          KeyStroke knappKombination = KeyStroke.getKeyStroke(shortCommand, mask);
    
          if ((component instanceof AbstractButton)
                && mnemonicIndex >= 0
                && mnemonicIndex < actionName.length()
                && (shortCommand >= KeyEvent.VK_A && shortCommand <= KeyEvent.VK_Z))
          {
             ((AbstractButton) component).setDisplayedMnemonicIndex(mnemonicIndex);
          }
    
          if (inputMap != null)
          {
             ActionMap actionMap = component.getActionMap();
             inputMap.put(knappKombination, actionName);
             if (actionMap != null)
             {
                actionMap.put(actionName, action);
             }
          }
       }
    
       public static class MyAction extends AbstractAction
       {
    
          /**
           * 
           */
          private static final long serialVersionUID = 1L;
    
          @Override
          public void actionPerformed(ActionEvent e)
          {
             System.out.println(System.currentTimeMillis());
    
          }
    
       }
    
       public static void main(String... args)
       {
          SwingUtilities.invokeLater(new Runnable()
          {
             public void run()
             {
                JFrame frame = new JFrame("Testing");
                JPanel panel = new TestPanel();
                frame.getContentPane().add(panel);
                frame.setPreferredSize(new Dimension(500, 500));
                frame.setMinimumSize(new Dimension(500, 500));
                frame.pack();
                frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                frame.setVisible(true);
             }
          });
       }
    
    }
    Published by: user12130673 on 13-feb-2013 03:01

    Use getKeyStroke (int keyCode, int modifiers, boolean onKeyRelease) hit with onKeyRelease = true instead?

  • "Waiting for in time (RT PXI target) real answer" error when the program is waiting interruptions

    Hello

    I developed an application to detect interruptions generated by an electronic card and act accordingly. The program was developed in labview, but she calls a dll; created with labwindows. The dll is scheduled to open the visa communication, select the events and install the interrupt handler and when an interruption is detected, it reads the value of the different registers of the map and returns to labview to view.

    The problem is that when the program expects an interruption, a prompt appears with the message "Waiting for real-time (RT PXI target) real answer" and the only option I have is to click on the button to disconnect the pxi or just wait. If I wait and I generate an interrupt, the prompt disappears and the application view data as it was planned.

    To wait for the following code the interruption has been programmed into the function:

    While (flag == 0)

    {

    Sleep (1000);

    }

    When an interruption occurs, the value of flag set to 1 and function continues without any problem. I am not really sure, but here is probably the problem and it probably isn't the best way to wait for a break because the sleep function suspends the thread to the configured time, but at least the load calculation in the PXI is between 0 and 1%. I was wondering if anyone knows how to wait for a break without 'lost' communication with PXI and if there is a better way to do it.

    Any response will be welcome and thank you for them,

    Jaime

    Hey there.

    You see problems with connectivity it's because the thread by DEFAULT CallLibrary nodes running in is the UI (UI) thread - UI thread manages also the important things like, say, communications (especially all the connections for the VI server) and other things that you could run all the time.  A CallLibraryNode is not, by default, intended to be used to execute code that runs for a long period of time.  If you want to do this, you assign the execution of the CallLibrary node to run in the context of a LabVIEW run-time engine thread (by selecting to make it work "in any thread") and not the UI thread.  This can be done through the properties of the CallLibraryNode.  By selecting "run in any thread" the call DLL will be generally in the context of the thread running in the run LabVIEW, which is usually what is meant when even.  The VI CallLibraryNode color change of Orange (UI) to blue (LabVIEW thread) so that you can quickly tell what context the appeal will be in.

    The reason the interface thread user is the default thread is because most often DLLS calls need to be serialized (because of functions is not not thread-safe) and so it serves to protect the integrity of the system.  However, if you know your threads are thread-safe, or you will use these threads for a while, it is best to program the CallLibraryNode to use a Thread of LabVIEW execution rather than the UI thread.

    For more information on this review on these pages:

    https://decibel.NI.com/content/docs/doc-9069

    http://zone.NI.com/reference/en-XX/help/371361J-01/lvexcodeconcepts/configuring_the_clf_node/

    DLL' happy ing.

    -Danny

  • Use a channel when you declare two and it changes when the program runs.

    Hello

    For the use of a map of 4461:

    With the use of the library DAQmx:

    When I use 'Create Channel.vi' I can to use 'Ai0:1' to use the 2 input channels. Then I use the Nchannel Read and split the signal with for example a "Board index".

    But is it possible to change the channel numbers 'on the fly' so when the program is running?

    The same question with the outputs

    When I use the channel to create for outings and I use Ao0:1 to use 2 output channels, can but I change to a single channel when the program is running. Nchan write.vi is used, and this requires 2 channels. The use of a channel will give you an error.

    Is there a nice way to handel this?

    Greetings.

    You can change the output to a level of 0 volts instead of what you read. It should be just a case statement and the writing remains the same.

  • do not display menu when the program is not running

    Hi, I did with an XControl I can start the program with a start button.
    I deselected the toolbar, Run and Abort button when runnning and the program runs with only a custom Menu, just like I want.
    When the program stops the menu and the toolbar is visible (as usual). My question is - can you choose not to show the menu and the toolbar when the program does NOT work?

    During execution of the edit mode, it seems reasonable to return to editing mode later.

    Once the program is distributed to end users, edit mode is meaningless. Built in a standalone application or at least to define its 'open operation' and close once. The program should never be in a stopped state. Create a state machine passing the State idle when it's not what anyone.

  • SumTotal reporting complete when the quiz is broken

    I am using Captivate 3 and try to publish on SumTotal 8.2. The quiz has three pools with 10 questions randomly. I take the quiz and fail. The SumTotal results screen displays the message "you have completed the course" and mark also completed the course. I want to score incomplete if the test fails. I did a ton of research and tried every fix I found without success. I tried the SCORM 1.2 and 2004 with no luck. I tried to set the quiz to 0 and let the control of SumTotal pass mark. I am at a total loss and need help fast.

    Thank you

    Danny

    Hello

    Under the LMS is complete/incomplete or pass/fail. If you choose the first option, so it is normal that the assessment is claimed to be complete, if the user has answered all the questions. If you want a signal when the failure, you can choose the recording of pass/fail.

    BTW, how many attempts allowed?

    Lilybiri

  • Desktop icon when the program double clicked States not recognized go to control panel of the value binding

    I have a PC running windows vista. Recently, the desktop icons when double clicked do not work, a message appears telling me that the program was not found and to go to the association Control Panel to fix this value.

    I'm now PC expert so would appreciate any advice in simple terms.

    It happens with all the desktop icons, or only some?  If only some, what are their types of files (extensions - the identifier to three digits after the point in the name of the file)?

    Do you know when this problem started?  Try a system restore to a point in time BEFORE the problem started.  Here is the procedure: http://www.howtogeek.com/howto/windows-vista/using-windows-vista-system-restore/.  Don't forget to check the box to show more than 5 days of restore points.  If the first attempt fails, then try an earlier point or two.  NOTE: You will need to re - install any software and updates that you have installed between now and the restore point, but you can use Windows Update for updates. Then see if you can open your desktop icons.

    There may be something wrong with some extensions (such as .exe files and the .lnk files).  Go to http://www.mydigitallife.info/2008/06/22/reset-and-fix-broken-windows-vista-file-ext-and-type-associations-include-exe-com-sys-zip-lnk-folder-drive/ and run the process for the .exe and the .lnk file types. ;  See if you can open your desktop icons.

    If this does not work, your user profile may be damaged.  To fix this use http://windows.microsoft.com/en-AU/windows-vista/Fix-a-corrupted-user-profile.  If that is the only available Administrator Profile (you need to be an administrator to fix this), enable the Hidden Administrator Account (HAA) using http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.windows.vista.administration_accounts_passwords&p=1&tid=d20f9db4-7b2c-48be-a087-7835dc2a9055&mid=d20f9db4-7b2c-48be-a087-7835dc2a9055.  If you don't remember the password, try nothing because that's probably what you (or seller) did during the installation.  Once that is done, don't forget to disable the HAA to save it in case it is necessary once again and for safety reasons (since people often try to hack into systems using this account).  Do NOT use the HAA as your administrator account because if you lose the only administrator on the system account or it is damaged again, then you're watered.  Then see if you can open your desktop icons.

    If you still have problems, after return and we will try other troubleshooting options.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • sudden loss of 200 + emails when the program crashed this am. At least 15 cases have lost all records!

    Mozilla has suddenly crashed this morning. I got a message on the screen telling me there was an unexpected error and Mozilla had stopped. He told me to hit just the 'button' to restart the program. When I did several issues in my two primary accounts were empty. Many were customer files, some were more personal important. (one was a record for a big family event next month).

    Whence this appointment? Everyone was able to find a way to get this information?

    right click on the folder, select Properties, and then on the button repair.

  • Recording of data every hour, labview stops responding when the program stopped

    Hello. I'm doing a labview program to read the data and recording to a PDM file every hour for as long as it runs. First of all, I wanted to test it on every 15 minutes to work the bugs how. I made the attached VI and simulated data. It works fine but when I press the stop button to stop the program, the mouse cursor becomes the "wait cursor" and it remains like that until the program says "(ne répond pas) ' and then it crashes." Needless to say that the data is not recorded or corrupt. Do not do this with shorter time intervals (say, record data every 15 seconds). Is the long time period why its happening? Is there a better way to address the issue? Thank you!


  • Delete a shortcut icon on the desktop when the program has been uninstalled

    How can I remove a shortcut on the desktop (Google Chrome) icon after I already uninstalled the program? When I try to delete it, told me of the element is not found (well, it's been uninstalled and not in my trash)?  Help, please.

    Some options.
     
    1. Make slip the C drive icon and see if it will remove it from there.
    2. Boot into safe mode and see if it will remove.
    3. Try this freeware tool.
     
    Unlocker File Remover
    http://www.emptyloop.com/Unlocker/
  • Service report - I uninstalled the program, but it continues to flow

    I tried for days to get RapportService.exe to stop hogging my CPU usage.  I uninstalled the program, but Microsoft said that I might need to remove the other files.  I don't know where to find them and the program continues to run.  I understand that this may be a program that need banks but at this point just want my computer to run correctly.

    I found the answer when entering Safe Mode and disabling the program "ghost".

    Back running.

    Janet

  • I installed Photoshop and Lightroom CC programs by creative cloud, but after 30 days expired programs. The payment is in discount on my credit card. I can't open these programs because I can't open the program because Adobe application results

    I installed Photoshop and Lightroom CC programs by creative cloud, but after 30 days expired programs. The payment is in discount on my credit card. I can't open these programs because Adobe ask activation or the code number.

    Your subscription to cloud shows correctly on your account page?

    If you have more than one email, you will be sure that you use the right Adobe ID?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    If Yes

    Some general information for a subscription of cloud

    Cloud programs don't use serial... numbers you, connect you to your cloud account paying to download & install & activate... you may need to sign out of the cloud and restart your computer and log into the cloud for things to work

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • Premiere Elements to pause when the program is not selected

    I must be missing a setting here somewhere, but when I play my video in fast mode, choose another window (Firefox for example) Premiere Elements is paused the video. Is it possible to have the Premiere Elements to continue to play the video, even when it is not the selected program?

    Unfortunately, it is a limitation of the program. He needs to interface with the 100% video driver, and when the focus is moved to another program, although few work closely with the video driver, like the pre, it gives up control of the video driver and take a break.

    I had a few cases, quite similar to yours. In my case, I just did a first export/share, (either Audio only, or multiplexed AV file), and then used a simple player, having read this file, while I did my other work. It's the only solution I can think.

    Good luck

    Hunt

  • Maximize the report? When the report is run

    How to maximize the report when it is run report6I

    Concerning


    Wasim Ismail

    report form CAL to maximize

  • REP-56048 PDF report fails when the images in two or more pages

    Hi Experts, I hope you help me with this.

    I have a problem running some reports,

    REP-56048: engine rwEng-0 blocked., job Id: 425.

    These are the logs I found:

    1 - INSTANCE_HOME/diagnostics/logs/ReportsServerComponent/ReportsServer_web_FR_inst/rwserver_diagnostic.log:

    [2011 12-21 T 08: 02:08.358 - 06:00] [reports] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 14] [ecid: 0000JHWvTl5Fw000jzwkno1EwU1o000002, 0] REP-50125: org.omg.CORBA.COMM_FAILURE: vmcid: minor SUN code: 201 completed: no []
    org.omg.CORBA.COMM_FAILURE: vmcid: minor SUN code: 201 out: No.
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:205)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:218)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:198)
    at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1644)
    at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1329)
    at oracle.reports.server.JobManager.runJobLocal(JobManager.java:2236)
    at oracle.reports.server.JobManager.dispatch(JobManager.java:1466)
    at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1537)
    at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:460)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
    to com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$ WorkerThread.performWork (ThreadPoolImpl.java:471)
    to com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$ WorkerThread.run (ThreadPoolImpl.java:500)
    Caused by: java.net.ConnectException: connection refused
    at sun.nio.ch.Net.connect (Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:60)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:188)
    ... 23 more
    ]]


    2 - INSTANCE_HOME/diagnostics/logs/ReportsServerComponent/ReportsServer_web_FR_inst/console~ReportsServer_we_FR_inst~1.log:

    21-Dec-2011 08:02:08 < init > com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl
    ADVERTENCIA: "IOP00410201: connection failure (COMM_FAILURE): socketType: IIOP_CLEAR_TEXT; HostName: 127.0.0.1; Port: 34416 "
    org.omg.CORBA.COMM_FAILURE: vmcid: minor SUN code: 201 out: No.
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:205)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:218)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:198)
    at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1644)
    at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1329)
    at oracle.reports.server.JobManager.runJobLocal(JobManager.java:2236)
    at oracle.reports.server.JobManager.dispatch(JobManager.java:1466)
    at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1537)
    at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:460)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
    to com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$ WorkerThread.performWork (ThreadPoolImpl.java:471)
    to com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$ WorkerThread.run (ThreadPoolImpl.java:500)
    Caused by: java.net.ConnectException: connection refused
    at sun.nio.ch.Net.connect (Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:60)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:188)
    ... 23 more



    3 INSTANCE_HOME/diagnosis/logs/WweCache/webcache1/event_log:

    [2011 12-21 T 07: 34:39 - 06:00] [webcache] [NOTIFICATION: 1] [TABLE-09608] [main] [ecid:] the cache server process started successfully.
    [2011 12-21 T 07: 34:44 - 06:00] [webcache] [WARNING: 1] [TABLE-12104] [utl] [ecid:] process of a failing page Oracle Web Cache




    I have:
    Fusion middleware
    DB11g
    WebLogic Server 10.3
    Forms and reports 11.1.1.3


    help please.

    I fix my problem upgrading FMW 11.1.1.4 and weblogic server 10.3.4.
    Thank you all.

Maybe you are looking for

  • Cursor missing at startup

    Currently running OS X El Capitan, and have noticed recently that from time to time at startup that my mouse cursor disappears completely – making it impossible to click on anything whatsoever Any ideas on how to solve this problem? The keyboard work

  • Removal of e-mails with Outlook Express problems

    I can't delete some emails from my Inbox in Outlook Express.

  • emails lost in WLM

    Had the problems noted with sending mail after Time Warner. They are gone from my account to IMAP settings and email went through. I had to move all of my emails stored to new subfolders for the account. Everything seemed OK until this morning. ALL t

  • Create puppets of paper style as in the intro to After Effects video

    HelloI am new to AE, so I started with the video intro: https://helpx.adobe.com/after-effects/how-to/what-is-after-effects-cc.html?set=after-effec ts - appointment - you started - overviewAt 0:35, they show us a world of paper, ink and text.I need to

  • EXR import with layers

    Photoshop CC2015 important files exr including diapers.  Can I import an EXR ok, but it's a single layer.Does anyone know a work around for this in addition to having to purchase third-party plugins.