ICal Server not showing up in drop-down in WGM?

Hello.
I have two Xserves.
Xserve001 = OD Master, DNS (primary zone)
Xserve002 = Connected to OD Master, DNS (secondary zone), Web (and Wiki)
Everything thus far is working fine (including Wiki, even though it's on the second Xserve and not the OD Master)
Now I want to enable iCal Server on Xserve002.
I enter the hostname (xserve002.mydomain.com) in Host Name, save and Start iCal.
It says iCal is running.
I then log into WGM, select a user and check "Enable calendaring", but the drop-down only lists "No Calendar Host Selected". Nothing else.
Does anyone know what could be wrong?
Also, I tried entering calendar.mydomain.com in Host Name, but when I click "Start iCal" it gives the error "No Virtual host found for iCal server". In DNS (on Xserve001) I have "calendar" set up as an alias to point to Xserve002, so I thought that entering calendar.mydomain.com should work?
Maybe this shouldn't work, but I don't know? And since when I enter xserve002.mydomain.com into the Host Name field and start the server, but it doesn't show up as a selectable option in WGM, I know there's something wrong with iCal Server as a whole right now and so it makes me question being able to use calendar.mydomain.com?
Any advice would be appreciated!
Thanks,
Kristin.

If it helps at all, these are my error logs, though I find these lines most interesting?
2009-04-08 23:06:51-0400 [-] [caldav-8008] [OpenDirectoryService] Matched Directory record: /LDAPv3/xserve001.upincstudio.ca/Computers/xserve002$ with ServicesLocator: E8EE05C4-642D-4A56-8730-A470736BFB68:6CD9C846-C96B-4382-84BB-44A7BF0CE747:calen dar, state: disabled
2009-04-08 23:06:51-0400 [-] [caldav-8008] [OpenDirectoryService] Unable to locate virtual host record: Open Directory (node=/Search) no /Computers records with an enabled and valid calendar service were found matching virtual hostname: xserve002.upincstudio.ca
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] twistedcaldav.directory.appleopendirectory.OpenDirectoryInitError: Open Directory (node=/Search) no /Computers records with an enabled and valid calendar service were found matching virtual hostname: xserve002.upincstudio.ca
FULL ERROR LOG BELOW...
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] Log opened.
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2009-04-08 23:06:51-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
2009-04-08 23:06:51-0400 [-] [caldav-8008] [OpenDirectoryService] Matched Directory record: /LDAPv3/xserve001.upincstudio.ca/Computers/xserve002$ with ServicesLocator: E8EE05C4-642D-4A56-8730-A470736BFB68:6CD9C846-C96B-4382-84BB-44A7BF0CE747:calen dar, state: disabled
2009-04-08 23:06:51-0400 [-] [caldav-8008] [OpenDirectoryService] Unable to locate virtual host record: Open Directory (node=/Search) no /Computers records with an enabled and valid calendar service were found matching virtual hostname: xserve002.upincstudio.ca
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] Traceback (most recent call last):
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] run()
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] app.run(runApp, ServerOptions)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] runApp(config)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] _SomeApplicationRunner(config).run()
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 157, in run
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] self.application = self.createOrGetApplication()
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 202, in createOrGetApplication
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] ser = plg.makeService(self.config.subOptions)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 749, in makeService
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] service = serviceMethod(options)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 471, in makeService_Slave
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] baseDirectory = directoryClass(**config.DirectoryService["params"])
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/appleopendirectory.py", line 89, in _init_
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] self._lookupVHostRecord()
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/appleopendirectory.py", line 202, in _lookupVHostRecord
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] self._parseComputersRecords(records, vhostname)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/appleopendirectory.py", line 233, in _parseComputersRecords
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] % (self.realmName, vhostname)
2009-04-08 23:06:51-0400 [-] [caldav-8008] [-] twistedcaldav.directory.appleopendirectory.OpenDirectoryInitError: Open Directory (node=/Search) no /Computers records with an enabled and valid calendar service were found matching virtual hostname: xserve002.upincstudio.ca

Similar Messages

  • Lion OS x 10.7 does not show me url drop down boxes when I mouse over hyperlinks

    Lion 10.7 does not show me url drop down boxes whenever I mouse over hyperlinked text in Gmail.
    Is there a setting I missed?  Does anyone have any idea why this might be?
    Thanks,
    lenms

    ANY one?    
    Any constructive comments would be appreciated.
    Thanks,
    lenms

  • Itunes not showing elements 11 drop down list of albums and won't sync, says ïtunes cannot sync, required folder cannot be found. ï have tried re installing both but no success. pls help!!!

    Hi, Itunes won't sync my photos to ipad from elements 11. itunes doesn't show drop down list of albums and says Ipad "......cannot be synced, required folder cannot be found" i have tried re installing both programs but no luck. pls help!!!

    I managed to finally fix the problem in a relatively painless way. It turned out that the problem wasn't on my phone, the problem was with iTunes. I completely uninstalled iTunes from my PC and then reinstalled it and everything was fine.
    In order to completely uninstall iTunes, I did two things:
    Used RevoUninstaller to uninstall iTunes. This cleans out a bunch of extra things that the normal iTunes uninstaller misses.
    Searched for any iTunes folders/files on my computer (using the freeware utility called Everything) and deleted them manually.
    I hope that works for you.

  • Subheadings in Outline not showing up in drop down menu in Posts

    I've created an Outline with subheadings, but when I go to create a post, only my major headingsshow in the drop down box, not the subheadings.

    This is weird, but apparently by design.
    From Apple's documentation, here:
    Choose an outline topic from the Topic pop-up menu. You can only post to top-level topics in your outline.

  • BHOLD Default Supervisor not showing up in drop down list when trying to add a role.

    Hi All,
    I am trying to add a new role to one of my BHOLD installations, and when I do that I do not have a "default supervisor role" listed in the drop down. A supervisor role is required to be able to create a role. I am performing the operation as a
    B1 admin with the default supervisor role.
    In another installation I can do it just fine. I have found no delta between the two as far as permissions are concerned. Anyone have an idea? Thanks.

    Matt,
    Do you have a large number or roles, as in >500, maybe 1000s? I have seen an issue where a customer had 1000s of roles. There are some SPROCs that look for top 500 or something similar. I think a workaround was to change the SPROCs, not saying your should
    do that necessarily but I believe that is what they did to get around this.

  • Java Bean Classes not showing up in drop down

    Post Author: Cdog
    CA Forum: JAVA
    I've set the <JavaBeansClassPath>C:\Basement\vo</JavaBeansClassPath> and even added it the the ClassPath in the CRConfig.xml but nothing is showing up.
    Please advise me on what I am leaving out.
    Thank you,

    Post Author: Ted Ueda
    CA Forum: JAVA
    I'd try jar-ing the JavaBean and explicitly putting the path to the jar file into that tag.  This would ensure no issues with subfolder access.Sincerely,Ted Ueda

  • SAP FIORI LEAVEAPPROVAL - Scenario configuration does not show in the drop down list /GBHCM/LEAVEAPPROVAL ?

    We are in GBHCM003 600 (SP 10). Do we need implement anything else? Do anyone know which SP, the UIHCM003 100 (SP 05) comes from ?
    /GBHCM/LEAVEAPPROVAL is available in the ODATA services and i have added already.
    Thanks Uma.

    Hi,
    Same problem. We have installed UIX01HCM and following the implementation information on Sap Help for Approve Leave Request
    http://help.sap.com/fiori_bs2013/helpdata/en/88/a2675283776f2de10000000a44176d/content.htm
    The information recommends using service /GBHCM/LeaveApproval (1)
    We dont see this in our system.
    1) How do we get this service?
    If this is not the recommended service anymore:
    2)  where is the information or service for the new implementation?
    Thanks,
    Mark

  • Custom field not getting populated in the "Show Results where" drop down

    Hi all,
    In appointment detail page by clicking on Add button on the user related information section , it takes us to a search layout showing the list of available users.
    Here we have to filter the user's based on a custom field which has already been created in the user object. But I am not able to add the custom field in the "Show results where" drop down for which the search has to be done.
    It is getting reflected in the normal search layouts.So Can any one tell me why the change is not getting reflected in the user related info search layout?

    I tested your use case and you are correct. I would recommend that you submit a service request to CRM On Demand customer care in reference to this issue.

  • In attempting to sync my Outlook Contacts to my iphone 5, Outlook shows in the drop down, but it does not allow click-on, then below is listed only my email information, nothing else, no calendars, contacts.  When I click on the email, it adds new acct

    In attempting to sync my Outlook Contacts to my new iphone 5,in iTunes,  Outlook shows in the drop-down box, but it does not allow click-on.  Individual items are not listed to click on. The only listing is my email address and when you sync it, it really does not sync, it adds another email account with the same name, and no contacts sync with it.

    also - when I use camera wizard it just tells me the phone is busy or in use  and I should retry.
    If I use it through windoes explorer - it shows me the camera to computer symbols and a line moving between then but bombs out saying camera is busy.

  • Actions not appearing in Action Drop Down Box

    We are in the process of upgrading from 4.0 to 7.0, in 4.0 we have used SAP GUI as the main UI, we are due to go-live with the upgrade very soon and have a problem when creating an opportunity through to a quotation within the SAP GUI Screens, we need this to work for go-live in SAP GUI, we are however after go-live working on the NEW WEB UI
    Problem:
    We have set up that the Partners are determined from the opp --> Quotaion, these all work fine and transfer as expected.  We also have a number of ACTIONS set up that should appear within the ACTION DROP DOWN area of the screen - these are no working in V7.0
    For Example:-
    Action - 'Email Quotation To Customer'
    This action is set up to email lthe customer when triggered, this no longer appears.  If I remove the customer and re-add them then it shows and works fine, it is acting as though the Action is not seeing the customer that is brough through from the OPP
    The conditions of the action are met, it is set to look for SalesTrans.UserStatus and Partner Detimation - BOTH ARE MET but the system doesn't seem to see the PARTNER
    Any help would be appreciated
    Regards
    Barry

    The actions are defiened as follows
    Action = 'Email Quotation to Customer'
    The action sends an email to the customer (using partner ZQUOPAR (Quotation Partner) which is determined from the Sold-To-Party in the proceding document)
    The Action is set to show in the drop down box, the Action does not show even when the Partner is listed
    This works fine in V4.0 but not in V7.0
    Regards
    Barry

  • On a Mac v10.6.6 Firefox v3.6.13 Right click on Google Map does not bring up the drop down box, with the first item being directions from here, the right click does work on Google map when using Safari

    On a Mac v10.6.6 Firefox v3.6.13 Right click on Google Map does not bring up the drop down box, with the first item being "directions from here", the right click does work on Google map when using Safari

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 9.0 r999
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    See also http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html

  • Applications don't show on CC drop down menu

    After using CC for a while, suddenly available applications don't show on the drop-down menu on an iMac; I can run the apps but they perform inconsistently, sometimes crashing, sometimes the cursor behaves erratcly or don't allow to create pdf files. I've tried reinstalling CC, reassigning the CC seat, but nothing seems to work. Any suggestions?

    This worked for me.
    Step 1:
    Open Finder application.Click on Go>Go to Folder.
    Type /library and press return key.
    Then navigate to Application support/Adobe folder.
    Right click on Adobe folder and select 'Get info'.
    Under Sharing and permissions, click on Lock icon and enter
    Administrator user name and password.Click on symbol, select Admini
    strators and click on Add, then give 'Read and Write' permissions to Administrators.
    Click on symbol again, select current logged in user name and click
    on Add, then give 'Read and Write' permissions to Administrators.
    Give 'Read and Write' permissions to Everyone, System, Admin, users.
    Then click on Gear icon and select the option 'Apply to Enclosed items'.
    Step 2:
    Open Finder application.Click on Go>Go to Folder.
    Type ~/library and press return key.
    Then navigate to Application support/Adobe folder.
    Please give full permission as mentioned above.
    Step 3:
    Open Finder application.Click on Go>Go to Folder>>Type /library and
    press return key>>navigate to Application support/Adobe folder folder.
    Locate the folder named AAMupdater and rename it to AAMupdaterold and
    OOBE to OOBEold.
    Step 4:
    Open Finder application.Click on Go>Go to Folder>>Type ~/library and
    press return key>>navigate to Application support/Adobe folder folder.
    Locate the folder named AAMupdater and rename it to AAMupdaterold and
    OOBE to OOBEold.
    Once you are done with the above steps, you can try launching the
    Creative Cloud desktop application.
    If you still face the same issue, please try the next steps.
    (These steps were not necessary for me.)
    Step 5:
    Click on the below link to download the cleaner tool.
    http://download.macromedia.com/pub/creativecloud/cleanertool/mac/AdobeCr
    eativeCloudCleanerTool.dmg
    Select the product as Creative Cloud and CS6, then select Creative Cloud
    desktop/Adobe application manager and select clean.
    Step 6:
    Once you are done with the above steps, login to
    https://creative.adobe.com/products/creative-cloud and try downloading
    the Creative Cloud desktop application.

  • Netinstall images not showing up when holding down option key at startup

    Hi,
    I have setup two Netinstall images on my 10.5.5 server. On the clients I can see the two images via the 'Startup Disk' tab in System Preferences. But the images are not showing up when holding down the option key at startup. As I am getting ready to deploy to two labs of new iMacs, I would like to be able to get the Option key at Startup method to work as per the documentation.
    Any ideas why these images are not showing up as they should?

    I am having this problem on a 10.5.5 NetBoot server too. I can NetBoot clients by selecting a network volume in System Preferences > Startup Disk, but I can not see the network volumes when option-booting. I am having problems NetBooting while holding down the N-key too. The funny thing is that it works on new Intel iMacs, but not on Mac Pro1.1 (even with the latest firmware updates). NetBooting the Mac Pro works fine when selecting a NetBoot volume in System Preferences > Startup Disk.
    Does anybody have a solution? Is this a problem with Leopard Server 10.5.5?
    I am running DeployStudio Server v1.0rc9, and the NetInstall set is made with DeployStudio Assistant.
    Everything looks right with my bootpd.plist and log file.
    Dec 14 22:08:37 xserve bootpd(6722): server starting
    Dec 14 22:08:37 xserve bootpd(6722): re-reading /etc/bootptab
    Dec 14 22:08:37 xserve bootpd(6722): Loaded 0 entries from bootptab (0 bad)
    Dec 14 22:08:37 xserve bootpd(6722): server name server.example.com
    Dec 14 22:08:37 xserve bootpd(6722): interface en0: ip 158.36.32.190 mask 255.255.255.192
    Dec 14 22:08:37 xserve bootpd(6722): bsdpd: re-reading configuration
    Dec 14 22:08:37 xserve bootpd(6722): bsdpd: shadow file size will be set to 48 megabytes
    Dec 14 22:08:37 xserve bootpd(6722): bsdpd: age time 00:15:00
    Dec 14 22:08:39 xserve bootpd(6722): BSDP INFORM (en0) 1,0:17:f2:2:d5:9e NetBoot001 arch=i386 sysid=MacPro1,1
    Dec 14 22:08:39 xserve bootpd(6722): NetBoot: (1,0:17:f2:2:d5:9e) BSDP ACK(LIST) sent 158.36.32.161 pktsize 310
    Dec 14 22:08:39 xserve bootpd(6722): service time 0.000667 seconds
    Dec 14 22:08:52 xserve bootpd(6722): BSDP INFORM (en0) 1,0:17:f2:2:d5:9e NetBoot001 arch=i386 sysid=MacPro1,1
    Dec 14 22:08:52 xserve bootpd(6722): NetBoot: (1,0:17:f2:2:d5:9e) BSDP ACK(LIST) sent 158.36.32.161 pktsize 310
    Dec 14 22:08:52 xserve bootpd(6722): service time 0.000622 seconds

  • The message icon is not showing in the drop screen of my photos it used to show before and now it's not there how can I get it back?

    The message icon is not showing in the drop screen of my photos where it says do you want to email, message, assign, use as waller paper etc. it used to show before and now it's not there how can I get it back?

    Did this back along to mine. Plug it into itunes on your pc (or Mac) and click on the ipod icon on the left hand side. When the device options come up on the main screen, click on restore. Follow the steps and it should restore to factory settings. If you had icloud activated on the ipod all previous purchases should be in the cloud and ready to download onto the ipod afte rit has been restored to factory settings, otherwise you'll have to download them all again. Hope it helped.

  • My camera will does not appear in the drop down for importing videos even though it is listed as a supported camera - sony hdr-xr260

    I am trying to import video footage from my sony camera on to imovie. The camera does not appear on the drop down when i connect it to the pc via usb. Anyone any ideas?

    I'm using a zr500 via firewire and it doesn't recognize it either. Are you using firewire?

Maybe you are looking for

  • CF Performance Tuning Help

    I moved our internal application from a P3 500mhz CPU 1U server to a Duo-Core Xeon 1.6ghz server. The newer box has a larger HD, more RAM, beefier CPU, yet my application is running at the same or a smidgen faster than the old server. Oh, I went from

  • Why can't I activate my Photoshop cs on a new computer?

    I have a copy of Photoshop CS and I have only 14 days left to activate it. However the internet activation is not available and the phone activation is not available. I am instructed to go to adobe.com/go/activation but it is not helpful at all. Plea

  • Stupid $#@*&! 30 Day Office Trial Version..... :(

    This really torks me off. I've had my new iMac for about 2 months. A 30 day trial of the latest Office. I didn't pay much attention to it though I'm quite happy with my old version of Office (X) and even happier with AppleWorks. Anyway, the trial ver

  • No sound with Flash player. It works with other browsers

    I have tried all the trouble shooting suggestions but there is no sound when the most recent version of Flash Player plays a video. This is with Windows 7. Sound works in other browsers with Flash Player

  • Iphoto 9.4.1 solarizes photos when printing cards

    I attempted to create a card in iphoto 9.4.1 on my MacBook Pro (10.7) and the photos appear solarized. I then tried to reprint a card created previously and it, too, is now solarized, although when I printed it last Father's Day, it was fine. Anyone