Installed application behaves differently by the path of the file

Hi all! I have a problem regarding my application installed on another pc from "My Installer", that I have built my original labview project.

I wanted to set up a file open/create operation, get the path of the current file of my vi, create the new folder 'report' and the new report file, whose name is composed of the date and time when it is created. With 'Get string date/time', I got the date as '25/05/2015' string and time string like '14:24:20 ', and 'find and replace the string' I have them is converted into '25052015' and "142420" everything simply by replacing "/"and":" with nothing.

It works fine with the original vi in my pc, but with the application installed on another pc, I got error in the path, that instead of 'C:\...\report\transducer_25052015_142420.txt', I got "C:\...\report\transducer_25052015_14.24.20.txt"!  The colomns are replaced by dots!

I have no idea why my installed application would give such error. Someone has an idea?

PS. I tested on the difference between 'Run application path of time' and the file path by default, you can see on the image below.

You can provide a format if you use the Format Date/time string.  You don't need to replace the then you do not have to worry about getting to be in the way in which the system settings.

Tags: NI Software

Similar Questions

  • Same application looks different in the Test and Prod Server

    We have an application of ADF deployed in our test Weblogic server that seems different from that of the same application deployed on our production server, even if the same jar file is deployed both.  For example, the background of the page is a different color.  We have done a healing of ADF very little, but it comes with the jar file and is the same.  One difference I see is the class that is generated in the body of the jspx tag.  In the test it is < body class = ".p_AFMaximized .x 141" >, but Prod is < body class = ". x13q.p_AFMaximized" >

    We really want to solve this problem without reinstalling Weblogic in prod.  Any ideas on why the environments are different?

    Our info JDeveloper is:

    Java (TM) Platform 1.6.0_24

    Oracle IDE 11.1.2.4.39.64.36.1

    Support versioning 11.1.2.4.39.64.36.1

    We run Weblogic version 10.3.5.0 under Linux.

    Our prod environment used to have some libraries included Webcenter, and the person who set up the prod environment disappeared.  We have removed these additional libraries, and now the libraries in both environments look identical.  They are here.

    Application of the DMS (11.1.1.1.0)

    Application of the DMS (11.1.1.1.0)

    Enterprise application

    Expand the Enterprise Application

    Expand the Web Application

    Homepage of FMW Application (11.1.0.0.0)

    UIX (11,11.1.1.1.0

    5 Web application

    ADF. Oracle.businesseditor (1.0,11.1.1.2.0

    ADF. Oracle.Domain (1.0,11.1.1.2.0

    ADF. Oracle.domain.WebApp (1.0,11.1.1.2.0

    JSF (2.0, 1.0.0.0_2 - 0-2)

    JSTL (1.2,1.2.0.1

    OHW - rcf (5,5.0

    OHW - uix (5,5.0

    Oracle.ADF.dconfigbeans (1.0,11.1.1.2.0

    Oracle.ADF.desktopintegration (1.0,11.1.1.2.0

    Oracle.ADF.desktopintegration.Model (1.0,11.1.1.2.0

    Oracle.ADF.Management (1.0,11.1.1.2.0

    Oracle.BI.ADF.Model.slib (1.0,11.1.1.2.0

    Oracle.BI.ADF.View.slib (1.0,11.1.1.2.0

    Oracle.BI.ADF.WebCenter.slib (1.0,11.1.1.2.0

    Oracle.BI.composer (11.1.1,0.1

    Oracle.BI.jbips (11.1.1,0.1

    Oracle.dConfig - infra (11,11.1.1.1.0

    Oracle.jrf.System.Filter

    Oracle.jsp.Next (11.1.1,11.1.1

    Oracle.pwdgen (11.1.1,11.1.1.2.0

    Oracle.WSM.seedpolicies (11.1.1,11.1.1

    orai18n-adf (11,11.1.1.1.0

    WSIL-wls expand Enterprise Application wsil-wls

    Thank you!

    Dale

    Dale, I just remove some libraries will not do. Libraries are wired upward into several files meta on the server when they were installed. There is no official way to remove some libraries.

    You must first check if the adf on the server version is identical to the test. For this, you can use the web service I wrote (https://tompeez.wordpress.com/2012/02/05/adf-how-to-find-out-which-adf-version-is-installed-on-a-manged-weblogic-server/). It is a mask of sign service that does not use adf, but check lol look in the right container to get the version information. This service doesn't have a user interface, you get the info by testing the service once you have installed the service in the administration console or steering business you use soapUi.

    If the versions are identical, you dig deeper. You must parse the logfile of servers with care. Unduly your application from the server, deeply it again and before everyone started working with the control of the application log for messages about missing skin. If the server does not find the base skin, is used by default an another skin that will produce this behavior. If you don't find anything, launch the application and look at the log.

    Timo

  • Published movie behaves differently on the web than it does on the local disk

    Hello

    I use basic addEventListeners and functions to create a basis for my home page navigation... when I test the movie on my local drive it fuctions perfectly, but when I download on the www, the movie behaves different... All buttons must be clicked two time to work properly... each uses touch charger UI to load the .swf appropriate clip but on first loading movies do not work correctly, when the same button is clicked again and once again, the film is loaded, it works very well. I noticed does not work because I have a preloader for each video clip that loads and click it on the first, the second click it works and because it works fine on my local drive I'm lost as to what I can do to solve the problem, or what is the problem... Help, please!

    The project is published on: http://sunnysideosc.ca/mainBeta1.htmlif you click on one of the buttons more than once, you will notice the bar preloader only works during the second click on the second time and 'philosophy' of scrolling...

    Thank you;

    Sam

    Here is a basic example of loading in a SWF file, then use:

    var LoadedSWF:Sprite;

    function loadSWF (path: String): void {}

    var swfLoader:Loader = new Loader ();
    swfLoader.addEventListener (Event.COMPLETE, loadSWF_onComplete);
    swfLoader.load (new URLRequest (path));

    }

    function loadSWF_onComplete (event: Event): void {}

    If (LoadedSWF! = null) {}

    removeChild (LoadedSWF);

    }

    LoadedSWF = event.target.content as Sprite;
    addChild (LoadedSWF);

    }

    loadSWF ("MySWF.swf");
    LoadedSWF.myCustomFunction ();

    By operating the complete Manager, event.target is the Loader object. You can technically addChild the Loader object, but I'd rather not because it makes it easier to refer directly to my custom SWF, and because it can make it easier to fade in the loaded movie or other operations once it's finished loading.

    I know that what I just wrote is similar to what you have already, but I felt that it would be useful to give an example. By the look of your code, you seem to be reusing your Loader object. It might work if you used objects separated from Loader loading the separate SWF files better.

  • How can I say cloud creative to install applications in different hard drive on my computer?

    The title says most of it. I recently bought an Alienware laptop with a 128 GB SSD (which is essentially complete in the way), and a 1 TB HARD drive. I installed Creative Cloud in my 1 TB HARD drive, so I guess I can install my other apps in the same disk drive HARD right? Wrong, he keeps trying to install my apps on my already full SSD. How can I say creative cloud to install my apps in my HARD drive?

    Hi Princephillip,

    Please check the steps to install on the different installation location and we encourage you to update this discussion in case you need more help.

    Thank you

  • Unrecognized as installed applications after I changed the account

    Hello

    I'm on Windows 10 with a HP Envy and I recently changed my cc to another account that has all licenses of applications, the problem is that only 2 of all of my installed applications are detected as installed him still says I need to install, but I already. How can I fix it?

    OK it does not work as well for me, but I found a solution:

    Just click on install on one of the applications that you have, but on CC show that you must install, after that he gets to 50-60% of install it actually detected that I have them all instaled and updated the CC.

  • Can install applications to merge into the single computer?

    I want to install the fusion apps in my pc to learn. Read the installation guide, I found there IAM IAM required on a separate computer. This means that I need at least two PC. I can install in one or to jump IAM?

    I do not think that 32 GB will be enough to get a full merger install to work (but I have personally never tried to do). You want to learn how to build extensions/customizations, or are you more research on the use / implementation of the Fusion Apps system? We customize/develop on much smaller machines every day, running JDeveloper, WLS, a database,... but they only work the pieces of the techstack and applications that we need for a given task and the Fusion applications Installer and just the installation process are not designed to meet a very selective deployment of components.

    Kind regards
    Oliver
    Fusion applications Developer Relations
    https://blogs.Oracle.com/fadevrel

  • The option 'Install new font' missing from the file menu.

    I did a "search forum" and has not found the solution to my problem, so I apologize if it's here somewhere under a different title. I looked on the microsoft site itself, as well as Google search. Here's my problem:

    I am trying to install a new font, but do not have the option in the file menu of police record. It's just not there. I am running Windows 7.

    Thanks for any help you can give!

    Brandi

    Too bad! I googled some more and found my answer.

    For those who overlook the obvious like me, once you download a new font, open it, and there is a button 'install new font' just there. Yay!

  • Download and install CC... corrupt the file, download the rehearsals of installation...

    Running OS 10.10.3, Java 8 day 45. New MBP... worked before. I used migration assistant to move applications to new MBP. Now the CC will not be installed.

    I get an error message indicating that the file was corrupted and he needs CC to fix. Recursive.

    Any ideas?

    Thank you!

    Amanda

    Migrated Adobe app will always cause questions, it's better to start with new installation.

    However,.

    About CC is corrupt issue, see link below:

    "Creative cloud is missing or corrupted" - HELP!

  • Firefox can not be updated and do not be installed (no action after unpacking the file or the program update)

    Hi all

    I was unable to update Firefox since Version 17.0, each update attempt failed. The automatic update feature still reported that the update has been without success/failure, then download the new version of Firefox and then try to install it simply leads to inaction after unpacking (running the file). Now, I tried to address this problem by uninstalling firefox and then install the new browser. However, I'm back to where I was decompresses the file and then nothing happens. I am very frustrated as I like the browser and I can't use it anymore. Before, Version 17.0 worked well for me, I simply couldn't be updated. I checked my firewall (windows) and my anti-virus (avast free) program and the program is not blocked, so I simply do not know why I can not update and (re-) install. I would appreciate any solution

    Disconnect for security. Use the SafeMode clean Windows, but from the F8 key. See if you can install Firefox.

    I wonder if somehow, security software is always blocking the installation. Consider temporarily uninstall if necessary security software. No doubt other .exe files run (or I doubt you could do a lot with the computer) and this isn't a problem with file associations have been corrupted.

  • Import the disk on PC. A few photos in one batch import, others don't ["unavailable Preview"]. There is nothing different between the files of successful or a failure. What can I do?

    I managed to import a lot of pictures in the LR catalog. More and more, in any batch some fail [with the "Preview not available" message. Here are the disassembled pictures seconds on the same device and processed in the same way. I can't find a distinctive feature which marks a failure in the file. What's not?

    JC

    Thanks for sharing the link.

    I downloaded and tried to import into Lightroom on my end, but it gives the same message "Preview" unavailable for my purpose as well.

    I tried to open these files in Photoshop and it gave the error associated with the ICC profile when opening and got the conclusion that Lightroom is unable to read the preview due to the color profile.

    If you will check the color profile of the labelled images ' will not matter ', it's 'levels of gray.

    I changed the color space to make them "RGB" and saved the image again and I was able to import in Lightroom after that.

    Suggest you to do the same thing and let us know.

  • Why different applications react differently to the same pressure tapping?

    MacBook Air (13 inch, mid 2013) Yosemite 10.10.5 e-mail version 8.2 (2104) and I am aware of the updates for these circumstances.

    I have noticed that when you use the e-mail the trackpad is too reactive to the look, so that the same amount of pressure on this site or

    another site on Safari (but not others, because it is more responsive on wikipedia as mac mail) might need more pressure or even strong look even receive a response at all.


    Is this something I do or a feature of these sites and applications?

    Previously I was clicking on listen and not from using tapping, this has started to (what I call over-sensitivity by the cursor using the trackpad on a MacBook Air):

    -Understand that Mac adapts to the user; I'm the only one using my computer, but would it not be part of his adjustment make listening to click before?

    -The idea that this "breaks" could be the battery swelling against the trackpad, but checked on the Mac 'of the battery"and he says that it is 'Normal '.

    -Have you noticed that if I'm particularly aware of my fingers and where they are EXACTLY, as well as the rest of my hand, that helps a lot, but nevertheless it can still happen even in this case

    -I don't think it's just me, as a friend using a different notebook (MacAir early-2015) has recently made the switch from clicking to eavesdropping and reported having the same problem.

    -J' read Sys Pref > Trackpad options but for as far as I understand, none seem to address the issue of the pressure and the responsiveness of the trackpad to eavesdropping. (Just put the cursor on an email and it opens or moves to a mailbox with what seems like no pressure tap at all or opens the message, it set up a response.) On wikipedia, for example it seems I am just passing on an item with the cursor and it opens the link.)

    Are there adjustments options to reactivity more personalized listening or helping me become more aware and

    of what I could do to cause this reactivity?  I can do the trackpad tap less responsive Mail where it's more annoying as one

    feels that they can lose a message here.

    Since this question is search discussion groups under "trackpad issues" and see that these are concerns that date back a few years with the MacBook Air, as far as I can see.

    In these discussions of 'clicks ghosts', a speaker asked if the person asking the question, had 'activate him slide' checked and if yes, they suggested unchecking it.  Sys Pref > accessibility > mouse and Trackpad > Trackpad options - where I tried NOT checking "enable drag". In the same place at Sys Pref, I unchecked "spring-loading delay. Both of these measures seem to be helping. 

    These two choices and a growing awareness (of exactly how light a touch is necessary - even a little nervous tap that I might not even know was going on before because I was using the clicking on rather than look) , it seems, has slowed the reactivity and the trackpad on the MacBook Air mid-2013 oversensitiveness.  For those most familiar perhaps you could comment on is it's possible use of a reagent trackpad, it would be greatly appreciated.  Thank you for your time and your consideration.  Because these choices seem simple and non-intrusive (at least for me) they can be worth a try for other people who also say that they have these issues with the trackpad being over-sensitive to the look.

  • Applications behave differently in "debug as" vs "run as" exported version vs - what happens?

    Hello

    I'm porting a java Flash game and it goes well. When I run it on a device (playbook in this case) or on the desktop through "debug as" the game works perfectly. I can load levels and play, no problem. However, when I do a ' run as ' instead, on the Playbook, the ball (it is a Pinball game) diseapers at some point (always the same). Worse still: when I export version release a I try, the level will not even run (the application stops responding).

    Who uses _exactly_ the same code. "Debug as" is OK, "run as" mostly OK, but loses the ball, 'export' accidents. This may be the cause? Different compiler options? I'm completely lost with this one, so any help is welcome.

    I use flex builder 4.5.1.

    Alain Daniel

    OK, I found the problem. The next line of the compiled code and has worked well in the debugging, but not in the version:

    trace ("some string") ();

    When you call the function that has this line, the framework seems to be analyzed (because the accident happens on the function call, do not loading the application), and somehow that threw a StackOverflowError on the line.

    Hope this can help someone else.

  • Impossible to install Sp3 on XP Pro; The file is corrupted

    I tried to upgrade to SP3. I have a dual boot Win7 on drive C and Windows XP on drive D. Readers are separated. I have a disc I got from Microsoft with top SP2 so I know its true.

    I've upgraded to SP3 on my old system. However I could not update with my new system. My old system had an Athlon 3000 top. My new system includes a 550 Phenom. New card mother too and new dvdr.

    I completed all the steps in the link below and not joy. What should I do?

    http://support.Microsoft.com/kb/950718

    Try to start in a "Clean boot" mode and then install SP3.

    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353

    Also did you install XP drivers for your new motherboard.

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • groovetutill.dll file not found. Although installed form a site in the file system

    whenever a click on the desktop, Explorer etc. for first time internet always a message drop-down "Grooveutill.dll not found".

    Hi X MEN,

    You did it of any material changes or software on the computer before this problem?

    groovetutill.dll is a Microsoft Office application file.

    I suggest you Microsoft Office application to fix and check if the problem persists.

    Diagnose and repair Office programs by using Office Diagnostics crash

    Hope the helps of information.

    Please post back and we do know.

  • How can I remove a tray application. Location of the file is: AppData\Local\Temp\7zS1050\setup\TrayApp

    This appears on the re-start and as it is a set of file, try to put in place.  Appears when you try to download a driver for HP printer.  HP has no idea how to get rid of it.

    Hello

    TrayApp is a software that is installed with the software that is needed for printers HP used with a computer system. This error occurs because the unfinished program installation or because one of its files has been removed from the registry. To correct this problem and remove the trayapp.msi error, the missing file needs to be reinstalled

    a. try to restart Windows or open the software HP (the one that displays the error message).

    b. Insert the installation disc into the computer when the error message appears. The disc will be included when the HP computer was purchased.

    c. click 'OK' in the error message window. The installation disk will now run. When asked if you want to repair or reinstall the software, chose "repair." The installation disk will now scan the system to see which files must be installed and corrected.

    d. click "OK" once the repair is complete. The trayapp.msi error should no longer appear.

    See also: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00811375&cc=us&dlc=en&lc=en&jumpid=reg_R1002_USEN

Maybe you are looking for

  • Satellite L350-141 works with 4 GB of RAM?

    I want to improve my Satellite L350 up to 4 GB of RAM. BIOS accept 4096 MB.But I can't install an operating system (xp prof. or 32-bit vista)My L350 boot from CD DVD, but if the installation program does not start I have a reboot. My question is: wil

  • small space D: drive reader I have have225 GB free on C:

    I noticed that drive d: was filling more after each backup. He has totalled 9.76 GB and about 5.27 MB (less than 1 GB) is free. If I knew how, I propose 10 GB of free storage space from the C: drive to the D: drive because I have 225 GB free memory o

  • When the Streaming of videos they pause every few seconds

    When the streaming videos that they play for a second then stop.  I don't know how to fix this.  I have Toshiba Satellite laptop, it is new and has a lot of disk space

  • WMP - does not fit on the device

    I am trying to sync music on my cell phone... but the message, (did not fit on the device) on the side of the mobile track.my is synced to my computer. I have vista basic... WMP 11, unit sony ericsson c902

  • Keyboard US and Euro symbols (without using configuration we International)

    HelloI just got a laptop with a keyboard layout of the US, but there also an Alt Gr key and the symbol of the Euro on the number 5 key. On my previous (layout UK) keyboard, typing Alt GR + 5 would be the Euro symbol. The problem I have is that I can