Generate fails with Mark of the Web

Warning new Rh user
With that disclaimer out of the way maybe someone can help me
figure out this problem. It isn't critical. I am actually running a
trial version of Rh7 on an offline laptop and using a tutorial
document to try and learn the tool.
The laptop is using IE7. One of the scenarios is to generate
WebHelp SSL with and without the 'mark of the web' setting.
When the setting is unchecked I receive the warning about
scripts and ActiveX, but my Help content is displayed and I can
navigate through it.
However when I check the 'mark of the web' option and
generate my SSL even though the warning no longer is displayed I
only see my default topic and no other content. The tabs (Content,
Index, Search) display but do not have any content or function. I'd
appreciate any help or guidance.

Well Peter the result is the same (no content) but I do
receive a different message stating my security setting do not
allow websites to use ActiveX controls installed on this computer.
I guess I can go back and talk to my MIS folks.
Thanks

Similar Messages

  • Issue with Mark of the Web, PDFs, and merged WebHelp

    I'm sure this has come up before, but I can't locate the definitive answer.
    I am using RH8 and have a merged WebHelp system containing a parent projects and 10 or so child projects.  Previously, when I generated the WebHelp projects, I selected the Mark of the Web check box for the parent and all the children. Everything seemed to work fine.
    Now, I've been asked to create a new child project with links to a large number of PDF files. After reviewing the documents on this forum, I realized I needed to (1) unselect Mark of the Web to see the PDFs in the generated output and (2) change my IE settings to Allow Active Content to Run from Files on PC. Unfortunately, while I can now see PDFs just fine, my merged help is no longer working correctly--the link from the parent topic to a project generated w/o Mark of the Web no longer works. That is:
    If Mark of Web selected:
         PDFs don't work
         merged help does
    If Mark of Web not selected:
         PDFs work
         merged help does not
    How can I make everything work?
    Thanks.

    Are you testing locally?
    Have you tried after publishing to the server? If not do so as that will likely make the difference.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Mark of the Web Question

    Can someone please clarify something on the new Mark of the
    Web option on WebHelp output in RH6? Even though the option is
    available when generating WebHelp output, the resulting output does
    not appear any different than it did with RH X5 for the same
    project (and still does not work with our VB app on a local machine
    when the Active X security option is turned off). Now I see the
    What's New in This Release topic in the RH6 help file lists WebHelp
    Pro, FlashHelp, and FlashHelp Pro as the layouts that support Mark
    of the Web. No WebHelp. So does Mark of the Web work for WebHelp or
    not? Do I have to change my output to WebHelp Pro to get mark of
    the web? If so, what other implications are there for switching
    from WebHelp to WebHelp Pro? Does this mean I have to buy RH6
    Server instead of plain RH6?
    Sorry to be freaking out, but this is not what I
    expected. Thanks!

    Since we are speaking of the WOM feature, I am having some
    diffculties with this feature too but with totally different
    symptoms and ouput:
    It is the Webhelp pro output that is causing me a headache:
    when I add this feature and the web app calls on the help using an
    online webhelp pro call (
    http://server/roboAPI.asp?project=projectname
    or
    http://server/roboAPI.asp?project=projectname&context=ID>context)
    the help page fails to load. Just a white htm page and exporer 7
    seems to be lost and confused... Any ideas?

  • Mark of the Web and Explorer stupidity

    So, we are working on a very clever little program that acts as a browser independent bookmark util, and strips Google's tracking data.  It's not a screen scraper.  It's a bookmark utility.
    It can also download images to local files.
    As a browser independent util, bookmarks are written to html pages.  We want an OnClick open in new window aspect.  This is to reduce the number of opened browser pages\tabs and also to allow an easily returnable window handle to the Window that we
    open for the bookmarks.
    Works great with FF and Chrome and older IE.  Newer IE on Win Vista 8.x does not open in new window.  Opens links in tabs which (as we all know do not adhere to Microsft's Windows Hierachy Rules) so we can't use the db app to find the originating
    Window, and therefore have to open a new one on the next Open Bookmarks call.  hwnd values do not work with tabbed browsers, so don't suggest that.  Neither does inspecting every running process for the process thread and backtracking, so again,
    no lame ass responses, please.
    If we add the poorly documented Mark of the Web tag to the page, then yes, we can open pages or images on the web in a new window.  BUT, not locally stored files even with fully formed paths.
    This is ridiculous.
    In other words, an image on a site that may be compromised is now 'secure' using MotW, but a local file is not?
    What moron at Microsoft thought this made sense?  How the hell do you justify locking down a local file but leaving a web based one exposed?  MSIE's security protocols get more ridiculous with every new wet behind the ears hire kid that you bring
    on board.  You guys apparently are big on rules that have zero real world application value.
    Explain, please, (without the bullshit icacls Dos cmd run as admin), how a user is allowed to link to file on their own computer's hard drive, which I may add, they paid for - you did not - especially when we have, on download, checked the correct file sig,
    to make sure it is valid.
    As it stands, we are thinking that we should just give up on fixing IE's constant issues and just advise users to install FF.
    I await answers that are competent.

    I appreciate the offer to help, Rob, but this has nothing whatsoever to do with domains, pop-up blocker settings or anything of such a basic nature.  Neither is this about css or scripting.  It is about Microsoft's stupidity pure and simple. 
    And, btw, I am a pro.
    However, I have now resolved the issue to large extent, and am happy to report that I can now use code to elevate permissions at will.  I can also now hide content in files, including hiding binaries in simple text files.  If Microsoft were not so
    dumb, I wouldn't now know all this or have a need to know.
    Here's something for you to ponder, assuming of course that you are a professional.
    Create an htm page, with a link  to link to say a text file or image file that you created.  (So you created both the htm and the target file).
    You want the target to open in a new window.  Not a new tab.  You want the new window to be re-usable. So you add a simple OnClick - New Window instruction to the href.
    MSIE freaks out when it sees the Onclick instruction and delivers a restricted Script/Active-X message.
    There are no script <> tags on the htm page - they are not needed, and there are no active-x controls.
    This is a local page, not on a domain, not on the web.  
    If we tell MSIE to allow, it will open the page but ignore the new window instruction.  (and of course, when we reload the page, we go through the same bull-crap again).
    So we find that we have to add the bogus Mark of the Web tag.  We do that and now the links do NOTHING.  No error message, no explanation.  Just NOTHING.
    We find that we need to either add a Low Security specifier via icacls or use an Alternate Data Stream to add hidden clandestine values.  If we use ADS, simply using the local Intranet zone, it fails.  So, we have to pretend the file was from the
    web, even though it was created locally and add an ADS to that effect.
    All of this, just to link to a file that i created, on my PC.
    The problem is that MSIE recognizes MOTW for the Onclick, but not for link handling.  Very Dumb.
    Since MS are strong advocates of ADS, why does MSIE not just write an ADS tag to say 'user says this file is okay'.  Or, even obey their own rules for MOTW.  Very Freakin Dumb and lazy coding.
    So, because I had to jump through hoops and learn about crap I had no interest in, for something this simple, I now know how to do lots of stuff that some may consider dangerous, although it never occurred to me before.  This has been a constant theme
    with Microsoft.  I learn more about how to hack a system than comply, simply coz MS is lame with documenting or does something as dumb as this.
    So, thanks for the response, I have it handled.  Although I saw about 30 questions from non pros asking why their picture of little timmy won't open, and am sure it has to do with hidden ADS and permissions, I just love how nearly every response from an
    mvp is to reinstall msie. 
    Years ago I used to participate in ms security & db forums.  Never ceased to amaze me how mvp types would always have people reinstall everything.   Is that the first thing they teach in MVP school?
    btw, as far adding a local folder to local intranet zone, can't be done.  Of course it does not help that the little MSIE dialog is wrong with their examples, and has been for at least a decade.
    Regards,
    Gary

  • Mark of the web

    I intially thought that it was my computer that had a problem
    until clients gave feed-back that they were getting the same
    problem.
    This is the pb:
    when I include the mark of the web on the webhelp output (or
    webhelp pro), when the help system opens the following error
    message is systematically displayed:
    "A runtime Error has occured.
    Do you wish to Debug?
    Line: 225
    Error: Access is denied"
    After a bit of debugging, it seems it the WHUTILS.JS file
    that is affected. Apparently the msxml3.dll cannot be accessed and
    that generated the error.
    I tried all the possible fixes from the net for msxml3.dll,
    and nothing seems to be giving me a solution.
    I am working with XP SP2 with IE7 browser and using RH6.
    Any ideas?
    Many thanks,
    Chris

    Hi Peter,
    Thanks for your reply. I sort of recall having this
    conversation with you a while ago. Indeed I realise that webhelp
    and webhelp pro outputs are different in nature: I use the webhelp
    output to place the local help system on the disk that we deliver
    to the client and place the webhelp pro output on the server with
    the RoboHelp server for our customer support site.
    Both outputs are compiled in clearly distinct folders and
    there is no overlapping between the two.
    The reason why I mentionned both outputs is because I am
    getting the same type of pb with the same symptoms when adding the
    mark of the web. Naturally, for the webhelp pro this does not
    matter as I do not add the mark of the web for server based help
    (which makes me wonder why Adobe has added this option for this
    output and more importantly, why it is selected by default) but
    just mentionned in order to indicate that this is not specific to
    the webhelp output.
    This said, my point was that when adding the mark of the web
    option, I get the error described above whereas when it is not
    added, everything works fine (apart from the fact that the active
    content is blocked and the user has to explicitely allow active
    content to be displayed). Therefore it seems that the inclusion of
    this option is generating some type of error and I hoped that
    perhaps someone else had encountered it and found a workaround as I
    am unable to find a viable solution to this.
    -Chris

  • Export Release Build Flash Builder 4.5 fails to load over the web.

    Exported Release Build Application fails to load over the web.  You can reproduce using the following steps:
    1. Create New Flex Project in Trial Flash Builder 4.5.
    2. Use the default Flex 4.5 sdk.
    3. Configure as a web application.
    3. Place the following MXML code in the main application file:
    <?xml version = "1.0" encoding = "utf-8"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s = "library://ns.adobe.com/flex/spark"
    xmlns:mx = "library://ns.adobe.com/flex/mx"
    minWidth = "955"
    minHeight = "600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:TextArea text = "Hello World!" width = "100%" height = "100%">
    </s:TextArea>
    </s:Application>
    3. Save the main application file and Export Release Build to bin-release.
    4. Place all files in bin-release on IIS web server in a web accessible location.
    5. Go to the web accessible location in any browser with newest flash player and view the application's html page.
    Actual Results:
    Flash movie appears blank. Context menu shows Movie Not Loaded. Network traffic shows application main swf downloaded. Framework dependent swfs not downloaded.
    Expected Results:
    Movie loads. Hello World! appears in text box. Context menu does not show Movie Not Loaded. Framework dependent swfs downloaded.
    Workaround (if any):
    Deploy on an Apache web server.
    The tests were run on IIS 7.x (7.0 for one, and 7.5)
    Flex application was built using Flex 4.5.0 SDK pre-bundled release (built-in flex 4.5 with Flash Builder 4.5 trial) on Mac OS X 10.6.7 (10J869)
    Flash Player 10.3.181.14
    Example failing website:
    http://staging.ibenergy.com/Test.html
    Any idea as to why my exported release build fails? Any help would be appreciated.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • HTML5 and 'Mark of the web'

    Are there any plans to add a 'Mark of the web' option for Responsible HTML5? Without it, end users using Microsoft Internet Explorer must set a security option to 'Allow active content to run on My Computer.' I know alternatives are to use Chrome or host the Help system (or ask end user to set up a web server in which to host the Help system), but neither of these workarounds are options at the present time. Thanks for any help you can provide.

    If you go to the index page of your output and edit it with notepad you can manually add the MOTW.  Mark up is shown below.
      <!-- saved from url=(0014)about:internet -->
    It is a time saving device for when you are not loading the content from a website.  When loading from a website the browser can see where it is coming from.  When running it off your local hard drive the browser cannot see a URL and blocks the content.  MOTW is placing an instruction into the web page telling the browser it is from the internet.  I have exactly the same issue when using other Authoring tools so use this when I want to test on IE.  Other browsers do not require this mark up. 
    Regards
    Dee

  • Loadlibrary failed with error 126 the specified module could not be found

    Hello i get this error message at random when am using oracle sql developer, sometimes it comes right after startup, and some times after 5 mins.
    the error closes down the program
    please help

    Searching the web for "loadlibrary failed with error 126 java" seems to point to issues with OpenGL and certain video drivers and/or environments with multiple monitors. Here are several discussions...
    https://netbeans.org/bugzilla/show_bug.cgi?id=243153
    Error "LoadLibrary failed with error 126: The module could not - Microsoft Community
    [SOLVED] Issue with Technic Launcher: Load Library failed with Error 126 - Technic Launcher - Technic Forums
    So it seems this issue is not specific to SQL Developer. The last discussion includes a video link in its last post saying that ".dll" is searched for rather than "atioglxx.dll" on 32-bit systems or "atio6axx.dll" on 64-bit system (in the C:\Windows\system32 folder), so a workaround is to copy one of those to ".dll".

  • Dreamweaver CS3 fails when publishing to the web server using WebDAV

    Dreamweaver CS3 fails when publishing to the web server using
    WebDAV
    using an earlier version (7.x/8.x) works fine.
    Does anybody know if there is a solution for this.. This is
    urgent..
    Attempting to call the 1-800-833-6687 number fails with:
    recording, music, rings as though someone will finally answer, but
    gets a few dial tones and connection goes silent..
    Thanks
    J.

    If all of your credentials are correct, Server Name/IP Address, Username, Password, Root Directory and it's still not connecting, I would try toggling the Passive FTP checkbox.
    If you still can't connect in DW, try downloading a third party FTP program like Filezilla (free) and uploading there. If the third party app doesn't work either, there is likely a problem with your credentials and you would need to contact your hosting provider to straighten it out.

  • The iWork Public Beta allowed me to share Keynote presentations with anyone via the web. How can I share a Keynote presentation online via iCloud? Must the presentation be downloaded to view?

    The iWork Public Beta allowed me to share Keynote presentations with anyone via the web. Now Apple tells me the Public Beta is being replaced by iCloud. How can I share a Keynote presentation online via iCloud? Must the presentation be downloaded to view?

    iCloud is not designed for sharing data with other people: you will need a third-party alternative such as DropBox or Sugarsync.
    More details here (written for migrators from MobileMe but the basic information may be helpful):
    http://rfwilmut.net/migrate3

  • Mark of the web/template problem

    I created three Dreamweaver Templates for my site. I inserted the mark of the web code to each template to allow me to test and preview pages without the pop-up messages. All of my pages are about done and some pages using spry and SWF files weren't previewing properly in IE so I decided that it was time to remove the mark of the web code from the templates. As soon as I tried doing this I got a message about data outside the HTML tag and if I continue changes to pages based on this template will not occur unless you insert the following code <!--TemplateInfo CodeOutsideHTMLisLocked="true"-->.
    So I hit continue. I got a couple of other error messages telling me I did something wrong. I went back into my template and typed in the code Dreamweaver told me to enter. I saved the template and got some more errors. I didn't think to copy it all down at the time. So after all these nasty messages I'm not sure what's happened. So I make some changes to a horizontal spry menu and hit save. I get some more error messages about the changes will not affect pages based on the template. I have to cancel out of a couple of error dialog boxes. I load a few pages that were based on the template and see that none of the changes that I made to the spry menu on the template are reflected on the html pages created from the template.
    So I go into the template and try deleting all references to the mark of the web code. Then I try changing the CodeOutsideHTMLisLocked="true"--> to "false." That didn't work. Then I tried deleting the entire line <!--TemplateIinfo CodeOutsideHTMLisLocked="true"--> thinking that if I just got rid of all of it that it would fix my problem. No such luck.
    So now I start searching online for answers and I see some things about attaching and detaching templates. Okay, so maybe if I detach the template and then re-attach it everything will update. When I follow the instructions to do this I learn that the page is no longer attached to a template. That would explain why my changes in the template aren't updating the other pages. So then I try re-attaching the template. I open the assets panel, click on templates, select the template, and then click apply. Nothing. It won't let me attach a template. Template properties shows no template properties available.
    Here is some of the code from of a page based on the template two_column.dwt
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/two_column.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="document_info" -->
    <title>ONA</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Description" content="This page contains images of some of the former employes of Overseas National Airways." />
    You can't see it the code I pasted but everything after 1999/xhtml is grayed out and you can't edit it.
    So now I'm totally confused and have no idea what I need to do to straighten this mess out.

    I thought I'd update this discussion and close it out. The reason why my pages weren't updating was because I
    was using a template improperly. I had made the menu editable, which you're not supposed to do. The whole mark of the web issue was unrelated to my problem.

  • I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox.  The upload gets caught in a loop.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

  • AWP and "Mark Of The Web"

    I'm trying to add the "mark of the web" to the pages that run
    the web player and it causes the web player not to run for me. All
    I get is an outline box where the player should be. If I take that
    code out, it works as normal. Any ideas?

    > I'm trying to add the "mark of the web" to the pages
    that run the web
    > player
    > and it causes the web player not to run for me. All I
    get is an outline
    > box
    > where the player should be. If I take that code out, it
    works as normal.
    > Any
    > ideas?
    >
    I never found that useful for Authorware content.
    What problem are you trying to fix by using this?
    Steve
    EuroTAAC eLearning 2007
    http://www.eurotaac.com
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • 8.0.1 fails to connect to the web AT ALL when Internet Explorer can

    8.0.1 has failed to connect to the web persistently since updating to this new version - Internet Explorer has no problem at present.

    See http://kb.mozillazine.org/Firewalls

  • Backups failing with error 19: the backup disk could not be resolved, or there was a problem mounting it

    Hello all,
    Doubt this issue relates to a recent and ugly issue but sharing anyways (resolved thanks to a user here: LaPastenague)
    Time Capsule won't backup if Modem (Motorola SB6121) attached
    This was on Feb 10th resolved. Few days later I upgraded to Yosemite.  Backups were working fine since.  
    Yesterday I happen to notice my last backup was 5 days ago.  I looked in the console logs and saw:
    2/25/15 3:55:06.127 PM com.apple.backupd[2777]: Attempting to mount network destination URL: afp://Paul;AUTH=SRP@Time%20Capsule._afpovertcp._tcp.local./Data
    2/25/15 3:55:17.778 PM com.apple.backupd[2777]: NAConnectToServerSync failed with error: 2 (No such file or directory) for url: afp://Paul;AUTH=SRP@Time%20Capsule._afpovertcp._tcp.local./Data
    2/25/15 3:55:17.792 PM com.apple.backupd[2777]: Backup failed with error 19: The backup disk could not be resolved, or there was a problem mounting it.
    2/25/15 3:57:18.808 PM com.apple.prefs.backup.remoteservice[2021]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    I called Apple.  Their front line was clueless. He suggested resetting the TC (latest "tower" model btw") which then a backup kicked off YEAH
    But the next hour it failed
    Called Apple again, this time to Sr Advisor.  He suggested factory reset of the TC and set up again.  Also first backup worked then rest failed
    Third call to Apple useless also.  He was asking questions I didn't feel relevant.  He also was asking me to reset the TC which I told him was done 2 hours prior. He asked me to reboot which I could NOT at that time.
    I begged him to collect data to submit to engineering, which will take days to get a reply.
    So I thought I would throw this out to the community....
    TC Is NEW (replaced from last issue).  Mac is 8 months old (iMac 27"), Os is Yosemite,  TC also new (latest model)
    Thanks...

    Yosemite is problematic on two fronts.. Networking and Time Machine.. so the combo of doing both with a Time Capsule is like bugs on bugs.
    Here is my standard list.. but your problem maybe difficult to resolve.. and my suggestion is simple.. until Apple get their act together and fix TM.. buy Carbon Copy Cloner and use that for your backup. It is solid and reliable.. even better if you use USB drive plugged into the computer and do a bootable clone.. because then you have a backup that is able to be tested for full functionality 2min after the end of the backup.
    This also starts from a factory reset.. but the reason for it is to change the configuration which is much more easily handled with factory reset to begin.. the instructions are there.. because this is my standard reply.. this is not uncommon!!
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Setup the TC again.
    ie Start from a factory reset. No files are lost on the hard disk doing this.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg TCgen5 and TCwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use TC24ghz and TC5ghz with fixed channels as this also seems to help stop the nonsense. But this can be tried in the second round.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the TC always takes the same IP address.. you will need to do this on the main router using dhcp reservation.. or a bit more complex setup using static IP in the TC. But this is important.. having IP drift all over the place when Yosemite cannot remember its own name for 5 min after a reboot makes for poor networking. If the TC is main router it will not be an issue.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric.. but this change will mess up your TM backup.. so be prepared to do a new full backup. Sorry.. keep this one for second round if you want to avoid a new backup.
    5. Mount the TC disk in the computer manually.
    In Finder, Go, Connect to server from the top menu,
    Type in SMB://192.168.0.254 (or whatever the TC ip is which you have now made static. As a router by default it is 10.0.1.1 and I encourage people to stick with that unless you know what you are doing).
    You can use name.. SMB://TCgen5.local where you replace TCgen5 with your TC name.. local is the default domain of the TC and doesn't change.
    However names are not so easy as IP address.. nor as reliable. At least not in Yosemite they aren't. The domain can also be an issue if you are not plugged or wireless directly to the TC.
    6. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    You might need to do some more work on the Mac itself. eg Reset the PRAM.. has helped some people. Clean install of the OS is also helpful if you upgrade installed.
    Tell us how you go.
    Someone posted a solution.. See this thread.
    Macbook can't find Time Capsule anymore
    Start from the bottom and work up.. What I list here is good network practice changes but I have avoided Yosemites bug heaven.
    This user has had success and a few others as well.
    RáNdÓm GéÉzÁ
    Yosemite has serious DNS bug in the networking application.. here is the lets say more arcane method of fixing it by doing a network transplant from mavericks.
    http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/

Maybe you are looking for

  • X1 Carbon touch stuck at .6ghz

    Hi, I just got in 4 X1's in and one of them is stuck at .6hz CPU frequency according to task manager.  None of the others do this and banchmarks show it's running less than half speed. I set the power management to maximum performanc e and it made no

  • How to disable a tab in a spark tab bar?

    I have a spark tab bar linked to a ViewStack.  In olden days, IIRC,  setting the enabled property of a viewstack member would set the corresponding tab inactive.  However, if I try that now, the tab control is still active, but the contents of the vi

  • Using the JAVA ImportXmlTemplate function, should I always use XSL directory?

    Using the JAVA ImportXmlTemplate function requires XSL directory, I do not need XSL for my updates, how can I workaround this requirement?

  • I updated my Mac to Maverick and now my Epson Scanner won't work

    I updated my Mac with the new Maverick OS, now it wont recconize my Epson XP600 scanner. When I contacted Epson support they said that Apple is supposed to update the drivers. When I check Apple for updates they dont show any for Epson, deos anyone k

  • Can latest TC BE USED AS A FTP server

    Can the latest TC be used as a FTP server. I need to send video files from my Cctv DVR via FTP to my TC. Many thanks Ash