Server 2.2 and AD Profile Manager issues

The Server 2.2 update lets you use AD users inside of AD groups (YAY!)  My problm is after the update the web interface in Profile Manager will not list groups or users anymore, it slows down to a crawl and errors out.  I also can't add "network users" to local groups in OD anymore.  Is this a permissions error or is it just overloading my new mac mini server?
We and a few hundred users and in logs I can see the users importing from AD and it is peaking out the CPU resources on the mini. 
any ideas?

Dec 10 10:12:46 iosconfig.server.com ProfileManager[236]: hide_user_record?: ignoring invalid record <ODRecord 0x7f93ee61c040 [attributes {'dsAttrTypeStandard:GeneratedUID': '6A7C291C-2149-4D04-9654-041FE990A2DC', 'dsAttrTypeStandard:RecordName': 'user', 'dsAttrTypeStandard:UniqueID': '1786521884', 'dsAttrTypeStandard:RealName': 'LAST, FIRST', 'dsAttrTypeStandard:AppleMetaRecordName': 'CN=USER,OU=OU,OU=Employees,DC=DOMAIN,DC=COM', 'dsAttrTypeStandard:AppleMetaNodeLocation': '/Active Directory/domain/server.com', 'dsAttrTypeStandard:RecordType': 'dsRecTypeStandard:Users'}]> (stack level too deep)
it is importing each user in the System Log like this(edited for privacy)

Similar Messages

  • Should the server itself be enrolled in profile manager?

    should the server itself be enrolled in profile manager?

    Never been 100% sure about this, but believe it suggests it is being seen as a second but identical device to the original set up. You might try removing all the Apple TV listings from your network router and any Apple TV configurations you have set up and then restarting everything including the router itself.

  • MS14-022 and User Profile related issues

    Hi all.
    Since applying the patches in MS14-022 on Friday I've been having issues with certain aspects of two specific web applications.
    Our intranet home page will not load and generates a large number of the following entries in the ULS log...
    05/20/2014 07:53:36.54 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Server             
    General                       
    0
    Medium  
    Constructed a new async cache named Profile Property Cache
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    UserProfileApplicationProxy.InitializePropertyCache: System.Security.Cryptography.CryptographicException: Object already exists.       at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName,
    CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K
    key, Boolean asynchronous)     at Microsoft.Office.Server.Adminis...
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60*
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    ...tration.UserProfileApplicationProxy.InitializePropertyCache()
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    cm6y
    High    
    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext
    serviceContext)
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    The same is logged when trying to view the PWA site of our Project Server 2010 web app.
    All other web apps are responding as expected and, strangely enough, other pages and sites in the intranet and PWA Site Collections are fine too.
    Has anyone any ideas as to why this problem exists and why only certain pages/sites are affected?
    The User Profile Service is responding on all 4 servers in the farm and User Profile Sync's are running on time with no issues.
    I've searched and found similar issues but there are no issues with our SharePoint Web Services site authentication settings which is proposed as a resolution in the following article even though our User Profile Services all seem fine...
    http://blogs.technet.com/b/manjesh/archive/2011/02/06/sharepoint-2010-unable-to-start-the-user-profile-synchronization-service.aspx
    Thanks in advance.

    Try below:
    http://torydouglas.com/?p=88
    http://blogs.technet.com/b/steve_chen/archive/2010/10/13/troubleshooting-user-profile-sync-issues-on-sharepoint-2010.aspx
    http://technet.microsoft.com/en-in/library/gg750254%28v=office.14%29.aspx
    http://technet.microsoft.com/en-in/library/gg750257%28v=office.14%29.aspx

  • Sql server agent roles and job's owner issue

    Hi,
    We have a tricky question about agent role and job owner. If I granted sqlagentoperatorrole to a windows account in a sql instance, the account will have permission to create a sql job, the job's owner is the account and he can edit the job. But we want
    to keep all agent jobs' owner as SA. But after I (have sysadmin role) changed the job's owner to SA, the windows account won't be able to edit the job any more. but I don't want to give sysadmin role to the account, Does anybody have solution for my issue?
    so recap my question,
    1. all jobs owners should be SA
    2. Allow some accounts without sysadmin permission can edit these jobs
    3. Which kid of permission shall I grant to these accounts?
    Thanks
    David

    Its not secessary to have SA for all the jobs, normally we avoid using SA...
    Depends if you want to have some sort of security measures in place. If not, doesn't matter much. As for the 'sa' topic, I change the name of that account or disable immediately after install. It practically eliminates that vector of attack.
    If you SQLAgentOperatorRole permissions then you can do the below... this is just a agent role so this comes under MSDB....
    http://msdn.microsoft.com/en-us/library/ms188283.aspx
    Also if you have sql SA access with doamin account or sql account then you can play with sql server completely without any issues, no harm in this...
    Agenet principals are scoped to msdb; make sure you are running the statement from msdb DB. For example:
    use [msdb]
    go
    -- The code where @userName is declared & set
    EXEC sp_addrolemember 'SQLAgentOperatorRole', @userName
    go
    If you still have problems let us know, and please include the error number and message in order to help us understand the nature of the fauilure.
    Best practice...
    http://technet.microsoft.com/en-us/library/cc966485.aspx
    Raju Rasagounder Sr MSSQL DBA

  • October 2014 update rollup for Windows Server 2012 R2 and Data Protection Manager 2012 R2

    Hello all,
    After installing the October 2014 update rollup for Windows Server 2012 R2 (KB2995388) on our Windows 2012 R2 Core Edition backup jobs of System State start to Fail, below the generic error:
    The replica of Non VSS Datasource Writer on hostname.domain is inconsistent with the protected data source. All protection activities for this data source will fail until the replica is synchronized with consistency check.
    The job was cancelled. The user either cancelled the job or modified the associated protection group.
    Removing the update rollup all jobs complete without errors. Somebody is expiriencing the same issue? How can we resolve the problem?
    Thnks, Andrea

    Hi Andrea,
    Have you installed the update 2919355?
    To apply update 2995388, you must first install update 2919355 on Windows 8.1 or Windows Server 2012 R2.
    According to the official website, the issue which you described is not listed as the known issue.
    Please uninstall this update and continue to monitor the official website for the latest news.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • T500: Access Connections and windows wifi management issue PostPosted: Fri Oct 29, 2010 2:31 pm

    Hello all,
    This is my very first post here so please beare with me.
    My T500:
    Product: ThinkPad T500 2056-AK5
    Operating system: Windows 7 Home Premium x64 (but same problem on Ultimate x64)
    Original description: Based 2056-4RG: T9400(2.53GHz), 3GB RAM, 160GB 7200rpm HD, 15.4in 1680x1050 LCD, 256MB ATI Radeon HD3650, CDRW/DVDRW, Intel 802.11agn wireless, Bluetooth, Modem, 1Gb Ether, UltraNav, Sec Chip, FPR, 9c Li-Ion, WinVista Business 32
    The wifi NIC is Intel 5100 AGN, the gigabit is 82567LM. I bought also an Ericsson F3507g Mobile Broadband modem. All are working as supposed.
    The win7 is freshly installed from recovery dvd's, all updates, both Lenovo and Micro$oft are up to date.
    The problem: Access connections seems to be "behind" the automated wifi management of windows 7. I have two, three profiles saved for may home wifi network, my office wifi network and so on. My home network has settings like 192.168.7.xx, no encryption, only MAC registration, the office network has 192.168.4.xx, encryption WPA, therefore a switch is needed everyday between these.
    The problem is that AC doesn't do that, eventually doesn't even switch between locations at all. In AC->Tools location switching is properly set up
    The T500 connects let say at home, then when I starts in the office it connects to the office network but still using my home IP (192.168.7.xx) even if I saved in the profiles different IP numbers for both location. I have tried stopping the windows wifi connection service but then AC stop either.
    This seems to me like windows try and force reconnect to the new network with the old settings, even before AC could interfere with its settings saved in profiles.
    Only 2 things I can do:
    1. in windows' wireless network and sharing center I choose to start manually these networks, then start them manually from AC;
    2. Stop the network as connected automatically by windows (with wrong IP settings) then restart it from AC;
    Both these are frustrating because my good old T60 running winXP did this automatically, without my inference.
    Could anyone help me out of these, please?

    I had similar problems with my T400.  AC would refuse to even show my access point most of the time.   I finally gave up and uninstalled AC.  The Windows 7 wifi management works just fine, but no profiles
    Others on this forum smarter than me insist that AC works with Windows 7, just not for me.  It worked perfectly when running XP on this T and on my T61.
    If you dump AC, do the basic wifi functions work for you?
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Premiere Pro CC and Dynamic Link Manager Issues

    I have a previously purchased copy of Adobe Production Premium CS5 installed on my computer as well as a subscription to CC with a few apps installed.
    I had a project opened in Premiere Pro  CC, off of an external hard drive, and as I was  working on it, trying to open it in Speedgrade. I decided to install Audition. However, it prompted me to close the dynamic link manager. Once I did, my project began messing up. As I tried to open the program, my sequences and merged clips disappeared and  I don't know what to do. My semester project is due tomorrow. Premiere won't let me open the file (neither cs5 and CC) and the ones that do open have all the clips but no sequence nor merged clips that I previously had. I did notice that the dynamic link is no longer opened in task manager after restarting and restoring the system(with the ejected hard drive). How do I reopen it? And, will it solve the problem?

    Thank You, Jim -
    Unfortunately that specifically did not work.
    Based on another comment sent to me, here is what did.
    In PProCC
    File > Adobe Dynamic Link > New After Effects Composition
    In AECC
    From that composition created from PPro, I imported the project (aep) initially created in AECC from another team member. Saved the file.
    Back in PProCC
    File > Adobe Dynamic Link > Import After Effects Composition
    Magic.

  • IPhoto and iPhoto Library Manager Issue With Faces

    I use iPhoto ’11. I just recently imported some photos from my iMac iPhoto to my Macbook using the product iPhoto Library Manager. I thought everything went well until closer inspection. A lot of the faces in the imported library are off meaning for example, the people may be in the centre of the photo but the face tags are off to the left or right.
    I thought I would manually try to fix this. However when I try to “add a face”, it looks like it’s going to work until I leave the photo and come back to it. The face tag has disappeared. Also on some photos, I can’t even click “add a face”. A few of the pictures say there is an unnamed face but there isn’t.
    Any suggestions? Would it help if I reinstalled iPhoto 11?
    Tom

    If you export out of iPhoto with Format=JPEG and the checkboxes selected to include keywords you can keep the keywords, titles and descriptions. If you check the box for Locations I believe you will get the faces also but am not sure on that.
    iPhoto Library Manager keeps keywords, titles, description and Faces and Places when it copes between libraries.  The fact that you had faces problems leads me believe that the library you were rebuilding with iPLM was damaged initially.
    But you could check that out very easily.  Create a new library, import about 10 photos and identify the faces in them.  Then rebuild that library with iPLM.  If it comes up the same then there's a problem with iPLM.  It it comes up good then the original library was the culprit.

  • OS X Server 10.7 Profile Manager - Force User Pin

    Hi.
    My company has hit a show stopper with OS X Server 10.7 and its Profile Manager. We would like to use OS X as a mobile device manager for iOS but we cannot find the option to force a PIN lock and deny the user the ability to remove the PIN lock. The iPhone configuration utility does have this option however. The user cannot remove the PIN without a master password that we define in the iPhone Config Utility.
    The omission of this feature seriously undermines the usefulness of the Profile Manager.
    Is this a known bug? Can a PIN lock be applied and not removed by the user in the latest OS X server 10.8?
    Thanks for your help.
    James

    I'm new to OS X Server and Radius, and have just spent way too many hours trying to figure out what I was doing wrong. I could connect to our enterprise wifi perfectly fine when selecting the certificate from the keychain, but I just couldn't get it to work when I uploaded the .p12 file and used it as the WiFi identity. I tried so many combinations of passphrase, no passphrase, pem format, pkcs12 format, resetting Radius server, resetting whole PKI... But I'd always see Certificate: ?Error_-25257? in the Settings window while I was trying to install the profile, and I couldn't see anything useful in the Radius logs when I tried to connect.
    But it turns out, all I needed to do was:
       sed -i '' -e '1s/pkcs1/pkcs12/;t' -e '1,/pkcs1/s//pkcs12/' wifi_profile.mobileconfig
    (changes the first instance of pkcs1 to pkcs12 - don't change both! I was wondering why it was asking me for a password for our public certificate.)
    Will try to update and see if that fixes the problem.

  • Update 3.1.1 external calendar issues (and profile manager)

    So I did the 3.1.1 update and now I am of course regretting it. I am having the non functional profile manager issue but, more importantly my calendar server is not communicating to any of the devices outside the network. I have a firewall in place so the question is did apple add a port to this update? I ran wireshark and couldn't find anything new.
    Help!

    How long between syncing?
    This link provides the data included with the backup.
    http://support.apple.com/kb/HT1766
    If you received or placed a call, the same for SMS/MMS, used Safari, made any changes to contact info and calendar events, there were changes to the data included with your iPhone's backup. If there were no changes to any of the data included with your iPhone's backup since the last sync, your iPhone's backup wouldn't be updated.
    Does your iPhone's Camera Roll include a number of photos that haven't been imported by your computer followed by being deleted from the Camera Roll, or have been imported but not removed from the Camera Roll after the import process is complete?
    2. The other symptom I've noticed (that commenced with the prior OS version) is that the phone is hesitating sometimes and won't respond for up to a minute to screen inputs-- seems to be preoccupied with some task it wasn't doing before.
    Any change after powering your iPhone off and on and/or after doing an iPhone reset when this occurs?

  • Mountain Lion Server: Wiki and Profile Manager return 'Error Reading Settings'

    Hi,
      Have recently installed Mountain Lion Server (clean install) when I open the Server App I am constantly receiving the following error messages on various services inc. Wiki and the Profile Manager Service
    After clicking on various other services that error message evolves into
    Any help would be greatly appreciated.

    Nvm, I managed to resolve this issue to a degree. The errors seem to occur if I copied and installed the Server.app from a windows network location where I had it stored. However if I downloaded and installed the Server.app from the App store the errors dod not occur.

  • Access Mac Mini Server (profile management) through reverse proxy

    Hi,
    Newbie in Mac's world and yet trying to make it more complicated as it is.
    As we recently (last month) decided to equip our sales force with iPads, they were configured through Apple Configurator tool running on a dedicated Mac Mini Mountain Lion.
    Now, I'd be keen in moving this configuration to the Profile Manager, part of the OSx Server plugin. So far so good.
    Problem is the following : another web server is already on the LAN using both 80 and 443 ports. So all incoming traffic on those ports was routed to this other server. As Mac Mini Server default http/s ports may not be altered, I installed a reverse proxy server (Oracle VM - Ubuntu 12.04LTS - pound), configured to deal differently traffic on those ports according to the domain name (host) of the web request (header). Each 'local' server has been allocated a domain name. Just to be clear, traffic is now routed by the WAN/LAN router, for those ports, towards the reverse proxy, configured to reroute the traffic to the correct destination.
    So far so good, it works like a charm, except... as soon as we enter https protocol on Mac Mini Server Profile Manager.
    Access from an iDevice to the Mac Mini Server Profile Manager login page is fine, but as soon as password is confirmed, safari is pending and finally a message 'An internal serer error occured. Please try later again' appears.
    Looking to both reverse proxy system log and Mac Mini profilemanager.log files to trace the problem, the following lines are produced at this particular moment :
    reverse proxy system.log
    Jan 15 14:44:03 reverseproxy pound: 91.... GET /devicemanagement/console/apple_theme_v2/en/da56af0a69e733b259dac3991419fa928b4 94a56/resources/images/sprites/me_controls.png HTTP/1.1 - HTTP/1.1 200 OK
    Jan 15 14:44:03 reverseproxy pound: 91.... GET /auth?redirect=http://osxsrv.fiks.net/devicemanagement/api/authentication/callback HTTP/1.1 - HTTP/1.1 302 Moved Temporarily
    Jan 15 14:44:04 reverseproxy pound: 91.... GET /devicemanagement/api/authentication/callback?auth_token=336952DE-BDDE-4390-82F 7-8475B79FB2D3 HTTP/1.1 - HTTP/1.1 302 Moved Temporarily
    Jan 15 14:44:04 reverseproxy pound: (b7680b40) e500 can't read header
    Jan 15 14:44:04 reverseproxy pound: (b7680b40) e500 response error read from 192.168....:443/GET /profilemanager/ HTTP/1.1: Success (0.007 secs)
    Jan 15 14:44:08 reverseproxy pound: 91.... POST /devicemanagement/api/magic/get_updated HTTP/1.1 - HTTP/1.1 200 OK
    OSx Server profilemanager.log
    Jan 15 14:44:05 osxsrv ProfileManager[1748] <Info>: Processing MagicController#do_magic (for 91.... at 2013-01-15 14:44:05) [POST]Jan 15 14:44:05 osxsrv ProfileManager[1749] <Info>: Processing MagicController#do_magic (for 91.... at 2013-01-15 14:44:05) [POST]
    Jan 15 14:44:06 osxsrv ProfileManager[1748] <Info>: Completed in 492ms (View: 0, DB: 6) | 200 OK [http://osxsrv.../magic/do_magic]
    Jan 15 14:44:06 osxsrv ProfileManager[1749] <Info>: Completed in 687ms (View: 0, DB: 5) | 200 OK [http://osxsrv..../magic/do_magic]
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: auth_token doesn't exist
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: Filter chain halted as [:verify_auth_token] rendered_or_redirected.
    Jan 15 14:44:07 osxsrv ProfileManager[1751] <Info>: Processing MagicController#do_magic (for 91.... at 2013-01-15 14:44:07) [POST]
    Jan 15 14:44:07 osxsrv ProfileManager[1751] <Info>: auth_token doesn't exist
    Jan 15 14:44:07 osxsrv ProfileManager[1751] <Info>: Filter chain halted as [:verify_auth_token] rendered_or_redirected.
    Jan 15 14:44:07 osxsrv ProfileManager[1751] <Info>: Completed in 4ms (View: 1, DB: 14) | 403 Forbidden [http://osxsrv..../magic/do_magic]
    Jan 15 14:44:07 osxsrv ProfileManager[1748] <Info>: Processing MagicController#do_magic (for 91.... at 2013-01-15 14:44:07) [POST]
    Jan 15 14:44:07 osxsrv ProfileManager[1748] <Info>: auth_token doesn't exist
    Jan 15 14:44:07 osxsrv ProfileManager[1748] <Info>: Filter chain halted as [:verify_auth_token] rendered_or_redirected.
    Jan 15 14:44:07 osxsrv ProfileManager[1748] <Info>: Completed in 45ms (View: 1, DB: 43) | 403 Forbidden [http://osxsrv..../magic/do_magic]
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: Processing MagicController#do_magic (for 91.... at 2013-01-15 14:44:07) [POST]
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: auth_token doesn't exist
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: Filter chain halted as [:verify_auth_token] rendered_or_redirected.
    Jan 15 14:44:07 osxsrv ProfileManager[1750] <Info>: Completed in 55ms (View: 0, DB: 1) | 403 Forbidden [http://osxsrv..../magic/do_magic]
    Jan 15 14:44:08 osxsrv ProfileManager[1749] <Info>: Processing AuthenticationController#callback (for 91.... at 2013-01-15 14:44:08) [GET]
    Jan 15 14:44:08 osxsrv ProfileManager[1749] <Info>: Redirected to https://osxsrv..../profilemanager/
    Jan 15 14:44:08 osxsrv ProfileManager[1749] <Info>: Completed in 149ms (DB: 5) | 302 Found [http://osxsrv..../authentication/callback?auth_token=[FILTERED]]
    I guess the '302 Found' is causing or explaining the problem.
    I agree this might not be a Mac issue, so I still knock your doors hoping some of you could at least give a hint for what to search for !
    If the pound configuration file is of interest, just ask, but this is pretty trivial, saying basically listen these protocols (http/https) on these ports (80/443) and according to Header content (check destination host) and reroute packet to LAN device (with given LAN IP address).
    As the default port(s) of the Mac Mini Web Services may not be altered (so far I know), I guess I am stuck using 80 and 443 anyway.
    Maybe should I invest time in changing my other apache server ports to some more exotic 8080 or 88 or whatever so Mac Mini Server Profile Manager default ports 80 and 443 are maintained and can be easily and directly rerouted to my Mac server without any reverse proxy along the way.
    Thanks in advance for your help
    Alx

    HI All,
    i'm also using reverse proxy technique to publish my server to the internet. The ip is used by twice domains. The problem is by using the profile manager
    after login it redirects the url to the Local Area network addresse instead to the domain.
    How to configure this on OS X Server and the Profile Manager Service?
    Kind Regards
    Oemer

  • Server 4.0 Profile Manager Supported Clients

    I'm not ready to pull the trigger on upgrading to Server 4.0 given the bug history, but I'm starting to look at it.
    When server 3.0 came out, Profile Manager abandoned support for 10.7.x and caught a few of us off guard.
    Does anyone know if Server 4.0 has dropped Profile Manager support for older devices e.g. 10.8.x or iOS 7?  I still have some production devices I've not upgraded yet.

    After I upgraded my desktop to OSX 10.10 Yosemite I had to upgrade Server to 4.0
    Unable to manage the server running 10.9 Server 3.X so I upgraded the server to 10.10 with Server 4.0
    Still unable to connect to server on LAN. Its not an IP or authorization issue since I can connect to the server via finder and manage the server via screen sharing...

  • 'Profile Server Not Available' error when trying to access Profile Manager

    Hello all,
    I'm totally, totally new to OS X Server, but I have a class full of new iMac's and MacBook's that I want to be able to manage all in one go. Don't really mind about File Sharing, access from anywhere in the world etc. but I just want to be able to push updates to all of them at once as well as manage some default settings for them all.
    I've set up most of what I can see I need to do in OS X Server such as the server itself as a .local, Profile Manager, Websites, VPN, Open Directory and Software Update, but when I try to access my .local through any browser, I get the main screen, but get an error page when I try to go into Profile Manager that says 'Profile Server Not Available. Please wait a moment and try again.'
    Can anyone suggest where they think I might be going wrong or need to do? I can give more information or screenshots if needed, juts let me know. Any help super appreciated
    Yours,
    Elliot

    Hey,
    Sorry, because I'm so new I don't quite get what you mean. A little more information is I'm using my MacBook which is connected to the same WiFi network as the other Mac's. What do you mean by the FQDN?
    I'm able to type in the IP address etc. on any other of the Mac's and it loads the 'Welcome to OS X Server' page, it's just when I select Profile Manager, I get the error. Thanks for getting back though, appreciated the quick help.. and I'm still super stuck. I've got a whole day on it today ha.
    Elliot

  • Reset calendars and contacts and profile manager, reset calendars and contacts and profile manager

    HI,
    I have succesfully re setup postgres with this set of instructions...
    Wki's now work, just need to re initialise calendars and contacts and maybe profile manager...
    serveradmin stop postgres_server
    serveradmin stop postgres
    mv /Library/Server/PostgreSQL\ For\ Server\ Services/Data{,-old}
    mv /Library/Server/PostgreSQL/Data{,-old}
    /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/Promotio nExtras/58_postgres_setup.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/wipeDB. sh
    serveradmin start wiki
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U _postgres -h "/Library/Server/PostgreSQL For Server Services/Socket" -l
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U _postgres -h "/Library/Server/PostgreSQL For Server Services/Socket" postgres -c "\dg"
    bash-3.2# serveradmin stop postgres_server
    postgres_server:state = "STOPPED"
    bash-3.2# serveradmin stop postgres
    postgres:state = "STOPPED"
    bash-3.2# mv /Library/Server/PostgreSQL\ For\ Server\ Services/Data{,-old}
    bash-3.2# mv /Library/Server/PostgreSQL/Data{,-old}
    bash-3.2# /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/Promoti onExtras/58_postgres_setup.rb
    WARNING: enabling "trust" authentication for local connections
    You can change this by editing pg_hba.conf or using the option -A, or
    --auth-local and --auth-host, the next time you run initdb.
    WARNING: enabling "trust" authentication for local connections
    You can change this by editing pg_hba.conf or using the option -A, or
    --auth-local and --auth-host, the next time you run initdb.
    bash-3.2# /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/wipeDB .sh
    devicemgr:state = "STOPPED"
    postgres_server:state = "RUNNING"
    (in /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend)
    (in /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend)
    devicemgr:state = "STARTING"
    bash-3.2# serveradmin start wiki
    wiki:state = "RUNNING"
    bash-3.2# /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U _postgres -h "/Library/Server/PostgreSQL For Server Services/Socket" -l
                                            List of databases
           Name        |   Owner    | Encoding |   Collate   |    Ctype    |    Access privileges   
    -------------------+------------+----------+-------------+-------------+-------- -----------------
    caldav            | caldav     | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 |
    collab            | collab     | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 |
    device_management | _devicemgr | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 |
    postgres          | _postgres  | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 |
    template0         | _postgres  | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 | =c/_postgres           +
                       |            |          |             |             | _postgres=CTc/_postgres
    template1         | _postgres  | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 | =c/_postgres           +
                       |            |          |             |             | _postgres=CTc/_postgres
    webauth           | webauth    | UTF8     | en_GB.UTF-8 | en_GB.UTF-8 |
    (7 rows)
    bash-3.2#

    qwince wrote:
    Yes but my point is that the device may not be able to connect to the internet for a period of time.  Thus all devices will have different data on them.
    So you are constantly (multiple times per hour/day) changing contacts/calendars on different devices with no internet around?
    The data gets sync'd only when it changes.
    So you are out in the field with no internet.
    You make a change on your iPhone. It doens't get sync'd to your computer.
    Who cares,? Yo have the data on your phone and you don't have your computer.
    Now you drive back to town. When you get a data connection, everything sync's up.
    why remove the functionality to sync everything else at the same time, should the user choose or need to do so.
    The Sync Services functionality was removed from the OS, so there is nothing for iTunes to use.
    It still works in Windows.

Maybe you are looking for

  • Win 2102: existing number of virtual desktops is not valid after errors while deleting , how to fix it ?

    Hello everyone, I created a virtual desktop collection with a name format like this , prefix = VDI-, suffix= 1 . so when I created the first VMs , I had VDI-1 and VDI-2 , later after recreating the VMs, adding new ones and deleting others, the suffix

  • XI 3.0 Adapter questions...

    We're currently running some test in XI 3.0 and we get into some problems: - The connection with the adapter via the JCO Server (for the LCRSAPRFC destination) seems to be unstable; when the system try to get the parameters(via SAP) through the funct

  • Importing pictures in the chronological order.

    Hello. When I import my pictures from a SD Card with Photoshop Elements 7, they are not chronologically sorted and the numbers of the file names don't correspond to the dates of the pictures. Is there a way of importing the pictures so that the numbe

  • Change include file with click

    how could i, with a click on a button, switch an include file with another include file.? like, a list of categories to the right and the code for a gallery to the left, the IMG SOURCE code is the include, and so when i click on an item in the catego

  • No PSA for Info Source

    HI All, We have the flow - Cube- C013 to DSO- 610 Cube- C016 to DSO- 610 For that we generated Export data source from CUbe- C013  to DSO-610 and Export data source from CUbe- C016  to DSO-610. As of now we followed the transport procedure from BI DE