Error 1059 building applications

I keep getting this error after building an application (.exe).  I had set up settings for builds for my applications a few weeks go when I tested them.  Now that I've debugged them and want to build them again I am getting this error.  I have tried deleting and recreating the builds and it will let me make a new one and run it, but if I want to make changes to the build settings I get this error.  I have tried opening up a new project and moving all my VIs and files into that project... same thing.  Anyone know what my problem is?  I posted a screen shot of the dialog below.
Thanks for the help.
Attachments:
error.JPG ‏29 KB

Hi EI-MDA
There have been other incidences in our system where rebooting the computer solved the issue (error code 1059). It could be that there were changes made to the LabVIEW settings that had not been applied until after the reboot.
Regards,
Siana A.
Application Engineering
National Instruments

Similar Messages

  • Error during build application

    Software - Labview 7.1 PDA and Labview DSC 7.1
    OS - WIndows XP.
    When I try to build application in Labview 7.1 I get following error
    "Error 7 occured at Build Application. vi >> Disk Cmp setting to disk hier.vi >> Dist report Read Link Error.vi."
    Can anyone had idea why this error had come.
    Regards
    Uttam

    Hi,
    Try mass compiling your VI once before building the EXE
    Tools»Advanced»Mass Compile
    this link will explain how to mass compile.
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/aa97c01071d7cf678625695100582f40?O... 
    Hope this helps
    Regards
    Dev

  • Error when building application with Excel included

    Hi All !
    I've read several post on problems with Report Generation Toolkit when building applications that uses Excel or Word interactivity.
    I've included both _Excel Dynamic VIs.vi and _Word Dynamic VIs.vi in my project and added them to the dynamic vis and support files.
    When building I get the error :
    The VI is broken. Open the VI in LabVIEW and fix the errors.
    C:\Programmer\National Instruments\LabVIEW 8.2\vi.lib\addons\_office\_exclsub.llb\_Excel Dynamic VIs.vi
    When opening that VI there is no broken arrow and all the vi's included in this is not broken either.
    I've tried mass compiling and so on but so far luck.
    Regards Morten Kahr
    Regards Kahr
    Certified LabVIEW Architect
    CIM A/S

    If you do a search on this forum you will find this to be a common and vexing problem. I myself had this same exact problem about a year ago, and it took me the better part of a day to track it down. As you will find by reading the various threads on this problem, there seems to be no specific cause for this, and it remains a mystery, and the solutions are no better than chanting voodoo, and probably just as effective.
    One thing you can try is to force a recompile of your VI hierarchy. Open you top-level VI. If it's set up to run when opened, stop it. Hold down the Control key and click the run button. This will force a recompile of the application. Sometimes this works, sometimes it doesn't. Like I said, voodoo.
    Another thing to look for is to check if you are using any diagram disable structures or case structures with a constant wired, as in trying to use the case structure to comment out code.
    Are you using classes and passing by reference? There was a mention of this here.

  • Error while building application installer and exe

    i had tried to build an installer and exe for my appication which application and exe building is successfull. but when we install it over the system it does not read  analog input and digital inputs and showing NaN in the indicator,I have treid many a ways and this works after disabling the counter reading section which is used to read the pulses from the quadrature encoder. when i again include that particular section it shows the same error. also this entire code works beautifully without any error from our source code, what might be the possible cause , please help me, 

    Hi Kodee,
    1)     Are using error handling in your code?  Are you getting any errors?
    2)     What version of LabVIEW are you using?  If you are using 8.0 or newer, then you can build a debuggable executable:
    Debugging Applications and Shared Libraries
    http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/debug_apps_dlls/
    Regards,
    Elizabeth S.
    Applications Engineer
    National Instruments

  • Error while building application

    Hi all,
    I'm getting the following errors when I'm trying to build my application. Interestingly, it builds now and then but the application doesn't run.
    Any suggestions.
    Thanks in advance.
    Attachments:
    Build error.png ‏517 KB
    Blue arrow.png ‏135 KB

    Hi Ramrammy,
     we have a good KB for that which might fix your problem. Please have a look.
    http://digital.ni.com/public.nsf/allkb/705C2ECA081F3C7986256C0F00559B02?OpenDocument
    Best regards
    Anoj Mubarak
    National Instruments

  • Migration issue--Error while building application in Weblogic Server10.3

    We are doing migration in from Weblogic 8.1 SP6 to Weblogic 10.3.
    When we are trying to build the applicaiton in Weblogic 10.3 environment it is giving following error.
    [java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBean
    [java] at
    weblogic.application.compiler.Appc.prepare(Appc.java:54)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:122)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:192)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.ClassNotFoundException:
    weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
    [java] at java.net.URLClassLoader$1.run(Unknown Source)
    [java] at java.security.AccessController.doPrivileged(Native
    Method)
    [java] at java.net.URLClassLoader.findClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
    Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    [java] ... 5 more
    [java] Java Result: 1[java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBean
    [java] at
    weblogic.application.compiler.Appc.prepare(Appc.java:54)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:122)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:192)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.ClassNotFoundException:
    weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
    [java] at java.net.URLClassLoader$1.run(Unknown Source)
    [java] at java.security.AccessController.doPrivileged(Native
    Method)
    [java] at java.net.URLClassLoader.findClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
    Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    [java] ... 5 more
    [java] Java Result: 1
    [java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBean
    [java] at
    weblogic.application.compiler.Appc.prepare(Appc.java:54)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:122)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:192)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.ClassNotFoundException:
    weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
    [java] at java.net.URLClassLoader$1.run(Unknown Source)
    [java] at java.security.AccessController.doPrivileged(Native
    Method)
    [java] at java.net.URLClassLoader.findClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
    Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    [java] ... 5 more
    [java] Java Result: 1
    [java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBean
    [java] at
    weblogic.application.compiler.Appc.prepare(Appc.java:54)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:122)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:192)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.ClassNotFoundException:
    weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
    [java] at java.net.URLClassLoader$1.run(Unknown Source)
    [java] at java.security.AccessController.doPrivileged(Native
    Method)
    [java] at java.net.URLClassLoader.findClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
    Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    [java] ... 5 more
    [java] Java Result: 1
    [java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBean[java] at
    weblogic.application.compiler.Appc.prepare(Appc.java:54)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:122)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:192)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Caused by: java.lang.ClassNotFoundException:
    weblogic.j2ee.descriptor.wl.WeblogicApplicationBean
    [java] at java.net.URLClassLoader$1.run(Unknown Source)
    [java] at java.security.AccessController.doPrivileged(Native
    Method)
    [java] at java.net.URLClassLoader.findClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
    Source)
    [java] at java.lang.ClassLoader.loadClass(Unknown Source)
    [java] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    [java] ... 5 more
    [java] Java Result: 1
    [java] Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/j2ee/descriptor/wl/WeblogicApplicationBeanWe have all the required jar's in classpath.
    it would be very helpful if anyone gives any suggestion...
    Thanks in advance
    Edited by: user2928342 on Nov 23, 2009 10:02 PM

    Hi Pratik,
    Would suggest you to create a "*wlfullclient.jar*" by going through the below link and add it in your weblogic workshop and then try to deploy your application. Also it is always recommended that you should compile the old application again with the new JDK version your new weblogic sever is using.
    Tpoic:*Creating a wlfullclient.jar for JDK 1.6 client applications*
    http://download.oracle.com/docs/cd/E15051_01/wls/docs103/client/jarbuilder.html#wp1078098
    Hope this would help you.
    Regards,
    Ravish Mody

  • Error while building sample application "Developing an Order Application"

    hi ,
    I tried to create a simple Mobile application using the instructions for "Tutorial: Developing an Order Application for Handhelds" given at :-
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/46/7294498d870ad3e10000000a11466f/frameset.htm
    For the same , by using TCdoe SDOE_WB i created a new SWCV named ORDER_TAKER,
    with a Data Object - > ORDER
    added Data Object header node -> ORDERHEADER
    The ORDERHEADER contains the following fields:
    ORDERID          CHAR8
    CUSTID             CHAR4
    LONGTEXT       CHAR32
    SERVICEUNIT   CHAR32
    CREATED_ON  DATS
    CREATED_AT  TIMS
    As per the tutorial I created  Mobile Service Component as "order_sv". under which created Data Objects , and a service name orderService . Now when I copied the code of Defining the Custom Methods , I am getting following error while building the MSC........
    Line: -----
    * [javac] Compiling 8 source files to C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\classes
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                   ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                 ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class OrderOrderheader
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:               ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                          ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                        ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:49: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-06-30"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:50: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("08:45:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                         ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                       ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:77: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-07-05"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:78: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("10:00:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:80: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OcaRoot.getInstance().commit();
         [javac] ERROR:               ^
         [javac] 30 errors *
    Line: -----
    Please help...........
    Ekam
    Edited by: Ekam Preet Singh on Sep 29, 2011 10:32 AM

    Hi,
    Please have a look at this thread,
    Re: Error in CompatibilityMode
    Regards,
    Saravanan K

  • Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi- Dist Build LLB Image.vi- Dist Build App Image.vi- Build Application.vi

    When trying to build  an application using labview 7.1 and windows XP,  I get the error
    Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi->Dist Build LLB Image.vi->Dist Build App Image.vi->Build Application.vi
    I've tried the crtl-shift-run as well as  a mass compile and I still get the error.
    Any ideas?
    Thanks,
    Mike

    Hopefully this thread, or this KB article might help.
    It seems like this could come from a lot of things, but there's suggestions in those which might lead you in the right direction
    Message Edited by Day on 09-22-2006 02:07 PM

  • Why does Build Application vi work in development environment but not in executable; error 1025

    Hello,
    I have an application ("A") that I am trying to build using another application ("BuildA").
    I can create an application for A manually from its project using the Build Specification, and it works fine (A.exe).
    Also, when I run BuildA.vi in the development environment it calls the "Build.vi" correctly and again builds application A.exe just fine.
    Then, when I make BuildA an application (manually) and run BuildA.exe, I would expect it to also create A.exe just like BuildA.vi did in the development environment.
    However, it fails with the error:
    Code: 1025
    Open VI Reference in NI_App_Builder_API.lvlib:Build (path).vi->BuildA.vi<APPEND>
    VI Path: <b>C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi</b>
    I noticed this thread , which looks like a similar problem, but no conclusion was reached.
    Why does BuildA.vi work fine in the LabVIEW environment, but the application BuildA.exe does not work?  All paths are hard-coded, so it shouldn't be a path issue.
    Thanks,
    -john
    Solved!
    Go to Solution.
    Attachments:
    AppBuild.zip ‏175 KB

    Interesting code.  I'm curious how you came to decide 324ms in your while loop, and 58 in the other, and then 5136ms at the end.  In any case I suspect this has to do with this line of text in the help of the Build.vi.
    If you plan to run a build specification on the LabVIEW Run-Time Engine, do not include the Build VI in any of the VIs for the build specification.
    I don't fully know what this means but it might be why it isn't working.
    The Build.vi opens all Context (application instances) and then looks for the one named "NI.LV.MxLvProvider".  This I assume is a application instance NI uses to build applications.  It then uses this and opens some other VIs in this instance for the building.  The error you are getting is "Application Reference is invalid" meaning it couldn't find the NI.LV.MxLvProvider instance it needs to build.  Again I believe this maybe because you are in a run-time environment and that instance doesn't exist there.
    At the end of the day I'm guessing since Application Builder is not free, NI probably doesn't include it in the Run-Time engine, which is free.  So you can't build the way you want.  You could have and EXE running in the run-time open an instance in the development, then run your VI from there if you must make this an EXE.  It maybe easier to just edit the BuildA.vi to have a "Run When Opened" so that you double click the VI and it runs which behaves like an EXE sorta.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Error while building an application

    Who can help me.
    Today I started LabVIEW and I want to build my application and I got this error:
    Fehler 7 ist bei AB_Engine_HandleLinkErrors.vi -> AB_Engine_Update_Source_from_Linker.vi -> AB_Build.lvclass:CalculateDependencies.vi -> AB_Build.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller aufgetreten
    I've build applications in the past without any problems but now.....
    Thanks for any help

    So I've tried it on an other PC and  it was working again.
    I don*t know why.
    But when I tried to copy it back it was the saem although I did a mass compile on the other PC.
    What have I done.
    I took one of the old versions and modified it over the weekend.
    But if somebody know what's happened or someone has any solution let me know.
    @RMathews: I have the LabVIEW 8.5 Developer Studio including the Report Generation Toolkit on both PCs.
    Eddy

  • Error while building SUP based iphone client application

    Hi,
    I am getting the following error while building the application for iphone simulator. I tried by changing search path settings and added libraries to Link binary search path.I really stuck here. Any body please help me how to solve it.
    Undefined symbols for architecture i386:
    "_OBJC_CLASS_$_SUPMessageClient", referenced from:
    objc-class-ref in SUP101AppDelegate.o
    "_OBJC_CLASS_$_MBOLogger", referenced from:
    objc-class-ref in SUP101AppDelegate.o
    objc-class-ref in SUP101CallbackHandler.o
    Thanks in advance
    Bala

    Hi Rockky/Wang
                    I have added the following libraries to "Link Binary with Libraries" . I am using xcode 4.0.2 , SDK 4.3 and MAC-OS 10.6 . Libraries are belongs to  SUP 1.5.5. simulator-- iphonesimulator 4.3
    AddressBook.framework
    CoreFoundation.framework
    QuartzCore.framework
    Security.framework
    libicucore.A.dylib
    libstdc++6.dylib
    libz.1.2.3.dylib
    libclientrt.a
    libMO.a
    libSUPObj.a
    After adding all these libraries automatically added path to "Link search path" as follows
    $(inherited)
    "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib"
    "$(SRCROOT)/../../../libs/Debug-iphonesimulator"
    Header search path i have given as following
    "/Users/RavuriB/includes/**"
    "/Users/RavuriB/TravelRequestMAP/Generated Code/**"
    Still i am getting the same error
    Undefined symbols for architecture i386:
      "_OBJC_CLASS_$_MBOLogger", referenced from:
          objc-class-ref in SUP101CallbackHandler.o
      "_OBJC_METACLASS_$_SUPDefaultCallbackHandler", referenced from:
          OBJCMETACLASS_$_SUP101CallbackHandler in SUP101CallbackHandler.o
      "_OBJC_CLASS_$_SUPDefaultCallbackHandler", referenced from:
          OBJCCLASS_$_SUP101CallbackHandler in SUP101CallbackHandler.o
    ld: symbol(s) not found for architecture i386
    collect2: ld returned 1 exit status
    i tried by changing paths differently but no luck.
    is that  SUP 1.5.5 version is suitable for the xcode version and SDK?. Am I forgot to add any frameworks ? or any thing i need to change. I am really stuck at this problem . Can you  Please help me to come out of this problem.
    Thanks & Regards
    Bala

  • Error while building Webdynpro application

    Hi all,
    I am getting error while building web dynpro application.
    Error is as :
    Error               Web Dynpro Generation: Metadata constraint of Component ExtraShifts is violated: ViewElementAggregation "//WebDynpro/View:dk.cph.sec.wd.extrashifts.application.ExtraShiftsView/RootUIElementContainer/Child:OuterGroup/Child:TuesdayGroup/Child:TuesdayTable/OutgoingAggregation:GroupedColumns", Role "Definition": A minimum of 1 object(s) is required     ExtraShifts.wdcomponent     WD_CPH_SEC_ExtraShift/src/packages/dk/cph/sec/wd/extrashifts/application     
    Please help me to resolve it.
    Thanks,
    Devender V

    Hi,
    Please have a look at this thread,
    Re: Error in CompatibilityMode
    Regards,
    Saravanan K

  • Error when starting DPS App Builder - Application not found

    WTF folks.
    This morning I open my document (CS5) and it says I have to update my folio tools (needless to say i hate it to be forced to do an update before I can start working).
    Well, I do an update, both tools (Folio Builder and Producer Tools).
    Now there seem to be some changes, I cant refresh my folio via menu anymore. When choosing the new "build app"-option I get an error :
    "An error occured while starting DPS App Builder. The DPS App-Builder Application was not found" (translated).
    German original version: "Beim Starten von DPS App Builder ist ein Fehler aufgetreten. Die DPS App Builder-Anwendung wurde nicht gefunden."
    Any Solutions? Where to get the mysterious "App-Builder Application?"
    edit: refresh is now only possible inside the folio it seems.

    App Builder is nothing but a new name to Viewer Builder. Download it from DPS Dashbaord.

  • Build application erroration Error 7

    Could anyone kindly help me here, I have met "Error 7 occurred at Invoke Node in Dist Build App from LLB.vi->Dist Build App Image.vi->Build Application.vi" while I am using Labview 7.1 to build my exe installer for my customer. I encountered this error message twice during that process. The first time it when I launch build DLL and the second time is at build. After I press continue button, builder stops with no warning and error.
    Thanks in advance
    Willy

    Hi Willy,
    can you tell me if all of your VIs are made with the same LabVIEW  Version 7.1 or is it possible that some  were  built in a previous version?
    The Application Builder reads certain information from the VI in order to determine how to build the executable. Since there can be significant differences between two versions of LabVIEW, the build process may fail with an error similar to the one you mentioned.
    You can convert your VIs to the most recent version by using the Mass Compile featurel. The Mass Compile feature will allow you to select either a directory or a LabVIEW .llb file to compile.
    Hope that helps,
    Stefan Henke
    NIG

  • Build Application Error

    I am consistently getting an Error 26071 when I try to build my application to make an .EXE.  I am usling LV6.1, and Application Builder for it.  The app. works just fine from within LV itself.  There are no errors.
    Specifically, the error message is "Error 26071 occurred at Build Application.vi >> Dist Call Create Installer.vi >> Win Install Create.vi >> Win Install Add Files.vi >> MSI DK Add Shortcut.vi", with possible reasons stated as "Windows GetCommError:  The hex value if the code us x65D7".
    This code used to build just fine before I added some code using the Winevent.llb library, retrieved from NI.  I had done a mass recompile on it and my code, just in case there was LV version compatibility issues.  I also copied the specific vi's from Winevent into my library and did another mass compile, to no avail.  I am using VISA serial port vi's (the GetCommError made me think this might be related).
    Any ideas on what I'm doing wrong or what I'm missing?
    Jeff

    Check out this knowledge base here and let me know if that helps solve your issue.
    Tyler H.
    National Instruments

Maybe you are looking for

  • How to use Purch. Info Record, for different Valuation Types ?

    Hi All, While doing Split Valuation, I have created three valuation types - say,  M1,M2,M3. for material M. Now, I want to create Info record for material M and Vendor V1. when i go to me11, system is allowing me to create info record for M and V1 on

  • Killed sessions

    Hi, I kill a session with the commands: select username, sid, serial#, status from v$session where username like 'RION%' alter system kill session 'sid, serial#' and if I give again the first select command at the status column appears KILLED. I want

  • Is JMS based solution the right one?

    Hello, I'm doing some research on possible solutions to a process that is currently being completed semi manually and semi automated. The process itself consists of feeding several thousand ID numbers to a legacy C++ application, which in turn, after

  • Startup in Archivelog mode

    Hi. I only will do a simply question: If I have a database in archivelog mode, and ocurr a unexpected shutdown is There some process that use these logs archived if it´s necesary automatically when I do a normal startup, or only will use the redo log

  • JVM Error while launching SOA installation

    Hello Everyone I am not able to launch the installation for SOA suite 11g on windows server 2003.When i click on setup i get following error: Java Virtual Machine Launcher Could Not find main class.Program Will exit. Please help! Thanks Chinmay