Load application setting on startup

Hi,
I want to load some parameters from ini file on application startup = click on exe file and load setting on FormCreate event in classic RAD software.
How can I do this in Labview?
Thank you. 

When the executable is first run, you just read in the ini file. No event needed.
Edit: To clarify, LabVIEW code runs like a flowchart, so at the beginning of your application's "flowchart" you put your ReadFromConfig code. 

Similar Messages

  • Windows Integrity Level for Application set at startup

    Hi,
    Yesterday I found a problem in my application that it had not have the same integrity level as Outlook. Therefore someone from microsoft adviced me to look at the integrity level and make them both the same. I managed to find a CommandPrompt command for
    setting the integrity level, but what I really want is setting the integrity level at startup of my application.
    How can I set the integrity level of my application to the desired level using C#?
    Best regards,
    Jouke

    Hello Jouke,
    I am not a Microsoft employee, just a regular developer as you are.
    Anyway, the forum is for Outlook related dev questions. I'd suggest asking common C# programming questions on the Visual C# forum instead.
    I believe you can use the
    /runas command line argument.

  • Application set at Osoft webiste visible only when IE run as COM+ user?

    Hi,
    we have installed BPC 7.5 SPS08 version for NW to one of our machines and configured it.
    When we open IE and try to access Osoft website / Adminsitration - we are able to select Application set ONLY when we run the IE as the COM+ user which is set in Server manager (in our case <domain>\BPC_SYSADMIN).
    When we run the IE as any other user we can not see any application set to choose from in pop-out window.
    My question is - is this (with <domain>\BPC_SYSADMIN user) the normal and the only way to successfully load application set at Osoft website?
    Thanks!
    Erik.

    Hi Erik,
    Are you able to logon to BPC for Excel or BPC Admin client with any user (not the COM+ user) and see any available AppSets/Applications?
    If this is a fresh install and you haven't managed BPC security settings yet then this behavior would be expected.
    On a fresh install you set up an admin user by running program UJA3_WRITE_SYS_USERS. You can check this on t-code SE16 and display table UJA_SVR_DEFAULT values.
    Only this user will have access to APSHELL and you will have to use it to create new AppSets and grant new users access to them.
    Regards,
    Marcelo

  • How to load some setting in application bean on web application start up?

    Hi
    Thank you for reading my post
    Is it possible to load some setting in applicationBean when the web application starts?
    And also
    I need to store some of my application configuration in a .properties file
    can some one please help me with the following items ?
    -How i can access the .properties file
    -where should i put it.

    Hi
    Thank you
    How i can load the .properties files ?
    how should i find the path ? some servers does not allows an application to find the real path to load a file.
    Thanks

  • Weblogic 8.1 SP2 loads applications twice.

    Hi,
    We are moving from Weblogic 6.1 to Weblogic 8.1 and we are seeing some weird
    behaviour when whe stop the server regenerate an application (a .jar file in
    the applications directory) and we start the server.
    The fact is that each time one of this .jar files (which contains EJBs) are
    changed, the server deploys them twice, it wouldn't be nothing more than an
    annoing problem if we did not had an startup class that is executed after
    the first application deploy but before the second "deploy" (it has code
    dependant on connections obtained from entity beans. In fact it is a problem
    with TopLink session being destroyed once a reference to an entity is
    acquired) that are trashed by the "redeploy".
    This is what we get on the console:
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from unprepared to prepared on server
    foo.>
    <Info> <EJB> <BEA-010008> <EJB Deploying file: ejbs_bar.jar>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from unprepared to prepared
    on server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to active on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to active on
    server foo.>
    <Info> <Deployer> <BEA-149210> <Resumed.>
    <Info> <WebLogicServer> <BEA-000287> <Invoking startup class:
    foo.bar.startup.Test.startup()>
    <Info> <Application Poller> <BEA-149412> <Application
    "_appsdir_ejbs_bar_jar" is being redeployed, because it changed since the
    previous server run.>
    <Info> <Application Poller> <BEA-149400> <Activating application:
    appsdirejbs_bar_jar>
    <Info> <Deployer> <BEA-149038> <A deployment task with ID 0 for application
    appsdirejbs_bar_jar is being initiated.>
    <Info> <Deployer> <BEA-149033> <preparing application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from active to prepared on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from active to prepared on
    server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to unprepared on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to unprepared
    on server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from unprepared to prepared on server
    foo.>
    <Info> <EJB> <BEA-010008> <EJB Deploying file: ejbs_bar.jar>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from unprepared to prepared
    on server foo.>
    <Info> <Deployer> <BEA-149033> <prepared application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149033> <activating application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to active on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to active on
    server foo.>
    <Info> <Deployer> <BEA-149033> <activated application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149074> <Successfully completed deployment task:
    [Deployer:149026]Deploy application appsdirejbs_bar_jar on foo.>
    <Info> <Management> <BEA-141052> <The application poller has started for the
    development server.>
    <Info> <Socket> <BEA-000415> <System has file descriptor limits of - soft:
    1.024, hard: 1.024>
    <Info> <Socket> <BEA-000416> <Using effective file descriptor limit of:
    1.024 open sockets/files.>
    <Info> <Socket> <BEA-000406> <PosixSocketMuxer was built on May 22 2003
    15:43:24>
    <Info> <Socket> <BEA-000436> <Allocating 3 reader threads.>
    <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "foo"
    for domain "bar" running in Development Mode>
    <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default"
    listening on port 7001, ip address *.*>
    <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    The line:
    Application "_appsdir_ejbs_bar_jar" is being redeployed, because it changed
    since the previous server run.
    Clearly points that the container has deployed the older ejbs_bar.jar file
    and now it is going to deploy the newer one.
    As you can see the startup class is in the middle of the two deployments and
    the second one trashes some internal references of it.
    I have been looking the news for anybody having similar problems and I found
    this thread:
    From : Amber
    Date : 11/14/2003 8:12
    Newsgroup: weblogic.developer.interest.application.deployment
    Subject : Startup servlet loading twice
    A similar problem is pointed by Taj when deploying an aplication with an
    startup servlet on it.
    It seems that the problem is solved setting the server in "production mode"
    I dind't tried it yet as I have just finded it.
    There are also some comments about the (in)convenience of using the
    "applications" directory for application deployment. If so, then: where
    should they be put instead?
    Is this a "feature" of Weblogic 8.1 or is this a bug that may be fixed on
    Weblogic 8.1 SP3
    Thanks in advance.
    Regards.
    Ignacio.

    Yes we get exactly the same problem and have raised a BEA Support Case about this.
    Unfortunately this has been dragging on as using our EAR file BEA are unable
    to reproduce the problem. I think this is more due to our ear file having many
    ejbs and CMP EJBs etc that won't deploy in a different environment e.g no database
    etc.
    So BEA have asked us to produce a simple example EAR file that shows this problem,
    but unfortunately due to deadlines we have been unable to do this yet - and probably
    won't for 3 or 4 weeks.
    If you have a more simple example maybe you could either send this to [email protected]
    to be added to my case (just make sure email has "BEA Support Case: 508280")
    in the title or maybe raise your own case.
    Incidently if your ear is too large for email BEA have an FTP procedure for sending
    stuff in I can send you this if necessary.
    cheers
    Pete
    "Ignacio G. Dupont" <[email protected]> wrote:
    Hi,
    We are moving from Weblogic 6.1 to Weblogic 8.1 and we are seeing some
    weird
    behaviour when whe stop the server regenerate an application (a .jar
    file in
    the applications directory) and we start the server.
    The fact is that each time one of this .jar files (which contains EJBs)
    are
    changed, the server deploys them twice, it wouldn't be nothing more than
    an
    annoing problem if we did not had an startup class that is executed after
    the first application deploy but before the second "deploy" (it has code
    dependant on connections obtained from entity beans. In fact it is a
    problem
    with TopLink session being destroyed once a reference to an entity is
    acquired) that are trashed by the "redeploy".
    This is what we get on the console:
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from unprepared to prepared on
    server
    foo.>
    <Info> <EJB> <BEA-010008> <EJB Deploying file: ejbs_bar.jar>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from unprepared to prepared
    on server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to active on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to active
    on
    server foo.>
    <Info> <Deployer> <BEA-149210> <Resumed.>
    <Info> <WebLogicServer> <BEA-000287> <Invoking startup class:
    foo.bar.startup.Test.startup()>
    <Info> <Application Poller> <BEA-149412> <Application
    "_appsdir_ejbs_bar_jar" is being redeployed, because it changed since
    the
    previous server run.>
    <Info> <Application Poller> <BEA-149400> <Activating application:
    appsdirejbs_bar_jar>
    <Info> <Deployer> <BEA-149038> <A deployment task with ID 0 for application
    appsdirejbs_bar_jar is being initiated.>
    <Info> <Deployer> <BEA-149033> <preparing application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from active to prepared on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from active to prepared
    on
    server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to unprepared on
    server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to unprepared
    on server foo.>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from unprepared to prepared on
    server
    foo.>
    <Info> <EJB> <BEA-010008> <EJB Deploying file: ejbs_bar.jar>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from unprepared to prepared
    on server foo.>
    <Info> <Deployer> <BEA-149033> <prepared application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149033> <activating application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149059> <Module ejbs_bar of application
    appsdirejbs_bar_jar is transitioning from prepared to active on server
    foo.>
    <Info> <Deployer> <BEA-149060> <Module ejbs_bar of application
    appsdirejbs_bar_jar successfully transitioned from prepared to active
    on
    server foo.>
    <Info> <Deployer> <BEA-149033> <activated application appsdirejbs_bar_jar
    on foo>
    <Info> <Deployer> <BEA-149074> <Successfully completed deployment task:
    [Deployer:149026]Deploy application appsdirejbs_bar_jar on foo.>
    <Info> <Management> <BEA-141052> <The application poller has started
    for the
    development server.>
    <Info> <Socket> <BEA-000415> <System has file descriptor limits of -
    soft:
    1.024, hard: 1.024>
    <Info> <Socket> <BEA-000416> <Using effective file descriptor limit of:
    1.024 open sockets/files.>
    <Info> <Socket> <BEA-000406> <PosixSocketMuxer was built on May 22 2003
    15:43:24>
    <Info> <Socket> <BEA-000436> <Allocating 3 reader threads.>
    <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server
    "foo"
    for domain "bar" running in Development Mode>
    <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default"
    listening on port 7001, ip address *.*>
    <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    The line:
    Application "_appsdir_ejbs_bar_jar" is being redeployed, because it changed
    since the previous server run.
    Clearly points that the container has deployed the older ejbs_bar.jar
    file
    and now it is going to deploy the newer one.
    As you can see the startup class is in the middle of the two deployments
    and
    the second one trashes some internal references of it.
    I have been looking the news for anybody having similar problems and
    I found
    this thread:
    From : Amber
    Date : 11/14/2003 8:12
    Newsgroup: weblogic.developer.interest.application.deployment
    Subject : Startup servlet loading twice
    A similar problem is pointed by Taj when deploying an aplication with
    an
    startup servlet on it.
    It seems that the problem is solved setting the server in "production
    mode"
    I dind't tried it yet as I have just finded it.
    There are also some comments about the (in)convenience of using the
    "applications" directory for application deployment. If so, then: where
    should they be put instead?
    Is this a "feature" of Weblogic 8.1 or is this a bug that may be fixed
    on
    Weblogic 8.1 SP3
    Thanks in advance.
    Regards.
    Ignacio.

  • Error while loading application

    Hi,
    I'm not sure this is the right forum, but I try anyway.
    I'm trying to use a 3rd party Java application Unico (just use it, I don't develop anything of that) that after working for weeks, suddenly refuses to load at startup, and returns an error like "Error while loading application" (no error code number no other hint about the problem).
    The tests that did not work: 1. I installed the Unico again, 2. I created a new login and installed Unico in that login, 3. I started in safe mode (pressing shift at startup) - I always had the same message and loading aborted.
    The only workaround I found is to use an external startup disk, that I fortunately had available to face cases like this: when starting the system up from that disk Unico WORKS, not only, but I can even use the same application in my internal disk that does not load otherwise.
    My first conclusion is that something wrong happened to my system on the startup disk that prevents loading a Java application. The user Library seems to make no difference.
    So my questions to the Java experts are:
    - what in the system could suddenly block the loading of a Java application ? where should I look in the system (I can use the terminal and know something about UNIX) to fix this ? could this be caused by a permission problem ? (it looks a lot alike, but repairing permissions in Disk Utility didn't help) if so where are the Java support files stored in the Library and System Library to check and compare between the good and the bad system ?
    - is there a better workaround to this problem, other than starting up from a different disk ?
    Some additional info:
    - the application Unico is freely provided by the Italian tax organization, so there is basically no support to use it...
    - Unico requires Java 1.3.1: my system is constantly updated/upgraded and it runs the most recent release that is 1.4.0 (I guess...) and anyway worked very well till a week ago.
    - since the last time the application had worked I installed two (non Apple) packages: the TomTom (GPS navigator) setup application, and new Epson printer drivers for my new printer.
    - in all cases I repaired permissions and I also verified the disk with the disk utility
    - Unico does not uses printers (it creates pdf files instead) and does not use USB, which in turn is used by both the Epson driver and the TomTom app.
    So I cannot connect the Unico malfunctioning to this new SW except for the fact that I cannot find any other answer...
    Thanks to anybody having any suggestion about
    Piero

    I made some research: it seems to me that most (if not all) the Java machine is in the /System/Library/Framework/JavaVM.framework folder: but I found no evident difference in the file permissions between the good and the bad system (see my previous posts).
    There are other locations where there are java related files: eg in Javaconfig.plist (in /System/Library/Java) that seems to name the locations for all components of the java machine. I checked some files in /usr/bin referenced in the .plist: again no difference.
    Something "could" be a clue; just before the crashing point the Unico (java) program causes a message in the Console:
    "[JavaAppLauncher Warning] Specifying a specific version for JVMVersion 1.3.1 is deprecated. Use the more general 1.3* instead."
    This would be a clue... except that this message appears also when the program loads without problem (in the "good" system where it works). So it is more a warning.
    Another clue is the message that appears in the console in the "good" system when the Unico loads correctly; and this seems really an error message (whateve it means):
    "Index 1 for 'pxm#' 2062 out of range (must be between 0 and 0)
    Attempted to read past end of 'pxm#'(2062) resource"
    The funny thing is that when this message appears, Unico loads with no probem, while in the "bad" system it doesn't even get to this point.
    So in my opinion both messages are irrilevant to identify the problem.
    Or not ?
    And again my main question is: what in the system could suddenly block the loading of a Java application ?
    Thanks for any hint
    Piero

  • Where to place application setting?

    Hello,
    my J2SE application runs in background in linux shell and from time to time I need to reload application setting.
    Until now I've used java setting files to save these values, but this is inappropriate because it can not be changed during application runtime. Applications must be turned off and on to load the new settings.
    Another solution is to use properties files, but I do not know how (and if it's an appropriate solution) to save these files outside compiled JAR. These files can be edited and application can reloads them.
    Next solution is to save setting into database but there is a problem with saving data for database connection itself (database setting must be outside database, so there must be two kinds of setting :/)
    What is the best place to place these kinds of settings? What do you use?

    Dear Gimbal2,
    unfortunately you are wrong. See Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4787931 which is also valid for Java 6 and 7. It's the TOP 8 of unresolved Java bugs. The user.home is calculated from registry key's "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop" value.
    One possible solution that many Java applications employ is to put the file in the user home directory. You can get it in the code with System.getProperty("user.home"). This has a few advantages:
    - its cross-platform, at least across all major ones (win, mac, lin)It is not Windows compatible.
    - you can be sure that this directory existsHighly likely. (But copied Windows user profiles may contain invalid data, which is a malconfiguaration then).
    - you can be sure that the logged in user can read and write thereNo you cannot - on Windows. If the Desktiop directory is shared between users it is usually not writable. If the parent directory is not writable too, you can be sure you cannot write there!
    - it is user specific, so different users don't have to share the same settingsUsually yes. On Windows in a shared Desktop scenario it points to the same directory for many users. If this directory is writable, everybody uses the same directory!
    So do not always use user.home, consider using environment variable USERPROFILE on Windows.
    I am afraid that due to the relucatancy of Sun --> Oracle this bug will persist for more decades and cause quirky application and security problems.

  • Could not load application module 'oracle.apps.pos.supplier.server.SuppSumm

    hi
    when i create supplier in AP Super user,the supplier entry page got error:
    Could not load application module 'oracle.apps.pos.supplier.server.SuppSummAM',is there anyboay could help me? thanks a lot!
    metalink's solution is:
    -- To implement the solution, please execute the following steps::
    1. Using System Administrator Responsibility.
    2. Navigate to Profiles > System.
    3. Query for the Responsibility used and for Profile: MO: Operating Unit.
    4. Kindly check the value attached to the security profile: MO: Operating Unit.
    5. If security profile is not set, attach a value to it.
    6. Delete the Browser and Apache Cache. Restart the Apache.
    7. Re-test the issue again.
    but it didn't work!

    Did you ever figure this out? I'm encountering the same issue.
    Thanks.

  • Could not load Application Module: ObjectivesAM

    Hi
    I am trying to setup my local jdeveloper to run webpage required for customization. Page from performance management. The below main xml should run from my local jdeveloper:
    /oracle/apps/per/wpm/objectives/webui/EmmpFinObjectivesPG_115.3
    In order to set my dev environment, I have done followings:
    1. I check all the component involved from About this Page link.
    2. I have copied the Java_top/per folder and per_top/mds folder and copied all the files in local machine.
    3. Created a New OA WorkSpace and a project and then load all required packages as listed in the EO/VO/Controller sections got from my page information.
    4. Now when I tried to run the page EmmpFinObjectivesPG_115.3.xml I am getting following error:
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.per.wpm.objectives.server.ObjectivesAM'......
    I can understand I am missing somewhere to load my AMs into my project. Can anybody suggest me the proper steps to load following AMS:
    AMS
    ===
    oracle.apps.per.wpm.common.server.CommonAM
    oracle.apps.per.wpm.objectives.server.ObjectiveEditAM
    oracle.apps.per.wpm.objectives.server.ObjectivesAM
    5. I have included 'oracle.apps.per.wpm.server.objectives.server.xml' and oracle.apps.per.wpm.common.server.server.xml' which inturn loads all above AMS.
    Also I need to know which all class files I need to decompile and where? I am looking for some urgent help.
    Sudipta

    There can be lot of reasons for no data display like "wrong parameters to page", "wrong responsibility", functional issues etc...
    Check out the queries in the "log window" or "about this page" and try to execute those queries in sql developer, you might get some clue.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error 1013000 loading application: Unable to Create Request Server Thread

    We are currently getting the following error "Error 1013000 loading application: Unable to Create Request Server Thread" when attempting to load more than 5 applications onto our new Essbase server. The O/S is Windows 2003 and we are running Essbase 6.5.5. Our old server, running Windows 2000, is not experiencing this problem.

    I think I've found the problem! It seems the server team didn't set up the swap file, hence, when physical memory started to run a little low on the box, the thread could not be created. FYI, we had already increased the SERVERTHREADS option in the Essbase.cfg file.

  • Host: Unable to load application configuration + wrong install version on download

    i am using 64 bit windows 7 ... when unable to playing video, it redirects me to the adobe download pages to get flash player ... the page says i am about to download flashplayer for win7 64 bit, of 9MB approximately, but the file i get has name "install_flashplayer11x32_mssd_aih.exe" (NOTE THE NUMBER 32) and this file just wont install it ends with error message: HOST: Unable to load application configuration ...
    By google i found also file install_flashplayer11x64_mssd_aih.exe (NOTE THE NUMBER 64) ... this file runs the install, i get the final screen saying "installation completed" but after clicking the "finish" button i get an error message saying "an error occured while sending a command to the program" ...
    I am just getting mad ... its 3 days i am trying to figure aout this problem ...
    i also tryed files as "install_flash_player_11_plugin.exe" , "install_flash_player_11_plugin.msi" , "install_flash_player_11_active_x.exe" and "install_flash_player_11_active_x.msi" ... those files actually proceeds with the install, but at the end, the videos are still not displaying ...
    When i am checking the plugins statuses in my firefox addons manager, it says Shockwave Flash is all right ...
    The precedent version of flash player was working just fine, i do not understand why you must make such a mess every 2 months ...
    How do i get work this?

    yes, the pages is http://get.adobe.com/flashplayer/
    the page says:
    Adobe Flash Player 11.3.300.257 (9.36 MB)
    Your system: Windows 64-bit , English, Firefox
    but when i click the "Download now" button i get the file named "install_flashplayer11x32_mssd_aih.exe" (NOTE THE NUMBER 32) which wont start and after few seconds i get the message "HOST: Unable to load application configuration"
    but finaly i solved the problem ... i just installed the file found by google on some private page "install_flashplayer11x64_mssd_aih.exe" (NOTE THE NUMBER 64)
    (the page is here: http://www.ziddu.com/download/16693235/install_flashplayer11x64_mssd_aih.exe.html)
    and after that i disabled the protected mode of flashplayer by adding a line in the cfg file
    the howto is here: http://forums.adobe.com/thread/1018071
    i must say its quite shameful one must get this torture to have movies playing on websites ... this cant happen at open source stuf, at least not for 3 days ...
    and being already here and complaining, i must say also (i hope some adobe emploee will read this) i am quite disgusted (and i believe not only me) by adobes bad habit to provide other software than flashplayer, when they include mcafee antivir into the install ...
    it is literally taking the user as a stupid one ...
    if i will need an antivir, i will look for it ...
    i just hate when some society tries to infiltrete in my comp some crap software counting on possibility that at the download i will not pay enough attention
    its just ridiculous and shameful behavior

  • Unable to load application configuration?

    All of a sudden, a couple of weeks ago, adobe flash stopped working in Internet Explorer 10. I've gone through all the steps I can find on the forum to try to get it
    to load. I even uninstalled it and the plug in for firefox, but it still wouldn't download, even directly. The error message that boinks and shows up as the exe file is installing it is:
    Unable to load application configuration.
    I'm running windows 7 pro 64 bit, service pack 1
    Internet Explorer 10, 10.0.9200.16635   v 10.0.7
    Adobe Flash version is gone, now that I uninstalled it to try to install, but was trying to install the update that it alerted me to, that is version 11.8.800.94, I think.
    I went away from IE when there was no adobe flash for 64 bit, but came back and have enjoyed it. I see others have had similar problems, seemingly around installing an update.
    Thanks for anyone's help.

    Download and run the offline installers from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header (nder the heading Progress bar hangs...).

  • I have a pop up which I can't get rid of which states: "There is no application set to open the URL ximadpzl://save_ximad_token----/"

    I can't get rid of a message which keeps popping up which says:
    There is no application set to open the URL ximadpzl://save_ximad_token/(etc)
    I have no idea to what they are referring and I can find no application which satisfy this requirement. How do I get rid of this message? It won't go away. I have tried turning off the computer, closing Safari, etc.

    All of these suggestions (delete caches, restart, terminal commands, etc) do nothing to actually LOCATE the problem. They are just standard purging processes, and they have all failed to achieve resolution.  And it is NOT Little Snitch either (tried turning that off and nothing changed).  All these forums on this matter have been speculative and useless.
    Ladies and Gents... I have found and isolated the ACTUAL PROBLEM.  It is a Safari Extension that is doing it... specifically "VideoCatcher 5.3.8" which for me was installed with MovieSherlock.  The extension adds the ability to download YouTube movies directly from Safari (by showing a small download button next to any embedded movie). When I remove that extension, all the annoying pop-ups go away.
    MovieSherlock is not the only utility that does this however. There are several YouTube downloaders out there that ALL install an extension that detects YouTube videos on the page. I bet my hat that many (if not all) of you who are experiencing this pop-up issue... have installed one of those downloader utilities.
    So, the solution is simple: disable that extension. If you need to download a YouTube video from a page, either temporarily enable that extension again as needed, or leave the Safari integration disabled and launch the actual utility itself and enter the URL into it for your download.
    I would expect that MovieSherlock and the other YouTube downloading utilities will need to update their extensions (soon?) to deal with Yosemite's new browser script management.
    PROBLEM SOLVED.

  • How to automatically activate a third party application upon MAC startup on OSX 10.9.5?

    I am trying to automatically activate a downloaded application upon the startup of the computer.  This particular app is one that works in the background.
    Thanks for the help

    1) Open System Preferences -> Users & Groups, then select your account.
    2) Select "Login items" and click "+" button to select application.
    3) Check out "Hide" checkbox.

  • Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Hello Bradley,
    sometimes the "opm.db file" is the culprit. In this case you should delete it.
    But as much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool.
    Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: ... helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html and if "open" please use chat, I had the best experiences.
    Good luck!
    Hans-Günter

Maybe you are looking for

  • HP Laserjet 4350n

    Hello, I was wonder if anyone had any suggestions for two issues we are experiencing with HP LaserJet 4350N printers: We have one HP Laserjet 4350N printer that is hooked up via USB, with PCL6 drivers, using the winprint RAW printer processor, and co

  • 8.0Gig DVDSP file size.  How To Make Smaller?

    Just when I keep thinking I'm "finally" done with my project . . . something else comes up. The file size of the project is presently about 8 Gigs. The duplication house I went to suggested NOT having a project of that size, as the media that they wo

  • Exchange Rate Variance line showing wrong Account

    Hi, Our company is using Oracle EBS R12.1.3. When our Finance users do foreign currency transactions in Payables and match an invoice to the PO then, on the invoice distribution lines, there are two lines (one with the Line type "ITEM" and the other

  • I just purchased adobe 13 updrade from my 12. How do i install this?

    How do I install adobe 13? I just purchased it from you and have a serial number.

  • Flash Pro is ignoring changes to my base class when publishing / debugging

    Hi, I hope this will be in the correct section of the forum. I've been working with Actionscript 3 since a while now although most of the time I've just done straightforward coding using Flash Develop. This is the first time I'm building a more or le