ICal Server Help PLEASE!

Help,
We are trying to setup our new network and hitting issues!
Installed and configured 105 Server in standard mode, activated iCal services and allowed user access.
On the users machines (also running 10.5) we used Directory Utility to connect to the Server and configure the user machine and auto configure the applications. We then opened iCal and created a new CalDAV account and auto linked to the server. It connected fine and everything seems to work!
BUT! Now if iCal (the app) is not running on the server, when we open iCal on a user machine it duplicates the account and sets it as unable to connect (with a broken icon). Yet the original calendar is there and functioning correctly. If we have the iCal app running on the server and then start the user iCal app it does not create a second account and runs fine.
Why is this second account created when the servers iCal app is not running?
As a final question is it correct that each user has their 'own' calendar that everyone else can then access and, if allowed, edit? Hence the need to add delegates.
If that is the case then what is the calendar that appears under the CalDAV connection? How do we directly edit that calendar from each users machine?
Hope that makes sense and thanks for the help!
Lee

Help,
We are trying to setup our new network and hitting issues!
Installed and configured 105 Server in standard mode, activated iCal services and allowed user access.
On the users machines (also running 10.5) we used Directory Utility to connect to the Server and configure the user machine and auto configure the applications. We then opened iCal and created a new CalDAV account and auto linked to the server. It connected fine and everything seems to work!
BUT! Now if iCal (the app) is not running on the server, when we open iCal on a user machine it duplicates the account and sets it as unable to connect (with a broken icon). Yet the original calendar is there and functioning correctly. If we have the iCal app running on the server and then start the user iCal app it does not create a second account and runs fine.
Why is this second account created when the servers iCal app is not running?
As a final question is it correct that each user has their 'own' calendar that everyone else can then access and, if allowed, edit? Hence the need to add delegates.
If that is the case then what is the calendar that appears under the CalDAV connection? How do we directly edit that calendar from each users machine?
Hope that makes sense and thanks for the help!
Lee

Similar Messages

  • Problem in starting RMI server, help please

    Hi , all:
    I am learning RMI from SUN's tutorial. I set all of program packages as same as the tutorial, compiled all of programs . and built all of the jar files, the server classes and the client classes.When I run the server, ComputeEngine, it did not work ,and the following messages are showed at command lines:
    C:\RMI\doc>java -Djava.rmi.server.codebase=file:/c:\rmi\ann\public_html\classes/
    -Djava.rmi.server.hostname=localhost -Djava.security.policy=java.policy eng
    ine.ComputeEngine
    ComputeEngine exception: access denied (java.net.SocketPermission 127.0.0.1:1099
    connect,resolve)
    java.security.AccessControlException: access denied (java.net.SocketPermission 1
    27.0.0.1:1099 connect,resolve)
    at java.security.AccessControlContext.checkPermission(AccessControlConte
    xt.java:272)
    at java.security.AccessController.checkPermission(AccessController.java:
    399)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.lang.SecurityManager.checkConnect(SecurityManager.java:1044)
    at java.net.Socket.<init>(Socket.java:262)
    at java.net.Socket.<init>(Socket.java:100)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirect
    SocketFactory.java:25)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMaster
    SocketFactory.java:120)
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:499)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:190
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:174)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:318)
    at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
    at java.rmi.Naming.rebind(Naming.java:160)
    at engine.ComputeEngine.main(ComputeEngine.java:25)
    Please give helps .
    Thanks!

    You are setting the security policy to the file named
    java.policy, make sure that it is in the same
    directory where you are invoking the java compiler.Thank.
    I have put them at the same directory, but is deos not work.
    Something I am not sure.
    On the SUN's tutorial , the follows is given:
    Win32:
    java -Djava.rmi.server.codebase=file:/c:\home\ann\public_html\classes/
    -Djava.rmi.server.hostname=zaphod.east.sun.com
    -Djava.security.policy=java.policy
    engine.ComputeEngine
    I changed hostname = localhost
    I also changed the code of the server class given by tutorial :
    String name = "//host/Compute" ;
    to:
    String name = "//localhost/Compute";
    Should I make such changes?
    Here is the server class given by the tutorial:
    package engine;
    import java.rmi.*;
    import java.rmi.server.*;
    import compute.*;
    public class ComputeEngine extends UnicastRemoteObject
    implements Compute
    public ComputeEngine() throws RemoteException {
    super();
    public Object executeTask(Task t) {
    return t.execute();
    public static void main(String[] args) {
    if (System.getSecurityManager() == null) {
    System.setSecurityManager(new RMISecurityManager());
    String name = "//host/Compute";
    try {
    Compute engine = new ComputeEngine();
    Naming.rebind(name, engine);
    System.out.println("ComputeEngine bound");
    } catch (Exception e) {
    System.err.println("ComputeEngine exception: " +
                   e.getMessage());
    e.printStackTrace();

  • Playbook (no 3g) email set up thro another server help please

    Hi
    Have just bought the Playbook (no 3g) & am trying to set up the email. I have several email addresses (some bought & others eg BT) On the laptop I route them all thro BT server & am trying to do the same on the Playbook. It will find the purchased address automatically I guess thro the Easyspace server but I want to route all through the BT server which is where my internet connection comes from. It's probably a stupid question once you get your head around it but could anyone help - thanks

    Hi and welcome to the forums birtles1010!
    A couple of places for you to visit: Blackberry 101    Tips & Tricks
    Take a walk over to the  Playbook Forum
    Let us know how your are doing and if you have any questions/issues; search in the forum for your BB model (search box at top right of page) Can't find what you're looking for? Start your own thread. Other users will be there to help.
    Just be sure to keep coming back. Happy to have you here!
    IrwinII
    Please remember to "Accept as Solution" the post which solved your thread. If I or someone else have helped you, please tell us you "Like" what we had to say at the bottom right of the post.

  • Oracle AS connect to MS SQL server - help please.

    hi there
    can anyone tell or show me how to connect Oracle app server to MS sql server? thanks

    Hi Tom,
    For stand-alone OC4J (any version), you need to add an appropriate entry to the "data-sources.xml" file (in the "j2ee/home/config" subdirectory) and put the JDBC driver file(s) into the "j2ee/home/lib" subdirectory. On my OC4J 9.0.3 distribution (on my Windows XP machine), there already is a "ms-sql.xml" file in the "j2ee/home/config/database-schemas" subdirectory. If you don't have one, then you may need to create one, or if you do already have one, you may need to modify it. More information can be found at these Web sites:
    http://www.orionserver.com
    http://www.orionsupport.com
    http://www.atlassian.com
    http://www.elephantwalker.com
    Hope this helps you.
    Good Luck,
    Avi.

  • I am unable to restore my iPad. iTunes keeps coming up with "unknown error (3004)" I have updated my Windows, tried searching for apple updates, but keep being told "cannot connect to apple server" HELP PLEASE

    The whole problem started when I was syncing my iPad to update it. iTunes for some reason, put it into recovery mode. I have done all the hints and tips for the error code, checked my internet connection & tried to restore on another computer, but it required an update of iTunes and would not connect to Apple server either.

    Here is the work around:
    When and if you get the same error it will prompt you to select one of three choices:
    You have to select the LAST choice ---either Cancel (if you do this you will keep going around in circles), Restore to YOUR settings (which is really a trick question), or Restore to Factory (sorry I can't recall exact language)
    Then in itunes select your ipad under "Devices" if it doesn't automatically...(YOU CAN SKIP TO #5)
    There will be 3 Boxes in the "Summary" screen for you to choose from:
    VERSION: DO NOT SELECT RESTORE, BACK.. I selected "Back up to this computer", OPTIONS: click on which ever box you desire (I did #1 & #2). Then I selected "CONFIGURE UNIVERSAL ACCESS" and hit "OK".
    In the bottom right hand corner you will see two choices, select "SYNC" and your ipad & computer should start the syncing process which could last a LONG time depending on how much data you have backed up.
    Sorry if this doesn't work for you but it's working so far for me! Good luck...and Apple please don't do this again! So very confusing!

  • My ipad wont connect to the internet server, help please!

    My ipad suddenly wouldn't connect to the internet so I turned it off and on, checked the settings, there wasn't anything wrong and I could connect to my wifi from my phone in the same location. So I pressed reset and delete all data and settings. Now it wont reset and a message comes up that says "your ipad could not be activated because the activation server cannot be reached:. Try connecting your ipad to itunes to activate it or try again in a couple of minutes." I cant connect to itunes because I cant get past this page in the reconfiguring process. Trying again and again will not work. Can anyone help?
    Thanks.

    By reseting and deleting all data and settings, you wiped your iPad clean of anything that was "yours". Put your iPad into recovery mode and restore from iTunes. Hopefully you have a backup there to recover all your data.
    Recovery Mode
    Backup & Restore
    Restore iOS

  • Mavericks server help please

    I have setup the server with a computer name of macserver and a host name of server.*****.com and keep getting problems with mail sending saying that the host name does not match the domain name. Should I change the host name to just ****.com

    Local DNS services are always assumed to be incorrect until confirmed otherwise.
    Please post the output of the following Terminal.app command-line commands:
    dig +short MX example.com
    dig +short mail.example.com
    dig +short -x returned.ip.address
    You will need to substitute example.com with your domain.  The above assumes that the MX host returned for the example.com domain is mail.example.com.  That'll vary.  Your forward and reverse DNS translations must match.
    Now (from inside your network) determine if the public DNS is also matching.  These are the same commands, but the @8.8.8.8 causes your dig command to bypass your local DNS and go ask the Google DNS server at 8.8.8.8 for its view of your mail server DNS configuration.
    dig +short @8.8.8.8 MX example.com
    dig +short @8.8.8.8 mail.example.com
    dig +short @8.8.8.8 -x returned.ip.address
    Next post the output of the following three commands:
    $ scutil --get ComputerName
    $ scutil --get HostName
    $ scutil --get LocalHostName
    $
    If you choose to obfuscate your domain name in the above, please (consistently!) obfuscate it with example.com, the domain reserved for this use.
    Next we can check the local mail server configuration.  To do that, post the output of the following Terminal.app command:
    $ postconf -n -c /Library/Server/Mail/Config/postfix
    If you choose to obfuscate your domain in the above output, please (consistently!) replace your domain name with example.com — which is a domain reserved for this use — and also replace your public IP address with something like 172.16.1.1 — with a private-block address — and not with a private-block address in whichever private IP block you're using elsewhere inside your (presumably) NAT network.
    FWIW, if you do choose to obfuscate, being consistent about it here is very important — otherwise we can end up chasing that and not the actual problem.  Also FWIW, obfuscating a mail server here doesn't prevent folks from finding your mail server — the folks that are looking to spam already look for MX records and port scan for open TCP port 25 ports, and the whole of the IPv4 address space can be port-scanned in a few minutes for those with sufficiently fast network links or with sufficiently-large botnets.

  • Problems w/ Syncing Palm 755p to Exchange 2003 Server - HELP PLEASE - Sprint

    Hi, I used to be able to sync but now I can't (nothing has changed on our server).  Only thing different I can think of is I got an updater icon "EAS Updater" and I clicked it and now my Exchange Email stopped syncing to my palm (on my old 700p).  However, I just got a new palm (755p) and still having the same problems as the 700p even though I had done numerous hard resets.  I have tried doing a hard reset, then set up the Exchange ActiveSync account but still didn't work.  I tried syncing my info from Palm Desktop then setting up the Exchange account, still nothing.  So I don't think it's the EAS Updater but then again, I may be wrong since nothing has worked. 
    Weird thing is I gave the Palm Tech person my log in and password and they got onto my server fine (I know I shouldn't have but dang, I've been trying to figure this out for the last 3 wks - have changed password).  They used the port 80 as incoming server and nothing under proxy settings. But I tried the same thing and got the error message below.  Did it when Palm was on the phone w/ me so even they are not sure what's wrong.
    AirSAMStateMachine.c 2214 6 HTTP/1.1 400 Bad Request Date: Fri, 19 Oct 2007 06:44:00 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebS
    So I figured I change the incoming server settings to see if I can get it to work that way.  When I changed the incoming server setting to port 443 (automatic checks the SSL box) a different error shows (no proxy settings, since we don't use one)
    SSL Error: No trusted root Update certificate authority list. AirSAMStateMachine.c 1913 14721
    So I went and got the certificate installed using the instructions on the Palm site and when I synced, a different error shows up.
    AirSAMStateMachine.c 1913 109
    This is getting so frustrating.  How is it that 2 different Palm Techs can log on using the info I give them on 2 separate dates but I can't (we are doing the same thing according to them).  Palm is saying it's my phone but I just got a new one last night (755p). 
    Any ideas on what I should do?  By the way, I am able to log onto the web so that's not the problem.  I have set up my AOL and Yahoo on Versamail and they both sync fine.  Exchange ActiveSync won't sync anything, not even my Calendar (even when I did it separately). 
    I would appreciate any help you can give me.  Many Thanks.
    Post relates to: Treo 700p (Sprint)
    Message Edited by momof5 on 10-19-2007 12:04 AM

    We finally solved this problem. We thought the requirment is to have Server 2003 R2 but it turns out also that installing Exchange Server release 2 solves this  problems.  As soon as Exchange release 2 was ugraded, the initial sync worked and OTA Push was working just fine.

  • You don't have permission to access ** on the server, HELP please

    For the last months I've been working with Muse and updating my website through Muse without any problems.
    I use my extern HTML for update pages in Muse, and usually this went without any problems too.
    But if I test my new update, when I want to download a specific clip, it says: "You don't have permission to access ** on this server."
    The files are in the correct place on my FTP, the link is correct and when I open the specific link in my browser without using my website, I CAN download the file.
    How is it possible that this suddenly doesn't work anymore? Last time I updated this way was one week ago - without any problems.
    Can anyone help, seeing I have done everything I usually do, and everything is in the correct place and the link does work.
    Thanks

    In my case I have to close/quit Muse. Then re-open the program. For me the problem goes away. This only happens occasionally.

  • Source Dedicated Server help please!

    I am trying to run a source dedicated server on my WRT54GX v2 router. I can allow all ports except for 27000-27015. Any ideas on what to do? I am using the Port forwarding guide for my router : http://portforward.com/english/routers/port_forwarding/Linksys/WRT54GXv2/Counter_Strike.htm
    Any help is appreciated

    where did you test whether the mentioned port is opened or not ?? if not yet tested ...go to www.t1shopper.com and go to port scanner...enter the internet ip address and enter the port numbers....

  • Breeze Server Help Please!!

    HELP!
    I've managed to post my PowerPoint with Breeze Presenter.
    However, the .swf files that my tutorial refers to restarts the
    Breeze Presenter to the very first time for each .swf file. This
    doesn't happen if my .swf files are NOT stored on the Breeze server
    but stored on a seperate server.
    http://breeze.unl.edu/p71153272
    Thanks so much.

    HELP!
    I've managed to post my PowerPoint with Breeze Presenter.
    However, the .swf files that my tutorial refers to restarts the
    Breeze Presenter to the very first time for each .swf file. This
    doesn't happen if my .swf files are NOT stored on the Breeze server
    but stored on a seperate server.
    http://breeze.unl.edu/p71153272
    Thanks so much.

  • Error at UDDI registry on Local Server   - Help Please ?

    Hi Naveen  and all  ,
                What ever you have specified in your blog
               /people/sap.user72/blog/2005/11/16/webas-a-step-by-step-guide-for-configuring-uddi-registry-on-local-server
               /people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi
          In your step by step guide for Configuring UDDI Registry on Local Server
    step 8: After the user is authenticated, the user will be taken to a Publis Service Definition page. Here one could specify service specific properties like categories, wsdl locaton. After entering required information hit the publish button for publishing the service definition onto the UDDI Register, which in our case happens to be the one on the local server.
            May i know  what kind of specific properties like categories, wsdl locaton.  Do i need to give give my local PC location for WSDL or what else i have to give ?
       Can you please give some mor information about this Step ?
             When i was trying to publish i got the following error
    <b>An ERROR has occurred
    Invalid key passed: Unknown TModel key in reference. TModel key :uuid:c1acf26d-9672-4404-9d70-39b756e62ab4</b>
    Best Regards.,
    V.Rangarajan

    I had a heck of a time trying to get rid of an swf in firefox the other day.  I deleted it from the bin-debug folder and it was still coming up in the browser.
    The fastest solution might be to rename the main app file to myApp2 and recompile.  The cache won't get tempted if it has a new file name.  You can change it back on the next compile.
    Sometimes in IE7 I have a cache problem.  I hit Ctrl-N to pop-up a new browser window.  That seems to refresh everything in the window.

  • Newbie setting up qt server help please ??

    Hi
    I am new to setting up quicktime streaming server but am advanced on mac os x server.
    What i have been able to do so far without any probs is, setup my movie files to stream when accessed via a url for eg. rtsp://intranet/music.sdp
    this will play my music when i access the link but i would like to know if there is a way that whenever i have someone click on the link can the song or movie start from the beginning ??. qt does not have the buttons available to go to the beginning because it is a live broadcast ?
    Any help or guidance would be great

    Hi:
    If you use an archived file for streaming you'll find that the buttons (as I have) are gray for the forward and back. However, you can use the playback indicator to go forward or backward in the timeline simply by dragging it. It's not as fine a controller as the buttons but it works.
    The other issue is that you're attempting to provide an "on demand" stream. If you check out the manual it covers this (however lightly) and what it has to say may help your situation. The manual can be found at http://manuals.info.apple.com/en_US/QuickTimeStreamingSrvrAdminGuide.pdf
    There are a few paragraphs that give me concern for your particular application as it may be what you're trying to do:
    {quote}QuickTime Streaming Server (QTSS) or Darwin Streaming Server (DSS) cannot be used to natively serve MP3 files on demand (that is, as an HTTP download).
    Rather QTSS and DSS support of MP3 streams is intended for shoutcast/icecast-compatible live streams (such as those created by a streaming playlist) or live streams of other compatible MP3 live encoder broadcasters.
    If you wish to serve individual MP3 files on demand (not as live streams), simply host the files on a web server in a web documents folder. {quote}
    Hope this helps resolve the problems you're having.
    Message was edited by: paulfox

  • HttpService with JSON from server - help please

    Hi!
    I am trying to pass back a JSON object to flex using
    HttpService. The scenario is like this - using HttpService I am
    calling an action since i am using Struts 2.0 . This action is
    supposed to return a string in JSON format. When i am passing back
    the data in XML format the data is properly displayed with the
    required hierarchail structure. But when I am passing back the JSON
    string it is not displaying anything.
    This is the call to server
    <mx:HTTPService id="srv" url="...... /
    myaction/getSomeData.action"/>
    the srv value is coming as null.
    I am a total newbie to flex.
    Thanks for any help in advance,
    Rohit

    The code is as follows:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:ilog="
    http://www.ilog.com/2007/ilog/flex"
    layout="absolute" creationComplete="srv.send()">
    <mx:HTTPService id="srv" url="
    http://192.168.103.128:8081/ManageMe/manageme/generateXMLForGantt.action"/>
    <mx:Style>
    GanttSheet
    borderStyle:none;
    rowPadding: 4;
    TaskItemRenderer {
    borderColor: "0x388F24";
    backgroundColor: "0xB5D021";
    rollOverColor: "0xFDF621";
    borderRollOverColor: "0xF4C811";
    selectedColor: "0xFDB201";
    borderSelectedColor: "0xFF9201";
    selectedRollOverColor: "0xFDF621";
    borderSelectedRollOverColor: "0xF4C811";
    textPosition: "right";
    v-align: "top";
    barTopMargin: 0.3;
    barBottomMargin: 0.3;
    .milestone {
    startSymbolBorderColor: "0x24598a";
    startSymbolColor: "0x4422EE";
    .summary {
    borderColor: "0x000000";
    backgroundColor: "0x22ee56";
    endSymbolBorderColor: "0x000000";
    endSymbolColor: "0x000000";
    startSymbolBorderColor: "0x000000";
    startSymbolColor: "0x000000";
    </mx:Style>
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.collections.HierarchicalData;
    [Bindable]
    public var tasks:HierarchicalData = new
    HierarchicalData(srv);
    //[Bindable]
    // public var tasks:HierarchicalData = null;
    [Bindable]
    public var constraints:ArrayCollection = new
    ArrayCollection([
    { fromId:"T2", toId:"T3", kind:"endToStart" },
    { fromId:"T3", toId:"T4", kind:"endToStart" },
    { fromId:"T5", toId:"T6", kind:"endToStart" },
    { fromId:"T6", toId:"T7", kind:"endToStart" },
    { fromId:"T7", toId:"T8", kind:"endToStart" },
    { fromId:"T7", toId:"T8", kind:"endToStart" }
    ]]>
    </mx:Script>
    <mx:VBox width="100%" height="100%">
    <mx:ApplicationControlBar id="toolBar" width="100%"
    height="40">
    <mx:HBox>
    <mx:Button toolTip="Expand All Items" width="30"
    height="28" click="myDataGrid.expandAll()"
    icon="@Embed(source='../resources/expanded.png')"/>
    <mx:Button toolTip="Collapse All Items" width="30"
    height="28" click="myDataGrid.collapseAll();"
    icon="@Embed(source='../resources/unhierarchical.png')"/>
    <mx:Button toolTip="Zoom In" width="30" height="28"
    icon="@Embed(source='../resources/zoom in5.png')"/>
    <mx:Button toolTip="Zoom Out" width="30" height="28"
    icon="@Embed(source='../resources/zoom out7.png')"/>
    <!--<mx:Button toolTip="Expand Chart" width="30"
    height="28" click="myGanttSheet.showAll(margin=10);"
    icon="@Embed(source='../resources/zoom fit6.png')"/> -->
    </mx:HBox>
    </mx:ApplicationControlBar>
    <ilog:TaskChart id="taskChart" width="100%" height="100%"
    taskDataProvider="{srv.lastResult}"
    taskItemStyleName="TaskItemRenderer" >
    <ilog:dataGrid>
    <ilog:GanttDataGrid id="myDataGrid" rowHeight="24">
    <ilog:columns>
    <mx:AdvancedDataGridColumn dataField="id"
    headerText="ID"/>
    <mx:AdvancedDataGridColumn dataField="name"
    headerText="NAME"/>
    <mx:AdvancedDataGridColumn dataField="baselineStart"
    headerText="START TIME"/>
    <mx:AdvancedDataGridColumn dataField="baselineEnd"
    headerText="END TIME"/>
    </ilog:columns>
    </ilog:GanttDataGrid>
    </ilog:dataGrid>
    <ilog:ganttSheet>
    <ilog:GanttSheet id="myGanttSheet"
    taskItemRenderer="TaskChartCustomTaskItemRenderer"
    moveEnabled="false" resizeEnabled="false"/>
    </ilog:ganttSheet>
    </ilog:TaskChart>
    </mx:VBox>
    </mx:Application>

  • IMail To Do's creates new iCal Calendars, HELP please.

    I have 2 IMAP email accounts that I use in Mail. Personal and Work. I have two Calendars that I use in iCal. Personal and Work. In Mail when I click To Do it automatically places the new To Do in my Work (junkie) To Do list and creates a new Calendar in iCal, which is fine BUT, this new calendar will not let me create new events (image below, new event is grey'd out) - ONLY new To Do's. When I create To Do's in iCal and select the correct Calendar they placed correctly in Mail. Note: that it does not matter which email account I am currently in it always places the To Do in Work (junkie) Here are my questions:
    1. How do I set On My Mac as my default location for To Do's so it works perfectly with iCal?
    or
    2. How do I set iCal to allow me to create new events in the Calendars Mail automatically sets up.

    For got to post this image as well. This is the error I receive when attempting to create an event with in the Calendar that Mail automatically sets up:

Maybe you are looking for