Mass Compile "Bad VI" & "Bad SubVI" errors, but with no apparent errors.

I am using LabView 8.5, FIRST Robotics Competition Edition, targeting the Compact RIO.
I am getting Mass Compile "Bad VI" & "Bad SubVi" Errors, in my own code, but with no apparent errors in the vi's themselves.
 #### Starting Mass Compile: Mon, Jan 19, 2009 11:59:34 PM
  Directory: "C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Robot.lvproj"
  ### Bad VI:    "Autonomous Independent.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Autonomous Independent.vi"
  ### Bad VI:    "AcceleratingArcadeDrive.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\AcceleratingArcadeDrive.vi"
  ### Bad subVI: "CrazyIvan.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\CrazyIvan.vi"
  ### Bad subVI: "Teleop.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Teleop.vi"
  ### Bad VI:    "Autonomous Independent.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Autonomous Independent.vi"
  ### Bad VI:    "AcceleratingArcadeDrive.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\AcceleratingArcadeDrive.vi"
  ### Bad subVI: "CrazyIvan.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\CrazyIvan.vi"
  ### Bad VI:    "AcceleratingArcadeDrive.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\AcceleratingArcadeDrive.vi"
  ### Bad VI:    "Autonomous Independent.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Autonomous Independent.vi"
  ### Bad VI:    "AcceleratingArcadeDrive.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\AcceleratingArcadeDrive.vi"aa
  ### Bad subVI: "CrazyIvan.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\CrazyIvan.vi"
  ### Bad subVI: "Teleop.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Teleop.vi"
  ### Bad subVI: "Robot Main.vi" Path="C:\Documents and Settings\Acshi\My Documents\LabVIEW Data\Robot\Robot Main.vi"
#### Finished Mass Compile: Mon, Jan 19, 2009 11:59:46 PM
Since some of these reference each other, this is the block diagram of one that doesn't reference any other erroring vi's.
What can I do to fix this?
Attachments:
BlockDiagram.png ‏29 KB

Interesting... It must have timed out before the temporary image did, and so I did not noticed a problem until I returned.
Regardlessly, I have found the error.
Errors did exist in my VI's, In particular, one of the subVi's I called in the VI shown happened to be private only, and so couldn't be used -- now I've just made a public version for my personal use. But LabView would not show me the actual errors unless I force-ran the the program, I really don't know why I had to do this, but when I did, it showed me a nice little dialog with my errors in it.
I am confused, as when I did normal runs, it would simply complain that the VI's were invalid and would not permit the run.
Very odd. 

Similar Messages

  • Moving files to another directory got an error message [File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".

    Hi all,
    I am having a list of files in a folder named datafiles and I am processing them one by one when I finish each one I want to move the file into a folder archive.
    I am having a variable named filename and archivefilename and two fileconnections  one is originalfiles and archivefiles
    archivefilename=replace( @[User::filename],"datafiles","archive")
    orginalfiles connection is an expression =@user:filename
    archivefies connection is an expression=@user:archivefilename
    the filename comes from reading the folder that contains those files
    public void Main()
                string[] filenames;
                filenames = Directory.GetFiles(@"C:\luminis\datafiles\");
                Array.Sort(filenames);
                Dts.Variables["filelist"].Value = filenames;
                Dts.TaskResult = (int)ScriptResults.Success;
    The folder c:\luminis\archive\ exists
    why I am getting this error
    My filesystem task : destinationpathvariable =false
    destinationconnection:archivefile
    overwrite=true
    operation=movefile
    issourcepathvariable=false
    sourceconnection=original file
    why am i getting this error[File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".
    sohairzaki

    there may be 2 problem...
    1> specify a target directory only, not with the file name. 
    OR
    2> Try using the unc,path format \\computername\sharename\
    let us know your observation...
    Let us TRY this | Mail me
    My Blog :: http://quest4gen.blogspot.com/

  • I am constantly getting error 1034 with no apparent pattern. This is under the latest version of Windows 7. Apparently I am not alone in this. When will this be addressed by Adobe?

    I am constantly getting error 1034 with no apparent pattern. This is under the latest version of Windows 7. Apparently I am not alone in this. When will this be addressed by Adobe?

    Please send the "MuseLog.txt" file from your "My Documents" folder to my attention along with a link to this forum thread at [email protected] The log should provide additional context regarding the error you're encountering. Thanks.

  • Subvi is not executable error, but it has no error

    Hey I hope you can help me with a weird error.
    I got the error "SubVi  'name' : SubVi is not executable" but when I click on the SubVi and open it it does not show me any description of an error. If I open the main vi or the SubVi alone it shows no error. Could it be a problem of a library or something else?
    I am using Labview 2012 and Labview 2012 Mindstorms NXT.
    If you neew more screenshots or the rest of the SubVis please tell me so :-)
    Thank you!
    Jan
    Attachments:
    automatischer Modus - ohne Wait - ohne Array - global.vi ‏80 KB
    Solar.vi ‏15 KB
    project.png ‏262 KB

    SmartCity-Project wrote:
    Thanks for all your replies!
    I found the error, the NXT does not support global variables in Target on NXT- Mode so I changed to Target on Computer - Mode and now it works.
    Unfortunately the program crashes after 15 minutes more or less. Could you imagine why? Is it because of to many bluetooth connections or a bad programm structure?
    After a very quick look at the code I would say that it is probably bad code. Your overuse of global variables, sequence structures and silly things like a For loop set to run once with everything inside the loop wrapped in a sequence frame is a goo dindication that you need to learn much more about data flow programming techniques. With the amount of global variables you are using your program is probably ripe with race conditions. In addition, you did not include any of the subVIs so we cannot see what is happening in them.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • [Solved] Intermittent freezing with no apparent errors in the logs

    The freezing occurs without warning, and affects the whole user interface. After a few minutes, it will unfreeze for a few seconds, then freeze again. This repeats ad nauseam. The most recent time this happened, I had quite a few  applications open and I decided to close them one by one during the unfreezes to see if any one of them was the culprit, but nothing was apparent.
    Checking my logs reveals nothing. Here's the relevant time slot from my everything.log:
    May 14 20:11:06 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:07 localhost kernel: [121337.489246] device eth0 left promiscuous mode
    May 14 20:11:11 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:16 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:21 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:26 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:31 localhost pulseaudio[4680]: ratelimit.c: 18 events suppressed
    May 14 20:11:36 localhost pulseaudio[4680]: ratelimit.c: 16 events suppressed
    May 14 20:11:41 localhost pulseaudio[4680]: ratelimit.c: 17 events suppressed
    May 14 20:11:46 localhost pulseaudio[4680]: ratelimit.c: 16 events suppressed
    May 14 20:11:51 localhost pulseaudio[4680]: ratelimit.c: 18 events suppressed
    May 14 20:11:56 localhost pulseaudio[4680]: ratelimit.c: 18 events suppressed
    May 14 20:18:47 localhost dhcpcd[2595]: eth0: renewing lease of 192.168.1.146
    May 14 20:18:47 localhost dhcpcd[2595]: eth0: acknowledged 192.168.1.146 from 192.168.1.1
    May 14 20:18:48 localhost dhcpcd[2595]: eth0: leased 192.168.1.146 for 86400 seconds
    May 14 20:37:10 localhost ntfs-3g[1741]: Unmounting /dev/dm-4 ()
    May 14 20:37:14 localhost ntfs-3g[1309]: Unmounting /dev/dm-2 ()
    May 14 20:37:16 localhost ntfs-3g[1338]: Unmounting /dev/dm-3 ()
    May 14 20:37:17 localhost ntfs-3g[874]: Unmounting /dev/dm-0 ()
    May 14 20:45:12 localhost gnome-session[4661]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    May 14 21:06:30 localhost kernel: [124661.096831] SysRq : Keyboard mode set to system default
    May 14 21:06:33 localhost dhcpcd[2595]: received SIGTERM, stopping
    May 14 21:06:33 localhost dhcpcd[2595]: eth0: removing interface
    May 14 21:06:33 localhost kernel: [124664.384536] SysRq : Terminate All Tasks
    May 14 21:06:34 localhost pulseaudio[4680]: module-gconf.c: Unable to read or parse data from client.
    May 14 21:06:33 localhost syslog-ng[2504]: Termination requested via signal, terminating;
    May 14 21:06:33 localhost syslog-ng[2504]: syslog-ng shutting down; version='3.2.4'
    As you can see, my sysreq keys work fine even during the freeze. I've also noticed that any audio that I am playing when the system freezes continues to play normally. I'm on a 32 bit install running gnome-shell with the proprietary nvidia drivers. The freeze started when I opened a webpage with a flash video on it. I thought that flash might be the problem, but I don't think so now since 1) it wasn't the first flash video I've viewed and 2) killing the browser didn't fix the freezing problem.
    Last edited by tdreyer1 (2011-05-20 00:31:17)

    Froze again, and this time there was some error logging in the xorg logs:
    [ 54950.699] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
    [ 54950.706]
    Backtrace:
    [ 54950.713] 0: /usr/bin/Xorg (xorg_backtrace+0x3b) [0x80e632b]
    [ 54950.713] 1: /usr/bin/Xorg (mieqEnqueue+0x1ab) [0x80e567b]
    [ 54950.713] 2: /usr/bin/Xorg (xf86PostMotionEventM+0xbf) [0x80c1e2f]
    [ 54950.713] 3: /usr/bin/Xorg (xf86PostMotionEventP+0x58) [0x80c1f68]
    [ 54950.713] 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb4da0000+0x2acd) [0xb4da2acd]
    [ 54950.713] 5: /usr/lib/xorg/modules/input/evdev_drv.so (0xb4da0000+0x3908) [0xb4da3908]
    [ 54950.713] 6: /usr/bin/Xorg (0x8048000+0x673cf) [0x80af3cf]
    [ 54950.713] 7: /usr/bin/Xorg (0x8048000+0x12269c) [0x816a69c]
    [ 54950.713] 8: (vdso) (__kernel_sigreturn+0x0) [0xb7803400]
    [full log here]
    I've googled a bit but so far I can't find anything that sounds like my problem.

  • Error Page with my own Error Message based on table

    <p class="MsoNormal"><span style="" lang="EN-AU">Hi All<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">I want to share my code (based on Apex_Lib code. Thanks Patrick) , maybe can help somebody else<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">Purpose: Replace the DB errors messages ( i.e ORA-00001- primary constraint ) with my own Message fetched from a table.<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">Components: 4 components<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">1. Java Script function ( MyErrorPage )<o:p></o:p><br>2. My Custom Error Page Template<o:p></o:p><br>3. Application item ( you can use any item )<o:p></o:p><br>4. Application Process ( getErrorMsg )<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU"> 5. My Error Table.<span style="">  </span>( Provided just as example )<o:p></o:p><br>6. Display example<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU"> Integration:<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU"> 1 Identify your Error Page Template and Go there. In my case for example is LOGIN<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">1.1 Under Definition / Header. <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU"> Copy the follow JS<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU"> &lt;script type="text/javascript"&gt;<br><br>function MyErrorPage(p_err_item,p_err_process)<br>{<br><br> var vElementList = null;<br> var vErrorStack  = null;<br> var vOraError    = null;<br> var vOraCode     = null;<br> var vAjaxRequest = null;<br> var vAjaxResult  = null;<br> var vMyMsg       = '';<br><br> vElementList = window.document.getElementsByTagName("div");<br> for (i=0; i &lt; vElementList.length; i++)<br> {<br>  if (vElementList.className == "ErrorPageMessage")<br>  {<br>    vErrorStack = (vErrorStack ==null?"":vErrorStack+"&lt;br/&gt;")+vElementList[i].innerHTML;<br>    vElementList[i].innerHTML = '';<br>    vOraError = vErrorStack.split("ORA-");<br><br>    for(var i=1; i &lt; vOraError.length; i++) {<br><br>      vOraCode = vOraError[i].substring(0,5);<br><br>      vAjaxRequest = new htmldb_Get(null,&amp;APP_ID.,'APPLICATION_PROCESS='+p_err_process,0);<br>      vAjaxRequest.add(p_err_item,vOraCode);<br>      vAjaxResult = vAjaxRequest.get();<br><br>      if (vAjaxResult) {<br>        vMyMsg = vMyMsg + vAjaxResult + '&lt;br&gt;' ;<br>      } else {<br>        vMyMsg = vMyMsg + 'ORA-'+vOraError[i].substring(0) + '&lt;br&gt;' ;<br>      }<br><br>    }<br>    document.getElementById('ORA').innerHTML = vMyMsg;<br><br>  }<br> }<br>}<br>&lt;/script&gt;<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">   <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">1.2 Under Definition / Header. <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">&lt;body onload="MyErrorPage('F103_ERR_CODE','getErrorMsg')" #ONLOAD#&gt;#FORM_OPEN#<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">You can replace with your own ITEM and APPLICATION PROCESS<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">2. Under Error Page Template Control<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">&lt;table summary=""&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="/i/error.gif" border="0" /&gt;&lt;/td&gt;<o:p></o:p><br>&lt;/tr&gt;<o:p></o:p><br>&lt;b id='ORA'&gt;Error&lt;/b&gt;<o:p></o:p><br>&lt;tr&gt;&lt;td&gt;&lt;a href=#BACK_LINK#&gt;#OK#&lt;/a&gt;&lt;/td&gt;<o:p></o:p><br>&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">3. Application Item <o:p></o:p></span></p><p class="MsoNormal"><span style="" lang="EN-AU">F103_ERR_CODE<span style="">   </span><o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">4. Application Proccess.<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">Name : getErrorMsg<o:p></o:p><br>Process Poing : ON DEMAND<span style="">  </span>( Make sure about this )<o:p></o:p><br>Process Text :<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">declare<o:p></o:p><br><span style="">  </span>l_msg<span style="">  </span>varchar2(500);<o:p></o:p><br>begin<o:p></o:p><br><span style="">  </span>for i in (select msg_code, msg_desc from apex_message<o:p></o:p><br><span style="">             </span>where msg_code = :F103_ERR_CODE ) <o:p></o:p><br><span style="">  </span>loop<o:p></o:p><br><span style="">    </span><span style=""></span>l_msg := 'GEN-'||i.msg_code||': '||i.msg_desc;<o:p></o:p><br><span style="">  </span>end loop;<span style="">    </span><o:p></o:p><br><span style="">  </span>htp.prn(l_msg);<o:p></o:p><br>end;<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">5. Create Apex_message (<o:p></o:p><br><span style=""> </span>id<span style="">               </span>number,<span style="">          </span>-- PK<o:p></o:p><br><span style=""> </span>msg_code<span style="">  </span>varchar2(10)<span style="">     </span>-- UK<o:p></o:p><br><span style=""> </span>msg_desc<span style="">  </span>varchar2(100) );<o:p></o:p><span style=""> </span><o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">6. Scenario: Table or View does not exist coming with 3 "ORA" errors<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">There is only one record in Apex_message with msg_code = '00942' therefor it will replace error message for ORA-00942.<span style="">  </span>( note that value for msg_code is<span style="">  </span>'00942' and not 'ORA-00942' )<o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">Before<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">ORA-06550: line 1, column 28: PL/SQL:<o:p></o:p><br>ORA-00942: table or view does not exist<o:p></o:p><br>ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 247.8pt; text-indent: -247.8pt;"><span style="" lang="EN-AU"> After<o:p></o:p><br></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">ORA-06550: line 1, column 28: PL/SQL:<br>GEN-00942: My own Message <o:p></o:p><br>ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored<o:p></o:p></span></p> <p class="MsoNormal"><span style="" lang="EN-AU">I did this because I do not want to create my own DML process for each table<o:p></o:p><br>I hope this can help. <o:p></o:p>  <o:p></o:p></span></p> <p class="MsoNormal">Regards</p> <p class="MsoNormal">Marcelo</p>

    True the main method does not throw any exceptions, that's because there is no higher level to throw them to (actually it implicitly throws any uncaught exceptions to the JVM). That does not mean that you can't write your own try catch block around the code in the main method.

  • Component monitoring - adapter engine error, but no channel in error actual

    Hi,
    We have a problem in displaying a status of Adapter Engine in RWB. In component monitoring there's a red light and the status - "Are communication channels without errors?" says there's an communication channel in error. But when I click the Communication channel monitoring, everything's green there. Yes, there was an error before, but it's ok now. Why is the AE item in Component monitoring still red? How to make it to reflect the current status?
    Thank you,
    Olian

    Hi Olian,
    i am saying to use the cache connectivity test button option from RWB -> compnent monitoring , so have you done cache test using this? if yes, click on refresh display to see the latest adapter engine status..............if it is green, then it is okay..............but if it is red here, it means some comm channel is erroring sometimes - i guess it can be a file adapter using ftp or some rfc adapter......................
    if it is green here and compnent monitoring - adapter engine status is red because some comm channel errored in past.........then i think some cache is not getting refreshed - i do not know exactly how to rectify it...........but i can tell you some workaround for it..............the comm channel which was erroring just stop it from comm channel monitoring........then close RWB and again open it and see compnent monitoring - adapter engine status again in it - i think it should be green now.......or  try by changing any comm channel description data in ID and save and activate it.........then again check your compnent monitoring - adapter engine status..................but dont worry i think this is a temporary problem
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Mar 26, 2008 11:50 AM

  • HT1567 hey there just trying to rip cds but with no luck,, error 50 keeps being displayed , any ideas

    hi there just trying to rip Goa Head cds to i tunes but have an error 50 ???please help

    It's brand new and should be working. Take it and you CDs to an Apple genius and have them take a look.

  • Exchange 2013 CU5 - Outlook Web Access - Error 9646 with HTTP - No error with HTTPS

    Hello everyone
    i have a strange issue which i actually do not have an idea about what is going wrong.
    - Exchange 2013 CU5
    - SSL Offloading enabled - Virtual directories configured accordingly
    When a user logs in to OWA via HTTP - after a while he sees the inbox but does not see any mail details.
    He only sees "Error: Your request can't be completed right now. Please try again later."
    After a while i also get an eventlog "9646" with too many open OWA sessions for that user.
    Regardless which limit i set in the registry for this - the error does come back - even with 512 sessions allowed.
    Working with HTTPS instead of HTTP then EVERYTHING works fine ... ?
    Any idea on this?
    Actually i am totally lost ...
    Best regards
    Jörg
    Ihr zertifizierter VMware Partner Enterprise Solution Provider, IBM Advanced Partner, Datacore Partner, Microsoft Silver Partner / Solution Provider und Microsoft Small Business Partner. HEGO Informationstechnologie GmbH Telegrafenstrasse 8 D 42929 Wermelskirchen
    Geschäftsführer: Jörg Hermanns, Ralf Gogolin Amtsgericht Köln HRB 36509 Fon: +49 (0) 21 96 / 8 82 97 - 0 Fax: +49 (0) 21 96 / 8 82 97 - 23 Web: www.hego-it.com

    Hi,
    Please confirm if the following features are added in your server manager:
    •.NET framework 4.5 -> WCF Services -> HTTP Activation
    •Windows process activation service -> Process model
    •Windows process activation service -> Configuration APIs
    If not, please add these features. Then ran IISReset \noforce from a Command Prompt window to restart IIS service. Also recycle Application Pools in IIS manager.
    For more information about the IIS Prerequisites for Exchange 2013, please check the windows feature listed in the following article:
    http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • Time Machine Backup error message with iMac.sparsebundle (error 109).

    I get an error that the backup disk image "/volumes, <my name> Time Caps/<my name> iMac.sparsebundle" could not be accessed (error 109). How do I correct this?  Thanks.

    Take a look here
    https://discussions.apple.com/thread/2142747?threadID=2142747&messageID=10782279 #10782279

  • I have an error message with ADE 2: "Error! Check Activation"

    Downloading ebooks from the library I find that the only thing downloaded is a 2Kb file downloaded to the "download" file.  When I click on this file I get the message: Error!  Check Activation"

    This is probably one of the files that is required by the template you are using.
    These files are inside the iWeb app. Control click the iWeb app icon and select "Show package contents".
    You need to dig down through the folders and files to find what you want...
    Contents/Resources/da.lproj/Templates/
    If the file is missing you would need to re install the iWeb app...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • Why am I getting this error message with slapconfig? Error 66

    I am restoring this to the same server and from the location where it was backed up.  So it does exist and it mounts when I open it.  So not sure what I am doing wrong.  Thanks.
    This is the command I used to backup.  sudo slapconfig -backupdb ~/Desktop/odbackup but when I try to restore it does this

    I am going to speculate that the file is not simply called odbackup.  It is likely odbackup.sparseimage.  Try:
    sudo slapconfig -backupdb /Users/admin/Desktop/odbackup.sparseimage
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • Difference between Mass compile in Project %26 in LabviewTools Advanced mass Compile

    what is the differece betwen the two,  Mass Compile option in a Project(LVPROJ) and  LabviewTools Advanced mass Compile
    The Issue is if I do the Mass compile thr' the Project I do not get an Error.
    But if I  mass compile thr' labview >> tools>> adv. Settings>>mass compile  it shows BAD VI ??
     

     
    My Project folder is clear of   Erorr VIs  -->>  there are none
    inspite of that  the difference exist.
    I am using classes in my Project &   may be  the   class contains information abt  the VIs (the broken ones) 
    My Class is added ina llb file which is  part of my project...
    In runtine I get issues  with the project.

  • Importing anything (swf, swc, etc) compiled from Flash CS5.5 into FB 4.5 throws Errors

    I'm using FB 4.5 with sdk 4.1.0.16076.
    I've tried importing an swc file, using the "convert symbol to flex component" command and it throws a VerifyError: Error #1053: Illegal override.
    I've tried just compiling an swf and embedding it in a Flex compoent, again i get a VerifyError: Error #1053: Illegal override.
    I've tried changing a number of compile settings in Flash CS5.5 but with no luck.
    Does anyone have any ideas how to fix this error?

    with the swf it is: Illegal override of createTextLine in flashx.textLayout.compose.ComposeState.
    the swc is  Illegal override of FTETextFieldHostFormat in FTETextField.as$134.FTETextFieldHostFormat.
    these errors seem arbitrary, since the first time i loaded an swc i got a different Illegal override error regarding some kind of CSS object that i can't remember.
    i have read other threads that indicate this problem may occur when compiling objects using different SDKs in the same project. Does Flash CS5.5 compiled objects need to be imported to the 4.5 sdk maybe? (i'm using sdk 4.1).

  • Boot problem, RAM error but RAM fine, help!

    I've been having trouble booting for some time now.
    At first I didn't get any response when I pressed the power button (black screen, no chime). The force restart <ctrl,apple,power> would get it going after a few tries but unreliable and it could go for weeks without a successful boot. Now I can hardly boot and get a RAM error (4 beeps) at the startup, more frequently now.
    It won't boot from an external firewire drive or installation CD.
    Tried the following;
    Disk repair, when I eventually got it to boot on CD after many attempts said everything was fine.
    Everything was fine on the hardware check.
    Changed the RAM, twice!
    Tried this ribbon cable insulating thing I found on another thread, it booted up straight away and then not again for ages. Probably just a coincidence.
    Reset PRAM, PMU etc.
    Paid a service place €50 to tell me what I knew and that it's probably the logic board, €800 odd to replace... no thank you.
    It works perfectly when it's up and running. I did get the odd crash when waking from sleep.
    So my choices are, now that I've booted it again after a few weeks of attempts;
    1. Leave it on indefinitely as a desk top, don't sleep and don't install anything requiring restart, like Quicktime so I can't see iTunes videos.
    2. Start saving!
    3. Be saved by some genius out there...?

    Have you tried isolating which RAM slot may be at fault. If the RAM has been changed and the problem is intermittent it could be a loose connection between the RAM holder and logic board.Actually 4 beeps isn't a RAM error but rather a ROM error. This would point towards a new logic board being required ££££. You could take a risk on ebay. There's plenty of Ti owners who smashed displays or broken hinges who break their Powerbooks up to sell in parts on ebay.
    mrtotes

Maybe you are looking for