Why do I get Error 42 when I build a RT-exe with numbers in the Target file?

I can build a RT-exe without numbers in the Target Filename without any problems.
As soon as I put a number in the Target Filename, lets say startup1.rtexe, I get the following error:
Fehler 42 ist bei Ordner erstellen in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_RTEXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller aufgetreten
Mögliche Ursachen:
LabVIEW:  Allgemeiner Fehler.
C:\Dokumente und Einstellungen\es-enn-extern1\Eigene Dateien\300. Programme\c\ni-rt\startup\startup.rtexe\LabVIEW 2009
I use LV 2009, and I can't remember having this problem with LV 8.2 or 8.6. This made it a bit hard for me to figure out where the problem might be.
Now I would like to use numbers in the Filename (e.g. version1.0.rtexe, version1.1.rtexe...). Any ideas how to make this work?
Solved!
Go to Solution.

thanks for the answer Christian
here is a dummy project where I experience the same problem (LV 2009).
Message Edited by kein on 12-15-2009 09:01 AM
Attachments:
LV Project.zip ‏24 KB

Similar Messages

  • Why do I get errors when I use pre-trigger scans with a relatively small number of samples?

    I have a PXI6115 (hi mem option) that I am using to collect data at 5 MHz. If I collect about 10,000 samples with 100 pretrigger scans, the acquisition works fine. However, if I collect 1000 samples with 100 pretrigger scans, I get an AI Read error. Likewise, I can collect 10 pretrigger scans with a sample size of 1000 but I get an error if I try to colelct 10 pretrigger scans with only 100 total samples.
    Why is that the case?
    Thanks in advance.

    This sounds familiar.
    I do not remeber the final answer, but this is what I can recomend. Use the Info-LabVIEW search engine
    http://www.searchview.net/
    To search fro everything posted by "Roger Hart" (sometime in the last 3 years).
    I believe he posted a number of e-mails discussing what he found.
    If this approach get you an answer, please summarize the results here.
    Doing what I can to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Why am I getting error when installing 5.1 iOS update

    Why am I getting an error message when trying to do software update to 5.1 iOS on iPhone4?

    It says more than that... try providing the EXACT and COMPLETE error if you want/need help.
    Alternatively, type the error into google and see what a search reveals.

  • Getting error when try to load from R3 to bw after the patches

    we are in BW3.5
    last day we applied patches to R3 system and BW system, and Now I am trying to load data into BW, it is failing, I am getting message says  "Incomplete control parameter for commmunication with the BW system"  Any idea?

    Hi
    Do a right click/Check source system on your source system in R/3....
    Check the source systems definitions inn R/3 (we20, we21)
    Ask the basis team to check everything is OK
    PY

  • Why I keep getting errors when I try to create my labview application as Active Server in my VB code? (Activex component can't create object)

    Error happens at the statement "CreateObject("myapp.Application")

    I am not quite clear about your question but my best guess is that you have not register your LV ActiveX Object. Try to run that LV object once to register.
    tc phan

  • Getting error when trying to extend standard VO with transient attributes

    Hello,
    I am trying to extend the standard VO ReqSummaryVO in iprocurement module and getting the error "Each Row in the Query Result Columns must be mapped to a unique Query Attribute in the mapped entity columns" at step 4. This VO has a lot of transient attributes. I have gone through solutions from other threads related to this error but none of them worked for me. Can someone help me on this please?
    Thanks,
    Girish.

    Hello,
    I am trying to extend the standard VO ReqSummaryVO in iprocurement module and getting the error "Each Row in the Query Result Columns must be mapped to a unique Query Attribute in the mapped entity columns" at step 4. This VO has a lot of transient attributes. I have gone through solutions from other threads related to this error but none of them worked for me. Can someone help me on this please?
    Thanks,
    Girish.

  • Why do i get redirected when I click on search link If I hit the back button and click on the link again It was allow me to go there

    I use Google to search I click on the link and I get redirected to some other page I click on my back button and re click on the link and it will the allow me to go the link. it does this to me 40% of the time and I know the links that I'm click on a a known good link cause I used them before I just have not save them to my bookmarks

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Error when try to call a pl/sql procedure from the .xsql file

    I tried to call a pl/sql procedure like this:
    <?xml version="1.0"?>
    <page connection="omtest5" xmlns:xsql="urn:oracle-xsql">
    <xsql:include-owa>
    sampleowaxml.testone
    </xsql:include-owa>
    </page>
    but I got the following error message:
    <?xml version="1.0" ?>
    - <page>
    - <xsql-error action="xsql:include-owa">
    <statement>declare buf htp.htbuf_arr; param_names owa.vc_arr; param_values owa.vc_arr; rows integer := 32767; outclob CLOB;begin param_names(1) := 'HTTP_COOKIE'; param_values(1) := ''; param_names(2) := 'SERVER_NAME'; param_values(2) := 'mxfang-nt.us.oracle.com'; param_names(3) := 'SERVER_PORT'; param_values(3) := '80'; param_names(4) := 'SCRIPT_NAME'; param_values(4) := '/servlets/oracle.xml.xsql.XSQLServlet'; param_names(5) := 'PATH_INFO'; param_values(5) := '/xsql/test/myproject.xsql'; param_names(6) := 'HTTP_USER_AGENT'; param_values(6) := 'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)'; owa.init_cgi_env(6,param_names,param_values); sampleowaxml.testone owa.get_page(buf,rows); dbms_lob.createtemporary(outclob,true,dbms_lob.session); for i in 1..rows loop dbms_lob.writeappend(outclob,length(buf(i)),buf(i)); end loop; ? := outclob; ? := DBMS_LOB.INSTR(outclob,CHR(10)&#0124; &#0124;CHR(10));end;</statement>
    <message>ORA-06550: line 3, column 3: PLS-00103: Encountered the symbol "OWA" when expecting one of the following: := . ( @ % ; The symbol ":=" was substituted for "OWA" to continue.</message>
    </xsql-error>
    - <xsql-error action="xsql:include-owa">
    <message />
    </xsql-error>
    </page>
    This error message is very similiar to the message that Shanthir posted on Jan, 21. I did run the dbmslob.sql, but it doesn't help. Anybody has ideas how to solve it?
    I used the PL/SQL web toolkit provided by OAS4.0.8.1. I believe oracle web agent is replaced by this toolkit.
    Thanks,
    Min
    null

    Hi,
    Glad that somebody else too got this problem. Well, as I had mentioned in my previous posting too, I think there are some procedures in the package, dbms_lob, like the writeappend, createtemporary etc.. which is not found in my dbms_lob.sql file, I am using 8.0.5, but I found these procedures in the 8i, I think it is becos of that.
    By the way if anybody got this solution and got any workaround, please help me too.
    I am still waiting for the solution to that.
    Shanthi

  • Why do I get two(2) different GUI displays. One with Mcafee advisor the other not?

    Each time I open firefox, I never know which Gui page will appear. One has the mcafee site advisor at the top and bottom right. The other which I have now, has not site advisor displayed??? Am I getting a phoney page display. I have windows XP. Before the update to release 8, I didn't have this problem.

    the CMYK values for the blue logo are 79, 56, 2, 0 and when I click on the RGB tab in InDesign or Illustrator, these programs tell me that the RGB equivalent is 69, 112, 179.
    69|112|179 is the conversion you'll get using the default North American General Purpose Color Settings—or US Web Coated SWOP v2 converted to sRGB. As Willi implies there are many flavors of CMYK and RGB so different sources and destinations, as well as the conversion intent, will produce different results.
    So "branding" color this way doesn't really work because 79|56|2|0 CMYK will look very different on newsprint than it will on a GRAcol profiled press with glossy paper, and 69|112|179 RGB will look very different in a CC app with a ProPhoto RGB assignment then it will look in a web browser with no profile assigned.
    The best you can do is qualify the values—79|56|2|0 US Web Coated (SWOP) v2 CMYK = 69|112|179 sRGB IEC6196-2.1 RGB

  • TS3694 Why am I getting error code 3194 when i try to restore my ipod?

    Why am I getting error code 3194 when I try to restore my ipod touch 4th generation

    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to perform unauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Error 3194: Resolve error 3194 by updating to the latest version of iTunes. "This device is not eligible for the requested build" in the updater logs confirms this is the root of the issue. For more Error 3194 steps see: This device is not eligible for the requested build above.
    http://support.apple.com/kb/TS3694#error3194
    Also see:
    iPhone Error 3194 - How to Fix iTunes Error 3194?

  • Why am I getting error code 1402 when trying to update adobe reader 10?

    Why am I getting error code 1402 when trying to update adobe reader 10?

    Impossible to guess the "why" with so little information, but this may be helpful if you want to solve the problem: Error 1402 | Error 1406 | Acrobat, Reader

  • Why do I get error 150:30 when I try and send a photo to Elements 8?

    Why do I  get error 150:30 when I try and send a photo to Elements 8 from a PC with windows8?

    My wife had this problem for the past few days for a specific phone number. These instructions fixed it -- without having to restore from backup or contact the carrier.
    http://www.timothydeblock.com/blog/2014/5/12/fix-message-sent-using-invalid-numb er-of-digits-msg-2114
    Open Contacts -> select the contact -> select edit -> scroll all the way to the bottom and delete contact (delete multiple entries of the same phone number, my wife had five).
    Open the Messages app -> select Edit -> select the red circle and then select delete. Do this for both the person and the messages you received.
    Open the Settings app -> scroll down and select Messages -> turn off messages, by selecting the switch, and any other options turned on.
    Turn off your phone and then turn it back on.
    Go straight to messages and compose a new message and put in the phone number of the person you're trying to text. Send and that person should receive the text message. Add the person to your contacts and go back into message settings to turn on any other options you want on that you turned off.
    John

  • Why am i getting error 150;30 when i click on edit

    Why am i getting error code 150:30 when I click on edit in Photoshop Elements 8. Says my licencing has stopped working.

    Exactly, and if using IE the error code doesn't appear and the media with play straight away, so it does seem to be directly related to Firefox...

  • TS1538 Why am i getting error 9006 when trying to restore my ipod 5th gen?

    Why am i getting error 9006 when trying to restore my ipod 5th generation?

    Configure your security software
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.
    Common errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.

  • Why am i getting error 5002 when trying to redeem a UV movie purchase?

    Why am i getting error 5002 when trying to redeem a UV movie purchase?

    Sharonc21 wrote:
    If one is downloading directly to the iPhone via WiFi, it doesn't matter what version of iTunes is on the computer.
    I decided to sync my phone to Outlook via iTunes.  First thing, iTunes discovered that 7.0.3 was not on my phone.  It asked if i wanted to install it.  I said, "yes", and VOILA!! 7.0.3 is now installed on my iPhone.
    So therein is the answer.  Have no idea what bug is in there to keep it from loading to some phones directly via WiFi, but obviously, it is something!!
    There is no bug.  While you can update your iOS via wi-fi, it's recommended to do so via USB & iTunes.  Depending on your wi-fi connection & singal strength, you can get errors.  That's not a function specifically of the device.

Maybe you are looking for

  • How to implement a custom UI control

    I need to display interactive maps on the Windows SAP GUI. The maps are dynamically generated and fetched from an external map server using ABAP. The interactive map should be scrollable and allow the user to select a single or multiple POIs (Point O

  • Tagging text boxes so that they are read in a particular order

    HI I created a one page MSWord 2007 document that contains a screen image in the middle with numbered text boxes around it explaining the various features found in the image. The numbered boxes go clockwise around the image. How can I set this up so

  • Copy Planning Function in IP

    Hi, In BPS, for Copy planning function we have an option of : 1)Overwrite existing values 2)Add to Exisiting values. I couldn't fine the same in IP. even in the to parameters section. What is the standard behaviour of Copy planning function in IP. Rg

  • Clash between   Adobe  reader  and   adobe photoshop elements

    I  have both   adobe reader   and  adobe photoshop elements  6  installed  on my  computer..  Since  upgrading to the current version of  Reader,  when I attempt  to open a  PDF  file  using  reader the  file  goes straight to Adobe  photoshop,  were

  • LR2.1 Not Showing Camera Profiles List

    I'm probably misunderstanding something here, but I've checked the installation instructions and the faq and can't figure out what. I'm using Win XP Pro SP2 and LR2.1 (the just released final version). I've downloaded and installed (automatically, by