Resolution for Error 210 on web calendars

Folks,
After spending WAY too much time on this error 210 issue, and spending too much time surfing the web, I have this fixed finally so I can connect to the group calendars via the web.
Many have noticed that a workaround is to delete the group and create a new one with a new UID. This appears to work but is imho a crappy answer since you may have a lot of stuff already in place for a group when iCal server loses it's alleged mind.
Here's what I did that resolved the issue (along with being unable to connect to the user calendar on iCal server from iCal on the client)
1. In the Hostname field, change from your external server.domain.com to server.local
2. Save the change and restart the iCal server when prompted
3. Expect to continue to get the 210 error
4. At a convenient time in your maintenance window, shutdown the server (restart did not work for me)
5. Count to ten
6. Start the server
7. Once the login screen appears on your server console, connect to your web server and select groups
8. Authenticate if necessary
9. View the calendar and you should be good to go. You can create new events from your browser as well as view events.
Apple support has a document (couldn't find it the second time) that suggest to use Digest or Any as the authentication method and advises specifically not to select Kerberos. Mine is set to digest and everything works. As noted above, I also discovered that my client side iCal could now establish a connection and auto discover the iCal server. This broke several days ago and now works again.
For reasons I do not know, stopping and restarting services such as iCal, Web and Mail don't seem to properly load new or changed configurations.
Unfortunately in restarting the server all Mail services are broken again when it comes to either sending or receiving. Receiving actually worked for four days, sending never has. The mail system on OS X Server is really a piece of junk

Was an advisory post, not a question

Similar Messages

  • Solman 7.0 : Resolution for error 'Answer the question for currnt SAP comp.

    Hello sap experts,
    We are in the process of setting up Service Desk for Solman 7.0 (SP 19) for which we have created a custom user status profile ZSLFN001 and attached to SLFN transaction.
    Now we are able to create a new message with the customized dropdown for user status (fast entry screen), but when a message processor is assigned to the notification an error is generated with the following details.
    Message type : Error (Red traffic light)
    Ref object : Header Data
    Message Text: "Answer the question for the current sap component.".
    I feel this has something to do with the action "Answer to app-specific questions" but am not sure what i am missing here.
    Regards,
    Vivek

    Hi,
    Yes you have to use that action.
    In addition check this note
    Note 1301955 - Error message for answering application-specific questions
    Regards
    Prakhar

  • Web calendar URGENT

    I've been looking for information about the web calendar application with no success. Does anyone know where I can seek for information. I've already read all the documentation available of Mail Server but there are only a few references about web calendar. What I need to know in an accurate form is what are the functionality this application offers, how to install it and how to test it in order to check that this application fullfill the requirements I have.
    Thank you very much in advance

    hi, have you find a solution yet?
    i am in need of a web calendar to use in portal (i dont want calendar portlet) which displays events too. its not important to be freeware but i seek just good appereance and ease of use-install ..
    i need your advices, thanks in advance

  • Error when configuring Web Dispatcher for SSL with Enterprise Portal

    We are in the process of configuring the Web Dispatcher using SSL to connect to our Enterprise Portal (the Web Dispatcher will be in the DMZ).  We have followed all of the help.sap.com guides and now have SSL listening on the EP side (port 8103).  We are now receiving this strange certificate error when we start the Web Dispatcher:
    [Thr 5332] Tue Mar 20 00:36:23 2007
    [Thr 5332]   MatchTargetName("<FULLY QUALIFIED HOSTNAME>", "CN=XXX, OU=XXX, O=XXXX, C=XX") FAILS
    [Thr 5332]   SSL socket: local=<IPADDRESS>:4742  peer=<IPADDRESS>:8103
    [Thr 5332] <<- ERROR: SapSSLSessionStart(sssl_hdl=009D7670)==SSSLERR_SERVER_CERT_MISMATCH
    [Thr 5332] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-30): SSSLERR_SERVER_CERT_MISMATCH [icxxconn.c 2005]
    [Thr 5332] *** ERROR => IcmConnClientRqCreate() failed (rc=-14) [icrxx.c      4919]
    [Thr 5332] *** ERROR => Could not connect to SAP Message Server at <FULLY QUALIFIED HOST NAME>. URL=/msgserver/text/logon?version=1.2 [icrxx.c      2301]
    [Thr 5332] *** ERROR => rc=-1, HTTP response code: 0 [icrxx.c      2302]
    [Thr 5332] *** ERROR => see also OSS note 552286 [icrxx.c      2303]
    We have gone through the trouble shooting note 552286 as listed in the error above.  Any assistance is appreciated.

    Hello, did you receive any resolution for this problem?  We are receiving a similar error and I am unsure of how to resolve.

  • I got this error message when I want to activate the CS6. The error message is "We are unable to validate this serial number for CS6 Design and web Premium. Please contact "Customer Support ""

    I got this error message when I want to activate the CS6. The error message is "We are unable to validate this serial number for CS6 Design and web Premium. Please contact "Customer Support ""

    Hi islandschool,
    Please try the suggestion given in the link:- http://helpx.adobe.com/creative-suite/kb/unable-validate-serial-number-ccm.html
    Regards,
    Sarika

  • #multivalue error for detail object in webi report

    Hi,
    I am facing #multivalue error in my webi report.
    I am using 2 queries 
    Query 1
    Account Number
    Cost Center
    Query 2
    Account Number
    Order Number
    Now I want to display Account Namer,Cost Center and Order Number in the report.
    So I merged Account Number from both the queries, and created a detailed object "Order" and associated it with [Query 1].[Account number].
    But Order displays values for some accounts, and displays Nulls and #MULTIVALUE error for some accounts.
    Please through some light on this issue.
    I tried every possible solution from my side, but couldn't get it work. It is happening because there is a 1:N relationship between Account Number and Order. I can not use any aggregate function because it will give only the Max or Min value, but I want list all the value of for each Account Number. Avoid Duplicate Row Aggregation was also checked but it didnot help.
    Thanks.

    Hi Shreya,
    There are few things that you need to consider while displaying the data.
    1 - Can an Account Number be associated to more than one Order Number?  If yes, then your solution will not work and that's the reason you are seeing #MULTIVALUE (i.e. Multiple Order Numbers for the same account number)
    2 - Why would you want to create two data providers?  Would it not be possible for you to bring in all the 3 objects in the same data provider?  The only reason I could think of is that they are not related
    3 - Always make the lower granularity objects common across the data providers.  I do not know about the relation between different entities of your database, but I would suggest something like
    Query 1 - Order Number, Account Number
    Query 2 - Order Number, Cost Center
    and merge Order Number...and create detailed object for either Account Number / Cost Center.  It all depends on the relation between the tables.
    Hope the above pointers help you.
    Regards,
    Srivatsa

  • Reducing resolution for web use

    dear all,
    i'm just learning some basic 2d (i work mainly in 3d) and am in the middle of reducing/cropping some of my images so that they fit neatly on a web page. i have a couple of questions:
    1. when i reduce (resample) an image, in the resample dialogue there is no easy way to just reduce by a given multiplier (e.g. 0.5) and at the same time, see what the resulting size will be.
    for example - i have an image that is 2592*1944 pixels. i would like to be able to enter a multiplier and see what the resulting resolution would be /before/ i commit to the new size. this is possible in a very old version of corel photopaint that i have and so my first question is can this be done in photoshop or do i have to resize elsewhere?
    2. should i only reduce by certain multipliers or is any value ok? i searched and read a few posts on this but didn't find anything conclusive for reductions.
    e.g. i have an image 2592 * 1944 and need to reduce to 600*450. i want the resampled image to look as good as it can. should i reduce by the nearest available mult and then crop the rest or is it safe to just crop straight to the required resolution (assuming that the aspect ratio remains the same)?
    3. final question - if i use the crop tool and specify the resolution, i can scale the cropping area and whatever area i choose will be cropped to the required size. very good if the answer to question 2 is 'YES, you can reduce directly to required resolution'.
    however, is it possible for the crop tool to work like this: i set my resolution for the crop tool. now i can see the cropping area on the image. the crop area is exactly the res that i specified and will crop the image without resampling?
    hope that makes sense.
    TIA

    how did i miss that?!
    thanks guys - that helps a lot.
    in general though, would you say it's ok to reduce by any fraction or should i stick to halves/quaters/tenths etc.
    also, any way to set a crop resolution (say 400 x 300) and then choose which part of the image you want to keep WITHOUT resampling - the crop tool seems to fix the aspect ratio which is great but will then resample the chosen area.

  • TS3694 I just received the unknown software error (6) do you have a resolution for this issue?  Occurred after install of software and firmware in the final validation phase. I have a 4S

    I just received the unknown software error (6) do you have a resolution for this issue?  Occurred after install of software and firmware in the final validation phase. I have a 4S

    http://lmgtfy.com/?q=iPhone+error+code+6

  • I am currently getting finder error screen saying "Quartz-filter plugin" error, Please report to apple. Can anyone please help me find a resolution for this error?

    I am currently getting finder error screen saying "Quartz-filter plugin" error, Please report to apple. Can anyone please help me find a resolution for this error?

    If it were me I would schedule an appointment at the store where you bought it and meet with the Manager of the store in person. Print this post and bring it with you along with your iMac.
    And change the password on your Apple ID and then see if there are in purchases in your account that you did not make. If there are then someone did get your ID and password. If not someone got your Credit Card information from somewhere and used it.

  • Web calendar for group only?  Users cals only in iCal?

    I'm new to setting up iCal server and I've looked through my *Mac OS X Server Essentials* book as well as iCalService_Admin_v10.5_2ndEd.pdf and WebTechnologies_Adminv10.5.pdf and how the iCal service, the iCal application and the web calendar all interact remains a little murky for me.
    Here's my understanding so far:
    iCal the application on the OS X client computer is used to manage a single user's calendar. iCal can also be used to manage another user's calender if so set up.
    The web calendar found at http://domain/groups/groupname/calendar/ is used to manage a group's calendar.
    iCal the application can subscribe Read-Only to the group's calendar.
    This means to me that a user's calendar is not viewable on the web, the web calendar is only for group calendaring, and group calendar management is only done via the web not iCal, is this true?

    I have only recently made my web calendars work, but have had several odd problems when trying to use both the web calendar and iCal to edit and view the same group calendar.
    *What is the proper way to access a group calendar in the iCal client?*
    Is it this?
    http://www.macosxhints.com/article.php?story=20080410162942908

  • Looking for a "free web calendar" component

    Hi there,
    I�m looking for a "Top Coder"-like calendar. The same functionality observed in the topcoder.com schedule...
    and I�m looking this component free ...
    is there any one out there ?

    Did you ever find one? I'm looking for the same thing. I found some decent applet ones, I might just write a jsp front end for what I need, but I was hoping that someone did that already.
    Thanks.

  • How to make iCal Server events viewable on the web calendar?

    Hi,
    I can create, edit and view events on the web calendar.
    I can create, edit and view my own events via iCal.
    How can I set it up so we can see all the calendars from our group on the web calendar? It's empty now other than what's entered via the web calendar.
    Is there really no integration between the two?

    I too thought web group calendar was subscribe only in iCal until I ran across the procedure at
    http://www.macosxhints.com/article.php?story=20080410162942908
    in the 4th comment down by protean. With a couple of additions I was able to post an event to the web group calendar and have an update on the web post back to the iCal calendar. My additions were needed to get the results as posted in the comment:
    1) make sure Enable Calendaring is selected for all group members,
    2) refresh iCal to ensure all group members are visible in the Personal Server Calendar Address Pane before adding the group calendar account,
    3) add all members in step 3 of the procedure including yourself, however, if the owner of the group (e.g. diradmin) is not a member then don't add it,
    4) prior to step 6 of the procedure you can verify the group is visible as in step 8 in the Personal Server Calendar delegation before deleting the group account; if not visible then you don't have to start from scratch, just work with the group account from step 1,
    5) the group calendar shows up in the left column list of calendars under Delegates calendars.
    So I got this to work.
    Then I setup a location in Directory.app with Delegates as the group. It shows up in iCal under Delegates calendar with the error notice
    'Error While Refreshing Access to account "location title" is not permitted.'
    So there is no calendar available for the location in iCal. The personal iCal account shows the Delegation of location and the Show checkbox is selected. The group is allowed to select the location on the web calendar and in the server iCal calendar. But the location doesn't indicate conflicts in the availability pane. Can someone tell me what might be missing?
    Harry

  • Web-Calendar component in Wiki get lost after Open Directory installation

    if I change my Lion Server to use opendirectory and not work in standalone mode, I lose the ability of the server for web-calendar for example at the wiki-webpage.
    servername/webcal
    The error-message tells me, the service calendar is deaktivated and I should activate it at Server App.
    But at Server App:
    a) iCal Service IS ACTIVE
    b) I find NO OPTION for activating the Web-Calender function under iCal like at the Mail-Service (one above) -> activate Webmail
    So, HOW I can BRING the web calendar component BACK TO MY WIKI?
    I wanted to use it in company, but now I not touch this "open directory activation" anymore, because I will lose. Without opendirectory the webcalendar working!
    I tried to find that function with Server - Admin, but this programm is much limited to what it was at the Snow Leopard Server and there I cannot select the iCal Service anymore. It's same with the new Airport Utility 6.0. Terrible reduced and I just installed back 5.6 and this is good working for my needs.

    I found the solution: Like with the PPTP-VPN problem it depends on the certificate. If you BUY an official public certificate (yes spend money for your Server more than the server price!), at once the Webcalender and the PPTP-VPN working!
    If in other way you fight through your selfsigned certificate problems and rebuild it, at once you will get all your problems again. So, not wonder why Apple at once mention in the help-line, that you need to buy a certificate. This, they mean true! You should support the certificate system of the new IPv6 and vanishing IPv4 world (I mean the IBM VeriSystem) for the new TRANSACTION orientated usage-fee-world. And not forget in this new Internet 2 world: E-Mail will become a service that get paid per transaction and 19% VAT tax (Germany) on top of it and 1 Cent communication tax (like the energy cent we pay today for each unit of energy source) for the EU. This, they realy plan to realize next years. So, why we wonder about this strange certificate issue it such transactions need be identified unique? In April in greater region Hannover-Braunschweig they will change the bankingcards for the new cashfree-system (GiroGo). And who wonders: cash-transfers will get transaction fees. They tell: Only 1 Cent / 5 Euro, only 2 Cent for 10 Euro, only 15 cent for 15 Euro. So, you understand what this new transaction and veriSigned world in real means? It is a change from a pocessing-free-world into a usage-fee-world. And you realy think that 2013 we still will speak from a banking crisis under such new conditions? They will get billions each day cash-transaction-fees. With NFC-iPhone 5 no problem (NCF -> look at Near field communications). The people will say: Oh, it's only 1, 2, 3 Cent but so practical not change money coins anymore. You will see how good this transaction usage-fee money-machine will work. And the EU will get billions transaction-communication-tax each day from the emails, there will be no discussion about Greek, Irland, Portugal, Spain (PIGS) ... economic-crisis anymore. You will see, such will happen! No banking crisis with Internet 2, no economic crisis with Internet 2. All will be solved by us, the people. Oh, our Merkel, when she come back from a G20 meeting already said: "We decided that each economic member and part need be 100% in focus in future and not uncontrolled anymore."
    If somebody more interested at this plan, you can watch this docu movie "one mainframe to rule the world" that describes deeper the issue of certification, identification, verification of people or things. The near world we drive directly into. And this certification system is ruled by whom?
    http://www.youtube.com/watch?v=uXTwS_T-CvM
    When I at least go to the Apple-Center I found the teacher with a Microsoft-T-Shirt of certification and wonderd very much. Than he told me, that the only groupware that is true for a good usage together with Apple is Exchange Server. And the more he told the more I wonder because he is Apple-Highgraded. But I not so much wonder anymore. Understand the game this companies play with us. It's a licence crisis and it can be described as: Microsoft is a the one end of the coordination system with x = price and y = pieces sold. Apple is exaclty at the opposite. Look what MS does, look what Apple does and at the end it's not difficult to see, that they moving to eachother to meet. And the missing 3d coordinate z in this new room is IBM with it's VeriSystem.
    So, a perfect xyz-combination for all giants.
    How Google, Linux ... matches inside this "new computer world order"?
    I will mention that much IT-professionals at the moment going to such new curses and explain that 2013 they will change all hardware to "certified hardware" that NEED BE used in businesses and for example Linux will not be part of this new "certified world".

  • Thank goodness for QF 210 on 8.0.0.2

    Dear Oracle,
    Thanks so much for QF 210. On two of our upgrade projects this QF really makes all the difference with 8.0.0.2
    Take care,
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

    Axel,
    I will try to attach the release notes. If this does not come thru well then these are right on ML3 as the smaller of two files you can download.
    210 fixes several issues and replaces several QF including 209 which was also pretty major. One of the most important is fixing the plus sign “+” query problem. If you have ever used EIM probably will be an issue for you.
    Another nice one is fixing the ability to compile while the dedicated client is open. Lots of others in here too.
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com
    Build Detail
    Platform: SOLARIS,WINDOWS,LINUX
    Language: ENU, FRA, DEU, ITA
    Incmp. FPs: 8.0.0.3
    Obsol. QFs: 0209, 0204, 0202
    Obsolete Quickfix builds listed above are previous Quickfix builds on the same fix pack or MR base which share one or more deliverable with the new fix requested. Therefore by Siebel Quickfix support model, all fixes released in these obsolete Quickfix builds are also packaged along with the new fix to avoid potential regression.
    Issues Addressed
    QF Number 0210 CR# 12-1MRTDA9 FR# 12-1MRTDBD
    Summary: Cannot query for ‘+’ character in any field
    Deliverables Total 1 deliverable affected:
    1: [sscfdm] ClientFrameworkDataMgrDll
    QF Number 0210 CR# 12-1LXMIR2 FR# 12-1N3JE99
    Summary: Dynamic Applet Toggle crashes Siebel application when PDQ returns a record that fires the Toggle
    Deliverables Total 2 deliverables affected:
    1: [sscaswbc] ClientAppSWEBCDll
    2: [objmgrhandler] objmgrhandler
    QF Number 0209 CR# 12-1MJDXY4 FR# 12-1MQB1QO
    Summary: CCTogglebar_Tabs.swt has no effect at 8.0
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc]
    QF Number 0209 CR# 12-1LCJSLO FR# 12-1MTEUDF
    Summary: Error "The User ID or password that you have entered is not correct. Please enter your password again." encountered when client restarted after object compile.
    Deliverables Total 2 deliverables affected:
    1: [siebel] siebel
    2: [siebel1] siebel1
    QF Number 0209 CR# 12-1IEP866 FR# 12-1MV6RFJ
    Summary: LAST_UPD_BY column on S_PROJECT being updated with logins instead of ROW_IDs when Single Object Lock
    Deliverables Total 1 deliverable affected:
    1: [ssdtrutl] DevToolReputilDll
    QF Number 0209 CR# 12-1LVID39 FR# 12-1N0KLLP
    Summary: Pressing ENTER in Pick Applet field raises error popup and unexpexted WriteRecord event
    Deliverables Total 2 deliverables affected:
    1: [Siebelax_hi_Client.cab]
    2: [sscfclsld] ClientFrameworkClsIdLoader
    QF Number 0204 CR# 12-1LD3J4V FR# 12-1M7H1RB
    Summary: New List Column not shown properly on Columns Displayed for Forecast applet
    Deliverables Total 4 deliverable affected:
    1: [siebelAx_HI_Client.cab]
    2: [siebelAx_HI_ClientWin9x.cab]
    3: [sscfclsld]
    4: [sscaswbc] ClientAppSWEBCDll
    QF Number 0204 CR# 12-1M8JSWV FR# 12-1MB5Y6H
    Summary: error messages are displayed in the eCustomer Application.
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc] ClientAppSWEBCDll
    QF Number 0202 CR# 12-1K5DYEJ FR# 12-1LZL215
    Summary: Unable to activate LOV's in Data Administration with apostrophe in the Language-Independent Code
    Deliverables Total 1 deliverable affected:
    1: [sscflov]
    QF Number 0202 CR# 12-1LMD69K FR# 12-1M179PV
    Summary: Object manager exit with error after clicking 'About Record' in Enterprise Server Config screen
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc] ClientAppSWEBCDll

  • How can I display XSLT transformer errors on a web page ?

    Hi,
    I have some JSP pages that access DB, create an XML based on DB data and then transform it into HTML through an XSLT stylesheet. Developing the XSL code it's easy to make mistakes and generate errors on trasformation, but what I receive on the web page is only a "Could not compile stylesheet" TransformerConfigurationException, while the real cause of the error is displayed only on tomcat logs. This is the code for transformation:
    static public void applyXSLT(Document docXML, InputStream isXSL, PrintWriter pw) throws TransformerException, Exception {
            // instantiate the TransformerFactory.
            TransformerFactory tFactory = TransformerFactory.newInstance();
            // creates an error listener
            XslErrorListener xel = new XslErrorListener();
            // sets the error listener for the factory
            tFactory.setErrorListener(xel);
            // generate the transformer
            Transformer transformer = tFactory.newTransformer(new SAXSource(new InputSource(isXSL)));
            // transforms the XML Source and sends the output to the HTTP response
            transformer.transform(new DOMSource(docXML), new StreamResult(pw));
    }If an exception is thrown during the execution of this code, its error message is displayed on the web page.
    This is the listener class:
    public class XslErrorListener implements ErrorListener {
        public XslErrorListener() {
        public void warning(TransformerException ex) {
            // logs on error log
            System.err.println("\n\nWarning on XEL: " + ex.getMessage());
        public void error(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nError on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
        public void fatalError(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nFatal Error on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
    }When I have an error in the XSL stylesheet (for examples a missing closing tag), I can find on tomcat logs the real cause of the error:
    [Fatal Error] :59:10: The element type "table" must be terminated by the matching end-tag "</table>".
    Error on XEL: The element type "table" must be terminated by the matching end-tag "</table>".but on my web page is reported just the TransformerConfigurationException message that is:
    "Could not compile stylesheet".
    How can I display the real cause of the error directly on the web page?
    Thanks,
    Andrea

    This code is part of a bigger project that let developers edit XSL stylesheets through a file upload on the system and we can't impose the use of any tool for checking the xsl. So, I need to display the transformer error on the web page.I see. This code is part of an editorial/developmental tool for developers to create and edit XSL stylesheets.
    As part of the editorial process, XSL errors during editing can be considered a normal condition. In other words, it is normal to expect that the developers will generate XSL errors as they are developing stylesheets.
    In this light, handling the XSL transformation errors is a business requirement that you need to handle. Using the Java Exceptions mechanisms, e.g. try / catch are inappropriate to handle business requirements, in my opinion.
    I suggest that you look at how you handle the occurence of XSL errors differently than what you currently have. You need to:
    (1) capture the Transformation exception on the server;
    (2) extract the message from the exception and put it into a message that can be easily understood by the user;
    The current error message that you have going to the web browser is not useful.
    And you should not have the Transformation exception sent to the web browser either.
    What you are attempting to do with the exception is not appropriate.
    Handle the Transformation exception on the Business tier and use it to create a useful message that is then sent to the Presentation tier. In other words, do not send Java exceptions to web browser.
    />

Maybe you are looking for