Application runs under 1 account not another.. 10.4.11

Hi
I have a G5 with 10.4.11 with multiple user accounts. I have a application which will work under 1 account but not another. I've erased and re installed the software under the account I want it to work but it still does not work. I erased the software and all the associated folders for preferences and such and it still does not work.
I've tried as well to fix permissions and set all access to read write for all users on various folders for preference and plists... still nothing. My last resort is to archive and install the OS again.
Any direction would be helpful.
Thanks
Steve

Which application?
I've encountered something similar with FujiFinePix for downloading pictures from a camera. It will only work in my admin. account, but the camera's not mine.

Similar Messages

  • Application Runs Under Windows 8.1 But Not Under Windows XP (I Know XP Is Deprecated)

    The problem is with the obtuse error message put out by Windows's program loader. It reads, in part, "..is not a valid Win32 application." The application runs everywhere except on Windows XP. Looking for root cause of the problem. It's a very
    simple application. Only a few lines of code. 
    C:\Packaged-Software\32-BIT\Reboot.exe is not a valid Win32 application.
    Proposed nature of the problem:
    1. The file was downloaded from a website but the download was incomplete.
    2. The full file system filename path contains bad characters such blank space.
    3. Visual Studio constructed an application that won't run anywhere much less on XP.
    4. The supporting libraries are not properly installed (e.g. .NET Framework4, and VCREDIST).
    Retorts:
    1. The file wasn't downloaded from a website and is intact.
    2. The filename path doesn't contain any spaces.
    3. The application runs under Windows 8.1.  Also on Windows 7.
    4. The supporting libraries are properly installed.
    So, what's the problem?  One surely will not discover the root cause from "not a valid application."
    Body must be 4 to 60000 characters long.  I had put the code here.  It isn't 60000 character long.  But it validated as if there are more than 60000 characters.  Sorry for the incomplete submission due to website construction error.
    MARK D ROCKMAN

    Hi F7H2fw,
    How did you develop the application ?
    Here is a similar symptom and this may explain the issue somehow:
    Setup.exe is not a valid Win32 application
    http://blogs.msdn.com/b/vsnetsetup/archive/2012/10/16/setup-exe-is-not-a-valid-win32-application.aspx
    I suspect there is a compatibility issue here .
    Considering this is more likely a developing issue .It is recommended to ask for help from our MSDN Forum .They are more familiar with the developing issue .If it is possible ,please attach the code in that thread .Thanks for your understanding and cooperation.
    MSDN Forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SSO to partner application running under IIS

    Hi,
    We have a complete set-up for 9iAS Release2 where some applications are running. In parallell we have an application running under IIS, and would now like to enable the IIS application as a partner application to 9iAS letting the 9iAS SSO server handle the authentication.
    In the documentation of Oracle Proxy Plug-in I read that this proxy plug-in can be used to proxy requests from IIS to Oracle http server (OHS) and also in this way enable SSO.
    My question is if this can be done only for applications running under 9iAS but having IIS as web server, or if it is also possible like in our case to enable SSO via the proxy plug-in to applications runnind under IIS?
    If this is not supported is the only available solution to use the SSO SDK in my IIS application?
    Thanks and regards,
    Rikard

    Here's a DIY answer.
    See Metalink Note 269820.1 which shows you how to use Perl to overwrite the host name in the HTTP header and remove the port number.

  • Transfer application from one account to another

    Is there a way for me to transfer application from one account to another,  I want to transfer certain applications from my account over to my wife's account on iTunes.

    No
    Sorry

  • Applications running under Managed Account not able to connect to servers

    My kids use a Managed Account on my MacBook (running Lion).  They have two games (Roblox and Minecraft) which can not connect to their particular game servers.  These games work fine when running under the Administrator account.  I believe that the ports that these games are trying to connect to may be blocked when running under a Managed Account.  The firewall is disabled.  Is there a way to open up specific network ports to programs running under Managed Accounts?

    Still don't have an anwer for you, but just a few thoughts... So it would seem that creating a Managed account automatically invokes some user account firewall settings, since the game works under your admin account. I was  able to access the System Prefs under a managed account to see about opening up the port in question, but if this is indeed the problem, the firewall isn't the GUI kind.
    It's possible that there would be a terminal command to do so, but I wouldn't have a clue about how to do that.

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

  • Background Task running under initiator not under WF-BATCH

    Hi All,
      I am trying to resolve a problem with a Background task running under intiator. Since the initiator does not have authorization to execute the task, it is not working.
    My understanding was, all background tasks will run under WF-BATCH!!. Is it correct?.  in 4.7, it is working this way.
    However in ECC 6.00  the background task before the first dialog work item is executed under 'intiator' in this case.  I have moved the same task after first dialog work item, and it was executed under WF-BATCH.. I cannot move the task after the dialog workitem as the task need to be executed immediatly after the creation of workflow.
    1. How can I run the task in backgroud under WF-BATCH?
    2. Inside the task, I am running a BDC to update a flag in downpayment transaction created using F-47. How can I run the process under batch user to overcome the authorization issue that initiator will not authorization.
    I am running this workflow in SAP ECC 6.0 level 13
    Any help is really appreciated..
    thanks in advance for your help.
    johnson

    This issue can be resolved with triggering the event using the additional flag export parameter 'CREATOR' in function module  ''SWE_EVENT_CREATE_FOR_UPD_TASK' as WF-BATCH. I was not passing this parameter and hence it didn't work in ECC 6.0 as it take who ran the process as creator and ran the background task under that users id.
    Thanks Rachid for your input to resolve this problem.
    johnson zavier

  • Queries running under JBoss Not Working

    I'm using Kodo 2.3.2 running under JBoss.
    It seems like if I attempt to run the same JDOQL query within a single
    transaction under JBoss the second time I run the query I see that Kodo
    appears to be querying the entire extent of my class instead of performing
    my JDOQL query.
    For example,
    I have a simple JDOQL function like:
    runQuery()
    Extent e = aPM.getExtent (Persname.class, true);
    String aFilter, anOID;
    aFilter = "pers.objid == aObjId";
    // Create a new query for the specified class and filter
    Query query = aPM.newQuery (e, aFilter);
    query.declareParameters("double aObjId");
    // execute the query
    Collection aColl = (Collection) query.execute (aPersOID);
    if ( aColl == null )
    this.setResults("ERROR: NULL collection returned from query");
    return false;
    } // end if
    // iterate the results and close the query
    If I call this method twice in my session bean I see this the first time
    (which is correct SQL):
    SELECT t0.ObjId, t0.PersObjId, t0.StpDate, t0.StrDate, t0.TypeCd FROM Pers
    t1, PersName t0 WHERE (t1.ObjId = '44946832753163' AND t0.PersObjId =
    t1.ObjId)
    Then on the second call to the method I see this:
    SELECT t0.ObjId, t0.PersObjId, t0.StpDate, t0.StrDate, t0.TypeCd FROM
    PersName t0
    connect:
    jdbc:microsoft:sqlserver://ML1JXT0C:1339;DatabaseName=SMSTHtndIT6DJDO;Select
    Method=cursor (sa): 1
    then Kodo seems to iterate the entire table using all the primary keys.
    Has anyone seen anything like this?
    Also, when I run more than one query, the second query performs
    significantly slower (5 - 6 seconds).

    Fred,
    That was the problem, once I configured IgnoreCache=true I didn't see that
    behavior anymore. Thanks..
    "Fred Lucas" <[email protected]> wrote in message
    news:[email protected]...
    What is the javax.jdo.option.IgnoreCache property set to? If this is
    set to 'false' and you run a query after modifying an object in the
    transaction, then we perform the entire query in-memory, for transactional
    consistency reasons.
    -Fred
    In article <[email protected]>, TJanusz wrote:
    I'm using Kodo 2.3.2 running under JBoss.
    It seems like if I attempt to run the same JDOQL query within a single
    transaction under JBoss the second time I run the query I see that Kodo
    appears to be querying the entire extent of my class instead of
    performing
    my JDOQL query.
    For example,
    I have a simple JDOQL function like:
    runQuery()
    Extent e = aPM.getExtent (Persname.class, true);
    String aFilter, anOID;
    aFilter = "pers.objid == aObjId";
    // Create a new query for the specified class and filter
    Query query = aPM.newQuery (e, aFilter);
    query.declareParameters("double aObjId");
    // execute the query
    Collection aColl = (Collection) query.execute (aPersOID);
    if ( aColl == null )
    this.setResults("ERROR: NULL collection returned from query");
    return false;
    } // end if
    // iterate the results and close the query
    If I call this method twice in my session bean I see this the first time
    (which is correct SQL):
    SELECT t0.ObjId, t0.PersObjId, t0.StpDate, t0.StrDate, t0.TypeCd FROMPers
    t1, PersName t0 WHERE (t1.ObjId = '44946832753163' AND t0.PersObjId =
    t1.ObjId)
    Then on the second call to the method I see this:
    SELECT t0.ObjId, t0.PersObjId, t0.StpDate, t0.StrDate, t0.TypeCd FROM
    PersName t0
    connect:
    jdbc:microsoft:sqlserver://ML1JXT0C:1339;DatabaseName=SMSTHtndIT6DJDO;Select
    Method=cursor (sa): 1
    then Kodo seems to iterate the entire table using all the primary keys.
    Has anyone seen anything like this?
    Also, when I run more than one query, the second query performs
    significantly slower (5 - 6 seconds).
    Fred Lucas
    SolarMetric Inc.
    202-595-2064 x1122
    http://www.solarmetric.com

  • VI server application runs under debug mode but not other wise

    I have an application which uses VI server to call vi's on my targets hard drive. When I run this using the highlight execution( or debug ) this works OK, however when I run without this I get error 66, connection closed by peer. When I look at my target using a direct monitor connection I get various messages relating to memory errors. I have run virtually the same code calling a simpler application and this seems to work fine, however when I simply target the RT engine with the same code ( using the RT comms wizard construction) I don't get a problem. This should, I think, be using the same amount of memory. What is the best was of assessing the memory available against the memory required? Do anyone have a
    ny ideas as to why the VI should run with execution highlighted and not without. I have tried adding delays so simulate this but it doesn't seem to work.

    Check out this KnowledgeBase article. It describes how to enable a memory monitoring tool that might help solve your problem.

  • Flex application running under AIR takes a long, long time to start.

    I have a flex application which runs on a desktop under AIR. The application has an assets folder with 3,500 mp3 soundclips totalling about 50MB. The problem is, the application takes around 90 seconds to load. I'm sure that AIR is scanning the application folder and doing something with the contents because if I delete the assets folder it loads in about 5 seconds. Does anyone know why AIR/Flex would do this, and why it doesn't exhibit the same problem if I run or debug in Flexbuilder on eclipse? It's making my killer app unusable!
    Thanks
    Paulo

    Well, I've spent a bit longer looking at this now, and the problem appears to lie with my encrypted local store. The first thing that happens is for the app to read the product key from the ELS. But, it fails (for some unknown reason). So, the app seems to hang there for 90 seconds until it eventually renders the welcome screen. If I remove the assets folder it still fails to read from the ELS, but only takes a couple of seconds to start the welcome screen. This is where the scanning of the application folder seems to come into play, because if I remove the code which reads from the ELS the app starts within 2 seconds whether the asset folder is there or not.
    I think the slow startup and the scanning of the assets folder are just symptoms of a different problem, i.e. a problem with the ELS. I don't have the same problem with my development environment though - it's only when I test deploy the application.
    Thanks for your help on this problem EgorKDie. I think I should be able to resolve it once I can sort out why the ELS is being awkward.

  • Transfer purchased applications from one account to another.

    I recently created a new iD Apple but I can not transfer purchased applications from the old account to the new one. How do I?

    Purchased apps, music, etc. are forever associated with the Apple ID used when they were purchased.  You can't transfer them to another account.

  • ADSL up and running but account not live until 24/...

    Just off by chance happened to put in my btinternet username and password into my adsl2+ router and it connected fine and I can now access the internet (using 3g right now though) the profile is set to 2000 and connected as ADSL but not ADSL2+ yet as it should not really be 'live' yet.
    Under BE/Sky who I have being with before I connected at anything between 18-22mbit so fingers crossed for BT
    My main questions are:
    Am I safe to use the router now or will this mess up the 10 day training period?
    Is it normal for it to connect as ADSL first and not ADSL2+?
    If it should be ADSL2+ do I need to get this changed before I get my Home Hub 2?
    In the meantime I have powered off my router as I do not want to mess anything up.
    Dale
    Solved!
    Go to Solution.

    21CN and all the BT tests done so far have pointed towards a connection of 15mb+ so this is the reason why I signed up to pay extra for BT Total Broadband Option 3.
    As long as I get back to ADSL2+ by Monday when my account officially goes live then I will be happy, even if there is a slight drop in speed I can live with that what I cannot live with is if it sticks to 8mb because of a lack of connection points in the exchange and will be asking BT to resolve it asap.
    My concern now is if I am connected to the DSLAM which means I will be stuck with a connection at half the speed of what I paid for before and paying more for it.
    Really appreciate your help on this just worried now they have stuck me on ADSL and there won't be anyway to migrate onto ADSL2+

  • Do JSP applications run under Oracle 8i?

    How can I run my JSP application under Oracle 8i?
    Do Oracle 8.1.5 or 8.1.6 include JSP server?

    Oracle 8.1.7 (the next release of Oracle8i) will have the webserver to support JavaServlets and JavaServer Pages
    raghu

  • Can you move applications from one account to another?

    My wife accidently purchased two apps before she realized that they would not work on her iPod. She has a Nano and she bought iPhone/Touch apps. I would like to get them on my iPhone which is synced to my Mac (not her ugly windows laptop.)
    I get a "You are not authorized, na na na na na na" notice when I try to sync them to my phone.
    Is it possible to move them?

    No, you cannot. Apps are DRM-protected and linked to the iTunes Store account used to download/purchase them (this applies to both paid and free apps). You could only use them if you are signed into her iTunes Store account (in which case you would have issues with your apps) and your computer is authorized on her account.

  • Itunes connects in one account, not another

    I have two user accounts set up in my computer, one for the adults and one for the kids. When I open itunes in the adult account, it works fine. When I open itunes in the kids' account, it won't connect to itunes store, even if I use the adult itunes account. How do I make it connect in the kids' user account?

    If I recall correctly, some folks had success with disabling Vista parental controls on the kid's windows user account.
    After that's done, start itunes and log into the itunes store with the kid's itunes account.
    Then close itunes, and change the Vista permissions back to have controls.
    After that, the kids should be able to log into the store with their itunes account - with Vista parental controls intact.
    I can't remember the exact steps posted, but it was an iTunes bug tied to not handling Vista parental controls correctly.
    just thought of something else, it might also be a problem with the additional itunes preferences > edit > Parental tab.
    You might try turning that off, logging the kids in, then turning it back on.
    Message was edited by: Katrina S.

Maybe you are looking for

  • GL account field in PO reference is blank

    Dear SAP Guru, In MIro, In PO refernce details, GL account is coming blank in case of procurement done against account assignment like WBS, sale order, network. in case of cost centre,  GL account is fill up with GL account in Miro PO reference. Kind

  • How do I make all my apple devices play the same song at the same time?

    I went to a party once and one of their family members was in charge of music. They used iTunes on a laptop and used their wifi hub with itunes, they then had all Apple devices connected to the laptop (through wifi) and played the same song in every

  • Cannot connect to the specified SQL Server instance

    I am trying to install Microsoft System Center 2012 R2 Virtual Machine Management. I am getting the following error: Setup cannot connect to the specified SQL Server instance. Ensure that the server name, isntance name, and, if speceified, port numbe

  • E72 using Ovi Maps, no sound through BT Carkit Par...

    Hi, I am using the latest FW (updated today) and when using Ovi Maps I hear no sound through the carkit. Is there a setting which I have to change?

  • Migrating from a Plam T E2 to a 'New' Palm T E2 ?

    Ok - working on another plan . . . I have several reconditioned Palm Tungston E2's that I bought off Amazon . . . and am having trouble syncing to the 'new' Palm.  The Palms are the exact same hardware - all Tungston E2's.  The instructions on the HP