Application exe file cannot get FieldPoint data

I built an application exe file from my development notebook computer (Win XP) that have LV7.1 and Max 3.1. The stand alone exe file runs well in the same notebook. But it could not get any FP data when it is running from a target computer (Win 2000). I found that Max was version 3.0 (FP version 4.0) in the target computer. The development notebook has MAX 3.1 (FP version 4.1). Is this the reason I cannot get FP data (temperature and other paramenters)?

The version difference is probably one of the problems. A second problem may be that the resource/device/item names that are configured in MAX, and/or the IAK file name may be different on the second machine so the EXE may be trying to access a non-existant item.
Regards,
Aaron

Similar Messages

  • Please help me fix error " Application descriptor file cannot be parsed "

    I start with Flash - AIR for Android
    When i publish :
    A notice :
    "Error creating files
    Application descriptor file cannot be parsed"
    File XML by Flash created :
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.2">
      <id>com.adobe.example</id>
      <versionNumber>1.0.6</versionNumber>
      <versionLabel>1.0.6</versionLabel>
      <filename>example</filename>
      <description/>
      <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
      <name>example</name>
      <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
      <copyright/>
      <initialWindow>
        <content>example.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>portrait</aspectRatio>
        <renderMode>auto</renderMode>
        <autoOrients>false</autoOrients></initialWindow>
      <icon>
        <image36x36>icon/icon36.png</image36x36>
        <image48x48>icon/icon48.png</image48x48>
        <image72x72>icon/icon72.png</image72x72>
      </icon>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <android>
        <manifestAdditions>
          <![CDATA[<manifest>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    </manifest>]]>
        </manifestAdditions>
      </android>
    </application>
    I don't pubslish apk ?
    Please hellp me  fix error

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5

    The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5
    This is happening for most of the pupils and staff at our school and they are unable to complete their work.
    This also happens on a fresh copy of windows and CS5.5 without any updates and also with all latest updates.
    I have tried it on 32-bit and 64-bit CS5, Windows, Air and Java with the same error every time.
    There are a small minority of users where this works fine for them with no issue.
    I have tried re-setting user profiles.
    I have tried a local admin and domain admin account with the same issue
    I have noticed however that if the file is moved to the shared area it will compile. If it is on their documents area it will not compile. The users have full control in both locations. This is fine for staff but we are unable to give full control or modify access to the shared area for the pupil's
    I have been through the online support section and it directed me to phone Adobe Customer care who informed me that all support has been discontinued for CS5, CS5.5 and CS6 and they will only support creative cloud.
    Any ideas what to try next? There is no other information about this error and I cannot work out what is causing it.

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • How do I get the VISA resource drop down menu to be auto populated in my stand alone application (exe file)?

    Hi all,
    Here's a hopefully simple question.
    I am building an application (i.e. an exe file) from a simple program which use VISA to read and write to a RS-232 com port. When I run it before building the application everything works fine and the VISA resource control, which is a drop down menu, is automatically populated with available com ports. When I run the application on a computer without LabVIEW installed nothing appears in this window. I have made an installer which includes NI LabVIEW Rutime Engine 8.5, NI Measurement & Automation Explorer 4.3 and NI-DAQmx 8.6.1. Is there anything else I need to include? Any specific settings I need to do when I build the exe-file?
    I use LabVIEW 8.5.
    Thank you.
    Solved!
    Go to Solution.

    DAQmx is only for NI DAQ cards so I'm not sure why you installed that. The driver for VISA applications is NI-VISA (surprise!)
    Add the NI-VISA run-time to your installer.

  • Stand alone labview application (.exe file) does not run properly

    Hi all,
    I am trying to make a stand alone labview application to run on another computer ( I have never done this before).
    I went through the tools->build application prompts and was able to build an exe file.
    the program is supposed to control a power meter and make power measurements then save them to a text file.
    When I run the exe file, on the same computer I compiled the exe file on, the program generates a text file to save data to but it can not communicate with the power meter.
    There are some sub-VIs and a dll file that are used to communicate with the power meter. Could it be that I am not telling labview to correctly
    include these files when I create an executable?
    What are some common problems that occur when generating stand alone applications that could be causing my issues?
    And does anyone know of any good tutorials on generating stand alone applications in labview other than the NI help files?
    Thanks for your help,
    Solved!
    Go to Solution.

    edCubed wrote:
    Hi Bill, thanks for your suggestions.
    I haven't tried to run this app on another computer yet. I'm just trying to run it on the computer it was developed on.
    The computer I developed it on has all the drivers/resources I need to control the power meter.
    Also, I don't know how to include the VISA runtime with my installer. could you explain how this is done?
    This is the first time IV tried to turn any labview programs into stand alone exe files so I don't anything about how to do it other than what I've seen in youtube videos and help files.
    If you know of any good tutorials that will help me figure this out I would appreciate it.
    Thanks,
    My fault - I didn't read that this was the same computer.  I know the very end of Core 3 studies shows how to build an executable and installer, but even that is very general.  I'm not sure if there exists a tutorial on how to do it.
    As for including the runtimes, when you build an installer, you have to include the runtimes that your executable will need.  It's fairly straightforward.
    Since it won't run on the machine that built it, I'll have to think about it a little bit...
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Application process is not getting the data from table

    I have created the following application process based on AJAX select value but using a pop up LOV
    DECLARE
    my_det VARCHAR2 (200);
    BEGIN
    SELECT DM_00010_CUST_NAME INTO my_det
    FROM ODM_MD_00010
    WHERE DM_00010_CUST_CODE = nvl(:P11_DT_00020_CUST_CODE,21);
    exception when no_data_found then null;
    HTP.prn (my_det);
    END;
    the process is getting no data found error ( hence the exception) so I am getting NULL in the name field on screen.
    any help ?

    the javascript I have in the region header is:
    <script language="JavaScript" type="text/javascript">
    function f_getDet ()
    var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=getDet',0);
    get.add('P11_DT_00020_CUST_CODE',html_GetElement('P11_DT_00020_CUST_CODE').value)
    gReturn = get.get();
    if(gReturn)
    {  html_GetElement('P11_DT_00020_CUST_NAME').value = gReturn  }
    else
    {  html_GetElement('P11_DT_00020_CUST_NAME').value = 'null'  }
    get = null;
    </script>

  • Application server file values getting truncated

    Hi,
    I'm sending a file to Application server with minimun 1800 characters in a singlw row. The file is getting uploaded into the server but with only 255 chars in the same row. All others are getting truncated.
    Can anyone please suggest on this?
    Thanks
    Itishree.

    Hi,
    You can download your file from application server using CG3Y.
    And upload your file to application server using CG3Z.
    I think just a typo mistake by the one who answered before me.
    Regards,
    Bharati Singh

  • Cannot get system date. My input format is %Y%m%d and the output is also a format 'YYYYMMDD'?

    Dear all,
    I am using Labview 8.5.
    I am trying to get system date.
    I use Format Date/Time String tool in a "%Y%m%d" format.
    The PROBLEM is the Format Date/Time String return 'YYYYMMDD' only. 
    Please see my attachment to see.
    Please help me with this, every time I encounter this problem it force for to re-install the labview program.
    Best Thanks!
    Solved!
    Go to Solution.
    Attachments:
    DateTime Error.JPG ‏7 KB

    tyk007 - It is sucessfully working with other computers but there are some computer having this problem.
    altenbach - Please see attached file for actual VI. I assume that it will work on your pc.
    After leaving Format unwired, the output is YYYY-MM-DD 00:00:00 PM. 
    How Labview connects with the local machine system date?
    Attachments:
    Format DateTime String.vi ‏6 KB

  • Why does application.cfm file not get processed first?

    I am using ColdFusion 11 on Windows2008 R2. From what I understand, if there is an application.cfm page in the root folder, that any .cfm page below the root will process this page first and then process the regular .cfm page. I noticed that it processes my regular page FIRST and then calls the application.cfm page.
    In my case I have a web page that updates a database, but in my application.cfm page, I check a session variable to see if the user is logged in. If they are not logged in, then I redirect them to a log in page, let them log in, set the session variable and then redirect them back to process the page. But I noticed, that when I run the page, the database gets updated and THEN the user gets redirected to log in, then the database gets updated again.
    Am I not using the application.cfm page correctly? I thought it was supposed to be used to check log ins and things like that. How do I ensure that it runs first?
    Btw, it is the only application.cfm page in the entire web site and I do not have any application.cfc files.
    Thanks.

    It would make things easier to see the code. In any case, from what you say, my guess is that there is no authentication check at the point where the database gets updated. So the update occurs at the start, and again when you later redirect the user to the page.
    On Coldfusion 11, you should actually switch to Application.cfc. There are at least 2 reasons.
    Firstly, recent Coldfusion versions implicitly assume you use Application.cfc by default. Secondly, Application.cfm is outdated and has much less functionality than Application.cfc. For example, Application.cfc allows you much more fine-grained control over your code at the level of request, session and application.

  • Open an extern application (exe-file or dll) from a new button in SAP B1

    Hi,
    i want to start an extern Application with a new button in SAP Business One. The exter application should started with two parameters. It can be handled with an exe-file or with a dll. I dont know what its better....
    My question is, how can i open the extern application with two parameters from a button in SAP Business One. Can someone give me codeexample?
    thanks in future and best regards,
    Steffen

    Hi Steffen,
    Adapted from Re: Start Addon From another addon
    Dim startInfo As System.Diagnostics.ProcessStartInfo
    Dim pStart As New System.Diagnostics.Process
    startInfo = New System.Diagnostics.ProcessStartInfo("C:Program FilesSAPSAP Business OneSAP Business One.exe", "arguments")
    pStart.StartInfo = startInfo
    pStart.Start()
    Hope this helps,
    Ian

  • Open an audio file and get sampled data

    Hello,
    there is a way to open an audio file and get an array with sampled data in Java?
    I need to perform an fft of my audio file.
    Best Regard
    Manuel

    Dear Mr Thompson,
    this is my first post on this topic.
    I have already tried various way to get samples from audio file, in particular I focused my attention on this:
    http://jvalentino2.tripod.com/dft/index.html
    I have implemented the code illustrated in the tutorial but the result is unsatisfactory. If I try to plot the samples of obtained from a pure tone the result is not the expected waveform but something very different, a Fourier analysis of this data is completely useless. Hence I am looking for a way to read data in a similar manner to the matlab's function auread (http://www.mathworks.com/access/helpdesk_r13/help/techdoc/ref/auread.html).
    Fft is not really hard to implement but I'm using a scientific library (http://www.ee.ucl.ac.uk/~mflanaga/java/) for obtain values in frequency space.
    I apologize for the inaccuracies.
    Regards

  • Cannot get my data plan to work

    data plan wont work since i upgraded to ios 5

    call the carrier directly to get the data plan easier and faster!!!!!

  • Cannot get ODBC data source to talk to Oracle 10g for Windows

    Problem description
    I recently installed Oracle 10g on my laptop computer, which is running Windows 7. Everything went smoothly except for one crucial item: The ODBC data source I added keeps returning this error when I click the "Test Connection" button:
    Testing Connection
    Unable to connect
    [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed.
    I was using the following ODBC driver
    Oracle in OraDb10g_home1 (TNS Service Name = ORCL and User ID = scott)
    This type of error happened, in one form or another for the three other Oracle drivers I have on my machine
    Microsoft ODBC for Oracle
    WinSQL Oracle
    WinSQL Oracle Wire Protocol
    These services are currently running (status = Started)
    OractDBConsoleorcl
    OracleMTSRecoveryService
    OracleOraDb10g_home1iSQL*Plus
    OracleOraDb10g_home1TNSListener
    OracleServiceORCL
    (NOTE: I entered the foregoing information by hand, since I was not able to copy-and-paste it. So be aware that there is a small possibility of a minor typo in case you plan to cut-and-paste it.)
    If requested, I can provide the contents of these files
    tnsnames.ora
    sqlnet.ora
    listener.ora
    Other installations on the same computer
    ODAC (ADO data provider for Oracle)
    SQL Server 2009 Express
    .NET 4
    Visual Studio 2010
    Any help would be greatly appreciated!

    OK, I went ahead and upgraded to Windows 7 Professional and I STILL get the same error messages when trying to get the Oracle ODBC driver to talk to Oracle 10g. Here are some screen shots that show what happened:
    1) Select ODBC driver: http://yfrog.com/f3driverselectionp
    2) Configure driver: http://yfrog.com/ccoracleodbcfororaclep
    3) Test connection: http://yfrog.com/1goracleodbcfororacletestp
    I also get the following error when I try to run SQL*Plus from the line command, even with no parameters:
    C:\Users\Bruce>sqlplus
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    Any suggestions as to how I might to go about diagnosing (and fixing) this problem?
    Thanks,
    Bruce

  • Dreamweaver CS4 Cannot get Spry.Data.NestedXMLDataSet with XML to work

    Please help!
    I've created a page in Dreamweaver CS4 with a spry dataset. This works great. I've downloaded Spry.Data.NestedXMLDataSet and installed it but I keep getting an error that nested datasets are not supported.
    Thoughts solutions.
    Thanks,
    M

    I have found the reason that I could not make it work, I did not have the correct JavaScript file installed. 
    Having made the correction, here is a code that does work but most likely does not have the formatting that you want. I will leave that up to you.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryNestedXMLDataSet.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.XMLDataSet("scoring2.xml", "wcartist/mainartist");
    ds1.setColumnType("picture", "html");
    ds1.setColumnType("biotext", "html");
    ds1.setColumnType("audioplaylist", "html");
    var ds2 = new Spry.Data.NestedXMLDataSet(ds1, "videos/videochild");
    ds2.setColumnType("videothumb", "html");
    ds2.setColumnType("videourl", "html");
    //-->
    </script>
    </head>
    <body>
      <div class="MasterDetail">
        <div spry:region="ds1" class="MasterContainer">
          <div class="MasterColumn" spry:repeat="ds1" spry:choose="">
            <div spry:when="{ds_CurrentRowNumber} == {ds_RowNumber}" spry:setrow="ds1" spry:select="select" spry:hover="hover" spry:selected="">{artistnamebtn}</div>
            <div spry:default="" spry:setrow="ds1" spry:select="select" spry:hover="hover">{artistnamebtn}</div>
          </div>
        </div>
        <div class="DetailContainer">
          <div spry:detailregion="ds1">
            <div class="DetailColumn">{genre}</div>
            <div class="DetailColumn">{picture}</div>
            <div class="DetailColumn">{artistnameblock}</div>
            <div class="DetailColumn">{biotext}</div>
            <div class="DetailColumn">{audiotracklist}</div>
            <div class="DetailColumn">{audioplaylist}</div>
          </div>
          <div spry:region="ds2">
              <p> </p>
              <p>videos</p>
              <div spry:repeat="ds2">     
              <p>{videoname}</p>
              <p>{videothumb}</p>
              <p>{videourl}</p>
              <p> </p>
            </div>
          </div>
        </div>
        <br style="clear:both" />
      </div>
    </body>
    </html>

  • Application hangs and cannot get the dumps

    Hi all,
    I see an issue, the application hangs at a particular point very rarely, sometimes it works, sometimes it
    doesn't.
    Java version is 1.6.0_26
    It basically hangs in newInstance0 method of NativeConstructorAccessorImpl method.
    It goes into a native method, I extend my hand to seek help on this to know if there any ways to debug native code in java or enabling any other debug flags or getting debug softwares, etc.
    Thanks,
    Kalpa.

    If you are using the same computer, your files should all still be the same.  What OS X version did you upgrade from?  There may be some software that was incompatible but that would be placed in a folder labled "Uncompatible Software".  Other then that, all your files should have stayed where they were and only the OS X should have been updated.

Maybe you are looking for

  • ICloud with multiple family members sharing one iTunes account?

    How will iCloud work for the case where multiple family members share an iTunes account but each has his/her own iPhone/iPad/PC? Will iCloud replicate content based on email address, unique Apple ID, iTunes account, or??  If iTunes, we could have tro

  • I have lost my serial number and need to find it, or get a new one.

    PS CS3 was installed and used successfully, until my teenager crashed my computer. I still have all of the icons in place, but I am not able to activate them. The box is long gone, along with the serial number How can I work through to find the seria

  • Printing Multiple PDF documents on the fly

    Hello all, I am looking for a solution for printing the documents to a PDF file. My requirement is that from the application, I can select a set of documents (say 50 numbers) and give for print. The program is in MS access. The MS access opens the re

  • InDesign CS5 PDF - Failure to Export Vector Elements

    Recently, we have had two separate incidents where the creation of an InDesign CS5 PDF failed to export certain vector art elements. The elements are not shared between jobs and the files were physically created in different locations (entirely diffe

  • Bug in Pages

    Found a bug in Pages with Lion. In full page the style panel won't open & is greyed out. If Pages is not in full page & open in Finder it works as it should.