Broken Links from Lookout to Excel

We have several applications where we are using Lookout to dump data to an
Excel spreadsheet, perform calculations based on the data, and then return
the results to Lookout. The problem is, the system will work fine for a
while, and then the data both to and from Lookout stops updating. We get
no dde alarms, and we must close and reopen the spreadsheet to start the
data moving again.
Are there any known solutions to this problem?

Can these calcs be done in an expression within Lookout? I have been able to do quite a few calcs that way.

Similar Messages

  • How to delete broken links from robohelp 9

    Currently I'm using Robohelp 9, unable to perform following actions in the project:
    1. Permananetly delete broken links from the project.
    2. Updated content and file are shown in search but not in index and in index broken links files are shown.
    Kindly tell me how to solve this issue , as my project is too big and unable to delete broken links as they are re-appearing again in the 'broken link' folder after deleted by me.

    Hi Rick/Swaraj,
    Thanks for replying!
    I would like to tell you that , I'm using a robohelp 9 project and have generated .CHM file and in the .CHM file all stated errors are showing.
    Also , I'm unable to find .XPJ and .CPD files.
    Kindly tell me in project where these files are located and if there is any other option to solve the problem?
    I didn't find too the repair option , there is a restore option after left click, I'm restoring the broken link and then deleting them. But the deleted files are reappearing in the broken link folder. Kindly tell me is there any option to delete all files from broken link folder as they are not required.

  • One artist yields a continuous broken link from my External

    I store my music on an external hard drive, and import them into iTunes.
    However, one artist continues to be a pain by importing in, playing perfectly, then the next day displays broken links.
    I do not have the original cd, but the mp3s remain intact on my hard drive.
    Here are my guesses.
    1. The artist is Sigur Ros, and the band, album, and song titles all have odd icelandic characters. I know this should not matter, but it's just a guess.
    2. There is some odd link to a different location on my laptop that continues to break the link.
    I have done everything that I'm aware of to fix this but alas...
    Any thoughts let me hear from you!
    Thanks.
    Mike

    Welcome to AD!
    Don't know what version of iTunes you're using, but I also had problems with files that had special characters like Sigur Rós, Róisín Murphy, etc until I turned off the advanced preference to let iTunes organize my files. This was back in itunes 6 or 7, and I haven't turned it back on since.
    The files are actually named Sigur Ros, Roisin Murphy, etc on my hard drive. It's the MP3 tags that have the special characters. iTunes kept losing them randomly. Since I've turned off that preference, they have peacwfully stayed linked in my library.

  • Broken links from mac to Win

    Hi all
    A client has supplied a bunch of files in a folder which represents a CD volume. The structure is that it has a top level 'menu' pdf with link tool buttons off to a series of nested folders containing other pdfs, Quicktime movies and jpeg image files.
    She built (what is intended as) the cd volume on her mac in A8Pro.
    The links all work as expected on OSX but break on Win with the error that it cannot find the file and lists the path of the 'non-existant' file.
    I think this is something to do with the difference between OS in how they handle sub directories
    MAC volumename:folderlevel01:folderlevel02:filename.pdf
    WIN volumename\folderlevel01\folderlevel02\filename.pdf
    I really want the disc to be a Custom Hybrid with a HFS+ (iow standard OSX) volume and an ISO9660 - Joliet Windows volume on the same disc. So mac users get a nice custom graphic window and pc users get an autorun and all is fine in the world.
    Is there a fix or workaround for this other than creating two sets of PDF files, one for each volume ?
    tia
    - Dean

    The problem should have nothing to do with the disk directory structure,
    but possibly everything to do with the name used for the file name or
    directories on the path. What are the names of the files and
    directories. Do they satisfy the old 8.3 plain ascii conventions with no
    special characters in the names?
    Mike

  • The broken link error

    Hi,
    Please help me with this broken link error in Office Excel 2010. Thank you.
    The problem is: a broken link cannot be removed from the file. The link was used in data validation, which refers to a list of values. After the path was corrected, it still shows there’s a broken link. Here are the details:
    I have 4 files named “000TVA_Test – 3”, “000TVA_Test – 4”, “000TVA_Test – 5”, and “000TVA_Test – 6”. The posterior files were developed based on the previous files.
    In Test-3, sheet “Template “, cell “L4”, “O4”, “R4”… were built as dropdown list using data validation. The list source is in the “Library” worksheet. There’s no problem so far.
    Test-4 was firstly copied from Test-3. In this file I renamed the worksheet from “Library” to “Setting” and the link was broken from here. I can also fix the broken link in this file. (While I didn’t realize there was a broken link.)
    In Test-5 I fixed the path, but every time when opening the file, the broken link still shows.
    In Test-6 I’ve removed the data validations. The broken link is still there.
    I tried to find solutions online. I tried common methods, cannot find anything in the files is still using links. I also tried the “findlink.xla” add-in, but it only worked for Test-4, and couldn’t find the link in other files.
    Please help. Thank you!
    I uploaded files here: https://onedrive.live.com/redir?resid=1A97736E0ABBAA41!113&authkey=!AF5wAd9rwUPnYyE&ithint=folder%2cxlsm
    Thanks again!

    Hi,
    Based on my tested the files downloaded, I found that Test-5 & Test-6 included the "A defined name that refers to an external workbook", Test-4 had not. (Please click Formula Tab>Name Manage, you'll see them.)
    However, the Break Links command cannot break the following types of links:   
    A defined name that refers to an external workbook
    A ListBox control with an input range that refers to an external workbook.
    A DropDown control with an input range that refers to an external workbook.
    http://support2.microsoft.com/kb/291984/en-us (It also applies to Excel 2010)
    Thus, we'd better try the workaround: re-build the Test-5 & Test 6.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • The fisrt cell in my spreadsheet does not recieve any data from lookout, using the datatable objekt

    Always when I am create a link between Lookout and Excel, there is a problem with the first cell in a range using Datatable and DDE.
    How can I solve this problem?

    What database version are you using?
    Works ok for me:
    As Schema1:
    SQL> create table t1 as select rownum rn from dual connect by rownum <= 10;
    Table created.
    SQL> create table t2 as select * from t1 where 0=1;
    Table created.
    SQL> select * from t1;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> select * from t2;
    no rows selected
    SQL> create view stvw as select * from t1 union select * from t2;
    View created.
    SQL> select * from stvw;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> grant all on t1 to schema2;
    Grant succeeded.
    SQL> grant all on t2 to schema2;
    Grant succeeded.
    SQL> grant all on stvw to schema2;
    Grant succeeded.
    SQL>As SYS:
    SQL> create synonym schema2.t1 for schema1.t1;
    Synonym created.
    SQL> create synonym schema2.t2 for schema1.t2;
    Synonym created.
    SQL> create synonym schema2.stvw for schema1.stvw;
    Synonym created.
    SQL>As Schema2:
    SQL> select * from t1;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> select * from t2;
    no rows selected
    SQL> select * from stvw;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL>

  • Broken link error message

    I get an error message whenever I click "help with this widget."  It tells me that the link (to Adobe help??) is broken and that I must send an email.  But it doesn't tell me where to send the email, or to whom.  I desperately need help with this widget and am frustrated by the broken link.

    From: Nancy O.
    Sent: Thursday, January 31, 2013 5:33 PM
    To: CeliaThaxter
    Subject: Broken link error message
          Re: Broken link error message
          created by Nancy O. in Dreamweaver - View the full discussion

  • Delete Broken Links

    I would like to know how to delete everything in the broken
    links folder. I have a project that has migrated from a Word import
    thru a few editors, structure reorganizations, and other nefarious
    activities and it is time to clean up the resulting mess. I can't
    find a way to just delete the broken links - they no longer
    reference anything in the project.
    I can't find a procedure to remove or resolve them - the
    broken links are irrelevant. Is there a utility that can just
    delete the broken links from the project or edit a file outside of
    the project?

    quote:
    Originally posted by:
    lmarden
    I had to delete a lot of topics from a projecct - was
    creating a template from a fully evolved project to use for new
    ones. Long story short, even though I OK'd the message that asked
    if I wanted to remove all links in other topics from these deleted
    topics, there were more than a hundred broken links sitting there
    when I was done. Most of them - about 80 - had No References in the
    Broken Link repair window. They stuck there even after exiting and
    re-entering the project.
    I renamed and rebuilt the .cpd file, came back in, and all
    those unreferenced links were gone.
    Thanks very much for your quick response! That did the trick!
    I made a backup of the *.cpd file, deleted the original,
    re-opened RoboHTML and my project, then recompiled it. The few
    broken references that I had fixed in the Index keywords were no
    longer listed in the Broken Links folder! Yay! Now I just need to
    fix the rest of them.
    cheers!
    ChristyG

  • Remove iPhoto Dead / Broken Links

    How do I remove thousands of dead/broken links from iPhoto?   I was maintaining my primary iPhoto library on a MacBook Air with and external drive.   I now use the external drive with a Macmini but the MacBook Air sees all the old links.   I can't simply delete the Macbook Air library because there are also thousands of locally stored files from before I started using the external drive and leaving them referenced.   Also, photos imported from the iPhones always went to the iPhoto LIbrary rather that the external drive so those only exist on the MacBook internal drive.
    -- Mark

    iPhoto does not support deleting broken links for a referenced library - that is one of several reasons that referenced libraries are strongly not recommended
    If you search the forums someone has posted a hack that several people have found will work
    Aperture can reconnect them
    iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  can rebuild your library without them
    LN

  • How to easily clean broken photos from itunes library

    hi everyone,
    i'm getting really frustrated with this iphoto thing, i always had all my photos organised by folders on my Pictures folder and external hds... and for some crazy reason i decided to give it a go at iphoto so i started organising them on iphoto... but now my biggest pain is i don't carry all my HDs with my photos all the time... i have about 5 HDs with photos plus some photos on my computer... and my wife's computer
    That is really annoying, as every time i open iphone and i don't have everything connected it keeps popping 125 gazillion errors saying server not connected, hd not connected... drives me insane and takes me 20 mins to click cancel on all of them until i'm able to use iphoto....
    i'm at a stage that i have 2 options:
    1. find a way to delete all those broken links from the DB and only use iphoto for my local photos...
    2. go back to my old system that worked pretty well since than, but than how do i remove all the photos that are on iphoto????
    i think apple really stuffed up on this, since there are a lot of people in this forum with the same problem...
    there should be a command on iphoto... search and delete broken links...
    can anyone help???? Please!!!!!
    cheers,
    dan

    Ok so I know this post is very old for me to be answering now, but it's still one of the top hits on google for "fixing broken links in iphoto."
    Anyway, so I had the same problem where I deleted numerous photos from my computer. (slideshows I've made for friends)   Yet their thumbnails were still showing up in iPhoto like they still existed.   Making it difficult to see which ones were technically broken wasn't until I previewed the image in full frame by hitting space-bar that iPhoto would prompt saying "photo is missing"
    So as I was searching my iPhoto library files looking for duplicates I found the thumbnails folder.  For some reason I thought these were duplicate photos so I deleted them all, which turned out to be a helpful trick!  Because upon going back into iPhoto, the program began re-creating all of the thumbnails I just deleted.  Which turned out to be a great work-around.  Now the photos that were broken appeared as empty grey squares.    Figured I'd just to pay it forward and possibly help someone else.
    15" MBP
    Mountain Lion
    iPhoto '11  9.4.3

  • [Solved] Help spotting broken links while using the shell

    Hello, here I am again with another doubt (probably a very basic one ).
    Is there any way to distinguish broken links from "good" links on the shell?
    I'm using xfce and in thunar its very easy to spot that, it says broken link but I can't figure out how to see it easily on the shell.
    I'm using bash by the way, just the way it comes out of the install.
    Thanks in advance
    Last edited by R00KIE (2008-10-16 21:41:45)

    Unfortunately no, I have tried with --color=always and with --color=auto its exactly the same thing, last one is used in the default ls alias (alias ls='ls -lh --color=auto'). I have seen this functionality in other distros, maybe if I fiddle with the file that decides which color to give to what will do the trick but I have no idea where to start
    It would be nice to see this "addition" included by default in arch, little things like this do matter a lot
    More on this ....
    If I do dircolors -p both in arch and on a system where this is working the output looks the same, particularly this
    ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
    ... so I'm really lost here
    Ok ... I think I solved it myself, so here it goes. In arch things are getting colorized by default but I have no clue where and how it selects the colors and on the other system I have tried (Fedora 7) the "default" isn't the same as in the dircolors default, but here there is a file with custom colors.
    Anyway to solve this I have added
    eval `dircolors`
    to my .bashrc and that did the trick, I have also added it into /etc/profile.bash just in case I create more users and want it to be already set.
    Last edited by R00KIE (2008-10-16 21:41:24)

  • Exporting Historical Data from Lookout Version 3.8 to Excel

    Can anyone please give step-by-step instructions on how to export historical data from Lookout Version 3.8 to an Excel Spreadsheet or CSV file?

    Hi koehler, in the following link you can fiond a detailed step by step instructions
    http://digital.ni.com/public.nsf/websearch/5915049F3BF93935862568C5005E9DF3?OpenDocument
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • How do I restore files from TM backups with broken links?

    I have Time Machine backups with broken links all over the more recent backups.
    I get the message "The alias “xxx” can’t be opened because the original item can’t be found." whenever I click on one of the links.
    I have made the backups on my external usb backup drive before before upgrading my internal disk to a larger one.
    Two questions: 1) How can I recover the files?  2) What happened, how can I repair the backup if possible?
    The sequence of events was: Made the latest backup.  Apple ran extended diagnostics overnight at the store and did a reinstall of the OS (10.8.2).  I passed on restoring the backup and went to an authorized service center and had them put in a new tera-byte drive.  I deleted (in the star-wars display) the oldest two and a middle backup leaving the Aug, Oct, and latest Nov. backups.
    Now I see 100's 1000's of bad links.  If I look at the backup (just look) with finder I can see directories for July and Sept in addition to the ones I didn't delete.
    It appears that the files are probably all there and I could recover them a few at a time if I poke around.
    I am tempted to do this before trying to repair the disk.  Yes, it will take me ages; but I would rather take the time than a chance at doing -Anything- that could even possibly make things worst.  I can see 3 senarios and wonder if anyone can say what would be best. And by best I mean **Safest**.
    1) Go in TM to the Aug backup that seems to have no (or maybe only a few) broken links and restore that; then move in TM to newer backups and restore one folder or file at a time on top of it.
    2) Do the same thing with a restore of Aug but then use the finder to copy newer files from the backup disk to the new disk.
    3) Do essentially the same thing; but do it all in finder.
    Of course that still begs the question of what happened and if the backup can be repaired; but to me, that is secondary to getting the data back.
    fyi- I have looked at the TM hints and debug-repair file.  I realize I can try a repair disk but I am tempted to try to get the data 1st unless someone is Sure a repair won't mung the data more.
    Thanks

    The section titled "Restoring data from Time Machine backups" in the following may help: http://support.apple.com/kb/HT1427

  • How to keep links from being broken when moved or file is later split

    Which is the best way to make sure that a link to another pdf file is not broken when a file is emailed or moved to a new location off of the server?  Should you link a destination or use the hyperlink feature?
    If the links are created and the file then has to be split, will the links be retained in the split files?

    PDF moved —
    PDF#1 has a link to PDF#2. To keep this link functional after putting PDF#1 elsewhere:
    --| Relocate PDF#2 with PDF#1; maintaining the same path to the target of the link (which is PDF#2).
    --| Or, use Acroat's link tool to modify the link in PDF#1 so that you establish a functional path to wherever PDF#2 is at.
    For email, if PDF#1 & PDF#2 are adjacent to one another under some folder/directory & then linked you'd want to email both files together. Both PDFs can be saved &, provided they stay adjacent, the links will work.
    PDF split —
    PDF#3 has internal links (e.g., a link from PDF page 1 to some other PDF page in PDF#3).
    You split PDF#3 by extracting the first 5 PDF pages & now have PDF#4.
    Any links in PDF#4, to PDF#3 pages past page 5 will not function.
    Use Acrobat's Link tool to modify the link such that it goes from PDF#4 to the desired page in PDF#4.
    n.b., There are 3rd party plug-ins for Acrobat that can facilitate bookmark and link management.
    A web search will provide a listing.
    Be well...

  • Removed Movie from .Mac Web Gallery But Broken Link Remains?

    I published a movie to my Web Gallery successfully. I then tried to republish but got two movies in the Gallery. One movie worked and the other was a broken link. I removed the movie from .Mac using Share>Remove From .Mac, and the working movie was removed. But I am still left with a broken link in the Movies section of my Web Gallery. How can I remove this broken link?
    I checked my iDisk and found \Web\Sites\_gallery, but I can't find the index file for the gallery (only folders for the albums).
    Thanks, Will

    I'm having the same problem (broken links after a republish) -- and a few others:
    1) After about the first time, I have been unable to remove a movie from the gallery. I just get a connection error. I'm able to add movies (somehow the connection magically works) but removing fails most of the time.
    2) When adding a movie, for some reason, the title of the movie ends up replacing the "My Gallery" title for my entire web gallery. On the web gallery home page (over my photo albums and videos) it shows the title of the first video.

Maybe you are looking for