Open Web page errors

Hello,
My simple open a web page logic used to always work up until recently, but now I am getting the following LabVIEW errors when I run it and my application never opens Internet Explorer:
"Error -2147467259 occurred at Unspecified Error ..."
"Error -2146959355 Active X error"
LabVIEW 2012 August
Windows 7 32-bit
I am wondering if there is a Windows or LabVIEW service that was mistakenly turned off. I had some sluggish network performance and I ran the following recommended batch file:
http://digital.ni.com/public.nsf/allkb/814FEF952915137686257B6B006C5F4F
What service would cause this problem? I know it is related to Active X.
RobL
Attachments:
OpenWebPage.JPG ‏30 KB

RobL,
I have found one of National Instruments Knowledge Base articles detailing this error in reference to ActiveX. 
http://digital.ni.com/public.nsf/allkb/1C025F018CB5761686256C56007DD258?OpenDocument
I believe this may be of some help.
Aaron L.
Applications Engineer
National Instruments

Similar Messages

  • Firefox 4.0.1 closes with no error message. When I restore the session I get: Well, this is embarrassing. Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page. What can I do?

    After opening certain websites, pogo, firefox 4.0.1 closes with no error message. When I restore the session I get: Well, this is embarrassing. Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page.
    I have had this problem before and had to reinstall an earlier version of firefox.
    The error console has a long list of errors, many of them end with: does not implement nsIObserver. Is there a way to send the information on the error console to firefox support?
    Redownloading Firefox 4.0 will fix my problem until I either close firefox or turn off my computer. The problem recurs when I open firefox again.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * https://support.mozilla.com/kb/Firefox+crashes
    It is also possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/sessionstore.js
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • New tab will not open web page

    *error message when opening firefox= "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    *new tabs do not open web pages
    *plugin container.exe and updater.exe do not open or run

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Internet explorer will not open web pages

    HPw1858, Windows 7 connected to comcast cable. norton anti-virus program.
    Internet Explorer will not open web pages - refers to Domain Name Server missing or Error 403 (Forbidden) h30155.www.hp.com
    very frustrating. can you tell me what settings i need to change?

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Opening web pages in email has stopped working after upgrade of ios

    I cannot open web pages in email, or indeed even scroll them. only change recently as upgrade to ios 7. I can come out of mail and open in safari, but very annoying!!

    replicate the error and paste the error from defaultrace from server0\log.
    regards,
    snehal

  • Opening Web Pages

    Hello,
    I'm currently trying to open a web page within a browser. Currently I can only open a web browser with the web page. Here is the code.
    public class MyApp2
    private static final String errMsg = "Error attempting to open web page";
        public static void contURL() {
            String url= "http://www.google.com";
            String osName = System.getProperty("os.name");
            Runtime rt = Runtime.getRuntime();
            try{
                   if (osName.startsWith("Windows")) {
                                // this doesn't support showing urls in the form of "page.html#nameLink"
                        rt.exec( "rundll32 url.dll,FileProtocolHandler " + url);     }
                   else if (osName.startsWith("Mac OS")) {
                            rt.exec( "open " + url);    
                   else {
                            // Do a best guess on unix until we get a platform independent way
                                // Build a list of browsers to try, in this order.
                                String[] browsers = {"epiphany", "firefox", "mozilla", "konqueror",
                                        "netscape","opera","links","lynx"};
         // Build a command string which looks like "browser1 "url" || browser2 "url" ||..."
                                StringBuffer cmd = new StringBuffer();
                                for (int i=0; i<browsers.length; i++)
                                    cmd.append( (i==0  ? "" : " || " ) + browsers[i] +" \"" + url + "\" ");
                                rt.exec(new String[] { "sh", "-c", cmd.toString() });
                        }catch (Exception e){
                              JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
    }Works well to open browsers (though it is opening in tabs and not new windows, could use some help in that too), I want to take an already open browser and open a new page leaving behind the the page currently on.
    Edited by: DarkGhost89 on Jan 12, 2008 9:14 PM

    I'd suggest reading the browser help pages for their command line arguments (if such documentation exists; generally this area of browser documentation is poor) and see if the browsers in question allow you to specify a target argument on the command line, in addition to the URL. I mean target as in the attribute to HTML links. (e.g., ). If such an argument exists, it might be different on each browser, which means you'll need to need to break up the non-Windows cases into many different cases. You might want to use "which" on unix boxes to find out which browsers are available.
    This is just a reasonable guess. I have no idea whether "target" is supported like this by any browser.

  • When I try to reset firefox I get: Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page.

    Flash plugin keeps crashing. Following directions here, I tried to reset firefox and get error message "Well this is embarrassing. Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page."

    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have a "bp-" prefix:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website, or open the crash reports page via "Help > Troubleshooting Information".
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    Try to set the Flash plug to click-to-play by setting the permissions for Flash to "Ask To Activate" in "Firefox/Tools > Add-ons > Plugins".
    That way you can activate the Flash plugin when you need it via the Lego block icon on the location bar.

  • The list of open web pages just flipped from right to left. How do I get it back on the right? Thankyou.

    The list of open web pages, which normally sits bottom right on my screen, flipped to the left. How can I move it back to the right?
    I clicked Alt + tab and saw 'Deplacer' (Reposition - I'm in France). Then the cursor became a thing like a crossroads and I clicked where I wanted to put the list of open pages but nothing happened.

    You may have placed the bookmarks icon on the Navigation Toolbar to open the bookmarks in the sidebar instead of the bookmarks menu button that opens a drop down list.<br />
    There are two icons available for opening or accessing the bookmarks that both have a star.<br />
    The icon with the drop marker opens the drop down list with the bookmarks (Bookmarks Menu button).<br />
    The other, without the star, opens the bookmarks in the sidebar, just like the Ctrl+B shortcut or View > Sidebar > Bookmarks
    See:
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    *http://kb.mozillazine.org/Toolbar_customization

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • How to open web pages from japplet??

    Hi
    Does anybody know how to open web pages from java japplet??
    Any help is apreciated!
    zick

    the getAppletContext() method of the Applet class will get you an AppletContext, with which you can call the ShowDocument(URL url) or ShowDocument(URL url, String target) method...
    check it out at http://java.sun.com/j2se/1.4/docs/api/java/applet/AppletContext.html
    have a good one :)
    Jay

  • How can I get a list of open web pages in Firefox (in Linux)?

    I would like to know how to get a list of open web pages in Firefox (in Linux), because I have a shortcut to open a web page and I want to get it to see if Firefox has the page open first so that it doesn't open duplicates.

    You see the "List All Tabs" button in current Firefox versions if there are that many tabs open that you get the Tab bar scroll buttons appearing.
    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }
    </nowiki></pre>
    * Permanent List-all-tabs Button: https://addons.mozilla.org/firefox/addon/permanent-listalltabs/

  • I'm not able to access the thumbnails of my open web pages. Why?

    I'm not able to access the thumbnails of my open web pages. Why?

    Oh ok, that explains it. Thank you so much. I'm still getting use to my ipad2. I've only had it for about three weeks

  • IS THERE ANYONE LEGITIMATE THAT KNOWS WHY I CAN CONNECT TO INTERNET WITH A IBOOK G3 AND NOT OPEN WEB PAGES?  ONLY HAPPENS WITH MY LANDLORDS ROUTER THAT HE HAS PROVIDED THE PASSOWRD FOR. ONLY WAY I CAN CONNECT TO HIS SERVICE IS IF HE HAS FIREWALL DOWN. WE

    PLEASE ONLY RESPOND IF YOU KNOW HOW TO CORRECT THE PROBLEM. I'M CONNECTED TO MY LANDLORDS INTERNET VIA AN EXT NETGEAR ROUTER, PASSWORD PROTECTED, THAT HE HAS PROVIDED WITH A G3 IBOOK. FULL SINGAL, CAN'T OPEN WEB PAGES. HAS NEVER HAPPENED BEFORE.

    That's because your landlord probably is using WPA2 encryption or 802.11g or 802.11n wireless.  The iBook G3 lacks support for WPA2 encryption, which is much stronger than WEP and the original WPA.   It also only has support for 802.11b.     If you want to join a newer router with a secure firewall, get an 802.11g or better wireless ethernet bridge.
    P.S. Please avoid from using all UPPERCASE.     It is hard to read, and in internet etiquette it means you are attempting to shout and be rude.  I'm sure that was not your intent.  So please avoid from doing that again.  Thank you.
    P.P.S.  10.7.1 can't run on an iBook.   Are you sure you have an iBook and 10.7.1 is on it?  If it doesn't say iBook on your screen frame, or Apple menu -> About This Mac doesn't say Mac OS X 10.7.1, it is not 10.7.1, or an iBook.    MacBooks, which replaced iBooks in 2006, and later came out with Core2Duo and Core i processors, are the only Apple notebooks that can run 10.7.1.

  • Is there a keyboard shortcut to open the presently open web page in another tab? It used to be Ctrl + N.

    Is there a keyboard shortcut to open the presently open web page in another tab? It used to be Ctrl + N. This shortcut now opens a Tab with the home page instead of duplicating the web page I'm on.

    Firefox has always opened new tabs in a blank page, so I'm guessing that the way you had it before was added by an extension.
    If you to to Tools > Add-ons > Extensions, are there any extensions disabled?
    In any case, you can still do this with a mouse shortcut. Hold down the Ctrl key as you drag a tab to an empty area on the tab bar.

  • Adobe Reader 9.2 not opening web pages in Win7 64bit

    After reading all the threads on this subject, it seems that two things are obvious: Adobe has a lot of trouble with their software fixes, and secondly, the fixes seem to be different for many PC's and OS's. I have windows 7 Ultimate, 64 bit, and Adobe reader 9.2 is hanging when we try to open web pages with .pdf files. We are using IE8 ( even Firefox with foxit is having a heart attack ! ) I am trying to uninstall version 9.2 with no success. It gets to one part of the uninstall and then gives me a message that other programs are using Reader, and it stops the uninstall. I have tried REPAIR, it does not help. Am I to assume that Adobe AIR and Adobe.com ALSO need to be uninstalled PRIOR to attempting to uninstall Reader 9.2?
    Also, I feel that the present install of 9.2 is corrupted ( hence why I am trying to reload ) because when I open the Adobe Reader icon on the desktop, the black Adobe screen opens, but after about 6 seconds the Adobe screen goes white and there is a message in the top Adobe Reader bar stating that the program is not responding. ( Obviously something is missing in the install ) MS  UAC is set to OFF, so no security blocks there.
    Q1 : How do I get Adobe Reader ver 9.2 to uninstall?
    Q2: Will version 9.2 of Adobe Reader work on Windows 7 64 bit presently?
    Thank you in advance for any kind assistance

    To uninstall Adobe Reader, make sure (using Task Manager's Processes tab) that Adobe Reader is not running.  Browser windows should also be closed.
    If you still cannot proceed, try in Safe Mode, or use the Windows Installer CleanUp Utility.
    P.S. Adobe AIR and Acrobat.com are not directly related to Adobe Reader, and can be uninstalled independently.

Maybe you are looking for

  • [Theme] Black75 for N9

    NOTE: While this does not void a warranty, if you are not familiar or comfortable with using terminal or flashing (just in case), you may be best to just looky-loo here. Anything released here is tested and does not "break" the device. Remember, anyt

  • Cookbook crm ic webclient 2007

    Hello, do anyone have the newst ic-webclient cookbook? where can i find it? i am just writing my diploma thesis about the new ic-webclient and need further informations. regards Taner

  • How to filter data from two diff. table ???

    i am developing a web application with crystal reports . I am using crystal report api in eclipse. now my problem .... there are three tables person , natural_dead, violent_dead I just want to show the total no of count of person dead naturally as we

  • IPhone cannot view movies from dotMac site if password protected

    I input a movie in a iWeb page, password protect the site, publish it and then try to view the movie with my iPhone. I can get into the page after entering my userid and password, but when I select the movie, I get an error message stating "Error pla

  • JMS design issue

    I am a beginner in my job.I have a task that need to be accomplished or I can say its my first task but I have no experience how can i do it.In our proj we have ejbs talking to backends via jms methodlogies..so we have different java interfaces talki