Can we rename the startup.exe for LV-RT?

I've read all the faq's for building the startup.exe for RT embedded targets, however I need to ask, is there a way to use a name OTHER than startup.exe? One single generic name is not meaningful enough to describe what the code is actually doing, or what revision it is.
The application builder does not allow for anything other then startup.exe when target to an RT device, but I've noted in ni-rt.ini there is a line for RTTarget.ApplicationPath=c:\ni-rt\startup\startup.exe, and have tried to alter this entry, and rename the startup.exe manually, yet the application will not launch.
Does anyone know of a fix/workaound ?

Following up with Greg..yes I was able to change the target options-misc name, and use app builder to build an EXE other than startup, and the target did properly boot and run it. I compiled the same vi with 2 different names, and tried to switch between them by altering the RTTargetApplicationPath key in ni-rt.ini, and it would not run...so the next question is..is there something else that needs to be changed, or is this only something you can do with appbuilder? The targets I support are not co-located and are not on any network, and I can't go to them to generate a build with every rev...but being limited to a single name is troublesome.
-Jason

Similar Messages

  • Rename the folder "volume" for the Setup.exe into "Installer" (LV 8.5)

    Dear All,
    How can I rename the "volume" folder for the Setup.exe into "Installer" or what ever automaticly under LV 8.5
    cu
    Daniel
    Attachments:
    Ausschneideausdrucke.pdf ‏23 KB

    D.Kämtner wrote:
    "No it´s not possible" .... that´s how LV 8.5 works.
    I like it ! NI is the best, if you don´t want to work with it.
    Das ist nicht gerade eine qualifizierte Aussage.
    Dennoch könnten Sie die Advanced File I/O Funktionen nutzen um sich schnell ein VI zusammenzubauen welches genau diesen Ordner innerhalb eines Stammverzeichnisses , so wie Sie es ja anscheinend angelegt haben, in den gewünschten Namen ändert.
    MfG
    Message Edited by Christian_M on 01-17-2008 11:12 AM

  • I've just bought a new iMac with 2 TB hard drive. Can I partition the startup drive?

    I've just bought a new iMac with 2 TB hard drive. Can I partition the startup drive?

    Glenfern wrote:
    The reason I'm considering partitioning is - I'm going to transfer about 50 GB of family photos & music to the iMac. Over time the photos & music library is going to grow. My idea was to point the iphoto & itunes library to the new partition so that the application programs (that will will reside in partition 1), will not get congested with photos & music over time & degrade performance. Also, I dabble a little bit with the music editing program LOGIC & Sound Track Pro, which creates lots of little music files in the process.
    In your case I would strongly recommend against partitioning, as dwb mentions a drive loaded with data on an
    O SX system doesn't equate to  performance loss. However partitioning does. If you were going to tell me you were partitioning to load different OS's on the computer then you would have a good reason to think about partitioning. My suggestion is do not partition.
    What I would also recommend is getting some high quality high speed external HD's to store your photo and music libraries on. This helps keept the 2GB drive available while maintaining performance. I have 3 external HD's attached to my iMac, two are backup drives (1 Time Machine & 1 Bootable Clone) the third drive is for storing my my music, photo & movie libraries on. If you go this route the 3 drives I'd recommend are:
    http://g-technology.com/products/g-drive.cfm
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    http://www.lacie.com/us/products/product.htm?id=10330
    Personally I use the Lacie's however OWC or G-Tech would also be welcome on my desk.
    Again if you want to take this path Apple has instructions for how to move the libraries to EHDs, if you want those links let me know.

  • How can i disable the startup sound on the Droid Turbo?

    How can I disable the startup sound on the Droid Turbo?

    I was going to suggest doing the Following from the Link I added below to see if Silence Mode would silence the power up but on my Droid Maxx it does not the start up Droid is still present so I'm not really sure there is an option to silence it.
    The First Link is for the ( Ultra Droid Maxx and Mini)  the Second Link is for the Droid Turbo. the instructions for the two style of phones are the same..  as far as I could tell
    Adjusting audio alerts
    Adjusting audio alerts

  • Can we rename the existing z-program in SAP-abap

    Can we rename the existing z-program in SAP-abap. If yes, than how it can be done. But actually we don't want to copy the code from the existing z-program to the new one which will be created. We just want to make rename the existing z-program in SAP-abap. Please suggest, how it can be?
    Edited by: akg.amit on Oct 20, 2010 7:40 AM

    Hi Amit,
    In SE38 Open the program with old name. Press the RENAME button. In the Target program field provide the new name of program name. This new name for program should not exist in your system. Click on the Rename button. It will give a pop-up where it ask if you want to rename any includes in that program. I assume you dont have any includes in the program. So press the Rename button again without selecting the "Include" check box. Now it will ask for the Transport request. Provide your Transport request number. The program will be renamed.
    Regards,
    Immanuel.

  • You can't change the startup disk to the selected disk?

    System Preferences: Startup Disk: Bootcamp (Windows 7 64): "You can't change the startup disk to the selected disk. The bless tool unable to set bootcamp disk"

    I got the same problem, only with Win 7, but after a day's search on the net I found a solution. Something very simple and easy to use.
    Open up Terminal and run the following command, where DISK NAME is the name of the disk you want to boot in. PS. use the quotes (") if you disk's name is longer than 2 words.
    sudo bless -mount /Volumes/"DISK NAME" -setBoot
    THIS WORKED FOR ME!!

  • How to set the "move tool" as the startup tool for Photoshop?

    For some reason, the rectangular marquee tool is now the startup tool, but I rarely use that tool! I remember in the past, it's always the "move tool". How can I change the startup tool in Photoshop?
    Thanks!

    As far as having the Move Tool selected at startup, your right about older versions of photoshop being able to do that, i think photoshoshop cs and older, but not in more recent versions.
    Anyway, there are several of ways to do it and here's one:
    1. Use the following script saved from Notepad (or any text editor) as, for example, Select Move Tool.jsx
    // =======================================================
    var idslct = charIDToTypeID( "slct" );
        var desc4 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref1 = new ActionReference();
            var idmoveTool = stringIDToTypeID( "moveTool" );
            ref1.putClass( idmoveTool );
        desc4.putReference( idnull, ref1 );
        var iddontRecord = stringIDToTypeID( "dontRecord" );
        desc4.putBoolean( iddontRecord, true );
        var idforceNotify = stringIDToTypeID( "forceNotify" );
        desc4.putBoolean( idforceNotify, true );
    executeAction( idslct, desc4, DialogModes.NO );
    Then in photoshop under File>Scripts>Script Events Manager use Browse under Script and set the script for the Photoshop Event>Start Application

  • Error!! Can not find the delivery details for the delivery Id :

    hi all,
    I have a report which i need to burst in seven different reports wherein my delivery key is column "emp_id". Now when i schedule the report to burst then the report completes with a warning. I see that there are various delivery cycles for the report and for one of the cycles i get the following message
    Error!! Can not find the delivery details for the delivery Id :
    hence, what happens due to this is, even there are successful deliveries for other delivery ids but then i get only two rows of data in each of the seven bursted ouput xls files. wheareas the data runs in thousands of rows for each cycle.
    Hence whats happening is, that due to error /warning in one of the delivery cycles other reports are also not showing data.
    I am not sure whats causing the issue and why i am not getting complete bursted files out.
    Please suggest
    Thanks
    Ronny

    I guess, you are in 10.1.3.3.2 :),
    in the latest release 10.1.3.4.1, there are more enhancement wrto bursting and performance i believe.
    check th release notes
    can you send me the xml and bursting query you have, i can try simulating in my local.

  • Nternal ERROR: Can not find the ACL containter for object ...

    We are using OWB 10.2.0.3. We tried to introduce two basic roles to prevent user A from accessing certain parts of our project. Somehow (I cannot really say how) we ended up in the error message below whenever we want to modify the security properties of an object.
    Neither in metalink nor in the oracle forums I could find any hint about that error.
    Can anyone help??
    Thanks in advance, Maren
    Internal ERROR: Can not find the ACL containter for object:CMPMap@1ba11bc/id=2023180/owningFCO=2023180/proxyFor=(CMPMapGen@1a4d5c6/id=2023180/stname=CMPBatchMap/pname=LOAD_XML/lname=LOAD_XML/status=CLEAN/committed=true/persistent=true/propsLoaded=false)
    Internal ERROR: Can not find the ACL containter for object:CMPMap@1ba11bc/id=2023180/owningFCO=2023180/proxyFor=(CMPMapGen@1a4d5c6/id=2023180/stname=CMPBatchMap/pname=LOAD_XML/lname=LOAD_XML/status=CLEAN/committed=true/persistent=true/propsLoaded=false)
         at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:166)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2743)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:820)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1449)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:649)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:660)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:623)
         at oracle.wh.ui.common.WhSecurityHelper.securityCheck(WhSecurityHelper.java:112)
         at oracle.wh.ui.console.commands.EditObjectCmd.performAction(EditObjectCmd.java:107)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi Maren
    Like you I get this error and do not know what steps caused it.In my scenario I have some mappings that give the error and some that do not - the repository user gets the error but the repository owner does not.
    Thinking back over the last number of months (as this project contains 7-8 months od work - we do have exports of the project) I think the ones giving the error are those that perhaps were copied from another to start the coding but I cannot be sure.
    I have read the metalink note mentioned above as well as the the queries posted by Oleg and yourself. The queries posted are slightly different, one has a where clause
    fco.classname = 'CMPACLContainer' (Maren's)
    and the other
    fco.classname='CMPMap' (Oleg's).
    Was this intentional Maren on your behalf for your problem to be fixed?
    We are using 10.2.0.3.33 OWB client and 10.2.0.3.0 OWB repository.
    Thanks
    Edwin

  • App Store on the iPad (iOS 6), can you view the Top Charts for iPhone?

    In the App Store on the iPad (iOS 6) can you view the Top Charts for iPhone? It used to be possible in a previous version of iOS.

    disregard post.

  • I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going?

    I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going? Do I miss something?
    Best regards,
    Michele

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How can i set the alternating colors for a table rows

    Dear All,
    Please any one help me how can i set the Alternating colors for Table Rows.
    i created a theam there i set the background alternating color to brown and i set the table design properity to alternating. but it is not reflecting.

    Hi,
    The design property in Table properties should work for your requirement. Select "alternating" value for design.
    Please see the API below:
    design
    Determines the appearance of the table. The property design can take the following values and is represented by enumeration type WDTableDesign.
    alternating - The table rows are displayed alternately in a different color.
    standard - The table background has one color. The individual table rows are displayed with grid net lines.
    transparent - The table background is transparent. The individual table rows are displayed without grid net lines.
    Check whether you have changed the right property or not? Also table should contain more than one rows to test this scenario.
    Regards,
    Jaya.
    Edited by: VJR on Jun 17, 2009 6:43 PM

  • How can I get the elapse time for execution of a Query for a session

    Hi ,
    How can I get the elapse time for execution of a Query for a session?
    Example - I have a report based on the procedure ,when the user execute that it takes say 3 min. to return rows.
    Is there any possible way to capture this session info. for this particular execution of query along with it's execution elapse time?
    Thanks in advance.

    Hi
    You can use the dbms_utility.get_time tool (gives binary_integer type value).
    1/ Initialize you time and date of beginning :
    v_beginTime := dbms_utility.get_time ;
    2/ Run you procedure...
    3/ Get end-time with :
    v_endTime := dbms_utility.get_time ;
    4/ Thus, calculate elapsed time by difference :
    v_elapsTime := v_endTime - v_beginTime ;
    This will give you time elapsed in of 100th of seconds...
    Then you can format you result to give correct print time.
    Hope it will help you.
    AL

  • Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone (if you're using iOS 7), then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How can I activate the transfer rules for the ODS updating a data target.

    We are on BW 3.5 and I'm loading data into the 0FIGL_O10 ODS  and then uploading the data into the cube 0FIGL_C10. The data loads just fine to the ODS but when I try to <u><b>'update the data target'</b></u> I get a date & time stamp' error on the info-package transfer rules.
    I then Replicate the datasource 80FIGL_O01.
    I must then <u><b>'activate' the transfer rules</b></u>.
    However I cannot get the transfer rules for 80FIGL_O10 in CHANGE MODE to activate them.
    How can I activate the transfer rules for the ODS updating a data target.
    The error text is as follows:
    DataSource 80FIGL_O10 has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 80FIGL_O10 does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 02/15/2007 10:42:33.
    The time stamp in the BW system is 11/07/2006 13:11:54.
    System response
    The load process has been terminated.
    <b>Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.</b>
    Thanks for your assistance.
    Denny

    Hi Dennis,
           Try, using Business Content to activate your data source
           hope this will help you
    How activate business content?
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm

Maybe you are looking for

  • Published web galleries not available as web widgets in iWeb

    hi all. sorry some are experiencing probs with iWeb '08. It does seem to have some bugs, but man it is cool for my uses! I have published a web gallery in iPhoto, but when I go to insert it in my iWeb through the Insert Menu up top or through the web

  • How to integrate BW /BI using XI as middleware ?

    Hi All         How to integrate SAP BW/BI using XI to RDBMS(Oracle/SQL) ?         Our scenario's includes 4 systems in the landscape         Legacy, RDBMS, R/3 and BW         RDBMS to BW ?   is it the same as R/3 or any difference ?         we are no

  • Making a Forum

    I was thinking about making an online forum and wondering how to do this with databases. Would each topic be a table and replies would be rows, or would there be one table and every topic a row with all the replies in a cell? Or is there another way?

  • Planning time fence and planning cycle

    Dear Experts, Please provide me the clarity on planning time fence and planning cycle in MRP 1 view with example as i am not able to understand the SAP definition Regards, Phalgun Patel

  • Counts on "Footer"

         Hello, We have a simple Form - Header, Body and a Footer. 1. The Body overflows based on the number of entries on a particular node in extract file (XML) 2. The Body is built in such a way that it can overflow 10 times on a page (physical) 3. Th