LV 8.2 Error in opening vi saved with LV 8.5 in previous version

Hey,
I'm currently using LabVIEW 8.5 at my laptop to program, but at my lab we have LV 8.2. I'm having the following problem:
I save a vi with LV 8.5 in a previous version (8.2), and it sends me a warning wich says:
"Fixed-point numbers are not supported in the previous version of LabVIEW. They have been converted to double precision numbers."
When I try to open it with LV 8.2, it gives me the following messages of error:
Load Error: "Improper Format".
Load Error: "Unknown Error".
LabView Generic Error: An error occurred loading "file.vi" . LabView load error code 24: This VI cannot be loaded because it is broken and it has no block diagram.
Thanks in advance,
Moritz 

Hello.
Could you send us your VI (v8.5) please? Thanks.
Regards.
Romain D.
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
NIDays 2010 : Conférence mondiale de l'instrumentation virtuelle
>>Détails et Inscription<<

Similar Messages

  • Report Designer - Error while opening a saved report

    Hi,
    I am not sure if this is an authorization issue or configuration issue.
    When I try to open a saved report on Report designer, I keeping getting an error: Report Version is invalid: "0".
    Has anybody faced similar problem?
    We are on SP09.
    Regards,
    Payal.

    Payal,
    I am afraid, that your report might be corrupted. This might have happened, if in tx SE16 the version is changed. The Report XML displayed in SE16 for table RSERDATA, is limited to ca. 1024 charachters. When editing the version, after pressing the save button, the Report XML is cut off at 1024 charachters and the report is lost.
    Please do not set the report version in tx SE16!
    I will need to configure the program RS_REPORT_MAINTAIN, such that reports with version "0" can be saved with the minimum version 9.0.
    Until then I recommend the following procedure for Reports that are ok, but have the Version "0" bug:
    1) in tx SE38, program: RS_REPORT_MAINTAIN
        open your report with option "DT" (designtime)
    2) Switch to Edit mode.
        Make a backup copy of the report using the "Save As" Button.
        You can copy the Report XML to the clipboard using Ctrl-A, Ctrl-C
    3a) Open a dummy report in RS_REPORT_MAINTAIN created previously with
          Report Desginer ( --> The version is set to 9.0).
          Switch to edit mode and paste the Report XML and Save.
      or
    3b) Debug FUNCTION rs_bex_report_load_rfc.
          Open a report and change the value of E_REPORT_VERSION to "9.0"
          before leaving the function.
    Hope this helps, karim
    P.S.
    I will update note 1016224

  • Getting error while opening a saved for later notification: The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action.

    Hi All,
    While opening a saved for later notification, we are getting "The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action". error.
    This is a custom notification.
    Please help.
    Thanks
    Raghava

    HI All,
    Please help on this issue.
    Thanks
    Raghava

  • Program error when opening or saving. Any fixes or workarounds?

    I've been having troubles with opening and saving files in Photoshop CC since upgrading to Yosemite. The problem usually occurs when the save or open command is part of an action. I have the latest updates of both photoshop and Yosemite. It sounds like it's a known bug but I'd really like a solution or a workaround. Any suggestions?

    Any other suggestions? As I stated in my original post, I have the most updated version of both photoshop and Yosemite. It was the first thing I checked.

  • Error when opening a workbook with mandatory variables

    BEx analyzer displays an error message window in the same time as the variable popup window.
    The worbook is linked to 1 query that uses 2 mandatory variables (month ?, year ?), and was defined in the test system.
    I assume that values are thus saved within the workbbok.
    The developper had 0bi_all autorisation.
    When a reporting user is opening it (also in the test system), the error message is displayed.
    This happens only the 1st time when Analyzer is started, and by clicking on the OK button, we are able to run the query.
    The next workbook refresh runs without the error message display.
    Question =  does anybody know the reason of this, and how to avoid the error message ?
    more infos:
    error message E019(R9E) appears for each variable (thus, 2 time with a query with 2 variables):
    Help type 5 is not valid for the platform NONE
    Exception 5 occured while calling IWB_HTML_HELP_URL_GET
    the details of this error message is:
    Diagnosis
       You tried to start the online help with help type on platform. Help type is not supported on this platform.
    System Response
       Profile parameter eu/iwb/help_type must contain a valid help type.
    Diagnosis
       The documentation is not correctly connected to the BI server.
    System Response
       The documentation cannot be displayed.

    i checked the query and authorisation with RSRV, but this didn't help, furthermore, a lot a functions are not implemented in the system, sorry.
    i also changed the query and workbook, and i think that it depends on the workbook release 3.x or 7.
    imagine following situations: same query 7.0, same workbook 7.0
    with BI7
    1) opening the query with variables doesn't display the error message
    2) refreshing the workbook with the query with variables displays the error message (only for a non mandatory variable - as soon as there is a variable, the error message is displayed)
    3) refreshing the workbook with the query without variables doesn't display the error message
    with BW 3.x
    4) refreshing a new workbook 3.x with the query with variables doesn't display the error message
    i also investigate in the function modules for workbooks (RS...), but nothing helped.
    i still think that it is linked to authorisations, because with sap_all, the message isn't displayed.
    how can i continue ?
    Edited by: Claire Mignerey on Mar 17, 2009 2:37 PM

  • Error in opening a file with name in chinese characters with Runtime.exec

    The issue at hand is when I try to open a file with file name containing chinese characters in a localized environment in Windows through the following java code:
    Runtime.exec("rundll32 SHELL32.DLL,ShellExec_RunDLL {File_With_FileName_containing_Chinese_character}");
    the following error is thrown by windows.
    Cannot open file "C:\??.txt".
    with the exception
    java.io.IOException: CreateProcess: [Ljava.lang.String;@f5da06 error=2
            at java.lang.Win32Process.create(Native Method)
            at java.lang.Win32Process.<init>(Win32Process.java:66)
            at java.lang.Runtime.execInternal(Native Method)
            at java.lang.Runtime.exec(Runtime.java:566)
            at java.lang.Runtime.exec(Runtime.java:428)
            at java.lang.Runtime.exec(Runtime.java:364)
            at java.lang.Runtime.exec(Runtime.java:326)
            at Launcher.main(Launcher.java:26)
    When I try to use the same command (shown below) from the Windows Run command, the file opens sucessfully
    rundll32 SHELL32.DLL,ShellExec_RunDLL {File_With_FileName_containing_Chinese_character}
    Please suggest.
    Thanks in advance

    This may be a file association problem.  To solve that:
    In Windows 7:
    1. Right-click the file,
    2. Select "Open With" 
    select [Your Program Here]
    3. Check always use this program. 
    In Windows XP:
    1. Locate the file as you have described above
    2. Right click the file
    3. Select Open with from the pop-up menu
    4. Click Choose default program…
    5. Select Excel in the Recommended Programs box
    6. Check Always use the selected program to open this kind of file
    7. Click on OK.
    1.  Make Excel not available from Office 2007 listed under Programs and Features in Control Panel.
    2. Take a registry backup using the steps given here
    3. In the registry editor window expand HKEY_CLASSES_ROOT and navigate to .xls right and delete it.
    4. Exit Registry Editor
    5. Undo Step 1 to make Excel available.
    6.  Restart the computer and verify it the issue is fixed.
    If this answer solves your problem, please check Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers, Shane Devenshire

  • Error while opening excel integration with sap

    Hi
    While view planning with excel integration in SAP, I am getting error. I am getting this error in CCA and COPA also.
    Can anybody help me how to resolve the issue. Please see the meessage
    Error while opening document
    Message no. SOFFICEINTEGRATION143
    Diagnosis
    An error occurred in the desktop application while opening a document.
    Procedure
    Check first whether you can insert a document from this desktop application as an embedded object in another application. The necessary menu item is usually 'Insert --> Object'. The application then lists all of the OLE document types. Choose the type corresponding to the desktop applciation. If the insertion fails, the error is in the desktop application itself.
    This error has various causes. Often, it is caused by activating certain add-ins. Sometimes, the desktop application is wrongly installed. The error should not recur once you have disabled any add-ins or reinstalled the desktop application.
    Procedure for System Administration
    If you cannot solve the problem as described above, enter a problem message. There are notes relating to how to generate the log file using the program SAPROFFICEINTEGRATIONTRACE.
    Regards
    Sekhar Datta

    Hi ,
    I think you are using older version,use microsoft excel 2007 version,then it will opens.
    Regrads,
    SVS
    Edited by: svskumar on Aug 19, 2010 12:18 PM

  • FRM-18108 Error when opening a form with subclassed objects

    Dear Group,
    I have 2 forms in Oracle Forms 6i. One of the forms contains an object group. The other form contains the object that I subclassed it to.
    When I open the form that contains the subclassed object group, I get the FRM-18108 error.
    If I open the form with the original object group, then open the subclassed form, there is no error.
    Does this mean I must always open the original form in order to work on the one with the subclassed object group?
    I hope there is an simple solution to what is something I am missing in my Oracle Forms setup.
    Thank you in advance.
    Emad

    Hi Duncan.
    Your suggestion worked.
    Thank you for the fast response!
    Truly,
    Emad

  • Error when opening =any= PDF with Reader

    Hi!  Since installing the new Reader software, I keep getting the same error message whenever I try to open =any= PDF, from those on my system for some time to those just downloaded.
    The error message says:
    Attempt to access invalid address
    I can open any PDF with Sumatra or Foxit, so it's not in the file...
    Bruce

    Hi  Bruce,
    Are you using EMET Antivirus? I have seen the issue caused due to this. Try disabling it and  check.
    I have seen this issue fixed for some users by modifying the following registry key:
    The key is "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management" MoveImages
    Set the key to 1 instead of 0 then reboot the machine.
    In case you still face the issue try the following registry key change:
    The only thing you have to do is rename the following key at the REGEDIT, and everything will be fine !!
    BEFORE:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.exe
    AFTER:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.old
    Note: Please take a backup of the registry before attempting this change.
    Regards,
    Rave

  • Error when opening the database with resetlogs

    ORA-00603: ORACLE SERVER SESSION TERMINATED BY FATAL ERROR
    WHEN I open the database with RESETLOGS

    Well you definitely need to post more information here.
    Looking at what you have posted, all that I can reply is
    ORA-00603: ORACLE server session terminated by fatal error
    Cause: An ORACLE server session is in an unrecoverable state.
    Action: Login to ORACLE again so a new server session will be created

  • Saved over file, need to retrieve previous version

    Simple and stupid mistake. I wrote an essay for grad school applications titled "help." This was saved and complete for a Chicago school. A Univ. of Denver essay topic was very similiar, so I opened up "help" and beefed it up and personalized it to Denver's specific question. So, of course, what did I do... I just hit save. Stupid me, now I don't have my original "help" for the Chicago school, only the Denver school version. I already went ahead and "saved as" a Denver Essay. But now, I just have 2 copies of the same thing.
    -What I need to do is revert the "help" back to the previous version before I saved it last. Is this possible, or was it auto-deleted as I saved? Please, any help would be appreciated. Thank you.
    MacBook Laptop   Mac OS X (10.4.8)   former Windows user

    Hi -
    I just hit save. Stupid me, now I don't have my original "help"
    Usually when you save a file with the same name as another, OS X will prompt you asking if you want to over-write the existing file. If you didn't see this dialog box appear there may be a chance that your other 'Help' file may still be around. Use spotlight to search your entire drive for all doc's titled 'Help' ...I may have been saved somewhere else.

  • Opening projects in CC 2014.2 created in previous version of premiere cc 2014

    Hello,
        I just upgraded premiere cc 2014 to premiere cc 2014.2. When I try to open my project created in the last version of cc 2014 I am instructed to convert the project created in the previous version of premiere so it can be opened in premiere cc 2014.2 When I convert the project it will open in cc 2014.2 but the sequences don't come with it. I need to have access to the original sequence so I don't have to edit the project again. Thanks for your help.
    Bill Martz

    Rather than opening directly, try importing the project via the Media Browser Window.
    Much more efficient as you'll have more options.

  • Reports Builder Error - REP 1070 Error while opening or saving document

    Hi,
    I tried opening an rdf file in Reports Builder 10g and 6i. I get the REP 1070 error.
    Kindly suggest a solution for this.
    Thanks,
    Anand

    Hi,
    Edit the system registry and assign REPORTS_PATH then your problem will be cleared.

  • Error message opening .jpg saved for Web in Photoshop CS3

    After I save a file for "Web & Devices," when I open it, it returns this message, "This file contains file info data which cannot be read and has been ignored." Will this cause any problem with the file once I place it in the website I'm building? I've never seen this message before on a photo I've edited. The changes I made involved color correction.
    Thank you,
    Marilyn

    When I go to "Save," I select "Settings" "Other," which brings up the "Output Settings" and under the XHTML settings, I do not have "Include XMP" selected. I had to deselect "Include Comments" under "Coding". This fixed it, but it then said it was HTML and not XHTML. So I went back in and reselected "Include Comments" and resaved it for Web & Devices. No more error message!
    Thanks for your help! This was really bugging me.
    Marilyn

  • Reader can't open file saved with "Extended Features"

    Any help would be appreciated.
    File created with Acrobat Pro 9.
    File opens fine under Windows and Linux, but can't be saved.
    Enable "Extended Features in Adobe Reader" in Acrobat Pro 9.
    File can be saved under Windows, but gives an error in Linux.
    "This document enabled extended features in Adobe Reader.  The document has been changed since it was created and use of extended features is no longer available.  Please contact the author for the original version of the document."
    The file opens, but is unusable.  Nothing can be entered into any of the fields.
    Thanks,
         -matt

    I had the same problem earlier this week -- I created a PDF with Acrobat 9, enabled for commenting, sent out to coworkers, who then reported the "use of extended features is no longer available" message. After many, many troubleshooting permutations, I finally found the problem to be related to the timestamp on the file.
    I am on the US east coast, and the document was sent to coworkers on the US west coast, 3 hours earlier. When they opened the document, it appeared to be "from the future" (lol) and therefore suspect. This was born out by the fact that the next day, the file behaved as expected for them. I also verified this on a test system, where I was able to switch the time setting. By the way, this happened with both Reader 8 and 9.
    So, I guess the workaround is either to change your computer's time before sending a file with rights extensions to someone in an earlier time zone, or create it and hold it until they have caught up with the time in the file's timestamp.
    That has to be about the weirdest bug I have encountered to date...and I have no idea why it showed up this week. I have been sending out PDFs enabled for commenting for a couple years.
    HTH

Maybe you are looking for

  • My homepage keeps getting reset to something I do not want. How to I keep my homepage from being changed

    I go to tools and set my homepage. Everytime I click on home it changes it back to some search page I do not want. How do I prevent this

  • Compatible Smart Cards

    Hello everyone, Hopefully you can help me out with the following. I have windows 7 clients and a windows server 2012 r2 server running PKI. I recently ordered an omni card reader 3121. I als bought several smart cards like the CHIP SLE 4428 and the C

  • Adobe Flash Player not automatically!

    Adobe Flash Player doesn't work automatically in Opera. I updated it a few days ago trying to solve it but nothing. Can anyone help me, please?

  • .ard file not creating

    Hi All, I'm using SAP B1 2005 with B1DESetup_2005SP01_1.3_VS2005 for visual studio 2005 version. When I try to create a new addon it is not generating .ard file. I have installed visual studio 2005 first then installed B1DE Setup.

  • ECC 6.0 FI Business

    I am looking for SAP standard business process flows for ECC 6.0. We are upgrading our installation and want to mimic our processes to match ECC 6.0 process flows. I have tried to get this information on Solution Composer but it does not have SAP del