Multiple users applications problem

Hello everyone, I have looked in past topics about mulitiple users issues but did not find the answer I am looking for.
I have created a new user account with admin privileges. I did that to ease my multiple .mac accounts with iweb and it works fine but I am annoyed that I have to hunt for the licences for each application that I open. If I have a registered application on the computer why do I have to reenter the licence code again to use it on the same computer?
Is there a way around it or a short cut to doing it as I have a lot of applications that I may want to use.
Thank you for your help.
Mireille

Mireille Green1 wrote:
Thank you I did not know that and now I do. I guess that means that I won't have to do them all, it's a relief.
Thanks again
Mireille
I don't know how unix-savvy are you.
Sometimes the apps create invisible files under ~/Library/Preferences, or they generate some strange file names.
To detect what the application stores in the Preferences folder, you can use the terminal and write:
ls -lRA ~/Library/Preferences
before giving the application its serial number, and then repeat the same command after the application has been satisfied.
Comparing the two listings will detect whatever files were written by the application.
Of course you can do it all with the unix commands:
before:
ls -lRA ~/Library/Preferences > ~/tbfr
after:
ls -lRA ~/Library/Preferences > ~/taft
and then compare:
diff ~/tbfr ~/taft
Ciao,
Ermanno

Similar Messages

  • Multiple user login problem with ADF

    Hi All,
    I am using Jdev 11g. I have an ADF application which is running inside JDev enbedded WLS. I implemented "Authentication Only" security into the application and created a few users. If I try to login/logout/re-login with individual user, all of users work perfectly. However, when I have one user already logged in, I open another browser and try to login with another user (or the same user), I always get an "Error 403--Forbidden" error. Basically I have an application which can only work for one user at one time. Does anyone know how to fix this problem so that I can have multiple users logged in at the same time?
    Thank you very much in advance,
    John

    Chris,
    Thank you for your response.
    I am using Firefox version 2.0.0.20. When I add the security component into my ADF application, I just take whatever it has by default without any customization. That includes default login.html and error.html. Here is my experience,
    1) Execute my starting task flow activity inside the JDeveloper. This will invoke a new login page in my default browser Firefox.
    2) Login the application with user "abc" and do something. Keep this session open.
    3) Open another Firefox browser and enter login URL. and then Login the application with user "xyz" (or even "abc"). I got the error page.
    To me, it should be basic web application behavior. I can do things like this in other J2EE application. This one doesn't make sense at all. I am not sure if this is the behavior I would see when I deploy it to a standalone WLS.
    Any ideas?
    Thanks,
    John

  • Multiple Users & Applications

    Does having multiple users double the amount of applications, therefore taking up more hard drive space? I'm curious about that as I was thinking of making another user account on OS X.

    No. Just put all applications in the /Applications folder at the top level of the boot volume. All users have read access to this folder.

  • Users & Applications problem

    HI!
    I have a problem giving access privileges to the users over the applications and i really don't understand what's happening. I have 4 users in my domain and i attached them to a team called TeamAdmin with full access (System admin, primary admin and secondary admin) in the task profiles module and read & write rights over the applications in the member access file.
    But when i try to run the connection wizard to update the applicationset, it says that user doesn't have any Applicationset avaliable.... Right now i'm running out of Ideas.
    Maybe do you know a way to make it appear or maybe theres a file that I could modify to fix it?
    I forgot, the version is BPC NW 7.0 SP05
    thx!!
    Edited by: Giovanni Gomez on Apr 9, 2010 6:42 PM

    HI!
    I manage to discover something very interesting. I'm using an external domain and the bpc administrator is from that domain. When I try to give rights over the applicationsets to a user from that domain different from the administrator it doens't work, it says that there's no applicationset avaliable  for that user, but when i try with a user created in the local machine domain it works perfectly.
    thx!

  • Multiple user

    Hi, I'm a newbie to this forum.
    I've just come across the lightroom product and have downloaded a demo.
    It looks great, but am I able to use this to allow multiple users to manage the files? i.e. on a server. Or is this software designed for use by one user on one PC?
    If not does any other Adobe software offer this functionailty?
    Thanks a lot.

    Unfortunately, Lightroom does not support multiple users.  It is not a multiple user application and cannot be used in the way you are wanting to.

  • Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to.

    Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to. 
    I'm NOT in any way a Terminal Services expert and I need help trying to get an application program working in a multi-user environment.
    The issue is that the printer changes for every user that is logged in. The application needs to print NOT to the default printer, but to a "special" printer which is selected in the application... let's call it a label printer to simplify the explanation.
    You have your default regular printer, easy for the application to find that one, and then you have a special printer that labels get printed onto. The application needs to know what printer is the label printer. So we allow the user to select that in the
    application and the selection is stored in a config file in 
    C:\ProgramData\mfgr\prog\setting files
    I don't have access to the application so I can't change how this works.  
    In the "regular" world, selecting the label printer driver to use should be per machine, NOT per user. When a new user logs into a machine, the physical printer doesn't go "poof" and a new printer suddenly appear. Same printer for all
    users.
    Yet in terminal services, the physical machine is "merged" with the virtual machine on the server. And there can be many users logged in at the same time. So each users real machine (and real printer) is injected into the "fake" terminal
    services machine. The name of the printers is made unique for each user. So the printers DO go "poof" and change names depending on the user logged into terminal services.
    So user "A" logs in and sets up the application to print to "LabelPrinterForUserA" (or whatever the name of the printer happens to be), that setting is stored in the ProgramData subfolder, and all is well. Later, user "B" logs
    in, and when they print, the application tries to print to "LabelPrinterForUserA" which doesn't exist for user B or is only accessible by user A. If user B re-configures, that breaks it for user A. 
    SOLUTION 1: The way that /should/ work (in my mind) is that you define one "generic" printer in Terminal Services... call it "Virtual Label printer" and when the user wants to print to it, the print job gets re-directed back to whatever
    physical printer is actually connected to their local workstation. There is a map of virtual printer to actual printer depending on the current user. The application is told once to print to "Virtual Label Printer" for all users.
    SOLUTION 2: Or... there should be some way to make the ProgramData sub folders separate per user. E.g. when user "A" tries to access:
    C:\ProgramData\mfgr\prog\setting files
    they actually get 
    C:\UserData\UserA\AppData\mfgr\prog\setting files
    and user "B" gets
    C:\UserData\UserB\AppData\mfgr\prog\setting files
    So the question I have is: Does either of those solutions exist hidden somewhere in the setup of terminal server? Or is there another way around this issue that I don't know?

    I don't really have a "for sure" answer to this, but because people here can't seem to deal with a question that hasn't been answered I'll provide the best answer I did receive from ServerFault.com user Nathan:
    I can feel your pain with using old software on terminal servers ...the solution I've come up with definitely won't scale as it requires some manual configuration, but I've gotten this method to work with our label printers (which require to be
    printed to an LPT port...yep, that old).
    Share your USB-connected printers to the network on each machine. Then, have the user log in on aunique session for each of them
    (a TS account cannot be shared among computers for this to work) and install a network printer pointing to the USB one they shared. Try to use a DNS name to account for possible DHCP movements.
    After, it should work. Each user can do this since display names can be identical as long as the ports are different (which they are).
    This was clarified by the following series of comments:
    I think you are on to something here, and I originally advised the admin to do this. The problem he ran into is that it setup the printer names in the TS as "printer on usersworkstation"
    and he could not rename it except to change the "printer" to whatever. E.g. the "on userworkstation" remained. I believe there is another way of installing the printer which avoids this, but I can't find it. Ages ago, one used to do NET
    USE LPT2 \\computer\printer password /USER:domain\user /PERSISTENT:YES and then tell the driver to print to LPT2 –  James
    Newton Mar
    17 at 16:21   
    @JamesNewton That's actually the exact method we used. The way around the "network printer" part is to install it as local printer and map it to a TCP/IP port that way. –  Nathan
    C Mar
    17 at 16:28
    You mean in the case where the printers are TCP/IP connected and not local USB / LPT to the users workstation? That makes sense. Wonder if this will work for USB connected printers... –  James
    NewtonMar
    17 at 16:35   
    @JamesNewton You'd share the local printer on the client's PC then on the server connect via TCP/IP to it. You'd need static addresses or use DNS names if DHCP, though. –  Nathan
    C Mar
    17 at 16:51
    Ah. Yes. I see. Looks like the LPT thing should work even with a USB connected printer:superuser.com/questions/182655/… –  James
    Newton Mar
    17 at 17:09   

  • Read only / save problem when multiple user accessing PDF

    When accessing a PDF-file from a network location (where multiple users might have the file open simultaneously) I have noticed a problem.
    First of all you will not get notified when opening the file that it is open elsewhere, there is no "read only" mode in this case.
    Secondly (and worse) is the fact that the person having opened the file first is prompted to save it under a new name when she/he is saving changes since "file is open elsewhere".
    This works quite the opposite of what most Windows applications do.
    Is it a problem in version 7 and 8 of Acrobat only?
    I have heard from the support previously that it might be unsupported functionality to use network drives for editing. Is that true?
    If you are doing updates after a review but want to share the outcomes of the review this quite annoying...

    I agree, and I have seen the same points as well, but...
    During the update process after the review many reviewers are looking at their comments and how they were handled during the review meeting and at the same time the authors (yes, for documents such as a requirement specification there will be more than one author) are doing the updates to the original document.
    We are also updating the PDF with the changes made by adding new replies to the comments and also changing the status of the comments once more.
    The logical approach when opening a file is not to display a text box, but to add the information in the title bar of the program. That way you do not add an extra step to the people who only want "read only" access.

  • Multiple user sessions for ADF application

    Hi All,
    We have a ADF application with 3-4 pages starting with a login screen.
    Assume we have two users, user1 and user2. In same system but different browser windows, when both users are logging in, only user2 's session is active. Though user1 logged in first and is able to perform transactions, the moment user2 logs in, user1's session is being over-written by user2 (user1's window now displays user2's information). I have observed the URL of user1 window which now changes to user2's URL (_adf.ctrl-state parameter of user2 is displayed in user1 browser)
    How do we overcome this?? We have a requirement to be able to open multiple user sessions.
    We are using JDeveloper 11.1.2.3.0 and browsers being used are IE 8, IE9 and chrome.
    Thanks,
    Deepti

    Hi,
    Continuation to my above question
    I am using these two statements in my code..
    ExternalContext ectx = FacesContext.getCurrentInstance().getExternalContext();
    HttpSession httpSession = (HttpSession)ectx.getSession(true);
    On any event in Window1, I gues it is getting the context and session of window2(this being the latest)..
    Shouldnt it return the context and session of the current window instead of the latest window???
    This problem is well explained here
    internet explorer 8 - How to avoid session sharing provided by IE8 programmatically in Java EE application? - Stack Over…
    I want to know.. what is the best way to handle this in ADF... We are using managed beans with request scope and using HttpSession to store few values like user Id.

  • Reg: WorkItem &  Mail Inbox Problem for Multiple users In workflow

    Hi,
    I have developed a wofkflow application to sent SAP mails and Workitems to multiple users. I Have a Container which has the property as multi line. and i mapped this container variable with expression of my mail step. This means i can send multiple mails at the sae time....Its working Fine. But the problem is,
    Suppose I am sending mails to User1 & User2. Both are receiving the mail, But if user1 read the mail user2 mail is set as read document instead of unread doucument.....
    How to Solve this? any solution ?

    Hi
    See if this document is of any help to you.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6456e89-0a01-0010-0189-a7961fe42034">An expert guide to new SAP workflow capabilities</a>
    Regards,
    Raj

  • Problem sharing remote tooltalk session by multiple users

    I need advice on how to create a remote tooltalk session and have it shared by multiple users. Currently, I have a few remote ttsessions, but I'm running into with TTauthority to let others share those same sessions. Is there any way to have a common tooltalk session which would support a dynamic number of users?

    I'm running into issues with Tooltalk's security
    mechanism ttauth. I need help to setup up a main
    session (one MIT Magic Cookie) which would be shared
    by mulitple users. The problems are occuring with new
    MIT Magic Cookies being generated per new user login.
    I have tried the extract and merge approach to get
    other users' information, but this has proved to be
    an inefficient way for applications to communicate
    with each other. Please help!

  • Multiple Users per Application

    Hi there,
    I got the following problem. We want to install/run an application via java ws that should be used by multiple users. So we want to install it once with a admin user and all the other users should be able to run it without installing it themselves. At the moment every user completely installs the client.
    Is there any way in solving this?

    yes, you will need to make use of the system cache and import feature in java web start 5.0
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/javaws.html
    javaws -system -import ...
    to install web start applications into the system cache.
    configure the system cache via deployment properties file: (deployment.system.cachedir)
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html

  • Question/Problem Sharing iTunes Library between multiple users

    Hello all,
    I have a question (potential problem) regarding sharing an iTunes Library between multiple users.
    In the past, I had placed the iTunes folder in /Users/Shared, and created an alias to it in the "Music" folder of each user, and it worked fine.  However, with a recent upgrade to Mac OS 10.5, only the Home user account can access the library. 
    I read the Apple Support Document http://support.apple.com/kb/ht1203 uner Mac OS X which specifically states *not* to move the iTunes folder, just the iTunes Media folder (which I don't have, would that be iTunes Music?).
    Any recommendations?  Should I delete the different alias, move the iTunes folder back to the home user, and then follow the instructions in the support document?
    We're also looking to sync music purchsed on our iPod touches, as well as apps (which weren't supported in our privous Mac OS X version.
    Any advice is appreiciated.

    David Guay wrote:
    ... iTunes Media folder (which I don't have, would that be iTunes Music?).
    yes.
    specifically states *not* to move the iTunes folder
    *do* keep the entire iTunes folder in /users/shared, however, instead of creating aliases, launch iTunes while holding the option (⌥) key, click choose library when prompted, and select the iTunes folder in /users/shared.
    obviously, only one iTunes at a time can access the library !

  • HT1206 Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

  • How can I sync Iphone to a PC calendar then have multiple users share that calendar? Is there an application that does that?

    How can I sync Iphone to a PC calendar then have multiple users share that calendar? Is there an application that does that?

    If it is actually an exchange calendar, and it's not linked to a specific user, it should be possible to simply add the exchange account to each device in question and have that exchange account only sync the calendar.  Then every user has access to the same calendar and can add/edit entries to the calendar as needed.
    The same would apply if it were a Google calendar added via Exchange.
    If the calendar is not actually on Exchange, but rather added from an outside source, it will depend on that outside source where the calendar originates.

  • What's the problem with having multiple users with the same UID?

    I've got three edit systems connected to the SAN using open directory off our server.
    I want all edit systems to have read/write access to everything created. I don't need to protect anything from any of the systems. With all three systems logged on using the same user, I never have to change permissions.
    The other cool thing about this is that Final Cut Pro will let me know if someone else is modifying a project that I have open with the warning:
    “The project "projectName" has been modified externally. If another user is working on it, saving will overwrite their changes. Do you still want to save?”
    This sounds great, right?
    RED FLAG!!!! Apple gives the warning in this article:
    http://docs.info.apple.com/article.html?artnum=302450
    "You should not allow two users with the same UID to access an Xsan volume at the same time."
    So why is it bad to have two (or more) users with the same UID?
    I can see that in some situations it means that you can't prevent people from read/write privileges. But I don't want to restrict privileges.
    What am I missing? With all of these warnings, it seems like if I do this my edit systems could all explode or something. Please help me understand the potential ramifications of having three users have the same UID.

    Hi Russell,
    1) If you have OD set up and "editor" has UID 1111, then when they log in to any machine that's bound to OD as editor, they will get UID 1111. Therefore, there won't be any of these permission errors. This is typically the recommended approach.
    2) I assume you mean "You'd prefer to not using open directory?" Whatever the case, OD isn't mandatory with Xsan -- it's just that with multiple user accounts, managing them centrally tends to be easier. For 3 or 4 accounts and 3 or 4 machines maybe it's no big deal. If you go larger, it could get a lot more complicated. That said, if you set it up such that each machine has the exact same set of users (as you said, Mary = UID 502, Fred = UID 503, William = UID 504), then you can do what you want. Mary can log in from multiple machines at the same time, and in general you won't have permissions problems. Of course, if you try and read and write the same file from multiple workstations at the same time, you will get file locking issues, which will prohibit somebody from successfully writing the file.
    File locking issues are different from general permissions errors. The former basically says "hey, someone else is editing this file. Therefore I won't let you edit it right now... you can read it if you want though." Permissions means somebody saves it, and Xsan thinks you saved it and own the file, when you really don't.
    Quad-Core PMG5, 4 GB RAM, 7800 GT, 1 TB disk.   Mac OS X (10.4.4)  

Maybe you are looking for

  • How to receive receipt in third-party system?

    I want to send message from third-party system via HTTP-adapter and integration server to SAP MDM. I have created outbound interface for my third-party system, message for this system, message mapping between my messageand ABABusinessPartner, scenari

  • Why did Lion download updates I didn't select?

    A couple of days ago I checked for updates for my Lion - I was in particular looking for the Java update to fix the recently reported security issue - and selected 2 items including the Java update for downloading.  I checked the size of the items an

  • IPad with an external videocam?

    why is it not possible to make videos with ipad with an external videocam (using ipad as an online-monitor)?????? or ist it????

  • Is it possible to change bill-to once a PO is Ordered

    Hello, Is it possible to change Bill-To once the purchase order is placed in SAP? Thanks, Augustin.

  • N97 Mini - Phone Data Lost when Lock Code is chang...

    Hi, I have changed the 'Lock Code' of my N97 mini under Settings>Phone>Phone Management> Security Settings> Phone and SIM Card> Lock Code. And to my surprise, after I changed the Lock Code, I found that all my contacts, messages and notes are lost. B