Application association duplicated

We have seen the following, has anyone seen this on explain it. I
create an application, eventually I go to the association tab and in
this case I associate a container. This way all the users in the
container get the app. Later I went back into the application and
deleted the association. I found users still were getting the package.
Eventually I went to the container object and under zenworks I went the
the application tab and found the application here. So when I
disassociated the container in the application object, the application
was still associated in the container object. THing is I never and
checnked with other people, nobody ever went into the container object
and associated the application. Once I removed the application from the
container object things were fine. Can anyone explain this.
thanx
steve

[email protected],
>Eventually I went to the container object and under zenworks I went the
>the application tab and found the application here. So when I
>disassociated the container in the application object, the application was
>still associated in the container object.
It sounds that you are having DS issues. I would start with using dsbrowse
and verifying that all servers that contain a copy of the replica that the
application exists in are showing that the association is being removed.
Jared Jennings - Data Technique, Inc.
Novell Support Forums Sysop
My Blog and Wiki with Tips, Tricks, and Tutorials
http://jaredjennings.org

Similar Messages

  • Attachment Application association not saving in GW2012

    Hi,
    The PC:
    Windows 7
    MS Office 2007
    IE 8
    GW2012 client.
    Issue: File/Application association settings won't hold for attachments in GW.
    Description: GIF files were associated with MS Paint to OPEN. They are opening in MS Paint. But now we tried to change it to "Windows Photo Viewer". Yes the box for "always use this program to open...." was checked. GIF files from the PC are now opening with "Windows Photo Viewer" as selected but they still open in "MS Paint" when a GIF attachment is opened from GW.
    Tried reinstalling GW client, cleaning registry but that didn't help.
    Anyone might have faced this/similar problem?
    Any suggestions to fix this would be greatly appreciated.
    Regards,
    Yaser

    yasersaleem76,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Getting path to application associated with file type

    Hello,
    I'm looking for a platform-independent way to get path to application associated with given file type. Desktop API introduced in JSE 1.6 seems to do this, but it only lanuches the app.
    Any suggestions will be apprecieted

    Okay then, how can I open the file in it's associated
    application AND get the Process object of app's
    instance?If it doesn't bother you that the app will only work on windoze, then you can use the shell "start" command on the file.
    Process proc = Runtime.getRuntime().exec(new String[]{"cmd", "/C","start",filePath});However waitFor() will only wait for the process to be launched, not completed. Since your program doesn't know what Windoze will choose to launch, this makes sense.

  • File type to application association and plug ins.

    Hello,
    I'd like to find more technical information on the following related topics:
    - First of all, how are file types identified: File extension? Unix magic numbers? Both?
    - File type to application association information: Where is it stored? pfile? where?
    - Link to file type to "quicklook" plug in (how does quicklook figure out which plugin to use?) Where is it stored? Is it dynamic (finder scans its QuickLook folder and builds on the fly associations?)
    - Link to "preview" icon generation: how does the finder know how to generate a preview icon, and with which application/plugin depending on the file type.
    I don't need "user guide" type of thing. I'd like to know for instance where "Open with..." menu item gets its list of application that can open a certain file type.
    Is there a reference guide/document/tech note where Almighty Apple explains this.
    Thank you very much for your input.

    I've only done a little bit of poking around in QuickLook. I do know that the QuickLook generators, like applications, have an info.plist file in the bundle that declares the file types that are handled, but I doubt they actually do the heavy lifting of drawing the preview: they seem just too small to do it. Thus, the actual executable for the PDF generator is a mere 52kb. Whether the info.plist is polled, and if so when, and whether the information is then stored in a cache or database somewhere I don't know. It would seem logical that this is the case.
    As for what is actually drawing the previews, I would guess that is done by QuickTime. The Finder has been able to present icon previews of many things since the first introduction of OS X. Indeed, before the advent of QuickLook the Finder was able to draw previews of jpegs, psd files, gifs, and so on. AFAIK, it could draw a preview for anything that QuickTime could open. My guess, and this is JUST a guess, is that QuickLook may indeed now also be involved, as well as QuickTime, and that the integration of three things--Finder, QuickTime and QuickLook--does not work as well as one would hope. I say this because Finder windows now render their contents rather more slowly than was the case prior to the introduction of QuickLook. Many people have commented on this, and I have noticed it too.
    As to whether icons are "cached"--I've never reached a conclusion about this. I do know that pre-Leopard the Finder would display the contents of a window in icon view dang near instantaneously IF the files had their own custom thumbnails, but would take a noticeable amount of time to display things if they did not, so that it had to render the thumbs itself. It also seemed like once a window had been opened it rendered more quickly on subsequent openings. Maybe. It no longer renders ANYTHING instantaneously--if I open a folder with all Photoshop files, all having their own custom thumbs, it hesitates for a second or so before presenting the icons. This did not use to be the case. Opening the same folder again one does get the old behavior of instant icons. That sounds like a temporary cache is being created somewhere. I say temporary, because if you relaunch the Finder, then open the folder again, you once more have the one second pause before the icons appear.
    If there is a cache it is not the .DS_Store file. That file does store information about window properties, such as which view is chosen for the window, what the size and position is, what options are checked for the display of the window, and, oddly enough, the Spotlight Comments for files that are present. The file just isn't big enough to be storing thumbs--the .DS_Store file for a folder having 61 jpegs, without custom thumbs, set to icon view is a mere 42kbs, and one for another folder with 81 jpegs without custom thumbnails set to icon view is a tiny 24kbs.
    Francine
    Francine
    Schwieder

  • Testing for applications associated with a file type

    Dear contributors,
    while trying to open a simple *.txt file via java.awt.Desktop.open(File)
    the IOException is thrown. According to Javadoc there is "no associated
    application or the associated application fails to be launched" in this
    case. Interestingly the Desktop class does not provide methods to test
    for particular file type registration, just for the "support" of a generic
    Desctop.Action. Colud you please illuminate how to check, whether a file
    extension / file type / mime type has an associated application in a platform
    (in)dependent way at least for "opening" ?
    OS: Linux, 2.6.24-22-generic, x86_64
    JDK: 1.6.0_07, 64 bit
    Many thanks
    Jaro Pullmann

    If you make the call and an exception is thrown, then there is not application associated with the file type--otherwise I believe you need to do some registry work if you do not want a pretest.

  • Applications associated with workstations not working

    Hello,
    I have onld zen 7.x, on netware.
    Applications associated with workstations not working or appearing in one container. Not sure if it every worked. Apps work fine with users.
    I am in a bind, since I need to get the app out in the workstation space.
    It maybe rights or simple install error with the ZEN from the begining.
    thanks for any help or ideas.. Yes I know I need to get to Zen 11.
    Phil

    PhilJannusch,
    > Applications associated with workstations not working or appearing in
    > one container. Not sure if it every worked. Apps work fine with users.
    >
    > I am in a bind, since I need to get the app out in the workstation
    > space.
    Please tell us more as "not working" can mean a lot of things. So:
    Are they user or workstation associated?
    Are those for whick they do not work (users or workstations) all in the
    same container?
    In what way do they not work?
    Any errors?
    Anders Gustafsson (NKP)
    The Aaland Islands (N60 E20)
    Have an idea for a product enhancement? Please visit:
    http://www.novell.com/rms

  • How to change default application associated with some mime types?

    When we install some new program, for example GIMP, I assume the newly installed program is added to some mime type database, and the /usr/share/applications/mimeinfo.cache file is automatically generated.
    Using my example, GIMP will be the default application for all its registered mime types, even application/pdf. I surely don't want this to happen, and I surely don't want to create all kinds of files that GIMP registered and right click on them and choose Properties and then change it in the Open with... tab. I want to systematically de-prioritize GIMP so that it will not override my previously assigned default applications.
    I wrote a script to modify the mimeinfo.cache file, and it seems to work great. However, after a reboot or upgrade or something I didn't notice, the default application of application/pdf is reconfigured to GIMP. I think the cache suffix of the file indicates that it is just a cache and may be changed by system unnoticed. So I am looking for a new way to change the default applications.
    As far as I know or guess from the phenomena, there should be some system utility that generates the mimeinfo.cache file, it seems to parse all the *.desktop files under /usr/share/applications and register them to certain mime types accordingly. The sequence of the *.desktop files get parsed seems to be related to the time the application is installed, and the newly installed applications seems to be parsed later and inserted in the front of the application list or be parsed earlier and appended to the application list. Is there some place I can change the sequence of the parsing? Or is there some place I can change the behavior of the system utility?
    I know that I can populate my ~/.local/share/applications/mimeapps.list to override the system wide defaults, however, I want a more elegant way to this.
    Any opinion on this is welcomed.
    Last edited by AugustePop (2010-05-14 05:47:15)

    Ah, right. Don't know what DE you are on, but in Gnome:  right-click a (e.g. pdf) file -> Preferences -> Open with.
    All Applications listed there will be available from the right click menu, the marked one will be used on double-click.
    errgrh...
    I surely don't want to create all kinds of files that GIMP registered and right click on them and choose Properties and then change it in the Open with... tab. I want to systematically de-prioritize GIMP so that it will not override my previously assigned default applications.
    I guess what I am trying to propose is this: "de-prioritize" GIMP in its .dekstop file for the types you dont want it to be associated with, and manually add it back in through "Open With" for the file types you want it to be an option. Not sure if this is solving anything for you though
    Last edited by hokasch (2010-05-14 10:28:57)

  • Botched file type/application associations...

    I'm not a Mac guy. I've been extremely lucky when helping my client that I have been able to solve their connectivity/networking problems even though I'm not at all proficient with a Macintosh computer, a testament to how intuitive the Mac really is. The extent of my knowledge with a Mac comes from messing around with this computer. My client thought that all was lost when the screen blew in her iMac (CRT), which is used to work from home. I was impressed that Apple had made a way to transfer files, settings and applications by simply connecting a firewire cable and holding a key while powering on!
    After the transfer...guess which application is botched? Microsoft Office. Today I found that Office was nagging my client to purchase the full version. The new Mac Mini had apparently bundled a "Test Drive" trial version of Office 2004 (v11). When I browse in the Applications folder, I see more than one Office 2004 "Test Drive" folder (one was probably copied from the old computer). When running the uninstall utility from each, it tells me that it can't be removed because it's not installed! I found an Office X (v10) application folder on the desktop that had been copied from the old computer. I moved it to the Applications folder and did everything I could to associate DOC, XLS, and PPT files with the correct version of Office. Every time, the files keep trying to launch with the expired Office 2004 instead of the full-version Office X. If I Ctrl+Click, Open With>Office X 10.1, it will open correctly. I even use File>Get Info and associate/Assign-to-All and it keeps reverting to Office 2004! I moved the two Office 2004 application folders to the trash. Even after restarting, the Open With option still shows Office 2004 as the default application. As long as the system thinks that there is a newer version of Office installed, it simply will not allow me to force permanent association with an older version. Is there any way to remove these traces and make it as if Office 2004 had never been installed?
    Please help!
    [edit]
    I probably also should have mentioned that the Open With menu has more than one version of Office X listed, both of which seem to work fine.
    For instance, when I click on a word document:
    Microsoft Word 2004 v11 (default)
    Microsoft Word v10.1.0
    Microsoft Word v10.0.0
    Mac Mini    

    Ichinisan
    Sorry not to get back to you earlier.
    Because the files generate an error when it tries to open with Office 2004 v11,What error are you getting? Is it by chance "-10660"?
    Panther is brand new, no? Would these procedures really differ in an incremental 10.3-10.4 OS upgrade?Hardly. Panther is at least 2 years old, and 10.3 to 10.4 is not an incremental upgrade either. 10.4 (Tiger) came out at the end of April 2005 IIRC.
    Unfortunately the place where these associations are stored has changed in every new version of OS X, from 10.1 through 10.2, 10.3 to 10.4. But I suppose I could give you instructions for both 10.3 and 10.4, but lets see your answer to my question about the error message first.

  • How do you change the application associated with a subscription

    I have a license without a current user.  The license is a single application license associated with Photoshop.  I would like to change the associated application of this license to Acrobat and then assign a user.  How would I do this?
    Thank you

    Is that a TEAM account?
    Team license links that may help
    -http://www.adobe.com/creativecloud/buy/business.html
    -team plans https://creative.adobe.com/plans?plan=team
    -manage your team account http://forums.adobe.com/thread/1460939?tstart=0

  • Application associations

    I am a GNOME user, however I do admit to loading up XFCE and KDE sometimes, to see if the grass is greener on the other side. Usually, I could do this without anything changing on the GNOME side, but nowadays I'm finding that when I installed KDE, some of my file associations went to the KDE defaults - folders started opening in Dolphin when selected from the Places menu. I tried a few fixes suggested here, but the problem came back.
    So I removed KDE, now I just installed XFCE. Immediately after installation I tried opening a folder from the Places menu - it opened in Thunar. I got Nautilus from the terminal and inspected some other files - they also had their associative application changed (.tar applications were set to file-roller, got changed to Squeeze).
    Why is this happening? Ideally, file associations should be associated with the DE being used at the moment, not global for every DE.

    On Arch (though perhaps not for all distributions), these defaults are (at least sometimes) taken from /usr/share/applications/mimeinfo.cache. (See this post for more details.)
    As you have witnessed, certain applications seem to "take over" the defaults when they are installed. (For me, the GIMP always replaces Eye of GNOME as the default image "handler.") I'm not certain what determines which program takes precedence....
    Last edited by ssjlegendx (2008-10-22 01:02:34)

  • How does ZEN check application associations?

    Does anyone know how ZENworks checks associations to packages. We have hundreds of applications on the school system, and a large number of them are unused, but we still have them in the system in case they are needed again in the future (like training applications for example).
    It takes quite a while for our users to log in and get all of the NAL shortcuts, and my thoughts are that ZEN checks all applications to see if they are associated to the user or workstation, but I wanted to know to see if it is worth culling all of these unused apps, or if our speed problems would be arising from some other issue.
    Thanks,
    Nathan

    It depends upon your search rules.
    It will read the App:Associations attribute of the logged on user to see
    what apps are directly assigned.
    Then it will read the App:Associations attribute of parent containers.
    It will read up as far as defined the search rules.
    By Default it is two levels, if I recall correctly.
    It will also read the App:Association attribute of each group to which a
    user belongs to see if there are any associations there.
    (Reading of groups can be turned off, but most folks do not for ease of
    administration.)
    On 6/3/2010 8:16 PM, ntbutler wrote:
    >
    > Does anyone know how ZENworks checks associations to packages. We have
    > hundreds of applications on the school system, and a large number of
    > them are unused, but we still have them in the system in case they are
    > needed again in the future (like training applications for example).
    >
    > It takes quite a while for our users to log in and get all of the NAL
    > shortcuts, and my thoughts are that ZEN checks all applications to see
    > if they are associated to the user or workstation, but I wanted to know
    > to see if it is worth culling all of these unused apps, or if our speed
    > problems would be arising from some other issue.
    >
    > Thanks,
    > Nathan
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Calling the application associated with a file

    Is there anyway to run the associated application of a file type, or a way to know it? I need that given a certain file, execute the default viewer or editor for that file type. How can I do this in windows and linux?
    Thanks a lot!
    Luis Javier

    On windows I know if you call Runtime.exec("c:\myfile.html"), it will invoke the associated application for that file type (IE).
    David

  • Application association does not show all users associated

    Hi,
    We have a problem with the User association in a lot of Application
    Objects. In the Application object we cannot see all the users, from the
    User object we can see the Application.
    This happend when a User was associated to an application, the one who
    made the association had rights to modify the user but not the
    application. We now have a lot of these objects and we need to have the
    association list complete.
    Because there are a lot of Application Objects, association all apps by
    hand is a lot of work! Does anyone know a way to let ZEN reconnects/review
    all the associations and put them in the list?
    We have:
    Netware 6.5 SP2
    Zenworks 6.5 SP1
    Thanks in advance!
    Raymond de Jong

    Novellbeheer,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Application associated with itmss:// protocol

    Hi there!
    Were would I go to change the application that is associated with the itmss:// protocol (in Firefox)?
    I have my iTunes library on an external drive and to make sure that iTunes doesn't start unless the external drive is mounted, I placed an alias to the iTunes application on my external drive and use that to start iTunes.
    I would like to do the same for the itmss:// protocol. I get a confirmation message whenever I click on an itms:// link but there is no way to select a different 'application'...
    In Windows (I'm new to the Mac), I'm sure I would found something in the registry, but I'm completely lost on the Mac!
    So, anybody has some clues? Thanks!
    Bruno G.
    Montreal, QC

    Yes, RCDefaultApp does seem like what I was looking for. However, my alias is greyed out when I try to change the default application for itmss URLs.
    Well, I guess it's just not possible to use an alias...
    Thanks anyway! I'm sure it's going to be handy sometime.

  • Cannot open application associated with unknown filetype

    I am trying to download or open a file type of .psdata for which I have an application installed however when I click the link FF simply opens the file which of course displays a page of binary data.
    FF used to open this file correctly but now it does not.
    Thanks

    Thanks cor-el
    The application isn't installed as a plugin, it is a program on the PC.
    This works fine in IE and used to work with previous versions of FF. The file type is recognized and the option to save or open the program is given.
    As I say, at the moment all I am getting is a browser page of binary data instead of the Save or Open option.
    '''''With what content type does the server send the file? '''''
    '''''If Firefox displays the file in a tab then it is likely that the server sends the file as text/plain.'''''
    Yes it does.

Maybe you are looking for

  • Losing close/exit usability when I publish a project

    I am having an issue when I publish a project. The close/exit button on the playback control panel doesn't work when I publish the project. It works fine in all the test modes. All the other buttons I am using Play/pause, CC and Mute all work when I

  • User error or system error?

    My 2.5 yr old mac has some issues: airport won't recognize secure connections, calendar and clock reset upon a shutdown/reboot/battery dies, when installing software updates, the system never fully recovers--I get a blue screen with a grey spinning d

  • RMAN817.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is too old

    I have just upgraded my oracle 10.2.0.4 database to oracle database 11.2.0.1. Previously I was taking the backup using RMAN and after upgrade , if I am trying to run the backup it is ending up with following error. connected to recovery catalog datab

  • Notes got deleted before my eyes!!

    Opened my notes today & within a flash they were gone!! What the heck is that about? Just FYI notes synching is & has been off in my settings.. This is crazy!

  • Display spanning (display combining)

    ok, heres the deal, i have a mac pro, with 2 graphics cards and 4 DVI ports, hooked up to 4 displays (1 1080p, 3 1280X1024), all of them hooked up  and succesfully working not mirrored.  what i want to do, is combine two of the displays, so that appl