Error 6 in building Executable Apllication

Building an executable(.exe) and getting this error can anybody help::
Error 6 occurred at Copy in
AB_Targetfile.lvclassostBuild.vi->
AB_Application.lvclassostBuild.vi->
AB_Engine_Build.vi->
AB_Build_Invoke.vi->
AB_Build_Invoke.vi.ProxyCaller
Its working with normal cRIO,FPGA interconnected operation.
Can any body help please
Solved!
Go to Solution.

Hi Ather.lq,
An error 6 is usually generated when you are building a distribution and the file path of a file in the project extends beyond the 255-character limit allowed by Windows. Here are some troubleshooting steps that may help:
Use a shorter path, like c:\
Ensure that your file path is not pointing to an incorrect drive, such as a CD or DVD drive.
For application (EXE) or shared library (DLL) builds, place a checkmark in the Use LabVIEW 8.x file layout checkbox on the Advanced page of the build specification Properties dialog box. 
For a source distribution or web service builds, uncheck the Preserve disk hierarchy checkbox on the problem on the Destinations build specification page located under the Destination type.
Let me know if this helps or if your problem persists!
David H.
National Instruments

Similar Messages

  • 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 |

  • 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.

  • Error building executable

    Bonjour à tous,
    Lorsque  je terminais ma semaine hier, j'ai voulu réaliser un dernier test sur un Touch Panel, mais lorsque j'ai voulu construire l'executable sous Labview 2009, celui ci m'a affiché cette erreur :
    Error building executable. Unable to create file
    Quelqu'un saurait d'où vient cette erreur et comment la corriger? Elle est apparue comme ça sans réels changements du code, ce qui d'autant plus étrange!!
    Merci pour vos réponses!

    J'ai ce type d'erreur de temps en temps, pour moi dans 50% des cas, il suffit de quitter LabVIEW, de ré-ouvrir le projet, relancer le build et ça marche.
    Sinon il faut que tu donnes plus de détails...
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Oracle warehouse builder error when I execute any mapping

    oracle warehouse builder error when I execute any mapping:
    I have installed OWB successfuly, It still no longer working correctly: it executed all the mappings, but it suddenly becomes incapable to execute any mappings in any project. It validates successfuly the mappings but in the execution it show the message :
    " ora-06550 : ligne1 colonne19..."
    please help me to correct this error.
    thank you.

    Make sure that there is no primary key or index on this table who exceed the limit.
    For more information see
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_wm2.htm#105677

  • Unable To Build Executable: Error in finding run directory

    Sun WorkShop C++ Compiler Version 5.0
    Trying to compile, link and build executable.
    Did I overlook something ?
    # CC -o server server.c
    Error in finding run directory. Using default /opt/SUNWspro/bin
    Segmentation Fault - core dumped
    #

    <pre>
    Hi EldridRensburg,
    Following is an excerpt from one of the answer/solution
    provided to similar reported problem. Please see if this
    is the same case with you.
    ````````````````````````````````````````````````````
    This problem occurs when the source code directory is NFS-mounted
    but the permission of the mount point before mounting is not
    consistent with the permissions of the remote file system.
    e.g.,
    # ls -ld /mnt
    drwxrwxrw- 2 root sys 512 Dec 15 22:52 /mnt
    # mount foo:/tmp /mnt
    # ls -ld /mnt
    drwxrwxrwx 7 root root 2037 Feb 18 16:35 /mnt
    As a user:
    % cd /mnt
    % ls -ld /mnt
    drwxrwxrwx 7 root 2037 Feb 18 16:41 /mnt/
    % /opt/SUNWspro/bin/cc hello.c
    Error in finding run directory. Using default /opt/SUNWspro/binSegmentation
    Fault (core dumped)
    % cd ..
    ..: Permission denied
    Note that if the mount point /mnt does not have "x" permission for
    others before the mount, the compiler will fail.
    Make sure the permissions of the mount point is consistent
    with the remote file system before mounting.
    ``````````````````````````````````````````````````
    Thanks
    Kalpesh
    </pre>

  • Getting an error while building a sample web service

    Hi,
    I am beginner in web services and started working on a sample application in a web service tutorial.
    Build is failing in build.xml file while building sample web service using ant tool.
    antBuildfile: build.xml
    clean:
    setup:
    [mkdir] Created dir: /tmp/output/WEB-INF/classes
    [mkdir] Created dir: /tmp/client_classes
    compile.server:
    [javac] Compiling 1 source file to /tmp/output/WEB-INF/classes
    webservice.build:
    webss.build:
    BUILD FAILED
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build.xml:43: The following error occurred while executing this line:
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build-webss.xml:10: Problem: failed to create task or type source2wsdd*_
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Can anyone look into this and let me know if you have any idea on this?
    Thanks,
    SRoop.
    Edited by: SRoop on Jun 20, 2008 9:11 AM
    Edited by: SRoop on Jun 20, 2008 9:14 AM
    Edited by: SRoop on Jun 21, 2008 5:51 AM

    Hi,
    I am beginner in web services and started working on a sample application in a web service tutorial.
    Build is failing in build.xml file while building sample web service using ant tool.
    antBuildfile: build.xml
    clean:
    setup:
    [mkdir] Created dir: /tmp/output/WEB-INF/classes
    [mkdir] Created dir: /tmp/client_classes
    compile.server:
    [javac] Compiling 1 source file to /tmp/output/WEB-INF/classes
    webservice.build:
    webss.build:
    BUILD FAILED
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build.xml:43: The following error occurred while executing this line:
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build-webss.xml:10: Problem: failed to create task or type source2wsdd*_
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Can anyone look into this and let me know if you have any idea on this?
    Thanks,
    SRoop.
    Edited by: SRoop on Jun 20, 2008 9:11 AM
    Edited by: SRoop on Jun 20, 2008 9:14 AM
    Edited by: SRoop on Jun 21, 2008 5:51 AM

  • Error while building Web Services for Invoking PL/SQL with ANT

    Hello,
    i tried to build the demo- webservice for plsql- stored procedure, but while i want to run the demo with ant i get the following error:
    The same Error occures while Run the Demo with seperate commands: Step 5a(1) Assembly:
    env-check:
    init:
    [mkdir] Created dir: D:\ORAWebServices\webservices_demos\webservices_demos\db\plsql\build\classes\service
    wsa:
    [java] Fehler: oracle.j2ee.ws.tools.wsa.cli.CommandLineMessageBundle_de
    BUILD FAILED
    D:\ORAWebServices\webservices_demos\webservices_demos\db\plsql\build.xml:45: The following error occurred while executing this line:
    D:\ORAWebServices\webservices_demos\webservices_demos\common.xml:74: Java returned: 1
    Total time: 3 seconds
    The Database runs on a remote system and the service-connfig.xml is updated.
    Thanks for Help.

    I assume you have OC4J 10.1.3 webservices installed. Then you should not be using service-config.xml. Check out the 10.1.3 documentation about WebServiceAssembler. I am afraid, you are using 10.1.2 style service-config.xml along with 10.1.3 style WebServiceAssembler.

  • 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)

  • Java.util.zip.ZipException error when building

    Good Day All,
    I am a newbie and this is my first JWS deployment. I have an app that I am writing in Netbeans 6.1 that I want to deploy via JWS. The app accesses five different JAR libraries and that is where my troubles started. I thought that I needed to figure a way to configure Netbeans so the libraries would be deployed with my app JAR so it would run correctly using JWS.
    I was trying to get things working and now my problem is that when I build I am getting the following error:
    init:
    deps-jar:
    compile:
    Copy libraries to C:\Java\DataMed\dist\lib.
    To run this application from the command line without Ant, try:
    java -jar "C:\Java\DataMed\dist\DataMed.jar"
    jnlp:
    jnlp-init-generate-master:
    C:\Java\DataMed\nbproject\jnlp-impl.xml:61:  The following error occurred while executing this line:
    C:Java\DataMed\nbproject\jnlp-impl.xml:386:  java.util.zip.ZipException:  error in opening zip file
    BUILD FAILED (total time: 0seconds)Scrolling to line 386 in the jnlp-impl.xml file it says:
    componentsprop="jnlp.components">I futzed with my options so much I can't seem to figure out how to get everything reset so I can get a clean build ! As a newbie to Netbeans I sometimes have difficulty figuring out where all the different things are hidden ... I **think** it all went bad when I was working on the Properties > Libraries > Compile > Compile-time Libraries but I can't remember.
    So I have two questions really:
    1) How can I resolve the ZipException error? I suspect it is one of the JAR libraries but how can I tell ?
    2) How do I get JWS to find my five libraries ? I now suspect that I am supposed to upload the five libraries to the webserver and then in my JNLP it will have links to the libraries in the <resources> part of the code. Is that correct ?
    Edited by: DBirdManAR on Aug 10, 2008 7:22 AM
    Rather than spend to much time figuring this out, I just used my revert modifications through my SVN to go back to a previous version that builds correctly.

    Hi,
    I have the same problem but I cannot solve it.
    Help much appreciated.
    Regards,

  • Geting error when build installer

    I'm getting Error 33 and dotnet x86 ni language pack error and build stops
    how can I solve this issue?
    Building executable is fine, but the problem occurs during building installer.
    Please advice
    regards
    Pierre Tannoury
    Pevatech International S.A.R.L

    thanks for helping,
    i still receive another messages but the dotnet error message is gone
    please see below the building status and what's errors remaining
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFBuildDist_Build.vi
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Building deployment
    Copying setup files
    Setting merged database information
    Setting product information
    Setting developer part information
    Starting final build
    Validating...
    Copying files...
    Updating files...
    *** Error: Fatal runtime error. (Error code -10)
    *** Error Details:
    Access violation! Structured exception code 3221225477
    *** End Error Report
    *** Error: An internal tool or library returned an error. (Error code -21)
    Error Messages
    *** Error Details:
    Error in MDF API function: _MDFBuildDist_Build
    Error List
    .\InputParser.cpp(819): IInstallerError 108
    Problem with updating Part DataSocket64.msi.
    *** End Error Report
    Done building deployment

  • Getting error in build file  'OSM.AIAInstallation.xml'

    Hi,
    I am first time setting up OSM for the Order-to-Activate solution.
    As per documentation I am following steps to configure design studio and installing AIA cartridges.
    I am using design studion 3.1.4,OSM 7.0.3,Weblogic10.0.1
    When I run 'allSimpleTopologyProjects' ant task (Which is present in 'OSM.AIAInstallation.xml' build file) its throwing below error.
    Buildfile: U:\OracleCgbuOsmAIAInstallation\OSM.AIAInstallation.xml
    allTypicalTopologyProjects:
    setupStaging:
    [echo] Setting AIA PIP Staging Directory in T:\bea\OSM7.0.3\SDK/Automation/automationdeploy_bin/../..\OSM.PIP\staging
    [unzip] Expanding: T:\bea\OSM7.0.3\SDK\OSM.PIP\OracleCgbuOsmAIAPIPCartridges.zip into T:\bea\OSM7.0.3\SDK\OSM.PIP\staging
    importOsmAIAPIPProjects:
    [echo] Importing AIA Projects...
    [echo] Importing project: CommunicationsProvisioningOrderFulfillmentPIP
    BUILD FAILED
    U:\OracleCgbuOsmAIAInstallation\OSM.AIAInstallation.xml:113: The following error occurred while executing this line:
    U:\OracleCgbuOsmAIAInstallation\OSM.AIAInstallation.xml:123: Problem: failed to create task or type studio.importProject
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    In which Jar task "studio.importProject" available ?
    Or IS any configuration is missing?
    Regards,
    UJ

    You need to set the option to run within the same JRE as the workspace. It appears you are running the import with the setting as "use separate JRE". You should follow the steps in the O2A cartridge guide for importing the projects. Note that manual import of the projects will not give you the same end result as importing using the supplied ANT script.
    Cheers
    ~nagu.

  • Error - Unable to execute service and function

    Hi all,
       I created a sample component with service handlers but it is giving errors Unable to execute service GET_PURGE_LIST and function getPurgeList.
    (System Error: The service method 'getPurgeList' is not defined.) Please let me know what changes to be made to fix this
    Below are the files I used:
    ======================
    ampfacpurgecontents_resource.htm
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    ServiceHandlerSample htmlIncludeOrString
    </title>
    </head>
    <body>
    <@dynamichtml custom_finish_layout_init@>
    <$include super.custom_finish_layout_init$>
    if (navBuilder)
      if (isLoggedIn)
      navBuilder.addChildNodeTo('MY_CONTENT', 'item', 'id==GET_PURGE_LIST',
      'label=='+'Show Purge List',
      'url==<$HttpCgiPath$>?IdcService=GET_PURGE_LIST');
    <@end@>
    </body></html>
    ===============================================
    Services
    ======
    servicehandlersample_service.htm
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    ServiceHandlerSample service
    </title>
    </head>
    <body>
    <@table ServiceHandlerSample_Services@>
    <table border=1><caption><strong>Scripts For Custom Services</strong></caption>
    <tr>
      <td>Name</td><td>Attributes</td><td>Actions</td>
    </tr>
    <tr>
      <td>GET_PURGE_LIST</td>
      <td>DocService
      0
      PUTRGE_LIST_PAGE
      null
      null<br>
      null</td>
      <td>3:getPurgeList:GET_LIST:0:null</td>
    </tr>
    </table>
    <@end@>
    </body></html>
    ======================
    service handler
    ============
    servicehandlers_handlers.htm
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    ServiceHandlerSample htmlIncludeOrString
    </title>
    </head>
    <body>
    <@table SampleServiceHandlers@>
    <table border=1><caption><strong>ServiceHandlers</strong></caption>
    <tr>
      <td>serviceName</td><td>handler</td><td>searchOrder</td>
    </tr>
    <tr>
      <td>DocService</td>
      <td>com.ameriprise.ServiceHandlerSample.getPurgeList</td>
      <td>100</td>
    </tr>
    </table>
    <@end@>
    </body></html>
    ======================================================
    ServiceHandlerSample.hda
    <?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    version=2013_09_25(build 1)
    blFieldTypes=
    ComponentName=ServiceHandlerSample
    hasPreferenceData=false
    blDateFormat=M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAsia/Calcutta
    @end
    @ResultSet ResourceDefinition
    4
    type
    filename
    tables
    loadOrder
    resource
    resources/servicehandlersample_resource.htm
    null
    1
    resource
    resources/servicehandlers_handlers.htm
    SampleServiceHandlers
    1
    service
    resources/servicehandlersample_service.htm
    ServiceHandlerSample_Services
    1
    template
    templates/servicehandlersample_template.hda
    null
    1
    @end
    @ResultSet Filters
    4
    type
    location
    parameter
    loadOrder
    @end
    @ResultSet MergeRules
    4
    fromTable
    toTable
    column
    loadOrder
    ServiceHandlerSample_Templates
    IntradocTemplates
    name
    10
    SampleServiceHandlers
    ServiceHandlers
    null
    1
    @end
    @ResultSet ClassAliases
    3
    classname
    location
    loadOrder
    @end
    ========================
    Java Class
    package com.ameriprise.ServiceHandlerSample;
    import java.util.*;
    import java.io.*;
    import java.net.*;
    import intradoc.common.*;
    import intradoc.data.*;
    import intradoc.shared.*;
    import intradoc.server.*;
    public class GetPurgedList extends ServiceHandler {
      public void getPurgeList() throws ServiceException, DataException
      DataResultSet fullStockData = new DataResultSet(new String[] {"Sample Content",
      "11111", "123", "Sept-25-13" });
      String resultSetName = m_currentAction.getParamAt(0);
      m_binder.addResultSet(resultSetName, fullStockData);
    ============================================================
    Template
    servicehandlersample_template.hda
    <?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    blFieldTypes=
    blDateFormat=M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAsia/Calcutta
    @end
    @ResultSet ServiceHandlerSample_Templates
    5
    name
    class
    formtype
    filename
    description
    PUTRGE_LIST_PAGE
    Document
    null
    purge_list_page.htm
    null
    @end

    Hi Ashok,
    In your servicehandlersample_service.htm the Service Class should be your package name and not DocService. Here is how it should be:
    <@table ServiceHandlerSample_Services@>
    <table border=1><caption><strong>Scripts For Custom Services</strong></caption>
    <tr>
      <td>Name</td><td>Attributes</td><td>Actions</td>
    </tr>
    <tr>
      <td>GET_PURGE_LIST</td>
      <td>com.ameriprise.ServiceHandlerSample
      0
      PUTRGE_LIST_PAGE
      null
      null<br>
      null</td>
      <td>3:getPurgeList:GET_LIST:0:null</td>
    </tr>
    </table>
    <@end@>
    HTH
    - Anand

  • Error 1097 in executable VI

    Hi!
    I am building an executable version of the VI I created with LabVIEW 2010 to control an oscilloscope we use in our laboratory.
    The acquired data are passed through pointers, and the VI uses the DSNewPClr function to create the pointers and the MoveBlock function yo make the data available.
    If I run the VI with LabVIEW, I have no problems and everithing works fine.
    If I build the executable, I find two problems:
    - the program does not find the two functions unless I put a copy of the LabVIEW.exe file inside the same folder (I have the runtime engine installed);
    - both functions return a 1097 error, so that the oscilloscope is properly working, but the data are not accessible.
    The first problem is solved, but I was wondering if there is a better way to do it.
    The second problem makes the program useless...
    Is it a known problem or am I doing something wrong?
    Thank you for your help!
    MikeNuke, PhD student
    Politecnico di Milano
    Department of Energy, Nuclear Engineering Division
    Solved!
    Go to Solution.

    If you call any LabVIEW memory manager functions through the Call Library Node make sure to define in the Library Name "LabVIEW" sans quotes, and the upper/lowercase is important. This tells LabVIEW to link to whatever kernel is currently executing your VI code. If you enter LabVIEW.exe (case is unimportant under Windows) instead, the Call Library Node correctly wants to see a file LabVIEW.exe to link to. However that will likely cause all kinds of nasty problems since the heap manager in LabVIEW.exe executes in a different process space than your build executable which uses lvrt.dll to execute.
    Also be aware that just because you do not get any errors doesn't necessarily mean that your code is correct. Memory pointer management on your own is a very tricky business to do and it is very easy to mess up there. That does not always have to result in an error that LabVIEW can detect to generate the 1097 error, but it will always in some ways corrupt memory.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Two unexplained compile errors in build-impl.xml

    Hi, I am encountering two errors when trying to run my programs from NetBeans 6.0 (Run Main Project F6):
    ...\Java\Generics_1_0_0\nbproject\build-impl.xml:412: The following error occurred while executing this line:
        <!--
                    =================
                    EXECUTION SECTION
                    =================
                -->
        <target depends="init,compile" description="Run a main class." name="run">
            <j2seproject1:java>   <-------- HERE !!!
                <customize>
                    <arg line="${application.args}"/>
                </customize>
            </j2seproject1:java>
        </target>
        <target name="-do-not-recompile">
            <property name="javac.includes.binary" value=""/>
        </target>...\Java\Generics_1_0_0\nbproject\build-impl.xml:279: java.lang.ThreadDeath
        <target name="-init-macrodef-java">
            <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
                <attribute default="${main.class}" name="classname"/>
                <element name="customize" optional="true"/>
                <sequential>
                    <java classname="@{classname}" dir="${work.dir}" fork="true">         <------------- HERE
                        <jvmarg line="${run.jvmargs}"/>
                        <classpath>
                            <path path="${run.classpath}"/>
                        </classpath>
                        <syspropertyset>
                            <propertyref prefix="run-sys-prop."/>
                            <mapper from="run-sys-prop.*" to="*" type="glob"/>
                        </syspropertyset>
                        <customize/>
                    </java>
                </sequential>
            </macrodef>
        </target>Yet, when I Clean and Build Main Project (Shift+F11), I get no errors. I have been restructuring my application recently by creating several java library project and moving class files. Anybody knows what is happening? How can I solve this issue? Thanks !!

    The problem disappeared, I don't how and I don't know how...!!!

Maybe you are looking for