Upgrading VIs from 5.0.1 to 7.1, lsb not found

Good time of day.
I am currently in the process of upgrading from LabView 5.0.1 to 7.1 on a Mac system. I tried to start with a simple example that we have been using, but it has trouble locating DIGPRTCF.lsb which as far as I understand is an external file. I tried looking for it on the harddrive and in the libraries (llb files under vi.lib) but had no luck. I've also seen in previous posts that this file might not even work under 7.1 since it was written for an older version.
I don't have an idea of what was in that file so rewriting it is not really an option. So my question is how could I locate this file to try to run it or should I just figure out what it should do and rewrite it.
Also where could I find a good guide on how to upgrade from version 5 to 7 so that all of the sub vis that I use are from the newer version.
Thanks in advance,
Igor

Igor,
An .lsb is a code resource for a CIN (code interface node). The author of the CIN creates the .lsb using a third party compiler and some LabVIEW-supplied tools, and then imports the .lsb into the CIN from the LV block diagram. After that point, the .lsb itself isn't necessary. (There's actually a more obscure use of .lsbs called "external subroutines", but it's unlikely you're using those.)
The most common reason for the message you're seeing is that you're loading the VIs on a platform other than the one on which the .lsb was built. For example, if the .lsb was created on Windows, you'd see this message when loading the VIs on a Mac. The .lsb must be recreated on the new platform using the appropriate compiler.
It would be helpful to know which VI contains the CIN that's missing its .lsb.
Steven H.

Similar Messages

  • Upgraded window from vista to 7 on pavilion DV7 sound not working

    Pavilion DV7 1468NR upgraded windows from vista 64 to windows 7 64 sound not working

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp45001-45500/sp45073.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load.  Open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
    If you still have no audio, open windows Control Panel, open Administrative Tools and open Services.  Check that the following services are all showing as Status= Started and Start-up Type= Automatic
    Audio Service
    Multimedia Class Scheduler
    Windows Audio
    Windows Audio Endpoint Builder
    If you need to make a change to any of the above, just right click the service and select Properties, then in the dropdown box next to 'Start-up type',  select Automatic and click Apply to save the change.  Then click the Start button.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."

    On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."  It's on my laptop but when I play it there, it 'jerks' every couple of seconds.  How can I fix both these issues?  Thanks!!

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • I can't access to my ipad In MacBook Air. Error shows this device no loger connected or error shows that no response from divice and iTunes can't connected or not found divice, what's the problem? I reset my ipad but no response

    I can't access to my ipad In MacBook Air. Error shows this device no loger connected or error shows that no response from divice and iTunes can't connected or not found divice, what's the problem? I reset my ipad but no response

    Hi ..
    Which OS X is installed on your Mac ?
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac. The version is noted there.
    Make sure your Mac OS X software is up to date.
    Disconnect the iPad from your Mac.
    Open System Preferences > Software Update > Check Now
    If any updates are required, make sure to restart your Mac after the updates are installed then connect your iPad and see if iTunes recognizes it under Devices.

  • Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.

    Hello,
    When my users are trying to create a Meeting Workspace they always get the following message:
    Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.
    I have checked \...\12\TEMPLATE\GLOBAL\m@ster pages, and the master page is there. Does anyone know what might be causing this issue and how I can solve it?
    I am working with SharePoint 2007 (MOSS). We haven't customized the Meeting Workspace Templates, so they should just work as standard SharePoint.
    Thank you!
    Inge

    Hi David,
    Here is the reference for using ULS log:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Cannot create mysites from powershell: Original XSLT List View Web Part not found

    I have a bizarre problem in my SharePoint 2013 farm. This does not occur in my test farm, only in the farm we were going to go live with.
    I'm on windows Server 2012, SQLServer 2012 SP1, SharePoint 2013 April CU. 1 appserver/centraladmin server, 2 web servers.
    When I log into our mysitehost and click newsfeed, it will create a mysite (even though first it displays "we are sorry there was a problem creating your site")
    But from powershell, whether I use $UserProfile.CreatePersonalSite() or New-SPSite, I get the following error:
    Original XSLT List View Web Part not found
    So far I've only found one other person with this:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2503e42c-e114-4e89-8e00-89fe70f0b154/cannot-create-sharepoint-mysite-programmatically
    This is a brand new farm, created with the same scripts I created my test farm with, and same version of SharePoint. Only the service accounts are different. (Farm account has admin on the servers right now since I was setting up profile service).
    Some other errors from the same correlation ID that look related:
    It can't seem to find the listemplate 101
    And something looks wrong with the MySiteDocumentLibrary feature
    I have tried the following:
    1. run psconfig.exe on each server
    2. install-spfeature -AllExistingFeatures
    3. looped through the directory under Features and for each called Install-SPFeature $dirname -Force
    4. uninstalled and reinstalled MySiteDocumentLibrary feature
    5. blew away the whole farm (removed all servers from farm, deleted all databases) and recreated it.
    6. tried creating the UPA from the CentralAdmin gui.
    The only real difference I can think of between the working farm and non working farm is, I installed the working farm using RTM, then as they came out added the March PU and April CU. For this farm I installed RTM and March and April, and then ran my build
    farm script.
    I am at a loss. What do I need to do, re-install the binaries? That's all I can think of. What I love is that our test / POC system worked fine, and now 2 weeks before go-live I'm seeing errors on the production servers I've never seen before. Using the
    same scripts no less.
    Feature Activation: Feature 'Fields' (ID: 'ca7bd552-10b1-4563-85b9-5ed1d39c962a') was activated
    Feature Activation: Feature 'CTypes' (ID: '695b6570-a48b-4a8e-8ea5-26ea7fc1d162') was activated
    No document templates uploaded for list "$Resources:core,global_onet_solutiongallery_list;" -- none found for list template "100"
    Failed to find <ListTemplate> tag corresponding to ID "101", tried both onet.xml for site definition ID "0" language "1033" and global site definition. Operation failed.
    No document templates uploaded for list "$Resources:core,stylelibraryList;" -- none found for list template "121".
    System.Runtime.InteropServices.COMException: A user may not remove his or her own account from a site collection.<nativehr>0x81020051</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPUserCollection.UpdateMembers
    Feature Activation: Feature 'MySitePersonalSite' (ID: 'f661430e-c155-438e-a7c6-c68648f1b119') was activated
    Feature Activation: Activating Feature 'MySiteDocumentLibrary'
    Calling 'FeatureActivated' method of SPFeatureReceiver for Feature 'MySiteDocumentLibrary'
    SharePoint Foundation Upgrade MySiteDocumentLibraryFeatureReceiveraj08n INFO Creating new My Documents library
    Unknown SPRequest error occurred. More information: 0x80070002
    SPRequest.GetMetadataForUrl: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://contoso/personal/cbuchholz/DOCUMENTS ,METADATAFLAGS=59
    System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPWeb.GetObjectForUrl at Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryUtil.GetSPObjectFromUrl ...
    <nativehr>0x80070002</nativehr><nativestack></nativestack>There is no Web named "/personal/cbuchholz/DOCUMENTS"
    Possible mismatch between the reported error with code = 0x81070504 and message: "There is no Web named "/personal/cbuchholz/DOCUMENTS"." and the returned error with code 0x80070002.
    Attemping to add webpart id 0F6072F2-E804-4CFD-837E-BB37332B9D1C to web http://contoso/personal/cbuchholz
    Adding XsltListViewWebPart calling SPRequest::CreateListViewPart. Web part id 0F6072F2-E804-4CFD-837E-BB37332B9D1C, web http://contoso/personal/cbuchholz
    Feature receiver assembly 'Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c', class 'Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryFeatureReceiver', method 'FeatureActivated' for feature 'e9c0ff81-d821-4771-8b4c-246aa7e5e9eb' threw an exception: System.InvalidOperationException: Original XSLT List View Web Part not found at Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryUtil.ReplaceListViewWebPart
    Feature Activation: Threw an exception, attempting to roll back. Feature 'MySiteDocumentLibrary'
    Exception in EnsureFeaturesActivatedAtSite: System.InvalidOperationException: Original XSLT List View Web Part not found
    Failed to activate site-collection-scoped features for template 'SPSPERS#2' in site collection 'http://contoso/personal/cbuchholz'
    Failed to apply template "SPSPERS#2" to web at URL "http://contoso/personal/cbuchholz
    I've had other problems in this farm: the bug where when you add Administrators to a Search Service via the Manage Service Applications page, it removes the SPSearchDBAdmin role from the search service process account. That one did not happen in the other farm.
    At least other people have that one and I could just use the farm admin instead (still troublng of course).

    Ok,
    Here is the problem:
    When creating a mysite from powershell or script, apparently you can ONLY do this from a wfe (or a server running Microsoft SharePoint Foundation Web Application in services on server).
    You CANNOT create mysites from script on your appserver if it is not also a Web Application Server. I confirmed the same is true in my test farm. I guess I was always running most of these scripts on the webserver.
    I searched all over and cannot find this documented anywhere.
    Who do I contact to have Microsoft document this?
    It's Thursday morning, I've been working non stop since Saturday morning so you don't have to :)

  • Download from loop masters says "The requested URL was not found on this server.

    I'm downloading some audio files from http://www.loopmasters.com/ but whenever I try, in the download progress in the top right corner of safari, it'll stop downloading and say "The requested URL was not found on this server." There doesn't seem to be any rhyme or reason as to where in the download it'll stop. The first time got 37.3% of the way through, the second time got barely 12% (but my computer went to sleep this time,) and the last time it got to 34.8%. I can't do any more attempts because this website will only let me download it five times. Is there anything that's going wrong on my end, perhaps? Or is it likely just their servers being all wonky?
    Let me know if you need any other information :]

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • I have a mac book air, and i bought a LG portable cd drive, which is suppose to burn cds. but they software cd that was included with the lg cd/dvd writer doesnt load. and i want to burn a cd from itunes but it says " burning software is not found"??

    so i bought a mac book air, and i had to buy the LG portable cd drive... which is supposed to burn cds? the lg cd/dvd writer came with a cd but it wont load onto my computer when i plug the usb cord in. all i want to do is burn a cd from itunes but it says " burning software not found" but the LG cd drive says it will burn cds?? im confused please help!

    You dont need ANY CD/DVD burning software on your Mac
    Just plug in your LG DVD/CD player and follow the below instructions
    http://support.apple.com/kb/HT1152

  • When i download a file from the web i get "Anti-Virus Program not found " message. This has been happening since I change anti-virus programs for CA etrust to Sophos. How do I get Firefox to recognise my new Anti-virus program?

    every time i download a file from the web (ie. a PDF file) i get "Anti-Virus Program not found " message. This has been happening since I changed anti-virus programs for CA etrust to Sophos. How do I get Firefox to recognise my new Anti-virus program?

    That is a very good warning provided by the Download Statusbar extension. Something like that should been built into Firefox. I filed this Bug report a couple of years ago, about the lack of a warning like that. <br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=480855 <br />
    I have looked everywhere that I can think of to find a list of '''IOfficeAntiVirus providers''' ''(as mentioned in the Bug report)'' that will work with Firefox, so I can't answer that for you.
    You might want to ask the developer of the Download Statusbar extension about it. He might know which AV programs are compatible with the Windows API that Firefox uses for the download scan. <br />
    http://dlstatusbar.proboards.com/index.cgi? <br />

  • Upgrade IDSM2 from 4.1(5)S225 to 5.0 not going well

    UPGRADING FROM 4.1 to 5.1. I know I have to got to 5.0 before I go to 5.1
    I have tried to upgrade from 4.1 to 5.0 and am failing. I upgraded the Maintenance Partition to 2.1(2) as you can see from the show ver command output.
    When I go to upgrade using the file IPS-K9-maj-5.0-1-S149.rpm.pkg i get the error messages to the console. they are included in the command line dump that follows..........
    Cisco Systems Intrusion Detection Sensor, Version 4.1(5)S225
    OS Version 2.4.18-5-phoenix
    Platform: WS-SVC-IDSM2-BUN
    Using 970657792 out of 1979682816 bytes of available memory (49% usage)
    Using 5.1G out of 17G bytes of available disk space (32% usage)
    MainApp 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    AnalysisEngine 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    Authentication 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    Logger 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    NetworkAccess 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    TransactionSource 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    WebServer 2005_Sep_01_21.30 (Release) 2005-09-01T21:30:35-0500 Running
    CLI 2005_Aug_02_10.53 (Release) 2005-08-02T10:25:35-0500
    Upgrade History:
    IDS-sig-4.1-5-S225.rpm.pkg 14:40:27 UTC Thu Apr 20 2006
    Maintenance Partition Version 2.1(2)
    THESE ARE THE ERROS I AM GETTING DURING THE UPGRADE WHICH FAILES.
    /signatures/[sig-id=11027,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11211,subsig-id=1]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11245,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11245,subsig-id=1]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11246,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11247,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11248,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11249,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11250,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=11251,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=12024,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=12025,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=12025,subsig-id=1]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=12026,subsig-id=0]/engine/ -- the union does not have a member selected
    /signatures/[sig-id=12027,subsig-id=0]/engine/ -- the union does not have a member selected
    Any help would be great!
    gary price

    The combination of tcp-reset on some UDP signatures in 4.x. was not invalidated. 5.0 is stricter and enforces this. It might be the best to disable reset for all signatures and then proceed with the upgrade.

  • HT1925 cannot install  upgrade because old Bonjour components cannot be removed Bonjour.msi not found

    Cannot install upgrade of Itunes due Bonjour old files cannot be removed nor Bonjour.msi not fuond on PC

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • After upgrading to v 3.6.3 I get a "node not found" error whenever I try to exeute a link found by Google. I am running wind 7 64-bit Home Premium. Yahoo works fine. Can anyone tell me what is happening?

    I have recently installed 3.6.3 on a new machine running win 7 64-bit Home Premium. When I do a Google search and click on a link resulting from the search I get a "JavaScript Application Debug Error" followed buy a lengthy description (which I cannot copy to the clipboard). I cannot close the dialog box so the only solution is to close down Firefox and restart it. Any help gratefully appreciated!
    == This happened ==
    Every time Firefox opened

    I have recently installed 3.6.3 on a new machine running win 7 64-bit Home Premium. When I do a Google search and click on a link resulting from the search I get a "JavaScript Application Debug Error" followed buy a lengthy description (which I cannot copy to the clipboard). I cannot close the dialog box so the only solution is to close down Firefox and restart it. Any help gratefully appreciated!
    == This happened ==
    Every time Firefox opened

  • I can't burn a CD from my Mac. Says "discburner or software not found".

    I can't burn a CD on my iMac.  Done it a thousand times with no problems.  Says "discburner or software not found".  Ideas?

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here. (Use your Ctrl-V keyboard shortcut to paste.)

  • Can't share files from the Cloud, all my files display 'Page Not Found' HELP!!!!

    After applying an update this morning all my CC files are displaying as 'Page Not Found' for shared links.
    Example, navigating to the PDF top of this list:

    Moving the discussion to File Hosting, Syncing, and Collaboration.
    Thanks,
    Atul Saini

  • When I click on my gmail to get a wall post from FB I get this message..SERVER NOT FOUND FIREFOX CAN'T FIND SERVER AT permalink.php . PLS help me fix this. Thanks Firefox can't find the server at permalink.php.

    ''''''When I click on my gmail to get a wall post I get this message ...Server not found Firefox can't find the server at permalink.php. PLEASE HELP ME FIX THIS! I just updated to firefox 6.0. THANK YOU

    Try resetting your proxy server. Go to Tools, Options, Advanced, Settings and select one. I must do this every time I restart Firefox -- but at least after that, I'm okay until the next restart.

Maybe you are looking for

  • Calculation of depreciation for IT purpose

    Hi guru Presently we are in 6.0 version.Book dep is caculated as a normal process.Now my client wants to calculate dep. for IT in sap.What are the additional configuration setting required for doing that. Thanks Shivaji

  • Filling in Forms and Saving in Acrobat Reader

    Hi, i have created form fields in a PDF document created in Acrobat 8, but when i open the document in Reader, it will not allow me to save the file with the form filled out, it will oly allow a blank document to be saved. Is there a way around this

  • When emailing I am getting in sent box 5 times the same email sent

    sending email then sent box lists it numerous times not just once

  • Cover Flow Crashes

    Now my new thing is that I have added my music library of about 2300 songs onto my iPhone and when sliding through cover flow I am getting intermittent crashes. I am only seeing a few related posts on this. Am I alone on the boat? Not only is cover f

  • Can't update or install Apps on my Iphone5. On my iPad  mini it works.

    I can not complete the install or the update of the Apps on my iPhone 5. A few days ago it works great. I have iOS 6.0.2 On my iPad mini with the same Apple ID it still works. Please help me.