ICal Service Data Recovery not working.

Hi,
After upgrading to 10.5.4 (not sure yet if this is the cause), my iCal service stopped working, with CPU on the Xserve getting maxed out whenever it ran, as per the earlier post in this forum. Following suggestions in that thread, I used a Time Machine backup I have of the server HD to recover the most recent copy of the Library/Calendar/Documents folder using the following command,so as to preserve permissions and ownerships etc:
sudo ditto -V -rsrc <source directory> <destination dir>
The data copied across fine, and when I point the iCal service to use the new data location and start up the service, all the data is there, but no new events can be created, as the client app (mail 3.0) reports...
Request for "New Event" in "James Glendinning" in account "James Glendinning" failed.
The server responded with
"HTTP/1.1 500 Internal Server Error"
Looking at the error log for the iCal service, it's full of stuff I don't understand, which is logged as soon as the service is started whilst pointing to the new data location:
/tm/Documents/principals/_uids_> does not exist
2008-08-18 12:11:30+0100 [-] [caldav-8010]
2008-08-18 12:11:30+0100 [-] [caldav-8012] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Users/admin/Desktop/tm/Documents/principals>
2008-08-18 12:11:30+0100 [-] [caldav-8012] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Users/admin/Desktop/tm/Documents/principals/_uids_>
2008-08-18 12:11:30+0100 [-] [caldav-8012] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Users/admin/Desktop/tm/Documents/principals>
2008-08-18 12:11:30+0100 [-] [caldav-8009] [AMP,client] Exception rendering:
2008-08-18 12:11:30+0100 [-] [caldav-8009] [AMP,client] Unhandled Error
2008-08-18 12:11:30+0100 [-] [caldav-8009] Traceback (most recent call last):
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
2008-08-18 12:11:30+0100 [-] [caldav-8009] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
2008-08-18 12:11:30+0100 [-] [caldav-8009] result = res.locateChild(self, path)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
2008-08-18 12:11:30+0100 [-] [caldav-8009] d = self.checkSacl(request)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
2008-08-18 12:11:30+0100 [-] [caldav-8009] d = defer.maybeDeferred(self.authenticate, request)
2008-08-18 12:11:30+0100 [-] [caldav-8009] --- <exception caught here> ---
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
2008-08-18 12:11:30+0100 [-] [caldav-8009] result = f(*args, **kw)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
2008-08-18 12:11:30+0100 [-] [caldav-8009] return super(SudoSACLMixin, self).authenticate(request)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
2008-08-18 12:11:30+0100 [-] [caldav-8009] d = self.principalsForAuthID(request, creds.username)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8009] authnPrincipal = self.findPrincipalForAuthID(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8009] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8009] principal = collection.principalForUser(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 92, in principalForUser
2008-08-18 12:11:30+0100 [-] [caldav-8009] return self.principalForShortName(DirectoryService.recordType_users, user)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 89, in principalForShortName
2008-08-18 12:11:30+0100 [-] [caldav-8009] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 103, in principalForRecord
2008-08-18 12:11:30+0100 [-] [caldav-8009] return self.principalForUID(record.guid)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 127, in principalForUID
2008-08-18 12:11:30+0100 [-] [caldav-8009] return self.getChild(uidsResourceName).getChild(uid)
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 308, in getChild
2008-08-18 12:11:30+0100 [-] [caldav-8009] self.provision()
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 403, in provision
2008-08-18 12:11:30+0100 [-] [caldav-8009] self.provisionFile()
2008-08-18 12:11:30+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 421, in provisionFile
2008-08-18 12:11:30+0100 [-] [caldav-8009] assert parent.exists(), "Parent %s of %s does not exist" % (parent, self)
2008-08-18 12:11:30+0100 [-] [caldav-8009] exceptions.AssertionError: Parent <DirectoryPrincipalProvisioningResource: /Users/admin/Desktop/tm/Documents/principals> of <DirectoryPrincipalUIDProvisioningResource: /Users/admin/Desktop/tm/Documents/principals/_uids_> does not exist
2008-08-18 12:11:30+0100 [-] [caldav-8009]
2008-08-18 12:11:30+0100 [-] [caldav-8012] [AMP,client] Exception rendering:
2008-08-18 12:11:30+0100 [-] [caldav-8012] [AMP,client] Unhandled Error
2008-08-18 12:11:30+0100 [-] [caldav-8012] Traceback (most recent call last):
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
2008-08-18 12:11:30+0100 [-] [caldav-8012] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
2008-08-18 12:11:30+0100 [-] [caldav-8012] result = res.locateChild(self, path)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
2008-08-18 12:11:30+0100 [-] [caldav-8012] d = self.checkSacl(request)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
2008-08-18 12:11:30+0100 [-] [caldav-8012] d = defer.maybeDeferred(self.authenticate, request)
2008-08-18 12:11:30+0100 [-] [caldav-8012] --- <exception caught here> ---
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
2008-08-18 12:11:30+0100 [-] [caldav-8012] result = f(*args, **kw)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
2008-08-18 12:11:30+0100 [-] [caldav-8012] return super(SudoSACLMixin, self).authenticate(request)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
2008-08-18 12:11:30+0100 [-] [caldav-8012] d = self.principalsForAuthID(request, creds.username)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8012] authnPrincipal = self.findPrincipalForAuthID(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8012] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
2008-08-18 12:11:30+0100 [-] [caldav-8012] principal = collection.principalForUser(authid)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 92, in principalForUser
2008-08-18 12:11:30+0100 [-] [caldav-8012] return self.principalForShortName(DirectoryService.recordType_users, user)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 89, in principalForShortName
2008-08-18 12:11:30+0100 [-] [caldav-8012] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 103, in principalForRecord
2008-08-18 12:11:30+0100 [-] [caldav-8012] return self.principalForUID(record.guid)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 127, in principalForUID
2008-08-18 12:11:30+0100 [-] [caldav-8012] return self.getChild(uidsResourceName).getChild(uid)
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 308, in getChild
2008-08-18 12:11:30+0100 [-] [caldav-8012] self.provision()
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 403, in provision
2008-08-18 12:11:30+0100 [-] [caldav-8012] self.provisionFile()
2008-08-18 12:11:30+0100 [-] [caldav-8012] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 421, in provisionFile
2008-08-18 12:11:30+0100 [-] [caldav-8012] assert parent.exists(), "Parent %s of %s does not exist" % (parent, self)
2008-08-18 12:11:30+0100 [-] [caldav-8012] exceptions.AssertionError: Parent <DirectoryPrincipalProvisioningResource: /Users/admin/Desktop/tm/Documents/principals> of <DirectoryPrincipalUIDProvisioningResource: /Users/admin/Desktop/tm/Documents/principals/_uids_> does not exist
2008-08-18 12:11:30+0100 [-] [caldav-8012]
I'm particularly perplexed by the last line, which indicates that ....principals/ _uids__ location does not exist, when I can clearly see it from within finder, and it appears to have all the permissions intact.
Is there a way I can get the iCal service to keep all the calender entry data it has, and rebuild any of the other bits it needs on the fly? Or any other ideas at all?

OK, great, I tried that on the busted data location, and it still didn't work, I think there's some corrupt dblite files of something. In any case, I've given up, instead I've created a new store, and set the permissions as you've described, and am rebuilding each calendar individually, which is a pain, but I needed it working asap.
I'll see how the new data location holds up with this new data and post results.
Thanks for your help....

Similar Messages

  • I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the

    I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the least very disappointed with such horrible service

    Which service did you subscribe to?  Adobe PDF Pack?
    Once I know the service that you subscribed to, I can move this post to the right forum so that you can get in touch with the folks who can assist you.

  • DOCUMENT SETTING that ALLOW FUTURE POSTING DATE does not work in PL34

    Hi Expert,
    I am now using SAP B1 2005B (7.40.252) sp:00 pl:34 and realised that the ALLOW Future Posting Date was not working. 
    I still can remember while I was using pl:11 at B1 2005A, there is no such problem and wish to know when can the bug fix up? in which sp/pl?
    Wish to hear goods news ASAP .
    Thank you.
    Joan.

    Basically can you please clarrify your requirement as to what you want to change ..what I understand you would need to change the code for ABAP - RFEBBE00
    Value Date code in the above abap
            IF PAR_VALD = 'X'.
              MOVE C2-VALDT TO HLP_VALDT.  "  VALUE DATE
             write hlp_valdt to umsatz-budat dd/mm/yy.
            ELSE.
              MOVE C8-BALDT TO HLP_BALDT.
              MOVE HLP_BALDT TO HLP_VALDT.
            write hlp_valdt to umsatz-budat dd/mm/yy.
            ENDIF.
               MOVE HLP_VALDT(2) TO UMSATZ-BUDAT.
               MOVE HLP_VALDT2(2) TO UMSATZ-BUDAT3.
               MOVE HLP_VALDT4(2) TO UMSATZ-BUDAT6.
    Regards
    Anurag
    Message was edited by: Anurag Bankley

  • HT5594 I upgraded to iOS 7 and my location service button does not work.  How can I turn it back on?

    I upgraded to iOS 7 and my location service button does not work.  How can I turn it back on?

    Settings>General>Restrictions>Privacy>Location Services. Have you restricted it?

  • [S210 Touch] One key recovery not working

    I have a 1.25 year old S210 Ideapad Touch.  I made a 100GB partition with EaseUS and had no problem with onekey recovery.  I tried to merge that empty partition with my C drive using EaseUS software but it did not work saying there were errors.  After that attempt One Key did not work.  Tried to open One Key with compter turned off, error message said damaged partition. Next I used Control panel Administrative Tools: Disk Management to return C drive to almost its original size less 350 mb. one key still did not work.  I reinstalled one key from Lenovo website and still did not work. Still indicated damage partition.  What can I do now?
    Jim
    Moderator comment: New thread created. Subject edited for clarity. Was: Re: One key recovery not working!

    I found the following on a recovery disk which I made early last year for the  same computer but I cant get it to boot.
    How do I boot this usb flash drive without losing this material and is it used to recreate the correct partitions?
    convert gpt
    create partition primary size=1000
    format quick fs=ntfs label="WINRE_DRV"
    assign letter="W"
    gpt attributes=0x8000000000000001
    set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    create partition efi size=260
    format quick fs=fat32 label="SYSTEM_DRV"
    assign letter="S"
    create partition efi size=1000
    format quick fs=fat32 label="LRS_ESP"
    assign letter="I"
    gpt attributes=0x8000000000000001
    set id="bfbfafe7-a34f-448a-9a5b-6213eb736c22"
    create partition msr size=128
    create partition primary size=436224
    format quick fs=ntfs label="Windows8_OS"
    assign letter="T"
    create partition primary
    format quick fs=ntfs label="LENOVO"
    assign letter="O"
    shrink minimum=12288
    create partition primary
    format quick fs=ntfs label="PBR_DRV"
    assign letter="Q"
    gpt attributes=0x8000000000000001
    set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    exit
    Thanks for any help,
    Jim

  • The Restriction option to NOT ALLOW CHANGES to Mobile or Cellular data does not work why is this ?

    The Restriction option to NOT ALLOW CHANGES to Mobile or Cellular data does not work why is this ?

    Hi there,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    Additionally, you may want to try completely disabling and re-enabling restrictions.
    -Griff W.

  • Umm I just got this iPhone 5 and cellular data is not working, can't access apps, heck can't even download any and Safari...ummm yeah not happening.  I'm with Sprint if that makes any difference.

    Umm I just got this iPhone 5 and cellular data is not working, can't access apps, heck can't even download any and Safari...ummm yeah not happening.  I'm with Sprint if that makes any difference.

    Are you in an area where there is no coverage?
    You can try a reset, hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    If that doesn't help, then yOu'll need to contact Sprint again.

  • HT1976 my cellular data is not working , how do i fix it

    my cellular data is not working
    when i turn it on it doesnt show
    but ym wirless network works
    i need help.
    thanks

    My cellular data stopped working when i update my iphone 5c to ios7.1 any help please

  • Binding gateway service with List not working properly with expand

    Hi all,
    We have an orderlist with details, we use the splitapp for it, it's working nicely with a gatewayservice. We have now added with expand 2 orderpartners. I see the 2 partners, only is it completly the same data. I checked the oData structure and I see indeed that the 2 partners are the same. This is weird, because when I execute the service, via my browser, I see 2 different partners.
    If I execute the service directly via the read function, I see in the oData that I also have 2 different partners. So my conclusion is that the direct read of the service is working and executing the service via the sap.m.List is not working with the expand.
    Now my question is, does somebody know what's going wrong here, or is it a bug in the sap.m.List? Below you find code snippets how I call the service.
    This call is working:
    oModel.read("/OrderListSet", null, ["$orderby=BegTstmp asc&$filter=Userid eq 'user' and DateFrom eq datetime'2014-04-20T00:00:00' and DateTo eq datetime'2014-04-27T00:00:00'&$expand=OrderPartners"], null, function(oData, oResponse){  
      }, null );
    The binding via the sap.m.list is:
    var oList = new sap.m.List("orderList", {
      mode: "{device>/listMode}",
                items: {
            path: "/OrderListSet",
               parameters: {expand: "OrderPartners"},
            template : new sap.m.StandardListItem({
            title: {
                   parts: [
                           {path: "BegTstmp", type: new sap.ui.model.type.DateTime({pattern: "H:mm"})},
                           {path: "DataCol2"}
                   formatter : function(strDate, strDescription) { return strDate + " - " + strDescription; }
            description: {
            parts: [
                          "DataCol3",
                          "DataCol4",
                          "DataCol5",
                          "DataCol6"
            type: sap.m.ListType.Navigation,
            icon: "{icon}",
            customData: [
            new sap.ui.core.CustomData({
            key: "orderId",
            value: "{Orderid}"
            new sap.ui.core.CustomData({
            key: "type",
            value: "{Type}"
            // Sort the list on date and group the list on day
                   sorter: new sap.ui.model.Sorter("BegTstmp", false, oGrouper),
                   // Filter the list, this directly refrenced to the gatewayservice
            filters: [
                     util.Filter.getUserId(),
                     util.Filter.getCurrentWeekFromFilter(),
                     util.Filter.getCurrentWeekToFilter(),

    Fine. If you're trying to bind any attributes of OrderPartners, bind it as OrderPartners/attribute-name. Say if "BegTstmp" an attribute of OrderPartners bind it as OrderPartners/BegTstmp.
    Regards
    Sakthivel

  • Global Data Plan not working in the Netherlands

    I called customer service a week before my trip and arranged for the $30 "Global Data" plan to begin April 1. I have been unable to get a data connection here in the Netherlands and e-mails to customer service have gone unanswered. I cannot see anything on my account to indicate whether this has ever been activated.
    By poking around the settings and setting the data networks to GSM I've been able to see Vodophone, T-Mobile, and KPN listed, but if I try to connect to any of them I get an error that indicates I cannot connect to them.
    Can anyone provide some advice on how to get this working? I was really relying on this to help with getting info on places to visit and it's proving a pretty difficult trip when having to rely on free wifi spots to make up for this.

        roninacolyte,
    Greetings from the states! To be honest, the Thunderbolt will not work in Hong Kong. You can check out our trip planner for future reference at http://vz.to/n9PFe9
    EvanO_VZW
    Follow us on Twitter @VZWSupport

  • Since upgrading to Lion, iCal event invitations are not working well.

    Since upgrading to Lion last week, I am having problems with sending iCal event invitations to large groups of people (say 10 people or more). Although my iMac, iPhone, and iPad iCals show that invitations have been sent, only a few of those invited have actually received event invite emails.
    Has anyone else experienced this? If so, any insight into the problem or solution?
    Thanks in advance.

    Nathan Miah wrote:
    Is there absolutely anything else I could do to sort this such as phone Apple Support
    If you want.
    or maybe install Snow Leopard using the disc it came on with my Mac and just set it up from a Time Machine Backup on my external hard drive (since it works under SL)?
    Did you install Lion on an empty partition, or did you upgrade Snow Leopard?  If you upgraded, I'd not recommend erasing it, since your backups are apparently gone.  It's doubtful Snow Leopard will recognize them. 
    It's not just backups on the drive either, there are other important things on there, so why won't they show?
    Mixing Time Machine backups and other data is not a good idea.  See #3 in Time Machine - Frequently Asked Questions.  It sounds like the whole disk is corrupted.
    I just really don't understand how this happened. Could it not be an issue with WD because they haven't issued firmware to support Lion yet?
    If this is a simple external HD, connected by USB or FireWire, no, unless you installed some of WD's software on it.  That shouldn't prevent it from being seen at all, but anything's possible.

  • HT1751 3G Data plan not working in iPhone5 after download of iOS 7.0.3

    After I downloaded iOS 7.0.3 Data plan is not working in my iPhone5; I tried resetting network; powered down and powered on; switched off LTE, airplane mode on and off; Cellular Services on and off, nothing seems to work.  Should I try Total Reset? (of course after backing up in iTunes)?

    Hello High Energy,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/TS3780
    Ensure that your software is up to date:
    Check for a Carrier Settings Update. Tap Settings > General > About.
    Check for an iOS Software Update. Tap Settings > General > Software Update.
    Note: Some updates may require a Wi-Fi connection.
    Remove the SIM Card and reinsert it. Allow the iPhone to acquire the network again.
    If your SIM card has SIM PIN enabled, try toggling it off: Tap Settings > Phone > SIM PIN.
    Try another location. If a different location works, but the original location still does not, contact your carrierto report the issue.
    Reset network settings: Tap Settings > General > Reset > Reset Network Settings.
    Restore the iPhone as new.
    Best of luck,
    Mario

  • My phone is so slow won't download any apps and data is not working correctly

    I have the moto e with straight talk

    Hi
    This is not a Firefox thing, but there are some general housekeeping activities you can do to make your telephone run much easier.
    First of all, uninstall any apps and widgets you do not need. It is amazing how they can clutter up your phone! In the app drawer, long press on an app or widget and drag it to the uninstall option at the top of the screen.
    So you have a sizeable SD card in your phone? If so, in Settings app , scroll down to Storage and tap "Move media". As it says on the menu, this will move your media files to your memory card, thus freeing up space on your phone.
    Before you leave Storage, scroll up a little and tap on "Cached Data" and selected to clear the cached data.
    In Settings>Apps, scroll across to "On SD Card" and tick a few boxes to move some of your apps to your memory card. (Note: With some apps, this may mean that any accompanying widgets will not work, this is a bug with Android).
    Once finished, turn off your phone and turn it back on again and you should find your phone has quite a bit more space and is running a bit quicker.

  • Help for date field not working after upgrade

    hi experts,
    In our BSP application for a page we had an inputfield (date).
    Onvaluehelp for input field we were calling the saphelpdate function.
    however after upgrade this functionality is not working properly as no pop up comes after clicking on the icon.
    we have upgraded to SPS 16 recently.
    please help me.
    regards,
    Arvind.

    Hi, I try upper case but nothing happen. This is all my code by far, I hope you can help me:
    DATA: BEGIN OF T_PCONT OCCURS 0,
          PCONT LIKE ZPSPERMISOS-PSOBKEY,
    END OF T_PCONT.
    DATA: BEGIN OF T_FIELDS OCCURS 0.
            INCLUDE STRUCTURE help_value.
    DATA END OF T_FIELDS.
    DATA: BEGIN OF T_VALUES OCCURS 0,
          VALUE(60) TYPE c.
    DATA: END OF T_VALUES.
    DATA: N TYPE i.
    SELECTION-SCREEN BEGIN OF BLOCK  b20 WITH FRAME TITLE text-b02.
      SELECT-OPTIONS:
        P_CONT FOR  ZPSPERMISOSH-PSOBKEY OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_INT  FOR  ZPSPERMISOSH-PARTNER OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_FEC  FOR  ZPSPERMISOSH-ZFINICN NO-EXTENSION NO INTERVALS,    
        P_RAZ  FOR  ZPSPERMISOSH-ZRAZONFINIC NO-EXTENSION NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK b20.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CONT-LOW.
      PERFORM P_HELP_P_CONT USING P_CONT-LOW.
    *&      Form  P_HELP_P_CONT
    FORM P_HELP_P_CONT  USING P_P_CONT.
      DESCRIBE TABLE T_PCONT LINES N.
      IF N EQ 0.
        T_FIELDS-FIELDNAME  = 'PSOBKEY'.
        T_FIELDS-TABNAME    = 'ZPSPERMISOS'.
        T_FIELDS-SELECTFLAG = 'X'.
        APPEND T_FIELDS.
        CLEAR T_FIELDS.
        SELECT PSOBKEY FROM ZPSPERMISOS
        INTO  TABLE T_PCONT.
        SORT T_PCONT BY PCONT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          CUCOL        = 10
          CUROW        = 1
          TABNAME      = 'T_PCONT'
          FIELDNAME    = 'PCONT'
        IMPORTING
          SELECT_VALUE = P_P_CONT
        TABLES
          FIELDS       = T_FIELDS
          VALUETAB     = T_VALUES.
    ENDFORM.                    " P_HELP_P_CONT
    Edited by: J. Garibaldi on Nov 25, 2009 11:14 AM
    Edited by: J. Garibaldi on Nov 25, 2009 11:16 AM

  • Date comparision not working in BI-Publisher in one scenario.

    Hi,
    Iam using sqlquery as a datamodel for BI-Publisher report. I have a requirement that the input parameters startdate and endate are Date types. When the user enters startdate and enddate and clicks on view, the report should show data which falls in between those dates.
    Here is the sample query i used.
    select * from
    table1
    where begintime >= :p_StartDate and begintime <=:p_EndDate
    Here begintime is a timestamp and p_StartDate and p_EndDate are just dates. So when comparing begintime with p_StartDate/p_EndDate, i guess its taking default time from that date and because of that the comparision is failing in 1 case. i.e, In the above query, though the comparision operator is >= or <= , ultimately > or < is getting effective. So to acheive the actual result, I need to give one day more for start and end dates.
    However I found a way to acheive this without adding extra day to both the dates. Here it is :
    select * from table1 where
    ( begintime >= to_timestamp(to_char(:p_StartDate) || '00 00 00', 'DD Mon YYYY HH24 MI SS')) and
    ( begintime <= to_timestamp(to_char(:p_EndDate) || '23 59 59', 'DD Mon YYYY HH24 MI SS'))
    But the above is working in sqleditor like jdeveloper database navigator. But not working in BI-Publisher.
    BI-Publisher is throwing error saying
    "ORA-01830: date format picture ends before converting entire input string"
    Please help as to how to go about this problem or any alternative solution.
    Thanks & Regards,
    -Vijay-

    Hi,
    I think it will be fine to trunc the begin time since :p_StartDate and p_EndDate are just dates without time stamp
    i.e:
    select * from
    table1
    where trunc(begintime) >= :p_StartDate and trunc(begintime) <=:p_EndDate;
    any problem with this.Please share the thought.
    Best Regards,
    mahi

Maybe you are looking for