Problem with message delivery time in C201

Hello All,
I am facing a strange problem in my recently purchased C201 handset.Whenever i get the delivry report of a sent messge , the report shows wrong time.
One sample delivery reprt is here :
Recipent :
xxxxxxx
Content :
xxxxxxxx
Sent :
08:39:56am
16-04-2011
Status :
Delivered
Time and dte :
03:07:24am
16-04-2011
Message type :
Text message
So lookingat the sample above you could find that the delivery time is being shown as earlier than sent time.Is my setting is wrong or there issome issue with the phone software.
Please have a look into it.
Thanks
Benoy Saha
India

First check that your time zone is correctly set in time and date settings
See if you have auto update available this is network Dependant.
It maybe a software bug if non of the above fixes the issue
If  i have helped at all a click on the white star below would be nice thanks.
Now using the Lumia 1520

Similar Messages

  • [b]Problem with message choice[/b]

    Hi, all, I have a problem with message choice because when I get the value it returns the value of index row.
    For example I have this message choice:
    <messageChoice model="${bindings.Dept}" readOnly="false" required="no" name="dpt">
    <contents childData="${bindings.Dept.displayData}">
    <option model="${uix.current}"/>
    </contents>
    </messageChoice>
    If I select the first data of message choice it returns 0, if I select the second data it returns 1 and so on. But I want to return the value of field dept and in message choice I show the dept_name field.
    Can anyone tell me how do this? It's urgent because I haven't much time to do this work.
    Thanks, Matteo.

    Matteo,
    Maybe this works for you as well:
    <messageChoice model="${bindings.DeptLOV}" name="dpt">
    <contents childData="${bindings.DeptList.rangeSet}">
    <option value="${uix.current.dept}" text="${uix.current.dept_name}"/>
    </contents>
    </messageChoice>
    where DeptLOV is a LOV List type binding, and DeptList is a Range type binding that is based upon the Dept iterator. If one of these three does not exist in your project yet, you should create them manually via the Structure palette.

  • I'm having probs backing up iPhone 5 to iCloud - just sits on the backing up screen with message 'estimated time remaining....' But goes no further and doesn't back up - wifi is fine and definitely enough storage spaces. Anyone have any ideas plea

    I'm having probs backing up iPhone 5 to iCloud - just sits on the backing up screen with message 'estimated time remaining....' But goes no further and doesn't back up - wifi is fine and definitely enough storage spaces. Anyone have any ideas please?

    You might try a forced shutdown to begin with, hold down the top and home buttons together until the device shuts down, then restart it.
    First check that your device is correctly connected to the wifi/internet (settings > wifi)
    If your back up continually fails, you might try turning off back up on your mobile device (settings > iCloud > storage & backup) and then deleting the backup file from iCloud by swiping the backup file on the mobile device (settings > iCloud > storage & backup > manage…) and then turning back up on again.
    If this doesn't help, try turning off some items for back up in a pattern to try to establish if your problem is being caused by specific data on your device.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.
    More about iCloud v iTunes Back Up

  • Specifying message delivery time for a JMS queue

              Guys,
              Can anyone tell me as to if it possible to specify message delivery from a JMS
              queue to a listening MDB at a specified interval in weblogic . I mean I need
              to post messages to the JMS queue but I need the messages to be delivered to the
              MDB's after lets say 30 seconds .
              How can I do it using the weblogic console ?? Which property do i need to change
              Please advise.
              Thanks
              Kar
              

    Hi,
              Message delivery time can be set programmatically,
              or through a console override. In your case, set it via
              the console with the value "30000".
              This feature has been available since 6.1, and is a
              JMS extension.
              Here is the link to the 8.1 documentation:
              http://edocs.bea.com/wls/docs81/jms/implement.html#1235262
              And for a full list of WL JMS features, see here:
              http://edocs.bea.com/wls/docs81/jms/intro.html#jms_features
              Tom
              kar piyush wrote:
              > Guys,
              >
              > Can anyone tell me as to if it possible to specify message delivery from a JMS
              > queue to a listening MDB at a specified interval in weblogic . I mean I need
              > to post messages to the JMS queue but I need the messages to be delivered to the
              > MDB's after lets say 30 seconds .
              >
              > How can I do it using the weblogic console ?? Which property do i need to change
              > ?
              >
              > Please advise.
              >
              > Thanks
              >
              > Kar
              >
              >
              

  • HT1222 Having problem with  Notes at time will not record dictation on iPhone?

    Having problem with  Notes at time will not record dictation on iPhone?

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    If that doesn't help have your phone examined by an apple technician. Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • Problem with message mapping ...

    Hello,
    I have problem with message mapping. I implemented SOAP-to-RFC scenario. The source message is of type http://sntcz.cz/xmlns/holidays:MT_Holiday, the target message of type urn:sap-com:document:sap:rfc:functions:Z_GET_SUPERIOR. But some error is still generated in Request Message Mapping step:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns1:Z_GET_SUPERIOR/USR. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:403) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:102) at .....
    This is XSD definition of source message:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sntcz.cz/xmlns/holidays" targetNamespace="http://sntcz.cz/xmlns/holidays">
    <xsd:element name="MT_Holiday" type="DT_Holiday" />
    <xsd:complexType name="DT_Holiday">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    030495e1742f11dd963600301875333b
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="SinceDay" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba049b067aa11dd8be6eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="SinceMounth" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a067aa11dda311eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="SinceYear" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a167aa11dd9b4eeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilDay" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a267aa11ddc352eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilMounth" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a367aa11ddc33aeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilYear" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a467aa11dda8cfeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UserId" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a567aa11dd9698eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    This is XSD definition of target message:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:sap-com:document:sap:rfc:functions" targetNamespace="urn:sap-com:document:sap:rfc:functions">
    <xsd:element name="Z_GET_SUPERIOR">
    <xsd:complexType>
    <xsd:all>
    <xsd:element name="USR" type="xsd:string" minOccurs="0" />
    </xsd:all>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    It's strange that if I use Message Mapping Test it works fine. But in pipeline not.
    Do you have any idea where could be the problem?
    Thank you in advance!
    Best regard,
    Zbynek

    Hi,
    To know the correct error Take the Inbound Payload from MONI and Test it in Mapping Test TAB. then u will come to know the exact error.
    Procedure to take the Payload
    goto MONI-Double click on MessageInbound Message ( CENTRAL ) --Payloads ---Double click on MainDocument ( application/xml ) -Just Right Click on the second window-View Source
    then now Copy this and paste it in Mapping Test and Execute.
    REgards
    Seshagiri

  • Problem with message count

    hello ,
    I have problem with message count, in my inbox there are more than 0 messages but i got result of
    Folder inbox = store.getFolder("Inbox")
    int c =inbox.getMessageCount()
    of c is 0
    i.e i got c as zero rather than 5.

    I am seeing the same thing and I agree with MathiasF's observation.  My count seems to increase when I do a search for mail on the server.  This has happened previously (iOS 5.x) but ending the Mail app always fixed it.  The only way I can correct the count now is if I turn off sync for Mail on the Exchange account and re-enable.  This clears my mail and causes my phone to go out and redownload.  Rebooting and resetting the iPhone has not helped.
    I'm on Sprint - 32GB White iPhone 4S running iOS 6.0 (10A403)

  • There is a problem with your airport time capsule disk

    Hello,
    Since I got my airport time capsule and set it up, I got an error "there is a problem with your airport time capsule disk" and disk is not listed for setup or erase. The LED is flashing amber sine I turned on the first time.
    The wifi is working fine as well as the internet connectivity.
    I got the device from the online store and was shipped to my address in the states but I opened the box the first time in Saudi Arabia as I left the states immediately after receiving it.
    Any advise on fixing this or a near by apple support center where I can get it in for repair / replacement?

    Any advise on fixing this or a near by apple support center where I can get it in for repair / replacement?
    I would first suggest that you perform a "factory default" reset on your Time Capsule (TC).
    If that fails to remedy the problem, you can obtain technical support from Apple here.

  • Has anyone else had problems with long wakeup times on Cinema displays?

    We're having problems with long wakeup times on our Cinema Display. Noticed it after the Maverick update.
    Need help please. This thing is nothing more than a boat anchor to my developers... frustrating, expensive boat anchor.
    Thoughts?
    Thanks,
    Jeff Stutzman

    Hey Jeff,
    Thanks for the question. I understand you are experiencing issues with an external display and your MacBook Air. The following resource may provide a solution:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    While you should give all of the troubleshooting steps a whirl, definitely make sure to follow the steps in this section:
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    Thanks,
    Matt M.

  • Strange Problems with Messages

    I've been experiencing some strange problems with Messages.
    1) Sometimes my messages are displayed on screen. I type into the input box and hit enters. Then message disappears and does not show above in the chat box. I later find out that the message was delivered yet it doesn't show up in my chat.
    2) Sometimes I see duplicate Chat windows on the left rail for the same contact, this is usually in conjuction with error #1.
    3) Sometimes I can unable to dlete chat windows. I click the x and it does nothing. I right click and choose Close Chat and it does nothing
    4) When searching the left rail for open chats, the app gets really confused and show strange results, when deleting the search the chat window gets really odd order, nothing to do with sort or recent chats

    Nobody else is experiencing these problems?

  • Problem with messages and calls,, please respond

    Problem with my iphone is that the messages are sent and received very late, it hangs while sending, when delete a message it takes time to open messages firstly... messages in the thread disappear and such abnormalities.
    and in Calls, i receive notification when the call is missed.
    help!

    I would do a full restore using iTunes (backup first, of course)

  • Problem with messages and calls

    Problem with my iphone is that the messages are sent and received very late, it hangs while sending, when delete a message it takes time to open messages firstly... messages in the thread disappear and such abnormalities.
    and in Calls, i receive notification when the call is missed.
    help!

    Ritu Parchure wrote:
    I have ulmocked and restored the iphone.
    I assume you mean "unlocked and restored." My apologies if I msunderstand, but if you unlocked it yourself, then you must have hacked it. If it was originally locked at the time of purchase, only that carrier can unlock it.

  • Problem with deleted delivery and cancellation invoice

    I have a problem. I have to resolve a cancellation invoice with error saying Missing Export Data. However, when i try to update this invoice, the fields to be updated are all shaded out meaning they cannot be changed. now the problem is, the delivery where the cancellation invoice retrieves its data shows a status of Archived. but when we tried to find it, it seems that it has already been deleted though the status shows Archived. I do not know how they have managed to delete this delivery with the Goods Issue still active, even with the Invoices. All I know is that the user who has deleted the delivery has made a mistake for this.
    Can anybody please help me?

    Can you please check the OSS note 908748. It may be of some help to you. The contents are pasted here.
    Symptom
    A cancellation document cannot be transferred to accounting because the system has issued error message VF 072:
    'Document 90001234 has been saved (foreign trade data incomplete)'.
    However, the underlying business process concerns domestic business and the invoice to be cancelled does not contain any foreign trade data.
    Other terms
    VF02, VF11, VF072, cancellation, EXNUM, incompleteness, export data
    Reason and Prerequisites
    Prerequisites:
    This is a partial cancellation document.
    When you create the cancellation document, you inadvertently branch to the foreign trade data and choose 'Set'.
    Reason:
    When you choose 'Set' in the foreign trade data, the system assigns an export number, which then results in an incomplete document because the other export data is missing.
    Solution
    Implement the attached correction.
    There is no provision to take account of a cancellation scenario in which foreign trade data can be entered or changed.
    This correction deactivates the ready for input status of the 'Set' button in order to prevent the system from inadvertently assigning an export number.
    In this context, refer also to Note 354222.

  • TS3276 problem with mail delivery

    has anyone else gotten a "problem during delivery processing" message with each outgoing message? it just randomly started happening to me this morning.  it says my message was sent but the reason:  Error in sieve filter: Notify mailto: recipient is not a valid address
    one comes from postmaster@mac and one comes from Internet Mail Delivery....

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

  • Problems with messaging

    iv got two issues with my iphone messages
    1. sometimes one particular number will not receive messages for around 2 days then all of a sudden will get a flood of texts off me from testing it.. i can still receive the messages from them though
    2. sometimes messages from that number become muddled up.. i might send a text three days ago and then send one on the current day and they will get half of the text three days ago and half of the one i just sent so it makes no sense.. Same if i receive one from them it will be half of one they sent a few days ago and half the one they sent on the day.. can be anything up to three different messages in one depending on how long the text is..
    Any ideas how i can solve these issues?
    iv spoke to network provider for the first issue and there looking into it.. my friend has tried speaking to theirs and they just keep blaming mine and saying there's nothing more they can do apart from get me to get in touch with my service provider.. Very annoying
    any help would be good cheers

    I have similar issues, I am using Iphone 4 with vodafone (Australia) as provider.
    Sometimes when I try to access my email or messages, the phone will have a pop up "Cannot find cellular" (or something like that). However the signal bar is clearly showing full bars of signals. When this happens, I can't receive my email/messages, but send are usually ok.
    When I am lucky, the phone will fix itself and I will get all the emails/messages in the next 30mins or so. But Majority of the time I have to restart my phone and then my message/email inbox will be flooded with email/txt.
    Is this a problem with the iphone? or my provider? Because vodafone is known to have issues...

Maybe you are looking for