Useless and vague error while building installer

So I am trying to build an installer for one of my .exe's that I have built.  The .exe works just fine but when I start to try to build an installer I get this unusually vague and useless error.  Can anyone tell me what this means?

We once spent several hours working with NI to resolve a similar installer issue. We had to have them remote into our system and drill down through the installer code (written in LabVIEW) to discover what was happening. It was not for the faint of heart. NI really needs to do a better job reporting errors during the builds.
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

Similar Messages

  • Error while building the installer

    Hello,
    I got following Error while building installer. Can anybody please tell me what is going wrong. Thanks
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_BuildDevPart.vi >> NI_MDF.lvlib:MDFBuildDevPart_Open.vi
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    *** Error: Windows SDK function returned an error. (Error code -12)
    Error accessing build path "D:\Project\QDAS \Builds\QDAS\".
    Error creating directory "D:\Project\QDAS \Builds\QDAS\".
    The system cannot find the path specified.
    *** End Error Report

    Hi labviewer,
    This error can be due to many different reasons, can you give more details as to what you are attempting to do in your application, what software, if any, you are using in addition to LabVIEW, any additional installers etc. 
    Message Edited by TMC-NI on 04-27-2008 09:06 PM

  • Error while building execution plan

    Hi, I'm trying to create an execution plan with container EBS 11.5.10 and subject area Project Analytics.
    I get this error while building:
    PA-EBS11510
    MESSAGE:::group TASK_GROUP_Load_PositionHierarchy for SIL_PositionDimensionHierarchy_PostChangeTmp is not found!!!
    EXCEPTION CLASS::: java.lang.NullPointerException
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.getExecutionPlanTasks(ExecutionPlanDesigner.java:818)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.design(ExecutionPlanDesigner.java:1267)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:169)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:119)
    com.siebel.analytics.etl.client.view.table.EtlDefnTable.doOperation(EtlDefnTable.java:169)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    Sorry for my english, I'm french.
    Thank you for helping me

    Hi,
    Find the what are all the subjectarea's in execution plan having the task 'SIL_PositionDimensionHierarchy_PostChangeTmp ', add the 'TASK_GROUP_Load_PositionHierarchy ' task group to those those subjectares.
    Assemble your subject area's and build the execution plan again.
    Thanks

  • 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 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 webserivce(using workshop)

    Hi,
    I get this error while building a web service (developed using Weblogic Workshop-beta
    version ) .
    A database control is used to fetch data for the webservice.
    The error in the Workshop IDE and the server are pasted below.
    Please help.
    Thanks and Regards,
    SSN
    Workshop output
    Charges.jws     0     An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

    Hello,
    The released version of the Weblogic Workshop is now available (25Jun2002) with the WebLogic Platform:
    http://dev2dev.bea.com/products/product.jsp?highlight=wlplatform
    Thanks for trying the beta version.
    Bruce
    SSNarayan wrote:
    Hi,
    I get this error while building a web service (developed using Weblogic Workshop-beta
    version ) .
    A database control is used to fetch data for the webservice.
    The error in the Workshop IDE and the server are pasted below.
    Please help.
    Thanks and Regards,
    SSN
    Workshop output
    Charges.jws 0 An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

  • Error 8 File permission error while building executable for a RT

    I got error 8 File permission error while building executable for a RT. It happened always after build, I mean new startup.rtexe and startup.alias files have been created. At the build properties, it was set use default .alias file.
    I had the executable built successfully at one time.
    The detail message is:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 8 occurred at Open/Create/Replace File in RTBEP_Generate_Deploy_Instructions.vi->RTBEP_Invoke_Build_Engine.vi->RTBUIP_Build_Invoke.vi->RTBUIP_Build_Rule_Editor.vi->RTBUIP_Open_Properties.vi->RTBUIP_Item_OnDoProperties.vi->RTBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File permission error. You do not have the correct permissions for the file.
    =========================
    NI-488:  DMA hardware error detected.
    I checked relevant posts, couldn't find any clue.
    Please give me some ideas.
    Thanks.

    Hi Ya-hoo,
    Error building application in LabView 8.0 seems to describe a similar situation. The .alias file is important, as described in that discussion forum.
    Cheers.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • IP Resource Errors While Building a Windows Failover Cluster on Azure

    I have setup a failover cluster in Microsoft Azure on four VMs. I have two nodes in one subnet/region, one node in another subnet/region and a final node in a third subnet/region. The cluster passed the validation wizard and was successfully built, but the
    two nodes in other subnets will not go online, reporting "Failed to bring the resource 'IP Address x.x.x.x' online".
    Azure Vnet Setup
    Vnet 1 - South Central US - 10.16.16.0/16 - Nodes 1 & 2 - Online
    Vnet 2 - West US - 10.116.16.0/16 - Node 3 - Offline
    Vnet 3 - East US - 10.216.16.0/16 - Node 4 - Offline
    All three IP Address resources are DHCP. I've attempted to make them static but they still failed while coming online. If I click "Information Details" on the error I get:
    Error code: 0x80071397
    The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
    It seems to be an issue with the way Azure DHCP works, but I'm stalled. There must be a way to get his working. What am I missing?

    Hi Michael Lapidakis,
    Starting in Windows Server 2008, a feature called an “OR dependency” was added to Failover Clustering which gave admins the ability to have nodes with a Network Name that
    could use one IP Address OR another IP Address .In a multisite cluster, it is expected that 1 IP address is offline as it is an OR relationship.
    You can refer the following related article to realize more detail settings of multi-site site cluster IP settings.
    IP Resource Errors While Building a Windows Failover Cluster on Azure
    https://social.technet.microsoft.com/Forums/en-US/ca2cbf5e-abef-4c23-9cff-7b6ca44acc23/ip-resource-errors-while-building-a-windows-failover-cluster-on-azure?forum=winserverClustering
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error While build: Ein nicht ausführbares VI kann nicht ohne das dazugehörige Blockdiagramm gespeichert werden

    Hello,
    There is an error while build EXE:
    "Ein nicht ausführbares VI kann nicht ohne das dazugehörige Blockdiagramm gespeichert werden"
    (in english like: a non-executable vi can not be saved without the corresponding block diagram)
    the full message:
    Beim Speichern folgender Datei trat ein Fehler auf:
    C:\dev\...\xxx.vi
    Informationen zum Lösen dieses Problems finden Sie auf der Seite ni.com/ask für Supportanfragen. Verwenden Sie folgende Informationen als Referenz:
    Fehler 1502 bei AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclassave.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_EXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller
    Mögliche Ursachen:
    LabVIEW:  Ein nicht ausführbares VI kann nicht ohne das dazugehörige Blockdiagramm gespeichert werden.
    What is the problem? Should I remove checkbox to remove block diagram code?
    Thanks
    Eugen Wiebe
    Bernstein AG
    CLAD - Certified LabView Associate Developer

    The exact wording of the error 1502 is:
    "LabVIEW:  Cannot save a bad VI without its block diagram."
    Let me guess:
    You have now a build script with "Enable Debugging" disabled. If you enable this option, building the EXE is possible, but the EXE will most likely not run. Correct?
    It seems to me, that you either have a faulty LV installation or some of your VIs are corrupt. This is something which can happen randomly when upgrading projects from older LV versions. Masscompile/Force compile of the affected VIs CAN help, but it is no promise.
    Please try to break down the issue to a set of VIs (maybe a 3rd party instrument driver?).
    thanks,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Error while creating installer

    Hi
           I am getting error while creating installer.. I tried all posible ways.. Re -installing Labview will give solution.
    Currently i am using LV8.0
    Thanks,
    Ganesh

    Hello.
    Could you tell us more about this error please? Could you attach a screen of it?
    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<<

  • Error while Building Flex

    hi ,
    I m getting an error while building flex application
    Error Description
    "An internal Build Error has occured" Right click for more
    information"
    In my flex application there are around 5000 line of code .
    i am binding 2000 Xml to the application
    this much line of code causing a error
    Please Help Me out
    ThanX

    Code Snippet could be useful here in us understanding the issue.

  • 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 while building the DC and deploying it.

    Hi,
    I have done all the while Post Installation Steps of Usage Type DI.
    The SAP Link followed was :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/45/68d64260752a78e10000000a155106/frameset.htm
    This is first time, I am configuring SAP NEWDI.
    The server installed is: sap.com/SAP-JEECOR  7.01 SP4 (1000.7.01.4.0.20090417015900
    which looks SAP NetWeaver 7.0 EHP1 SP4.
    The DB installed is: DB2/NT64 (SQL09050)
    The Java Virtual Machine details in the server is:
    VM  system properties... 
    Name:  Java HotSpot(TM) 64-Bit Server VM 
    Vendor:  Sun Microsystems Inc. 
    Version:  1.4.2_21-b03 
    Now, I also installed SAP NWDS 7.01.04 which is SAP NWDS 7.0 EHP1 SP4, I think.
    I did some mistakes while doing Post DI Steps.
    The track and sc can be successfully imported to SAP NWDS
    and I am able to build dcs on that sc.
    Now, while doing the step build from Java WebDynpro perspective,
    I am getting the build error.
    I am pasting the errors.
    Kind     Status     Priority     Description     Resource     In Folder     Location
    Warning               [Warning]: Path in Classpath for file webdynproadmin.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproclientserver.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynpromodel_dynamicrfc.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynpromodelimpl.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproprogmodel.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling_api.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_repository_pmr.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_repository.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproservices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapDictionaryTypeServices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapDictionaryTypesRuntime.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproadmin.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproclientserver.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynpromodel_dynamicrfc.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynpromodelimpl.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproprogmodel.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_designtime_coupling_api.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_designtime_coupling.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_repository_pmr.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_repository.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproservices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapDictionaryTypeServices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapDictionaryTypesRuntime.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.logger     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 29
    Error               com.sap cannot be resolved     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 30
    Error               com.sap cannot be resolved     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 37
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.wdControllerAPI     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 72
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.wdComponentAPI     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 81
    Error               wdControllerAPI cannot be resolved or is not a field     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 87
    Error               The method wdGetAPI() is undefined for the type IPrivateTestApplArpita     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 87
    Error               wdComponentAPI cannot be resolved or is not a field     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 88
    Error               The method wdGetAPI() is undefined for the type IPrivateTestApplArpita     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 88
    Error               Location cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 25
    Error               com.sap cannot be resolved (or is not a valid type) for the field InternalTestApplArpitaInterfaceView.wdAlterEgo     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 30
    Error               IWDNode cannot be resolved (or is not a valid return type) for the method wdGetRootNode     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 41
    Error               IWDAction cannot be resolved (or is not a valid return type) for the method wdCreateAction     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 51
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 52
    Error               IWDAction cannot be resolved (or is not a valid return type) for the method wdCreateNamedAction     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 61
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 62
    Error               com.sap cannot be resolved (or is not a valid type) for the argument alterEgo of the method InternalTestApplArpitaInterfaceView     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 70
    Error               com.sap cannot be resolved (or is not a valid return type) for the method wdGetAPI     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 78
    Error               com.sap cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 79
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 79
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 86
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 87
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 94
    Info               TextView DefaultTextView: UIElement does not have a label     TestApplArpitaView.wdview     DJ1_DEV_Dhometestarpita~sap.com/src/packages/com/vmp/wdp     
    After that it is possible to successfully deploy the application after that,
    but while running the application, I am getting runtime error.
    500   Internal Server Error
    SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for com.vmp.appl.Test_dev_comp: no suitable constructor. (Hint: Does the generation version match the runtime version?)
        at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:103)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
        ... 23 more   
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for com.vmp.appl.Test_dev_comp: no suitable constructor. (Hint: Does the generation version match the runtime version?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:103)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Now some points I need to tell about the NWDI:
    In the , Post Installation Steps of Usage Type DI:
    I need some points to be clarified in:
    Preparing the System Landscape Directory.
    1. Activate the SLD Server
    While doing this step,
          1.      Open the SLD Web UI under the URL http://<server>:<port>/sld.
           2.      Open the initial page of the SLD Web UI and log on as an administrator.
           3.      On the initial page, choose Administration and in the section Server u00AE Profile.
    The system displays the Parameters screen.
           4.      ChooseSection u00AEServer Settings.
           5.      Enter a reserved SAP NetWeaver namespace in the input field Object Server. Keep the preset working directory in the input field Working Directory. Select the values for persistency and write protection. Save your entries.
    The object server name was localhost. I think this needed to be changed to the FQDN
    of the server were the J2EE Engine is running say hclprd09.hcltech.com (or it would be the SID of the J2EE Server, that is DJ1).
    The other values are now set to:
    Persistence Type: Database
    Working Directory: E:\usr\sap\DJ1\SYS\global\sld
    Write Protection: None
    Then the next step is:
    Import the SAP Master Component Information.
      1.      On the SLD initial page, choose Administration and in the section Content u00AE Import.
           2.      Choose Import CR Content (this switch appears only before the content import has been executed once. By default, this is a step during installation).
    The SLD server starts the import of the SAP Master Component Information. This process can take some time.
    For this we have to use the file:
    F:\usr\sap\DJ1\SYS\global\sld\model\CR_Content.zip
    Is this step mandatory?
    If I do the step will I have to recreate the users, roles, worksets and iviews again.
    As some developments are already there.
    So, importing the CR_Content.zip will overwrite or destroy all those roles, iviews etc.
    Now, also in giving the name prefix for the development component for user kaba
    has been given by me as sap.com.*
    I think this is wrong as the DC is produced by my company and not by SAP.
    Then I followed all other steps as written.
    Give me your suggestions where I might be wrong.
    Regards
    Kaushik

    Hi Neha,
    Yes, till now; you are right.
    The Product and sc has been created in
    http://<host name>:<port>/devinf
    The steps followed are written below:
    1> Now Click on System Landscape Directory and create Product.
    2> After entering Name, Vendor and Version for Product. Click on Create..
    3> Product is created now it will ask for name of Software Unit.
    4> Specify name and click on Create.
    S/w Unit is created now it will ask inputs for S/w Components.
    Provide all the necessary inputs for S/w Components and keep Production State as released.
    Click on create.
    Now select your Software Component and click on the Dependencies tab in the lower half of screen.
    Select Build Time as Context and click on Define Prerequisite Software Components Versions
    Now on next page search for three basic dependencies those are.
    SAP J2EE ENGINE 7.00
    DI BUILD TOOL 7.00
    SAP JAVA TECH SERVICES 7.00
    This is screen shot for SAP JAVA TECH SERVICES 7.00
    Repeat the same process for the other two steps also search word will be *DI* for DI BUILD TOOL 7.0
    *SAP J2e* for SAP JAVA TECH SERVICES 7.00
    Domain Configuration and Track Creation
    Now navigate to Landscape Configurator and click on Domain Data.
    Enter all the required inputs in the screen below Click on Save and Update CMS.
    Update CMS is very important step do not forget it.
    Now click on Track Data and click on New.
    Enter all the required inputs in the screen below
    On the next page, search for your Software Component and click on ADD.
    Click on Runtime Tab on the Top and Select System as per your requirement.
    Enter the required Inputs and click on Save.
    Now click on Transport Studio on top and select Check In now select all three Dependencies and click on Check In Button.
    Now Click on Development Tab on top and Select All 3 Dependencies and Click on Import
    Look at the status now it should say Import finished.
    Your track is now created, configured & ready to use for development component in NWDS.
    But mistake,
    I should have added
    SAP J2EE ENGINE 7.00
    DI BUILD TOOL 7.00
    SAP JAVA TECH SERVICES 7.00
    Also, I removed prequisite software dependicies from SAP J2EE ENGINE.
    Now what to do?
    Do I need to import CIM Model Data?
    Would it help?
    Regards
    Kaushik

  • Error while building outline and loading data

    Hi,
    I am getting errors while deploying cube from essbase studio.
    My hierarchy is Branch->Account->MonthYear->Flag. Dimensions are Debit amount, credit amount.
    Kindly advice me.
    The error file is located on the server at: D:\Hyperion\products\Essbase\EssbaseStudio\Server\.\ess_japihome\data\FPP_94.FPP_94_05-12-10_16-23-01.err
    \\Record #2 - Member name (09-2007) already used
    1360 136010051332 09-2007 Y
    \\Record #3 - Member name (09-2007) already used
    0 158011007242 09-2007 N
    \\Record #4 - Member name (09-2007) already used
    5840 584011011887 09-2007 Y
    \\Record #5 - Member name (09-2007) already used
    1300 130010012120 09-2007 Y
    Error: 3303;Y;Y 143 239 143 239 ;
    Thanks in advance,
    Best,
    Veeranna Ronad.

    Hi Glenn,
    Thanks for the reply. The hierarchy Branch->Account->MonthYear->Flag is always unique row in the base table. Flag is 'Y' or 'N'. I want Branchwise, accountwise, monthwise and flagwise consolidated amounts (debit and credit). Flag indicate that the transactions is from base branch or other.
    The data in the base table is:
    ACCOUNTNO     | BRANCH     | TRANSACTIONDATE     | DEPOSITORWITHDRAWAL     | Flag     | AMOUNT
    305080000033     | 7500     | 9/1/2007               |      W                    | Y     | 12000
    425010053402     | 4250     | 9/1/2007               |      D                    | Y     | 1100
    103011008900     | 5100     | 10/1/2007          |      W                    | Y     | 281
    103011008900     | 5100     | 11/1/2007          |      W                    | N     | 500
    161011000243     | 4500     | 12/1/2007          |      D                    | Y     | 145940
    Hope your doubts are cleared.
    Thanks,
    Best,
    Veeranna Ronad.

  • Error while building executable

    Hi,
    while building an executable I get the following error:
    Error 6 occurred at Librarian Path Location.vi  Can't list parent path
    Possible reason(s):
    LabVIEW:  Generic file I/O error.
    NI-488:  I/O operation aborted.
    If I try to build the executable of the initial version of the same VI, staying in the same file system
    of the same machine, everyting can be build fine
    Thanks for your help

    I feel your pain.  Compiling and building installations in LV is NOT intuitive.  My guess is you have failed to install a necessary LLB or driver in your compiling  or installation process.  You will need to make sure other computers the program is on have the lv runtime installed and you may need to select other options to install during the installation build listed under "additional installers" tab such as NI-488 or NI_VISA in order to enable communications to external instruments.  It works on the development computer because those things are already installed.   You might do a search of "Error 6" here in the lv forum as I recall it's kind of a common problem.

Maybe you are looking for

  • G570 USB mouse cursor freezing constantly

    The problem will be explained lower but let me tell you how this was. So I've had this problem like 1,5 years ago, after I bought the laptop. So I bought a cheap mouse for it back then, and I noticed that the laptop had problems with the USB mouse, f

  • Error "Test Agent could not connect to the test controller" while configuring the Test Agent on Client machine

    Hi, I am getting an Error "Test Agent could not connect to the test controller"  while configuring The Test Agent on Client machine. Pre-requisite used:   VS2012 update 4, Test agent & Test controller of same version used User has TFS admin access. S

  • Water damage speaker doesnt work for music/ videos

    I was on the shower and a bit of water hit my iphone 4s specifically on the ear speaker, though it is still working ear speaker is not and cannot play music/ videos using the speaker, but I can use the speaker when talking to someone on the other lin

  • Error in transaction pa30 for create form

    Hi, I want create new form in the transacion pa30... For do it, i go to: - PA30 - Personnel no. 1 - Infotype: 16 - Click on edit - Click on printing. - Select the logical form name: HR_ES_COINEM_PE_202 - Click on create form - When download the xml,

  • Standby stop applying archivelogs

    Hello, yesterday, for the purpose of purgering flashback logs (it occupied a lot of FRA space) in standby, I dropped one 'restore point' in the standby database, and 'rm -r' one flashback log (because not very sure, so only rm one flashback log). thi