Group Folder not displaying on the desktop

Hi!
I have made a new and fresh installation of the OSX server 10.6 to a Mac Pro, due the extreme problems what our broken Raid Card caused us. I managed to install it okay, everything is working like before, except group folders.
I have proper AFP shares made for group folder and the mount shows fine. In the old stystem, I could go to group preferences on WGM, and on the Login / Items, select manage always just add the checkbox to "Add group share point", and the folder would display on the desktop for members of that group. Now it is not working. I actually booted from one backup of the last system and made sure that I have same settings than before.
What could be a problem here?

A work around.
On a client work station:
In finder, manually mount the share you would like to have show up.  You may need to authenticate.  This is fine.  Do so with any users name on your system that has access to said share.
Open WGM.  (still on the client work station) You'll likely need to install Server Tools temporarily.
Select the group or user you would like the MCX to apply to.
Click Preferences.
Click the items tab.
Click Always.
Click the plus button on the right side.
Select the mounted share.
Click Okay
Select the newly added line item.  It'll probably look like this: afp://server.example.com_.  With a kind: URL
Put a check box in the "Authenticate selected share point with Users login name and password."
Click save!
That should do it.

Similar Messages

  • Groups are not displaying in the user's member of tab

    Hi ,
    We have a issue,
    After mapping any AD  group in CMC,the groups and users are displaying  in the cmc list. but when we go to the properties of the user and member of option ,the groups are not displaying .
    After restarting the CMS every thing works fine.
    Every time after adding a new user we should restart the CMS, it is very difficult for  us as number of users are working on this .
    We are using number of AD groups.
    Is there any resolution for this with out restarting the  CMS.
    Thank you  in advance.
    Environment -
    BO XI3.1,
    LDAP authentication.
    Thanks & Regards,
    Collin.

    The LDAP graph is responsible for showing the membership when viewing the user properties, an issue like this would indicate the graph is not auto updating. It normally builds when starting the CMS then every 15 minutes or so for new users (depending on system activity). It shouldn't lose any info (if it does this indicates a caching or communication problem with AD). There is a graphtimeout setting in the registry (search SAP notes) if this were disabled then it may cause similar symptoms.
    I'm not aware of any bugs in 3.1 causing this behavior so you may need to open a case with support (authentication team) to help troubleshoot.
    Regards,
    Tim

  • After installing FF 6.02 on Windows 7, the icon does not appear on the desktop and the program does not appear in the All Programs menu

    I just received a new laptop running windows 7 home premium and wanted to install Firefox on it. I tried to install the most recent version. When i installed 6.0.2, the icon did not appear on my desktop (it was a hidden file in my desktop folder) and the program group does not appear in the start menu's All Programs list. The program *does* run though, at least it did a few times. This happened whether i installed as administrator or not. Installing firefox 3.6.22, though, DID create the program group and desktop icon, and upgrading from there removed them again. installing other programs (e.g. vlc, trillian, etc.) did not cause this behavior. I also tried this both with and without McAfee's realtime protection running.

    Some people have found that an app (usually iBooks for some reason) hasn't appeared on a homescreen until after the iPad has been reset and has restarted : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    Also depending on what the app is have you got an age rating set in Settings > General > Restrictions that is hiding it ?

  • Desktop files disappeared from displaying on the Desktop

    My existing Desktop files disappeared from displaying on the Desktop--the files still exist, and newly added files appear on the Desktop; I did not enter any "hide my files" command. How do I have them display? Running OS X Yosemite 10.10.2

    Do a backup.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.finder.plist and com.apple.desktop.plist.  Move the .plists to your desktop.
    Re-launch Finder by restarting the computer and test. If it works okay, delete the plists from the desktop.
    If the same, return the .plists to where you got it  from, overwriting the newer one.
    Thanks to leonie for some information contained in this. 

  • The portlet name is not displayed in the portlet drop down list ?

    Hi,
    I use Sun Java System Portal Server 6 2005Q4 for windows 2000 server , use the following command to deployo portlet,
    I am not sure if I successfully deploy the portlet?
    pdeploy deploy -u amAdmin -w amadmin -p amadmin -d "cn=amldapuser,ou=DSAME Users,dc=icheng,dc=com" C:\Sun\PortalServer\tmp\portlet\portletsamples.war
    The message I got after execute the pdeploy command is =>
    Deploys the portlet war file and inserts the provider into display profile..
    OPTIONS
    --help Help message (false)
    -u --runasdn UID Bind DN (none)
    -w --password Password (none)
    -p --wc_password Password for WebContainer's Admin (none)
    -i --instance WebContainer's Instance into which the war file is to be deploye
    d (*)
    -d --dn LDAP DN of the target node (*)
    -g --global Global display profile (false)
    -r --rolesfile File containing the DSAME and portlet role mapping (*)
    -f --userinfofile File containing the user info mapping (*)
    -v --verbose Generate debug messages (false)
    -V --version Generate version information (false)
    -l --locale Locale information (en_US)
    OPERAND
    Specifies a path to the war location.
    Deploying to IWS
    Is this mean that successfully deploy the portlet ?
    After I deploy the portlet, I login to Access Manager, select the "service" from view, click the portal desktop,
    click "Manage Channels and Containers", click the "New Portlet Channel...", then click the portlet drop down list,
    the portlet name is not displayed in the portlet list.
    How can I make the portlet name displayed in the portlet drop down list ?
    Can someone help me ?
    Thanks!

    Hi
    According to your description, since this is SQL Server forum, as Olaf Helper’s post, could you get the correct result if you execute the following query in SQL Server Manager Studio (SSMS)?
    select UserName from aspnet_Users where UserId in(select FreindId from myFreinds where UserId in(select UserId from aspnet_Users where UserName = '<your typed name>'))
    If you cannot get the correct result in SSMS, I recommend to check the Transact-SQL statement. Apart from the error message, we also need to know the table structure, data, join relationships between tables for further analysis.
    However if there is no problem in SQL Server query, it will be an issue that regards ASP.NET and website deployment. I suggest you to post the question in the ASP.NET forums at
    http://forums.asp.net/ . It is appropriate and more experts will assist you.
    In addition, there is detail about listbox control in asp.net. You can review the following links:
    How to Bind/Load/Fill ListBox with Sql Server Database in asp.net:http://www.webcodeexpert.com/2013/07/how-to-bindloadfill-listbox-with-sql.html#.U5f75_6KCM9
    How to get multiple selected value in ListBox control - ASP.NET using C#:
    http://www.dotnetfox.com/articles/how-to-get-multiple-selected-value-in-listbox-control-Asp-Net-using-C-Sharp-1047.aspx
    Thanks
    Lydia Zhang

  • Distributed Application group relationships not displaying in health view (VSAE created management pack)

    Hi there,
    I am working through my first complex Distributed Application which I have been creating using VSAE. I have followed Brian Wren's training, but the result does not match what I am expecting.
    I have created a single DA (based on the System.Service class) with four groups (base on System.Group) which will be populated with the core components of the application. Each of the groups (and the DA) is configured as a Public, Non-Abstract, Non-Hosted
    Singleton, as per the MPAuthor.Stores example. Each of the four groups is linked via an Internal, Non-Abstract System.Containment relationship to the DA.
    When I open the DA diagram view, I only get the DA class visible. Each of the four groups shows in the Groups node in the Operations Console. Based on the experience with importing the MPAuthor.Stores MP, I was not expecting to see the groups in the Groups
    node, but linked in the DA diagram node.
    I have configured dependency monitors for each of the groups, and these display in the Health Explorer but there is no health rolls up.
    The only difference between the MPAuthor.Stores module and mine (that I am aware of) is MPAuthors.Stores is a 2007 R2 MP, and I have created a 2012 MP as I will be deploying to 2012 SP1 and there is no need for backwards compatibility.

    Hi Vladimir,
    Thanks again for your response. I'm not quite sure what you mean with your last post. My current DA model is:
    | Dist App |
    | System.Service |
    |
    | | | |
    | Group 1 | | Group 2 | | Group 3 | | Group 4 |
    | System.Group | | System.Group | | System.Group | | System.Group |
    Where all the groups have discoveries for membership. Are you saying that I need another level of groups below these to house the objects?
    I thought that the point of System.Group as a base class was that it did not appear in the console, but gave an automatic health rollup (as per TechNet). Interestingly I am not getting
    the automated health rollup for the Groups for their members and it is displaying in the Groups list in the console.
    I have also tried creating a new DA with a single group in an 07 MP, and have the same issue. The sample MPAuthor.Stores management pack works as expected.

  • Infopath forms are not displaying in the list

    Hi,
       I have created an info path form template after customizing a list form using infopath designer. But it is behaving weird. After submitting the form it is not displaying in the lists allitems view rather it is displaying from designer but directly
    under the list not in the items folder.
    1) Any idea why this is happening?
    2) What is the use of NaN.xml? why it gets created in the list?

    Yes, it sounds very simply, but there is a very tiny little broken piece causing lots troubles.
     It’s tiny piece, so the solution is going to be very simple. On the other hand, it’s hard to find out because it is very tiny broken piece.
    I have feeling that you made a mistake while saving/publishing or filename in submit option (I don’t think List InfoPath form let you set up different submit option).
    Sometimes, it is much faster and easier to re-do it again. I recommend you to following the article below. You can skip most but please pay attention on the start (beginning of Part 2 – Customizing)) and on the end (Part 4 - Publishing)
    http://msdn.microsoft.com/en-us/library/office/gg180738(v=office.14).aspx
    Once you follow the best practice written in the article and make it work, then you may realize the difference and mistake.
    백상하 - Stop hacking my blog http://blog.naver.com/agilepoint
    쉐어포인트 배움터 http://sharepointkorea.com

  • Action not displaying in the Action menu.

    Hi All,
                   I have configure one action demotion & added it the Action menu.All the configuration I have done is in similar line with the existing action types.But this action is not displaying the action menu.Can anybody help me to resolve the issue.
    Thanks,
    Snita

    My user group is 60
    I have configured like this-
    User group dependency on menus-
    Menu   Text         User-dep.   Reaction  ref.
    17       Demotion   blank          00
    For infogroup
    User group    Infogroup modfi..  N   operation  Infotype
    00                   Blank            01      COP      0001
    00                   Blank            01      COP      0008
    00                   Blank            01      COP      0014
    00                   Blank            01      COP      0015
    A.Ty N.Action  F Cus. E  Sp.C  Check   P  P..E E..                 IG    U  U
    17    Demotion 0         3                       Check box for All the 4 17    2Check box for U U
    Then I have include this action in action menu.
    But it is still not displaying in the action menu.
    Snita

  • Qosmio X305 screen not displaying like my desktops LCD screen

    My screen seems to be displaying dull images.
    I'm kinda concerened, because it's an LCD screen, and its not displaying like my desktops LCD screen.
    I put the brightness up, and that helped to see the images better, but they still are not of the quality they should be.
    Is there a way to fix this? Or is that just how it is?

    Many Desktop LCD Monitors can get very bright, much brighter than most notebooks. So it may just be how it is. Perhaps you could go to the shops and compare it to other X300's on display.
    Try resetting or modifying the Contrast/Colour/Brightness settings in the nVidia control panel.

  • Finder not displaying files on desktop

    I have had this problem a couple of times: a file (or files) is saved to the desktop and it fails to appear. If I look in a Finder window whether it be CoverFlow or any other display, the file is there, but does not appear on the desktop although there are gaps in the file layout where one would expect these files to be.
    I last found this a few minutes ago and saw also that the Finder was not listed in the Force Quit panel. A logout (not restart) was enough to bring the files back onto the desktop and to have the Finder appear in that Force Quit panel.
    Any suggestions? (Has anyone else seen this?) How can I restart the Finder if it is not in that panel without resorting to a logout? My thanks.

    Hold down the Option key and press the Finder icon in the Dock - you'll get a Relaunch command. But you have to press Option before you press the icon (unlike option-commands with other Dock icons).

  • Related Content does not display on the name change page

    Hi all,
    Currently, i am doing some research for the related content. I find that delivery configuration has been on the Name Change component (self service). Then I do the security configuration but the related content option does not display on the name change component. No idea which step next i should take.
    Please advise.
    Any reference or docs is also welcomed.
    Dennis

    Hi,
    What do you mean by my two nodes are all local.
    Are you trying to use Related Content within one environment?
    Make sure you have an authentication domain set on your webprofile and that your hosts file reflects this.
    Make sure there is no proxy or firewall in the way.
    Make sure Integration Broker is setup correctly.
    Try pinging your server including the authentication domain.
    Try looking for log files in the application server and errorLog.html in the Webserv folder.

  • Cisco Agents not Displaying on Supervisor Desktop

    2 Cisco agents were not displaying on the Supervisor Desktop, but were able to take calls. The agents were correctly configured in the UCCX. Logging off and back on did not correct the problem. The agents restarted their computers to resolve the problem. Any idea what could have caused this? Thanks

    Community Feedback Forum is a "Please do not post content other than feedback regarding the Cisco Support Community experience within this community." community.
    Moved to Contact Center

  • Why are my desktop files not showing on the desktop

    Why are the files in my desktop folder not showing on my desktop?

    An add-on can put its icon on the bar automatically if it likes, but some add-ons do one of the following:
    * Add an item to the Tools menu
    * Add an item to the right-click menu (depending on the context)
    * Put a button in the button palette so you can add it to a toolbar if you like (''to call up the button palette, use'' View > Toolbars > Customize ''or right-click a blank area after the address box on the Navigation Toolbar and choose Customize from the pop-up menu'')
    Also, you might want to double-check that the add-on is enabled.
    Tools > Add-ons > Extensions
    If you have the orange Firefox button, it's Firefox > Add-ons > Extensions
    Does that help? (If you have problems with a particular extension, you could mention which one it is for more specific comments.)

  • HT201401 My previously made calls are not displaying in the recent call section?  How can I restore  them+

    My previous calls are not displaying in the recent call section.  How can I fix this?

    There are some recovery programs out there if you google them - many with free trials. I haven't tried them so I have no opinion.Read any professional tech and user reviews you can find before you try one. I have read here in the past that some have worked for people who have posted here. 
    To help in the future, have you considered using Jump Desktop - Remote Desktop? I know it won't solve the problem you're dealing with now (unless notes were taken on your computer.) It's in the app store. It's the #1 paid app in the business category and the reviews are great. It allows you to see anything that's on your computer on your ipad. If you take your notes on your ipad then you might want to email them to yourself, put them on Word in your computer, for example, and then if you need them in class, you remotely connect your ipad to your computer and you will see your notes. This way you won't have to rely so much on the cloud. The explanation would be too long here, but you might want to take a look at it. You can use the free trial on jumpdesk.com and then if it works for you, buy it in the app store. 
    Meanwhile, it's hours since you sent this post. Hopefully others who can help solve your problem who are on this forum now can help you. I hope you get your notes back. Don't give up too quickly.
    Hope this helps. 

  • "This disk does not appear on the desktop"

    I have 3 Firewire drives on my iMac. On occasion, instead of the normal orange Firewire disk drive icon, I get a generic icon that looks like a small window with a blue bar at the top. If I run Disk Warrior, it says "This disk does not appear on the desktop". Worse, sometimes the system looses one or more drives completely and has to be restarted. All of the external drives check out good with Disk Warrior. All drives power-down the spindle when inactive for some period of time. Any idea what might be going on?
     20" Intel iMac + Cinema Display + Sony HDR-HC7 HD camera   Mac OS X (10.4.8)   All tools, no talent!

Maybe you are looking for

  • Playing Visualizations on Secondary Monitor

    Hey guys, Do you know of any way to have the iTunes visualizations output on ONLY the secondary monitor. I would like to have a party and be able to change songs without the visuals cutting out on my LCD TV. Any help would be appreciated. -Brian

  • How do I update my iPad to ios5?

    How do I update my iPad to ios5?

  • How to make a value list depending on appraisal's validity dates

    Hi experts, I would like to know if anyone succeed to define a new (specific) Value Class (definition: HRHAP00_VALUE_TYPE) which make a list which is imported from a referential with dates (in a specific table)... I mean, we would like to conserve ap

  • Java List question

    Dear all, My development tool is JDev. 10.1.3. I've a session bean which the list contains several fields. The list defined like this: List<cell> List1 = new ArrayList(); cell in a cell.java. I created List2, List<cell> List2 = new ArrayList(); which

  • Black Line Printed Down Side of Paper...

    I've been noticing for a while that my Epson 3880 "keeps printing" after the image has been printed.  And I just figured out why.  I loaded some paper that is a little wider than 11x14 (12x14) but I print on it as if it's 11x14.  I printed an image (