ICal Server Request Error

We have a network of iCal users that were connecting to a 10.5.8 Server with iCal Server and have upgraded to 10.6.4 Server. The clients are still primarily 10.5.8. The DNS was also redone on the network during that change. iCal is authenticating and shows the events as well as list all delegates etc, but when you post a new event from one of the accounts we get the following error:
Request Error
There was a problem writing "New Event" in "Account Calendar" in account {name of the account}
The server responded with
"HTTP/1.1 409 Conflict"

In the Internet Accounts preference pane, delete the BT Internet calendar account. If you don't use the account, that's all you need to do. If you do use it, recreate the account with the same settings.

Similar Messages

  • Server Request Error EVERY TIME I try to create an Iphoto08 Gallery

    I have a lot of space in my .mac account, and I’ve tried even with a just one-photo album, and I can’t put my gallery online.
    Every time I try, the IPhoto08 starts connecting and after some seconds shows the same message: Server Request Error (Error en la petición para el Servidor – in Spanish)
    Thanks for your help,

    7.0.2 is the update that's supposed to fix that problem. If you're still having problems then check to make sure your web gallery names do not have any quote marks or ' or other unusual characters.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Ical server caldavd error

    hello people,
    i suddenly become this error in the logs of ical server, i dont have any idea what it means please help
    best regards
    Tony
    011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/method/report_common.py", line 133, in responseForHref
    2011-02-11 13:48:34+0100 [-] [caldav-8009] d = propertiesForResource(request, propertyreq, resource, calendar, timezone, isowner)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/method/report_common.py", line 199, in propertyListForResource
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return _namedPropertiesForResource(request, prop.children, resource, calendar, timezone, isowner)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 832, in unwindGenerator
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
    2011-02-11 13:48:34+0100 [-] [caldav-8009] --- <exception caught here> ---
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 749, in _inlineCallbacks
    2011-02-11 13:48:34+0100 [-] [caldav-8009] result = g.send(result)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/method/report_common.py", line 256, in _namedPropertiesForResource
    2011-02-11 13:48:34+0100 [-] [caldav-8009] propvalue = property.elementFromCalendarWithAccessRestrictions(calendar, access, timezone)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/caldavxml.py", line 647, in elementFromCalendarWithAccessRestrictions
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return CalendarData.fromCalendar(filtered_calendar)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/caldavxml.py", line 403, in fromCalendar
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return clazz(davxml.PCDATAElement(str(calendar)))
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/ical.py", line 361, in _str_
    2011-02-11 13:48:34+0100 [-] [caldav-8009] def _str_ (self): return self._vobject.serialize()
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/vobject/base.py", line 186, in serialize
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return behavior.serialize(self, buf, lineLength, validate)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/vobject/behavior.py", line 148, in serialize
    2011-02-11 13:48:34+0100 [-] [caldav-8009] if validate: cls.validate(obj, raiseException=True)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/vobject/behavior.py", line 83, in validate
    2011-02-11 13:48:34+0100 [-] [caldav-8009] if not child.validate(raiseException, complainUnrecognized):
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/vobject/base.py", line 69, in validate
    2011-02-11 13:48:34+0100 [-] [caldav-8009] return self.behavior.validate(self, *args, **kwds)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/vobject/icalendar.py", line 989, in validate
    2011-02-11 13:48:34+0100 [-] [caldav-8009] raise ValidateError(m)
    2011-02-11 13:48:34+0100 [-] [caldav-8009] vobject.base.ValidateError: 'VEVENT components cannot contain both DTEND and DURATION components'
    2011-02-11 13:48:34+0100 [-] [caldav-8009]

    Another log message:
    2007-11-04 12:17:48+0100 [HTTPChannel,0,84.150.186.146] Exception rendering:
    2007-11-04 12:17:48+0100 [HTTPChannel,0,84.150.186.146] Unhandled Error
    Traceback (most recent call last):
    File "/usr/share/caldavd/lib/python/twisted/web2/channel/http.py", line 412, in processRequest
    self.request.process()
    File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 291, in process
    d.callback(None)
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 239, in callback
    self._startRunCallbacks(result)
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 304, in _startRunCallbacks
    self._runCallbacks()
    --- <exception caught here> ---
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
    File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 288, in <lambda>
    d.addCallback(lambda res, req: res.renderHTTP(req), self)
    File "/usr/share/wikid/lib/python/apple_wlt/UserServer.py", line 81, in renderHTTP
    baseURL = u"%s://%s/%s/" % (theRequest.scheme, theRequest.headers.getRawHeaders('x-forwarded-host')[0], 'users')
    exceptions.TypeError: 'NoneType' object is unsubscriptable

  • Google HTTP Server Request Error

    I have a problem accessing any Google websites. I can visit Google.com without any issues. However, any other sites, such as Drive, Analytics etc. I cannot visit them. Basically this is what is happening. I type drive.google.com in the browser (I tried in all three major browsers i.e Chrome, Firefox and Safari). The error I get is attached as a image (Error is displayed in Chrome).
    However, after that error, when I add HTTPS in front of the URL, it works fine. Now this happens only when I'm at my work. Though it doesn't happen for anyone else at work. The IT department doesn't know what is going on either since my laptop is the only one that is facing the issues. I'm running OX 10.9 Not sure if this is a virus or what. They have tried flushing the DNS and releasing and renewing IP. But nothing works. Any ideas on what it can be?

    Turns out that the problem was that the Application Pool
    Identity didn't have access to the SQL DBs to do CRUD. I guess you
    should never be too sure of things. -=o/

  • OD errors in iCal Server (won't allow iCal Server to run)...

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-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-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-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-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

  • Bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)

    I'm using the following code to retrieve order list is working fine but it give me an error Server was unable to process request ERROR: A server error has occurred when I trying to retrieve order total paid with same code: and the output when retrieve order total paid is [object Object]
    var wsUrl = "https://mysite.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx?WSDL";
                          var RetrieveTotalPaidXML =
                          '<?xml version="1.0" encoding="utf-8"?>\
                          <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">\
                          <soap12:Body>\
                          <Order_RetrieveTotalPaid xmlns="http://tempuri.org/CatalystDeveloperService/CatalystCRMWebservice">\
                          <username>user</username>\
                          <password>pass</password>\
                          <siteid>111222</siteid>\
                          <orderId>112345</orderId>\
                          </Order_RetrieveTotalPaid>\
                          </soap12:Body>\
                          </soap12:Envelope>';
                           $.ajax({
                            type: "POST",
                            url: wsUrl,
                            Host: "mysite.worldsecuresystems.com",
                            contentType: "application/soap+xml; charset=utf-8",
                            data: RetrieveTotalPaidXML,
                            dataType: "xml",
                            success: processSuccess,
                            error: function(){alert("Error: Something went wrong");}
                           function processSuccess(ResData) {
                           var RetrieveTotalPaidParse = $.parseXML(ResData);
                           var $xmlRetrieveTotalPaidParse = $(RetrieveTotalPaidParse);
                           var $Order_RetrieveTotalPaidResult = $xmlRetrieveTotalPaidParse.find('Order_RetrieveTotalPaidResult');
                                   $Order_RetrieveTotalPaidResult = $(this).find('Order_RetrieveTotalPaidResult').text();
                                   $('#RetrieveTotalPaidResult').text(Order_RetrieveTotalPaidResult);
    I think there a bug in BC CRM Web Service when trying to make a request for Order_RetrieveTotalPaid using soap need to be fix

    Perhaps it would be good to update the sample request as shown on the  Developer reference page for this method (and, actually ALL of the SOAP samples)
    The sample shows siteid (all lower case)

  • I keep getting a popup error message in Ical "server does not recognize name/password

    I keep getting a popup error message in Ical "server does not recognize name/password"  This started after they did the change to Icloud and extended our subcriptions. 
    Tricia

    I guess that the server name is incorrect, then.
    Did it ever work?
    Delete the account, reboot the phone, then add it back and be sure you choose Yahoo as the mail server type. Everthing should then fill in automatically except your user name and password.

  • Content-Type is net being set in HTTP header. Server returns 400 Bad Request error.

    Hi,
    I am trying to access an XML WebService. This service requires the content type of the request to be set to "text/xml". As you can see in the source code, I am setting the req.ContentType property to "text/xml".
    However, this content type seems not to be added to the HTTP headers. The server returns a 400 Bad Request error as can be seen in the log.
    I've attached a System.Net.trace log and it states:
    [Public Key]
    Algorithm: RSA
    Length: 2048
    Key Blob: 30 82 01 0a 02 82 01 01 00 bc 09 30 8a 1e 03 4d 7a ea 16 d3 a8 5e d8 5b 00 c4 8a c5 9f 26 bd 7d d6 cb 8b d0 db bd 93 2d 2b 3b 84 f6 20 79 83 34 67 51 37 21 ea 56 5e 18 d8 a3 db 72 43 0e 14 77 e2 64 cb 07 b6 2a 81 c7 f5 16 dd 19 c7 d9 68 0b 3a 81 5c f0 05 c9 ed 2b 37 00 31 41 37 8b 3a 73 4a 4d ab d7 d8 87 79 35 82 01 97 e3 3c be bb 84 e5 94 bb 87 52 e3 9f b5 fb 3e 33 38 c3 eb 73 42 ee ba 1e c5 4a 33 18 a1 0d 8a d2 10 a8 c5 3....
    System.Net Information: 0 : [26780] SecureChannel#31884011 - Remote certificate was verified as valid by the user.
    System.Net Information: 0 : [26780] ConnectStream#26966483 - Sending headers
    API-VERSION: 1
    Host: test.myhost.com
    Content-Length: 329
    Expect: 100-continue
    Connection: Keep-Alive
    System.Net Information: 0 : [26780] Connection#3888474 - Received status line: Version=1.1, StatusCode=100, StatusDescription=Continue.
    System.Net Information: 0 : [26780] Connection#3888474 - Received headers
    System.Net Information: 0 : [26780] Connection#3888474 - Received status line: Version=1.1, StatusCode=400, StatusDescription=Bad Request.
    System.Net Information: 0 : [26780] Connection#3888474 - Received headers
    0: Content-type
    1: text/xml
    X-Debug-Token: a810dc
    X-Debug-Token-Link: /service/_profiler/a810dc
    Connection: keep-alive
    Content-Length: 3440
    Cache-Control: no-cache
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 14 Apr 2015 11:07:11 GMT
    Server: Apache
    ...and here's the implementation of the web request:
    private void ButtonSend_Click(object sender, EventArgs e)
    WebHeaderCollection whCol = new WebHeaderCollection();
    whCol.Add("API-VERSION", "1");
    //whCol.Add("Content-Type", "text/xml; charset=UTF-8"); <-- That doesn't work in .NET. Content-Type has to be set on the ContentType-Property
    string msg = _textBoxReq.Text;
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(_textBoxURL.Text);
    byte[] data = Encoding.UTF8.GetBytes(msg);
    req.Method = "POST";
    req.ContentType = "text/xml; charset=UTF-8";
    req.ContentLength = data.Length;
    req.Headers = whCol;
    req.GetRequestStream().Write(data, 0, data.Length);
    string xml = "";
    try
    using (HttpWebResponse resp = (HttpWebResponse)req.GetResponse())
    using (System.IO.StreamReader sr = new System.IO.StreamReader(resp.GetResponseStream()))
    xml = sr.ReadToEnd().Trim();
    catch (WebException we)
    using (System.IO.StreamReader sr = new System.IO.StreamReader(we.Response.GetResponseStream()))
    xml = sr.ReadToEnd().Trim();
    _textBoxRes.Text = xml;
    Can anyone help?
    Thanks,
    MiRi

    Hi _MiRichter,
    Well Done!
    Thank you very much for sharing the solution to us.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Request Error - The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity

    I'm trying to create an Orchestrator Connector in Service manager, It is not going well.
    The most resent alarm is
          <p class="heading1">Request Error</p>
          <p>The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity.'
       For the Orchestrator Web Service URL: I have http://Server_Name:81/Orchestrator2012/Orchestrator.svc/
    I created a new Run As account that uses Windows authentication, when I test the connection thats the alarm I get.
    Paul Arbogast

    Hi,
    Can you access the URL using a browser? Does it work with the credentials used for the RunAs account?
    Strange error message though - are the account you are running the console with, present in the SCSM CMDB?
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

  • Asking again: any fixes for http:/1.1 300 and 500 errors in iCal-Server?

    Hi there
    I've set up several OS X servers in the last few months, most of them with ical services up and running. Quite everything works smooth, but most customers experience sooner or later errors like
    http:/1.1 300... (mostly with repeating events, which seem to be buggy in iCal&CalDAV already for a long time)
    http:/1.1 500...
    neither are there any relevant entries in the log, nor does it occur on a regular base - in fact, we can observe these errors all 2 or 3 weeks or so. Stopping an restarting of iCal services usually fixes them. DNS is set up perfectly well, including the SRV-entries.
    What about you? Do we just have to live with these errors? Or do I really have to sell Kerio to my customers?
    Thanks for any suggestion
    Regards
    Roman

    Hi Roman
    I have had a few years setting up and administering various calendar options on Xserve.
    The Apple built in iCal server is by far the worst of the lot.
    Previous to that we used phpicalendar- http://phpicalendar.net/documentation/index.php/Main_Page
    It is a bit dated and does not support the same feature set as the Apple one. It works well though.
    Kerio on the other hand is great, works well and is easy to use, apart from accepting invites on iOS devices. Its also a much better mailserver than Apple's one.
    Another option is to write a script to run everyday to stop and restart the ical service?

  • ICal Server 404 HTTP Error

    Hi all,
    I'm having a perplexing issue with iCal server.  Every now and again, iCal reports that it encountered an HTTP 404 error with my iCal account on one of my Lion servers.  I can't seem to figure it out.  Anyone else having this issue?  Any suggestions?
    Chris

    Do you ever get 404 errors accessing server.example.com/webcal ?
    If you are using SSL check that your SSL sertificat is correctly set for iCal. In Server app go to Hardware => Server => Settings => SSL Certificate.
    You can try enabling the webcal manually by doing this:
    iCal with SSL:
    sudo webappctl start com.apple.webapp.webcalssl
    iCal without SSL:
    sudo webappctl start com.apple.webapp.webcal
    This rebuilds you apache httpd.conf and restarts apache which suppressing often solves problems in Lion Server. Alternatively you might try to disable all services, change your servers hostname (just go through the process but change the hostname to what the hostname already is) and then re-enable all your services.

  • How can I edit iCal server addresses in Mountain Lion? I keep getting an error with regards to my google calendar and I understand that the way to fix the problem is adjust the server address, but I cannot access it because the preferences are restrictive

    How can I edit iCal server addresses in Mountain Lion?
    I keep getting an error message with my google calendar, and I heard that if I delete the extra slash at the end of the address the problem will be fixed. But the iCal account preferences take me to system preferences > accounts every time I want to edit the account.
    Does anyone know where I can edit the server address?

    You should ask in the iCloud forum, this is for iMacs. https://discussions.apple.com/community/icloud/icloud_on_my_mac

  • Ical server error message when accessed remotely

    hello we have a 10.6.7 ical server running mostly smoothly when accessed from the LAN.
    however, when accessed remotely it generates the following error message:
    The server responded with “HTTP/1.1 501 Not Implemented” to operation CalDAVAccountRefreshQueueableOperation.
    the message provides the following 2 responses / buttons: stay offline or go online - trouble is once you click go online, it comes up with the same message again.
    unfortunately, research the error message has so far not produced any promising results, thus any ideas would be much appreciated.

    There are many reports here on this site about this, crossing different carriers and regions of the world. Consequently, the only deduction that can be made is that this is a system-level issue rather than a single user issue. Hence, what each affected user must do is contact their mobile service provider for formal support and possible escalation up to BlackBerry.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error in iCal Server

    I hace Mac OSX Server 10.5.8
    I am using iCal-Server
    With iOS 6   I could connect to the iCal-Server without problems
    Now I have iOS 7  and i can connect to the iCal-Server, but not read the entires.
    Nothing appears on iOS 7
    I get the following errors on my server in /var/log/caldavd/error.log
    2013-10-10 11:34:05+0200 [-] [caldav-8010]  [AMP,client] REPORT /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/9069E96B-98D8-4BEA-85B C-39676C482910/ HTTP/1.1
    2013-10-10 11:34:05+0200 [-] [caldav-8010]  [-] Exception rendering:
    2013-10-10 11:34:05+0200 [-] [caldav-8010]  [-] Unhandled Error
    2013-10-10 11:34:05+0200 [-] [caldav-8010]      Traceback (most recent call last):
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 239, in callback
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self._startRunCallbacks(result)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 304, in _startRunCallbacks
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self._runCallbacks()
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self.result = callback(self.result, *args, **kw)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 601, in gotResult
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          _deferGenerator(g, deferred)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]      --- <exception caught here> ---
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          result = g.next()
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twistedcaldav/method/report.py", line 64, in http_REPORT
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          doc = doc.getResult()
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self.result.raiseException()
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self.result = callback(self.result, *args, **kw)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/web2/dav/util.py", line 66, in gotAllData
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          return filter(result)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/web2/dav/util.py", line 79, in parse
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          doc = davxml.WebDAVDocument.fromString(xml)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/web2/dav/element/parser.py", line 223, in parse
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          parser.parse(source)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/xml/sax /expatreader.py", line 107, in parse
    2013-10-10 11:34:05+0200 [-] [caldav-8010]         
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/xml/sax /xmlreader.py", line 123, in parse
    2013-10-10 11:34:05+0200 [-] [caldav-8010]         
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/xml/sax /expatreader.py", line 207, in feed
    2013-10-10 11:34:05+0200 [-] [caldav-8010]         
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/xml/sax /expatreader.py", line 349, in end_element_ns
    2013-10-10 11:34:05+0200 [-] [caldav-8010]         
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twisted/web2/dav/element/parser.py", line 178, in endElementNS
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          element = top["class"](*top["children"], **top["attributes"])
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twistedcaldav/caldavxml.py", line 1348, in __init__
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          super(TimeRange, self).__init__(*children, **attributes)
    2013-10-10 11:34:05+0200 [-] [caldav-8010]        File "/usr/share/caldavd/lib/python/twistedcaldav/caldavxml.py", line 87, in __init__
    2013-10-10 11:34:05+0200 [-] [caldav-8010]          self.end   = parse_date_or_datetime(attributes["end"  ])
    2013-10-10 11:34:05+0200 [-] [caldav-8010]      exceptions.KeyError: 'end'
    2013-10-10 11:34:05+0200 [-] [caldav-8010]
    2013-10-10 11:36:27+0200 [-] [caldav-8010]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:36:27+0200 [-] [caldav-8010]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/inbox/ HTTP/1.1
    2013-10-10 11:36:39+0200 [-] [caldav-8009]  [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2013-10-10 11:36:39+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:39:32+0200 [-] [caldav-8009]  [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2013-10-10 11:39:33+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:39:33+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:39:33+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/794B35D8-4D52-4E14-A7C 7-CE5B93DBB294/ HTTP/1.1
    2013-10-10 11:39:33+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/794B35D8-4D52-4E14-A7C 7-CE5B93DBB294/ HTTP/1.1
    2013-10-10 11:39:56+0200 [-] [caldav-8010]  [AMP,client] OPTIONS /calendars/users/bschwarz/794B35D8-4D52-4E14-A7C7-CE5B93DBB294/ HTTP/1.0
    2013-10-10 11:39:56+0200 [-] [caldav-8010]  [AMP,client] PROPFIND /calendars/users/bschwarz/794B35D8-4D52-4E14-A7C7-CE5B93DBB294/ HTTP/1.0
    2013-10-10 11:41:38+0200 [-] [caldav-8009]  [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2013-10-10 11:41:38+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:44:58+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:44:58+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/ HTTP/1.1
    2013-10-10 11:44:58+0200 [-] [caldav-8009]  [AMP,client] PROPFIND /calendars/__uids__/3ED18185-3796-4375-8341-65166FF18149/794B35D8-4D52-4E14-A7C 7-CE5B93DBB294/ HTTP/1.1

    I was having the same exact problem, and fixed it by either:
    1) Reordering the search policy in directory utility so that LDAP was ahead of AD
    2) Changing the authentication method within the iCal Server Utility to Password (it was set to kerberos).
    I have been doing battle with kerberos, iCal, and AD for the past few weeks. A lot of trial and error has gone into this process, so I'm sorry I can't be more specific...
    Good Luck.

  • ICal server error "500"

    Hi, iCal was functionig great till yesterday whe an error message pop-up. It is in spanish but I hope someone can help me.

    I had this problem on OSX server 10.6.8 and a couple of users sharing their calendars thru iCal.
    After a Time machine backup restore, the owner names were altered on the /Library/CalendarServer/ and thus the user were not able to write their local machine cache content onto the server.
    The problem was probably triggered by alteration of folder (& content) permissions, so the Admin can see the file contents and identify the user's calendar data for restore.
    It appears that the folder owner has to be specifically "_calendar"; allowing Owner Group Others full Read Write rights was NOT able to circumvent this permissions issue.
    I also reset the user's passwords, turned on / off the ical server, emptied the ~/Library/Calendars/Calendar Cache, as mentioned elsewhere but that did not help.
    Your mileage may vary, and as always, make backups and take precautions before proceeding.

Maybe you are looking for