After build exe file . the config.ini file change the path

i have config.ini in my proj 
after build exe file i get that error
Error 7 occurred at Open VI Reference in Open Config.vi->Start Main.vi.
VI Path: C:\IRP Burn SW\Labview Proj\EXE Build\SWDL.exe\IRP Burn SW\Labview Proj\configuration.vi
in my proj configuration file locat in : C:\IRP Burn SW\Labview Proj\Config File\config.ini
how can i solved this problem ? 

http://digital.ni.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363

Similar Messages

  • Where can I find the config.xml file for my Edge project?

    Or is that a nonsensical question?
    Basically, I am producing a very simple iPad app using Edge and PhoneGap Build. It's all good to go apart from the orientation - I want to be able to lock it to portrait. On researching, it appears that I need to specify the web build/app as portrait in the config.xml file - so where would I find this?
    Thanks!

    I am not familiar with the phonegap process but I suspect the file you should be attempting to modify is called manifest.xml.
    Example, see someone else's solution posted here. jQuery Mobile lock orientation - Stack Overflow
    hth
    Darrell

  • How to create a comment in config.ini file

    Does anyone know how to create a comment line in the Essbase config.ini file (server config file, not client, if they are different)?I know that for ESSCMD it is :Calcs it is /*but not sure of syntax for commenting config files. Thanks in advance!

    The comment character for the essbase.cfg file (I assume that is what you are talking about) is a semi-colon (;)Regards,Jade-----------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • NQS Error: 47077 NQS Config .ini file was not found

    Hi All,
    I just installed OBIEE 11.1.1.7 on my windows 64 bit. And trying to install OBIA 7.9.6.4 on the top of this . While installing I am getting an error :
    NQS Error : 47077 NQS Config.ini file was not found. Make sure your environment is set up properly.
    Pleasw help me out guys.. I am new to this OBIA installation.

    its a BUG
    see this Installing BI Applications 7.9.6.4 on BI EE 11.1.1.7.0 (Doc ID 1561846.1)
    Please down the attached file Technote1561846.1_InstallSecurity.zip and apply the solution.

  • I need to move my profile to an external drive but the edits I make to the profile.ini file don't seem to be working

    I am using a Mac, and need to have my profile be on an external drive. I edit the profile.ini file per the instructions I found here:
    https://support.mozilla.org/en-US/kb/profiles-tb
    but it's not working. I must have the path wrong. Again, I am using a Mac. Here is the info in the profile.ini file:
    [General]
    StartWithLastProfile=1
    [Profile0]
    Name=default
    IsRelative=0
    Path=Macintosh%HD/My%20Passport/Thunderbird/Profiles/o6fqy09d.default
    Default=1
    Do you see anything about the path that looks incorrect? The "My Passport" is the external drive.
    Also, if there was an updated disk image for Portable Thunderbird, I could try setting that up but all I can find is a very old one which I tried but it won't update.
    Thank you,
    Todd

    The "My Passport" external drive must be mounted somewhere in the file system. That's the path you need to use.

  • How to edit the setup.ini file of the Adobe Reader X MUI?

    Hi everyone.
    I discovered today that is is possible to edit the setup.ini file of the Adobe Reader X MUI  10.1  installer (multilingual)  in order to customize the installation. I stil have some questions about this.
    1. I would like to make a custom installation of Reader X in german, english, french and spanish. Is this possible? I want to leave out all other languages from my installation..,.
    2.  I would like to edit the ini file to make an automatic update of my Reader, by installing all the patches (10.10, 10.11, 10.12, 10.13, 10.14, 10.15 and 10.16). Is this possible?
    I patched my Reader manually, but when I install only the 10.15 and 10.16 updates, some functions are still missing (signature toolbar and add text function) so I suspect the patches are not-cumulative.
    Can anyone on the forums show me the right codes for doing this? How can I get a 4-language upgraded Reader X?
    Sincerely yours.
    K. Adam.

    See the docs: http://www.adobe.com/devnet-docs/acrobatetk/index.html.
    The admin guide tells you what updates are cumulative (all 10.x quarterlies) and how to set the lang via the cmd line. However, check out the Wizard Guide and download the free Wizard to customize your install and .ini as needed. Much easier.
    hth,
    Ben

  • Using CookieName in the iisproxy.ini file

    Hello All,
              According to the Weblogic 451 docs, In the IISProxy.ini file, you should
              set the "CookieName= "
              property to whatever value you have specified for the
              "weblogic.httpd.session.cookie.name="
              property in your weblogic.properties file. (If it is anything other than the
              default name which is "WeblogicSession").
              We have an IIS proxy fronting 2 Weblogic App Servers which run in a
              clustered mode. Also the
              cookie name is specified in the properties file to something different than
              the default WeblogicSession
              (lets say it is "mySession").
              When we do this we see the strange behavior of the application routing us
              back to our Login page in the middle
              of a session. We assume this is happening because when our request is
              switched to a different App Server it
              cannot be associated with any session. And so we are asked to login and
              create a new session.
              This started happening only when we switched to using IIS Proxy and have the
              CookieName
              set to "mySession". This problem goes away if we change the cookieName to be
              the default and remove
              the entry from the IISProxy.ini file.
              Our App Servers are running Weblogic 4.5.1 with sp8.
              Any ideas ??
              Thanks
              Ketan.
              

    The cookie name in your ISAPI plugin and weblogic.properties should be the
              same in all your plugins and weblogic servers. This is required. Plugin and
              WLAS share the same cookie. However, plugin and WLAS are in different
              processes. In order for plugin and WLAS to locate the same cookie, same
              cookie name in the configuration is required.
              Cheers - Wei
              Ketan Bhukhanwala <[email protected]> wrote in message
              news:[email protected]...
              > Hello All,
              >
              > According to the Weblogic 451 docs, In the IISProxy.ini file, you should
              > set the "CookieName= "
              > property to whatever value you have specified for the
              > "weblogic.httpd.session.cookie.name="
              > property in your weblogic.properties file. (If it is anything other than
              the
              > default name which is "WeblogicSession").
              >
              > We have an IIS proxy fronting 2 Weblogic App Servers which run in a
              > clustered mode. Also the
              > cookie name is specified in the properties file to something different
              than
              > the default WeblogicSession
              > (lets say it is "mySession").
              >
              > When we do this we see the strange behavior of the application routing us
              > back to our Login page in the middle
              > of a session. We assume this is happening because when our request is
              > switched to a different App Server it
              > cannot be associated with any session. And so we are asked to login and
              > create a new session.
              >
              > This started happening only when we switched to using IIS Proxy and have
              the
              > CookieName
              > set to "mySession". This problem goes away if we change the cookieName to
              be
              > the default and remove
              > the entry from the IISProxy.ini file.
              >
              > Our App Servers are running Weblogic 4.5.1 with sp8.
              >
              > Any ideas ??
              >
              > Thanks
              > Ketan.
              >
              >
              

  • Is there an editor for the StationGlobals.ini file?

    I have TestStand 3.0 and I am trying to edit the StationGlobals.ini file. It seems that I am unable to delete/add properties from within TestStand. Is there an editor or a correct way of editing this file?
    Thanks in advance.
    Martin Blandon
    (561)629-3614
    [email protected]

    To linux_dude -
    The StationGlobals.ini file is generated by the TestStand engine and its format is an object oriented format that represents the structure of the property objects in the globals. Hand editing the file will be problematic. The only way to edit the station global strucutre is to do it in the sequence editor.
    Scott Richardson
    National Instruments

  • [svn:osmf:] 17548: Remove left-over event handler, which could trigger an unnecessary event if a player loaded plugins through the config XML file and manually  (e.g.

    Revision: 17548
    Revision: 17548
    Author:   [email protected]
    Date:     2010-09-01 14:09:14 -0700 (Wed, 01 Sep 2010)
    Log Message:
    Remove left-over event handler, which could trigger an unnecessary event if a player loaded plugins through the config XML file and manually (e.g. for static plugins).
    Modified Paths:
        osmf/trunk/libs/samples/ChromeLibrary/org/osmf/chrome/configuration/PluginsParser.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Migrating data and settings from XP to Win7, do I have to overwrite the profiles.ini file on the new Win7 system with the old XP version of the file?

    I have the Profiles folder and the profiles.ini file copied to a USB stick. I know I copy the Profiles folder content into the Profiles folder on the Win7 machine, but do I have to overwrite the profiles.ini file on the new machine too? Various strands of advice aren't clear on this. And are there any other files which also need to be migrated/overwritten? Clear directions would be welcome.

    don't transfer, reinstall.
    if you need to reset your activation count, contact adobe support -  http://helpx.adobe.com/x-productkb/global/service1.html
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Problems with jdbc configuration  in the config.cfg file

    Hi to all,
    I need to change my oracle database ucm user from idc_orcl to idc_oracle for example but i dont know how to generate the encrypted password of the user in the config.cfg file
    if I let the configuration like below (plain text password and JdbcPassword commnetend) it works.
    But it is not an accepted solution for me, leaving the password in plain text.
    +#Database Variables+
    JdbcDriver=oracle.jdbc.OracleDriver
    JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:ucm
    JdbcUser=idc_oracle
    JdbcPassword=idc_oracle
    +#JdbcPasswordEncoding=Intradoc+
    +#DatabasePreserveCase=1+
    Is there any doc or example related.
    Thanks in advance
    Soni

    Resolved using the following link
    http://www.docs.hvacpartners.com/idc/help/troubleshooting/wwhelp/wwhimpl/common/html/wwhelp.htm?context=troubleshooting&file=page_05_12.htm
    Hope it helps someone in the future!

  • Why even unchecked my crash reports are sent? I have to manually edit the "application.ini" file at every update! This is unacceptable to the user's choice!

    Why even unchecked my crash reports are sent? I have to manually edit the 'application.ini' file at every updates! This is unacceptable for the user's choice!

    Check the SubmitCrashReport (DWORD) key in the registry and set the value to 0.
    *HKEY_LOCAL_MACHINE\Software\Mozilla\Firefox\Crash Reporter\SubmitCrashReport: DWORD
    *HKEY_CURRENT_USER\Software\Mozilla\Firefox\Crash Reporter\SubmitCrashReport: DWORD
    You may need to check the HKLM\Software\Wow6432Node\ node on 64 bit Windows.
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter

  • The boot.ini file

    Lost my boot.ini file so I can't boot archlinux now (only Windows XP). Will somebody be so kind and post his C:boot.ini file here so that I cat adopt and use it.
    Thanks.

    yeah it dont work like the you cant create a .ini file in windows for linux as far as i know
    Oh, that does not work that well.
    Here is my boot.ini:
    Code:
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Microsoft Windows XP Professional" /fastdetect
    c:grub.ini="ArchLinux"
    And here is my grub.ini (which I created):
    Code:
    kernel (hd0,1) /vmlinuz26 root=/dev/discs/disc0/part3 ro devfs=nomount
    The grub.ini is from the GRUB boot settings file.
    This does not work, however.
    i use lilo or grub to manage my os choices in booting as does most linux users
    try going here
    http://wiki.archlinux.org/index.php/Grub
    the arch linux lilo how to is down right now which you can find here
    http://wiki.archlinux.org/index.php/Lilo
    but there is a link there that leads you to other lilo how to's
    all archlinux how to's are found here
    http://wiki.archlinux.org/index.php/Category:HowTos
    or if youd like some other boot loader you can check these out
    http://loll.sourceforge.net/linux/links … t_Loaders/
    but i would recommend use lilo or grub 1st once you get the hang of them then if you really want try the others or
    use the link provided by sh_ that one does work ive used it but didnt stay with it (you have to install a linux boot loader 1st to be able to copy it to windows)
    the link provided by phrakture doesnt tell you how or where to get linux.bin but that is how you set up you boot.ini
    linux is all about choices
    enjoy

  • When I opt to "download this as a file" from my email account, Firefox defaults to notepad to open the file. How can I change the default to MS Word?

    Question
    When I opt to "download this as a file" from my email account, Firefox defaults to notepad to open the file. How can I change the default to MS Word?

    Is FF downloading the file as a .txt file? If so, go to "Folder Options" in the windows control panel. Click on the "File Types" tab. Scroll down until you reach the TXT file extension. Look to see what that extension opens with (lower part of panel). It probably shows notepad. Click on the <Change> button. Scroll down until you find "Microsoft Word." Select it and click the <OK> button. That should show the TXT extension is now associated with Microsoft Word. Click the <Close> button at the bottom of the panel.
    If FF is downloading the file as any other type, use the same process as above except look for the corresponding extension instead. If the extension is not listed click on the <New> button and create an association using the extension in the file name and then associate it with MS Word.
    davewdan

  • I have a pdf file which contains text if i copy all text and paste them into notpad and save file as .txt Is it change the ascii value of text ?

    I have a pdf file which contains text if i copy all text and paste them into notpad and save file as .txt Is it change the ascii value of text ?

    How to know character's encoding is ASCII?

Maybe you are looking for

  • 10.5.6 update has completely killed audio editing and burning capabilities

    So I ran the 10.5.6 update last night 12/19/2008. I downloaded the update to a flash drive and copied it to my desktop (My Macmini isn't connected to the Internet). I ran the update, and everything seemed to be OK. It was late at night so I went to b

  • Enabled FileVault, OS X won't boot anymore. Automatically goes to Safe-Mode.

    So, I decided to Enable FireVault on my Late-2013 MBPr yesterday. Everything worked, it restarted and went through the whole process. During the encryption, I choose to use iCloud to decrypt by drive over creating a new key. This morning, when I trie

  • Firefox prints characters instead of text.

    Trying to print from gmail, the text comes out in characters and blocks. If I use print preview and then print, it prints correctly. I have tried diabling all addons and that did not work. Prints correctly in IE. == This happened == Every time Firefo

  • Raw imports fail if shooting in RAW+JPG

    I've got a canon Xsi and set it to record RAW+JPG for some testing. I installed 10.5.4 which claimed to support RAW for the camera. But I could never get any of the images to import. I've now figured out what is going on. I was using the USB cable to

  • Date to print in  'MMMM DD, YYYY'  format in SAMRTFORM

    Hi E'body, Can anybody help me out in printnig date in 'MMMM DD, YYYY'  format for the Smartform. Ex:  25/09/2006 should be printed as Sept 25, 2006.