Using delegation from calendar-server (os x server) on iPhone

Hi
I want to use the calendar server aaplication from our Mountain Lion server to manage the appointments in our familiy. Everyone has the rights to make new appointments to anyone by using delegation.
This is a good solution using the Macs, but how can I "install" and use the delegated accounts on our iphones?
Who knows a proper solution?
Thank you for your help,
kind regards
Klaus

It turns out, for some reason, with extra networking interfaces set up, it wasn't able to connect to the server, which is why it kept waiting at that stage.
Once I deleted the extra interfaces, it worked without a problem.  (I figured it had to be some kind of networking or communications issue - since it was after the network screen.  Also, if the location were the problem for execution, it should have had problems just starting up.)
I tried to move icons to the dock - as in move them from a folder so they were not shortcuts, but that the location was on the dock.  It just wouldn't do that at all - it always copied the icon to the dock and the original was still in place.

Similar Messages

  • Retriving data from Calendar Server

    Hi All,
    I am trying to retrieve data from Sun java Calendar . I know we can do that using WCAP commands. But i need to write a code in C to retrieve the data. i could not find a CSAPI to retrieve the data. Then i learnt that CSAPI's are used to modify and enhance the server functionality.Does that mean we cannot retrieve data like events and todos form the calendar using CSAPI's. If yes Is there any other way to retrieve data from calendar server other than WCAP ?
    Thanks and Regards,
    Eklavya

    Hi,
    lmeenakshy wrote:
    Is there any way of retrieving the data from the calendar server using the HTTP methods.Is GET method an appropriate one to use on the calendar server.GET IS the method. You can see an example here:
    http://en.wikipedia.org/wiki/Web_Calendar_Access_Protocol
    Is there possibility of typing the HTTP request on the URL tab and getting information from the server?Using a web-browser will not get the desired results due to the calendar server port detecting that a web-browser is in use and not responding in the same fashion (providing a calendar express interface instead).
    You can use something like the perl LWP::UserAgent module to send through the necessary commands.
    Could you please tell me the sequence of steps to be followed to for me to use HTTP methods to get the data from the calendar server?(i do not want to use the WCAP commands).I suggest you do some more research. Saying you don't want to use WCAP commands but want to use HTTP methods are contradictory statements.
    Regards,
    Shane.

  • Could not connect to db using connectring from the server as different user

    Oracle Binary is installed under "oracle" user. if we login using different os user, we could not connect using connectr string.
    we set all env variables including TNS_ADMIN.
    tnsping fails with "TNS-03505: Failed to resolve name"

    Version: 11gR1
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE     11.1.0.7.0     Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    There is not problem in the tnsnames configuration. Because if I login as oracle then I can connect to the db using connectring. Developers are not able to connect from the server(Developer have unix account because they are loading data from sql*loader).

  • Problem using content from content server in portlet.

    Hi all,
    I create a JSR286 portlet project, add a content server connection then drag content from those connection to jspx by selected create > document - content presenter.
    Problem occur when i deploy the project to portlet managed server.
    I'm not sure any mds they required because while deploying the Deploymeny Configuration was poped up to prompt me select mds repository.
    I don't know what mds repository they required.
    Please help.
    Regards.

    Hi ngsankar,
    Thanks for your reply.
    I have no idea about any schema ;(
    on the integrated weblogic server i can't deploy too.
    Is it possible to use any content from content server in portlet like on portal?
    Regards.

  • Calling Console Application that uses WebBrowser from SQL Server - Not Running

    Hi there. I am working in a program automation that needs to get files from a website and put it in a database. It is done but as I need a console application and need webbrowser that comes from Windows Forms, I am trying to call it from the SQL Server using
    the xp_cmdshell but when it runs the .exe, it execute the block that is before the Application.Run() command but when it reaches this line, it stay running on Task manager but it not execute my code. How can I fix this? I had first created a Windows form application
    but it was not working anyway and then I tried a console application and then I use the [STAThread] and Application.Run(). At least it runs the file from SQL Server but is not executing all my code, I think that it stops on Application.Run() line. Any help
    will be very useful.
    Thanks for now.

    Thanks for the response. What I mean is that it just run the part of the code that is just using the Console, that's the code:
    // Main Method
    [STAThread]
    public static void Main()
    clearDatabase(myConnection);
    Console.Title = "Suframa Itens Robot";
    //If log file exists, it is deleted
    if ( File.Exists(@"suframaLog.txt") )
    File.Delete(@"suframaLog.txt");
    wb.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(loginWebsite);
    try
    //It is called as the program uses the WebBrowser Class from Windows Forms namespace
    //and it is a console Application
    Application.Run();
    catch ( Exception ex )
    Log(ex.Message);
    As you can see, I call a function on start named ClearDatabase, when I call the file from sql server it executes, the tables are cleared, but what I think is that the problem stop when reach the line Application.Run() as it is the line that allows the remaining
    code to execute as it uses events from WebBrowser class. 
    It is a program automation that needs to get a lot of files from a website that needs login and read line by line from the files and put on server, if I call it from the executable it runs fine, the only problem is when calling from SQL Server, Do you know
    how to fix this?
    Thanks.

  • Install. of obi11g on one server using weblogic from other server

    Hi All,
    I have installed Web logic on one server and i have to install OBIEE11g on other server using the same weblogic server.
    Is it feasible and if yes please let me know how?
    I have to install OBIEE11g on Linux 64 bit.
    Web logic is installed on windows machine
    Thanks a lot in advance...

    Hi,
    This should be possible. You must do software only install to avoid weblogic being installed again on your linux machine. After doing the installation you should point obiee to use the weblogic installed on your windows server.
    Thanks,
    -Amith.

  • JDeveloper 11.1.1.2.0 - Panel Dashboard using Data from SQL Server 2008

    Hi All,
    I am using JDeveloper 11.1.1.2.0 and am trying to create a cross application dashboard. This dashboard would show 2 panel's of data from an Oracle Database (Already completed this) and two panel's of data from a SQL Server 2008 Database.
    I have successfully installed a SQL Server 2008 database locally on my machine. I have downloaded the JDBC drivers from the Microsoft website and I have two JAR Files:
    * sqljdbc.jar
    * sqljdbc4.jar
    I have created a SQL Server connection within the JDeveloper connections panel and I can successfully query my database.
    I have created a New application module and set its connection to a JDBC connection with the credentials specified within the Connections tab. I then added the two JAR files as libraries to the Model project and
    ran the Application Module tester. This succesfully shows some records.
    Within the View Project I Created a new page and dropped the View Object on as a table. I then go to Run the page and get an error relating to the JDBC drivier not being found. I have read a few posts about adding it to Weblogic lib files and modifying the start up scripts but can anyone give me a definitive working solution? I also tried changing my Application Module to using a DataSource, but I also have the same problem within the Weblogic console (it cannot create a data source for SQL SERVER as it does not have the drivers).
    Any help is greatly appreciated.
    Thanks

    Thanks for the responses.
    I have edited C:\oracle\Middleware\wlserver_10.3\common\bin\commEnv.cmd to add the entries as follows...
    set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.2.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%WL_HOME%\server\lib\sqljdbc.jar;%WL_HOME%\server\lib\sqljdbc4.jar
    You can now see the additional entries at the end of the classpath.
    The Weblogic home is set as follows set WL_HOME=C:\oracle\Middleware\wlserver_10.3
    I have placed the files in C:\oracle\Middleware\wlserver_10.3\server\lib
    I restarted the server. Logged into the Weblogic console and tried to create a datasource with the Microsoft Drivers but still no luck. I gave the Oracle Microsoft Driver a go and it seemed to work! I'm guessing that there is a driver bundle in.

  • API to Fetch email using SMTP from EXCHANGE server.

    Hi There,
    We have a customer requirement to fetch e-mails from his EXCHANGE server using SMTP. Our application currently supports fetching e-mail using POP, IMAP.
    POP and IMAP is disabled in customer environment and there is no way enable them to fetch e-mails.
    Please help me to solve this problem by pointing to some APIs available or code.
    I searched but not able to find a solution for this.
    Thanks in advance.
    Regards,
    Krish.

    SMTP is generally, almost strictly used for sending mail not fetching.
    I understand that they may not be able to use IMAP or POP, as some rented Exchange services block IMAP,POP services so they can ensure the client is sticking to the Exchange product line etc.
    Perhaps you could find a Exchange library for Java? im sure there is one about. There are OpenSource solutions for exchange out there as Linux applications like evolution can communicate with Exchange. I beilve the protocol used in Exchange is MAPI? (or SAPI?)
    Another solution would be to just use the clients mail client to export the emails to a more portable format (MBOX? or a folder of EMS files) then import them into Java using InputStreams on the files?
    Or, Get an opensource Exchange compatible server software, eGroupware springs to mind, set that up as a proxy or a go-between. set it up to retrieve mail from the Exchange server and enable its POP and IMAP functions and retrieve the mail from it.
    Either way Im near 100% certain SMTP is not for fetching mail.

  • Problems with loading source model using omw from sql server 7 into oracle 9i

    I am migrating data from sql servr 7 into oracle 9i. when doing capture phase i get the following error.
    ==>failed to load source model.[microsoft][odbc sql server][sql server]select permission
    denied on column 'password' of object 'syslogins', database master, owner dbo.
    Why is this so...is it bcz of something with my odbc link...
    also is there any way to load only tables and not system tables when doing capture phase.
    any help asap will be much appreciated.
    thanks

    Hi,
    You must ensure that you have the correct password to login to SQL Server.
    The Workbench requires some of the tables in the Master database.
    Regards
    John

  • How do I use Itunes from external drive as main sync for Iphone 4

    I apologize if this is obvious but I have searched for quite awhile without finding result.
    I currently have my iTunes synced to my Macbook Pro. I purchased a Macbook Air for ease in travel. I would like to move sync of my material on iTunes to my Air as I carry it more with me.
    I was told at an Apple Store to purchase a Time Machine and an external hard drive. Both I purchased. I then read for a few hours how to move my itunes to the external drive. The only way I could finally get it to work was to physically connect a USB between the MacBook Pro and the External Drive. Once my Pro recognized the External Drive I dragged my Itunes and watched it copy all the data.
    Unfortunately, when I am on the Air I cannot locate within Finder the External Drive. I do see my time Machine but cannot figure out how to get my itunes data from the external drive through the time machine.
    You still with me?
    So, can someone help me understand how to go the next step. As I understand from reading this forum I would then go into my Advanced Properties in Itunes (on the Air) and choose to relocate where the iTunes sync occurs. Then I can use my Air for syncing as it wont be dependent on the limited space and once I've changed the properties location for where to find my iTunes data I wont be dependent on the Pro.
    PS: Yes I've downloaded all of the newest product software updates (iTunes, iPhone OS, Macs) as of the date this is posed 3/20/2011

    try this:
    hold the option key and launch iTunes. at the prompt, click on +choose library+ and select the iTunes folder you copied to the external.
    obviously, the external holding your library must be mounted on your desktop for iTunes to find it.
    if the drive is connected but doesn't show up on the Air's desktop, go finder > preferences > general and check if +external disks+ is check marked under +show these items on the desktop+.

  • Can you use apps from one computer/iTunes accounts on multiple iPhones?

    Hello All!
    I have been using a 3G since they were released on and syncing it to one computer and one iTunes account. My wife now wants an iPhone as well. I know what Apple's policy is on music and video, but what about app sharing. *If the phone is synced with the same computer and uses the same iTunes account (on the iPhone to login), will she be able to free access to all of the applications I have previously downloaded or will she need to pay for all non-free apps?* I couldn't find an answer in the Apple knowledgebase (except for the iPhone software itself, not the 3rd-party App Store apps).
    I would appreciate a quick answer, as we're thinking of picking one up tomorrow. I'd appreciate the help and thanks in advance Happy holidays!
    Jim

    Thanks all! I'm glad to have that answered. Apple said they couldn't answer it! Love those tech/sales support people for iTunes!!!
    Happy Holidays!
    Jim

  • My server is unreachable until I use internet from it

    Hello, I have LAMP server on Archlinux.
    I installed many power management tools, because I want to have my server power efficient and its almost all the time in idle.
    I cant connect to my webpage or SSH until I use internet from the server. When I do for example ping www.google.com, then I can connect to my server.
    Can somebody help me to fix it?
    And I have another issue.
    I dont know, how to add user in vsftpd. I am able only to log in anonymously, which is useless and dangerous.
    Last edited by Darkhunter (2014-07-21 15:42:56)

    So, look at the situation from the point of view of the router.   
    One of its ports has no carrier, so it knows there is nothing attached there.
    Without warning, a carrier comes up on that port, but, unbeknownst to the router, the device attached set its own address (that would be your server).  The router has no way to know the server's address.
    Later, a packet comes for the server, and the router does a NAT to a local address, but it does not see anything attached that has that address, so it drops the packet.
    Then, the server comes along and tries to access the internet.  Your server sends a packet that has its address.  The router takes note of that and adds that IP to its routing tables so that it knows to find your server on the port from which the packet arrived. 
    Finally, another packet arrives from the Internet, this time, the router knows how to find your server.

  • Snow leopard using documents from a windows server, I will have problems if I update to lion

    Hi all,
    I am working with my Macbook with Snow Leopard and I use files from windows server 2008 and also the accountance program reside on it, we always acceed by smb. I have not updated my Mac OX to Lion because I am frightened about lost my conection to this computers. Could I update or it is better to remain into Snow Leopard.
    Thanks in advance

    http://www.apple.com/pr/ may also have the answer when Apple is ready to reveal it.
    Apple's "free" updates have typically been on http://www.apple.com/macosx/uptodate/
    Consider first if you are ready for Lion by reading this tip.  It is doubtful that not being ready for Lion will mean you'll be ready for Mountain Lion.

  • Problem logging into iPlanet Calendar Server from pull-down menu in Communicator

    When I run the iPlanet Calendar Server's cstool
    utility and enter the command<BR>
    <P>
    cstool -p 80 ping name.of.server
    <BR>
    <P>
    I receive the message<BR>
    <P>
    Calendar Server is up and running!
    <P>
    I can also access the LDAP service of the Calendar Server with no problem.
    However, if I try to connect to this server using the pull-down menu for
    Netscape Communicator 4.7 with Calendar, I receive the error message<BR>
    <P>
    The server is unreachable. Verify that the network is available and that the
    server application is running.
    <P>
    To use the iPlanet Calendar Server client, point your browser at the client
    port that was specified when the iPlanet Calendar Server was installed.
    <P>
    For example,<BR>
    <P>
    http://your_server_name:80
    <P>
    If you forgot which client port is specified, you can find the value for the
    port number in the service.http.port
    parameter in the server's
    /opt/SUNWicsrv/cal/bin/config/server.conf
    file.

    So if you accepted the defaults during the installation process who are the database users? ias_admin? system? sys? I've tried all and gotten ORA-01017: invalid username/password; logon denied. These fail in the OEM console as well. I apologize in advance if the answer is embarassingly obvious.

  • Calendar Server 4: Adding a user to a node does not add ou attribute

    In Netscape Calendar Server (CS) 3.5, if I add a new user with an organizational
    unit (ou)
    attribute to a Calendar Server node, the server will create an
    ou so that the Calendar client
    will be able to use the ou
    parameter to search for this user.
    <P>
    However, in CS 4.0, if I add a new user to an ou
    and then add that user to a Calendar
    node, the server does not automatically create a separate ou
    attribute.
    <P>
    Will I need to manually add the separate ou
    attribute to the ldif
    <P>
    No. The CS 4.0 server, unlike the CS 3.5 server, supports mapping from
    Calendar Server attributes to LDAP attributes. You can find more information
    on this mapping property in the Administrator's Guide for Netscape Calendar
    Server 4.0 at the following URL:<BR>
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ncs40/ag/appendie.htm#1025959.
    <BR>
    <P>
    To enable this mapping, in the [LDAP]
    section of the
    /users/unison/misc/unison.ini file,
    add the following entry:<BR>
    <P>
    attr_orgunit1 = "ou"

    Is there a way to enter multiple groups? Guess I'll have to learn how to do multi input in a real custom form.The "MultiSelect" HTML Component works for me and I cant think of any other suitable component. Multiselectable List maybe. Fill the allowedValues property with a hardcoded list (*BAD*) or directly from a search on LDAP (_GOOD_) using IDM getResourceObjects FormUtil. You should find plenty of examples how to use it in the forum.
    One issue I noticed, I've verified the user was added to the group using an external ldap tool (JXplorer), however now that group has disappeared from the LDAP resource browser list view.(I personally prefer the good old [lbe LDAP Browser\Editor|http://www-unix.mcs.anl.gov/~gawor/ldap/] or ldapadmin)
    That shouldn't happen... Verify the group is still there, the objectclass isnt changed by IDM (really shouldnt happen...) and make double sure nobody else screwed around with it. Groups of objectclass groupOfNames and groupOfUniqueNames (and posixGroup but that's a different schema mapping) are supported by default afaik.

Maybe you are looking for

  • Payment order Deleted

    Hello Experts, I have a query as below, Vendor master created with Payment method C(Cheque) -No payment order configured in FBZP Customer has been assigned  in Vendor master and Customer has been created with Payment method Q(Payment method configure

  • Essbase 11.1.2.2 is not coming up.

    Hi Team, I am trying to bring up essbase but its not coming up in 11.1.2.2. I am attaching the log of the starter and I see some errors like " [starter] oracle.as.management.opmn.optic.OpticBadConnectException: Error connecting to OPMN at host localh

  • HT201413 When i try to use search in the itunes store , it says run time error R6025?

     

  • ImageIcon not displaying anything

    Hi all, i have the following code which is supposed to display an image but basically isnt, does anyone have any idea why? import javax.swing.*; import javax.swing.text.*; import java.awt.Image.*; import java.awt.Graphics.*; import java.awt.*; import

  • Acrobat XI will not execute on my Win8 box

    I have installed Acrobat Xi through the CC on my computer and at first when I brought up Acrobat  I received the following error: Acrobat failed to connect to a DDE server. How can I fix this?