Message got delivered to only one recepient, others in CC got nothing

Good day!
I have a problem with non delivered message to internal recepients except the only one from CC field.
Mailcleaner system sends that email to Exchange system to all recepients successfully:
2013-12-13
15:31:17 1VrSpo-000EiB-2t => [email protected] C="250
OK id=1VrSpo-000EiL-QG"
2013-12-13
15:31:17 1VrSpo-000EiB-2t Completed
2013-12-13
15:31:17 1VrSpo-000EiC-2w => [email protected] C="250 OK
id=1VrSpo-000EiO-QS"
2013-12-13
15:31:17 1VrSpo-000EiC-2w Completed
But in Exchange logs only one user receves that message, the others don’t. There was no other records in logs relating [email protected] and that MessageID
Timestamp               : 2013.12.13. 15:31:22
ClientIp                : 80.232.244.14
ServerHostname          : SBS
SourceContext           :
08D0C4AD14A55B49;2013-12-13T13:31:22.379Z;0
ConnectorId             : SBS\Windows SBS Internet Receive
SBS
Source                  : SMTP
EventId                 : RECEIVE
InternalMessageId       : 143089
MessageId               :
<[email protected]m>
Recipients              : {[email protected]}
RecipientStatus         : {}
TotalBytes              : 8610
RecipientCount          : 1
How could I track that issue to find where dissappears the rest of copies?

Hi,
According to your description, you used a 3rd party mail software to send emails to Exchange recipients. All recipients received the email successfully. Exchange log showed only one user in To box received the email while recipients in CC box missed. If
I misunderstood, please point it out.
Then I need you test the issue with a normal mail account. For example:
Use Hotmail account to send an email to the same recipients, one in To box and the others in CC box. See if all recipients received the email and check in the log about the recipients.
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • IOS 5: regular messages are not sent if one recepient is registered with iMessage

    There is a bug in iOS 5: SMS messages are not sent if one receipients mobile number is registered with iMessages.
    This is confirmed by the developer of the team sms app:  if you send a message to a number of receipients and one of the recepients mobile numbers, the message is sent do, is registered with iMessage, then none of the recipients will receive the message.
    Does anyone know a work around until Apple comes up with a bugfix?
    Regards, Til

    I am not sure about the details of your case, but I can confirm that a message does send to multiple recipients even if one of this has iMessage.  I recently sent a message to two people, one with a BB and one with an iPhone 4 (iOS 5 and iMessage working).  Because of the difference, it resorted to the least common denominator and sent the message as a standard text to both people.  I was replied to by both parties.  Based on your description I can confirm that your detail is not the case.
    Have you checked through the settings in Messages?  Do you have a texting plan associated with your account?  I am sorry if these questions seem stupid, but they are worth asking to verify.
    I hope this helps!

  • Getting "IPSEC(epa_des_crypt): decrypted packet failed SA identity check" messages on packets from only one of two far-end sources sharing the same tunnel, the other source works fine. What exactly does this error mean?

    One computer at COMPANY-A is attempting to communicate with two
    computers located at COMPANY-B, via an IPsec tunnel between the
    two companies.
    All communications are via TCP protocol.
    All devices present public IP addresses to one another, although they
    may have RFC 1918 addresses on other interfaces, and NAT may be in use
    on the COMPANY-B side.  (NAT is not being used on the COMPANY-A side.)
    The players:(Note: first three octets have been changed for security reasons)
    COMPANY-A computer      1.2.3.161
    COMPANY-A router        1.2.3.8 (also IPsec peer)
    COMPANY-A has 1.2.3.0/24 with no subnetting.
    COMPANY-B router        4.5.6.228 (also IPsec peer)
    COMPANY-B computer #1   4.5.7.94 (this one has no issues)
    COMPANY-B computer #2   4.5.7.29 (this one fails)
    COMPANY-B has 4.5.6.0/23 subnetted in various ways.
    COMPANY-B also has 9.10.11.0/24, but it is not involved in the issue.
    What works:
    The COMPANY-A computer 1.2.3.161 can communicate via the single IPsec
    tunnel to COMPANY-B computer #1 4.5.7.94 without problems.
    The "show crypto session detail" command shows Inbound/Outbound packets
    flowing in the dec'ed and enc'ed positions.
    What doesn't:
    When the COMPANY-A computer 1.2.3.161 attempts to communicate
    via the single IPsec tunnel with the COMPANY-B computer #2 4.5.7.29,
    the COMPANY-A router eventually reports five of these messages:
    Oct  9 15:24:54.327: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    Oct  9 15:24:57.327: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    Oct  9 15:25:03.327: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    Oct  9 15:25:15.328: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    Oct  9 15:25:39.329: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    Oct  9 15:26:27.328: IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    and the "show crypto session detail" shows inbound packets being dropped.
    The COMPANY-A computer that opens the TCP connection never gets past the
    SYN_SENT phase of the TCP connection whan trying to communicate with the
    COMPANY-B computer #2, and the repeated error messages are the retries of
    the SYN packet.
    On the COMPANY-A side, this IPsec configuration has been set up on a 3745,
    a 3725, and some 76xx routers were tried, all with similar behavior,
    with packets from one far-end computer passing fine, and packets from
    another far-end computer in the same netblock passing through the same
    IPsec tunnel failing with the "failed SA identity" error.
    The COMPANY-A computer directs all packets headed to COMPANY-B via the
    COMPANY-A router at 1.2.3.8 with this set of route settings:
    netstat -r -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    4.5.7.0         1.2.3.8         255.255.255.0   UG        0 0          0 eth3
    1.2.3.8.0       0.0.0.0         255.255.255.0   U         0 0          0 eth3
    10.1.0.0        0.0.0.0         255.255.240.0   U         0 0          0 eth0
    169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth3
    10.0.0.0        10.1.1.1        255.0.0.0       UG        0 0          0 eth0
    0.0.0.0         1.2.3.1         0.0.0.0         UG        0 0          0 eth3
    The first route line shown is selected for access to both COMPANY-B computers.
    The COMPANY-A router (IPsec tunnel endpoint, 1.2.3.8) has this
    configuration:
    crypto isakmp policy 10
    encr 3des
    authentication pre-share
    group 2
    lifetime 28800
    crypto isakmp key XXXXXXXXXXXXXXXXXXXXXXX address 4.5.6.228
    crypto ipsec security-association lifetime seconds 86400
    crypto ipsec transform-set COMPANY-B01 esp-3des esp-sha-hmac
    crypto map COMPANY-BMAP1 10 ipsec-isakmp
    description COMPANY-B VPN
    set peer 4.5.6.228
    set transform-set COMPANY-B01
    set pfs group2
    match address 190
    interface FastEthernet0/0
    ip address 1.2.3.8 255.255.255.0
    no ip redirects
    ip virtual-reassembly
    duplex auto
    speed auto
    no cdp enable
    crypto map COMPANY-BMAP1
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 1.2.3.1
    ip route 10.0.0.0 255.0.0.0 10.1.1.1
    ip route 1.2.3.8.0 255.255.255.0 FastEthernet0/0
    access-list 190 permit ip host 1.2.3.161 4.5.7.0 0.0.0.255
    access-list 190 permit ip host 1.2.3.161 9.10.11.0 0.0.0.255
    bridge 1 protocol ieee
    One of the routers tried had this IOS/hardware configuration:
    Cisco IOS Software, 3700 Software (C3725-ADVIPSERVICESK9-M), Version 12.4(25c),
    RELEASE SOFTWARE (fc2)
    isco 3725 (R7000) processor (revision 0.1) with 115712K/15360K bytes of memory.
    Processor board ID XXXXXXXXXXXXXXX
    R7000 CPU at 240MHz, Implementation 39, Rev 3.3, 256KB L2 Cache
    2 FastEthernet interfaces
    4 ATM interfaces
    DRAM configuration is 64 bits wide with parity disabled.
    55K bytes of NVRAM.
    31296K bytes of ATA System CompactFlash (Read/Write)
    250368K bytes of ATA Slot0 CompactFlash (Read/Write)
    Configuration register is 0x2102
    #show crypto sess
    Crypto session current status
    Interface: FastEthernet0/0
    Session status: UP-ACTIVE
    Peer: 4.5.6.228 port 500
      IKE SA: local 1.2.3.8/500 remote 4.5.6.228/500 Active
      IPSEC FLOW: permit ip host 1.2.3.161 4.5.7.0/255.255.255.0
            Active SAs: 2, origin: crypto map
      IPSEC FLOW: permit ip host 1.2.3.161 9.10.11.0/255.255.255.0
            Active SAs: 0, origin: crypto map
    #show crypto sess det
    Crypto session current status
    Code: C - IKE Configuration mode, D - Dead Peer Detection
    K - Keepalives, N - NAT-traversal, X - IKE Extended Authentication
    Interface: FastEthernet0/0
    Session status: UP-ACTIVE
    Peer: 4.5.6.228 port 500 fvrf: (none) ivrf: (none)
          Phase1_id: 4.5.6.228
          Desc: (none)
      IKE SA: local 1.2.3.8/500 remote 4.5.6.228/500 Active
              Capabilities:(none) connid:1 lifetime:06:26:27
      IPSEC FLOW: permit ip host 1.2.3.161 4.5.7.0/255.255.255.0
            Active SAs: 2, origin: crypto map
            Inbound:  #pkts dec'ed 651 drop 16 life (KB/Sec) 4496182/23178
            Outbound: #pkts enc'ed 574 drop 2 life (KB/Sec) 4496279/23178
      IPSEC FLOW: permit ip host 1.2.3.161 9.10.11.0/255.255.255.0
            Active SAs: 0, origin: crypto map
            Inbound:  #pkts dec'ed 0 drop 0 life (KB/Sec) 0/0
            Outbound: #pkts enc'ed 0 drop 0 life (KB/Sec) 0/0
    The COMPANY-B device on their end of the IPsec VPN is a Juniper SSG1000
    Version 6.1 (ScreenOS)
    We only have a limited view into the Juniper device configuration.
    What we were allowed to see was:
    COMPANY-B-ROUTER(M)-> sh config | incl COMPANY-A
    set address "Untrust" "oss-COMPANY-A-1.2.3.161" 1.2.3.161 255.255.255.255
    set ike gateway "COMPANY-A-1-GW" address 1.2.3.8 Main outgoing-interface "ethernet2/1" preshare xxxxxxxxxxxxxxxxxxxxxx  proposal "pre-g2-3des-sha"
    set vpn "COMPANY-A-1-IKE" gateway "COMPANY-A-1-GW" no-replay tunnel idletime 0 proposal "g2-esp-3des-sha-28800"
    set policy id 2539 from "Untrust" to "Trust"  "oss-COMPANY-A-1.2.3.161" "9.10.11.0-24" "ANY" tunnel vpn "COMPANY-A-1-IKE" id 0x309a pair-policy 2500
    set policy id 2500 from "Trust" to "Untrust"  "9.10.11.0-24" "oss-COMPANY-A-1.2.3.161" "ANY" tunnel vpn "COMPANY-A-1-IKE" id 0x309a pair-policy 2539
    set policy id 2541 from "Trust" to "Untrust"  "4.5.7.0-24" "oss-COMPANY-A-1.2.3.161" "ANY" tunnel vpn "COMPANY-A-1-IKE" id 0x309b pair-policy 2540
    set policy id 2540 from "Untrust" to "Trust"  "oss-COMPANY-A-1.2.3.161" "4.5.7.0-24" "ANY" tunnel vpn "COMPANY-A-1-IKE" id 0x309b pair-policy 2541
    COMPANY-B-ROUTER(M)->
    I suspect that this curious issue is due to a configuration setting on the
    Juniper device, but neither party has seen this error before.  COMPANY-B
    operates thousands of IPsec VPNs and they report that this is a new error
    for them too.  The behavior that allows traffic from one IP address to
    work and traffic from another to end up getting this error is also unique.
    As only the Cisco side emits any error message at all, this is the only
    clue we have as to what is going on, even if this isn't actually an IOS
    problem.
    What we are looking for is a description of exactly what the Cisco
    IOS error message:
    IPSEC(epa_des_crypt): decrypted packet failed SA identity check
    is complaining about, and if there are any known causes of the behavior
    described that occur when running IPsec between Cisco IOS and a Juniper
    SSG device.  Google reports many other incidents of the same error
    message (but not the "I like that IP address but hate this one" behavior),
    and not just with a Juniper device on the COMPANY-B end, but for those cases,
    not one was found where the solution was described.
    It is hoped that with a better explanation of the error message
    and any known issues with Juniper configuration settings causing
    this error, we can have COMPANY-B make adjustments to their device.
    Or, if there is a setting change needed on the COMPANY-A router,
    that can also be implemented.
    Thanks in advance for your time in reading this, and any ideas.

    Hello Harish,
    It is believed that:
    COMPANY-B computer #1   4.5.7.94 (this one has no issues)
    COMPANY-B computer #2   4.5.7.29 (this one fails)
    both have at least two network interfaces, one with a public IP address
    (which we are supposedly conversing with) and one with a RFC 1918 type
    address.   COMPANY-B is reluctant to disclose details of their network or
    servers setup, so this is not 100% certain.
    Because of that uncertainty, it occurred to me that perhaps COMPANY-B
    computer #2 might be incorrectly routing via the RFC 1918 interface.
    In theory, such packets should have been blocked by the access-list on both
    COMPANY-A router, and should not have even made it into the IPsec VPN
    if the Juniper access settings work as it appears they should.  So I turned up
    debugging on COMPANY-A router so that I could see the encrypted and
    decrypted packet hex dumps.
    I then hand-disassembled the decoded ACK packet IP header received just
    prior to the "decrypted packet failed SA check" error being emitted and
    found the expected source and destination IP addresses (4.5.7.29 and 1.2.3.161),
    in the unecapsulated packet.  I also found the expected port numbers of the TCP
    conversation that was trying to be established in the TCP header.  So, it
    looks like COMPANY-B computer #2 is emitting the packets out the right
    interface.
    The IP packet header of the encrypted packet showed the IP addresses of the
    two routers at each terminus of the IPsec VPN, but since I don't know what triggers
    the "SA check" error message or what it is complaining about, I don't know what
    other clues to look for in the packet dumps.
    As to your second question, "can you check whether both encapsulation and
    decapsulation happening in 'show crypto ipsec sa'",   the enc'ed/dec'ed
    counters were both going up by the correct quantities.  When communicating
    with the uncooperative COMPANY-B computer #2, you would also see the
    received Drop increment for each packet decrypted.  When communicating
    with the working COMPANY-B computer #1, the Drop counters would not
    increment, and the enc'ed/dec'ed would both increment.
    #show crypto sess det
    Crypto session current status
    Code: C - IKE Configuration mode, D - Dead Peer Detection
    K - Keepalives, N - NAT-traversal, X - IKE Extended Authentication
    Interface: FastEthernet0/0
    Session status: UP-ACTIVE
    Peer: 4.5.6.228 port 500 fvrf: (none) ivrf: (none)
          Phase1_id: 4.5.6.228
          Desc: (none)
      IKE SA: local 1.2.3.8/500 remote 4.5.6.228/500 Active
              Capabilities:(none) connid:1 lifetime:07:59:54
      IPSEC FLOW: permit ip host 1.2.3.161 4.5.7.0/255.255.255.0
            Active SAs: 2, origin: crypto map
            Inbound:  #pkts dec'ed 376 drop 5 life (KB/Sec) 4458308/28784
            Outbound: #pkts enc'ed 401 drop 3 life (KB/Sec) 4458308/28784
    Attempt a TCP communication to COMPANY-B computer #2...
    show crypto sess det
    Crypto session current status
    Code: C - IKE Configuration mode, D - Dead Peer Detection
    K - Keepalives, N - NAT-traversal, X - IKE Extended Authentication
    Interface: FastEthernet0/0
    Session status: UP-ACTIVE
    Peer: 4.5.6.228 port 500 fvrf: (none) ivrf: (none)
          Phase1_id: 4.5.6.228
          Desc: (none)
      IKE SA: local 1.2.3.8/500 remote 4.5.6.228/500 Active
              Capabilities:(none) connid:1 lifetime:07:59:23
      IPSEC FLOW: permit ip host 1.2.3.161 4.5.7.0/255.255.255.0
            Active SAs: 2, origin: crypto map
            Inbound:  #pkts dec'ed 376 drop 6 life (KB/Sec) 4458307/28753
            Outbound: #pkts enc'ed 402 drop 3 life (KB/Sec) 4458307/28753
    Note Inbound "drop" changed from 5 to 6.  (I didn't let it sit for all
    the retries.)
    #show crypto ipsec sa
    interface: FastEthernet0/0
        Crypto map tag: COMPANY-BMAP1, local addr 1.2.3.8
       protected vrf: (none)
       local  ident (addr/mask/prot/port): (1.2.3.161/255.255.255.255/0/0)
       remote ident (addr/mask/prot/port): (4.5.7.0/255.255.255.0/0/0)
       current_peer 4.5.6.228 port 500
         PERMIT, flags={origin_is_acl,}
        #pkts encaps: 402, #pkts encrypt: 402, #pkts digest: 402
        #pkts decaps: 376, #pkts decrypt: 376, #pkts verify: 376
        #pkts compressed: 0, #pkts decompressed: 0
        #pkts not compressed: 0, #pkts compr. failed: 0
        #pkts not decompressed: 0, #pkts decompress failed: 0
        #send errors 3, #recv errors 6
         local crypto endpt.: 1.2.3.8, remote crypto endpt.: 4.5.6.228
         path mtu 1500, ip mtu 1500, ip mtu idb FastEthernet0/0
         current outbound spi: 0xDF2CC59C(3744253340)
      inbound esp sas:
          spi: 0xD9D2EBBB(3654478779)
            transform: esp-3des esp-sha-hmac ,
            in use settings ={Tunnel, }
            conn id: 2004, flow_id: SW:4, crypto map: COMPANY-BMAP1
            sa timing: remaining key lifetime (k/sec): (4458307/28600)
            IV size: 8 bytes
            replay detection support: Y
            Status: ACTIVE
         inbound ah sas:
         inbound pcp sas:
         outbound esp sas:
          spi: 0xDF2CC59C(3744253340)
            transform: esp-3des esp-sha-hmac ,
            in use settings ={Tunnel, }
            conn id: 2003, flow_id: SW:3, crypto map: COMPANY-BMAP1
            sa timing: remaining key lifetime (k/sec): (4458307/28600)
            IV size: 8 bytes
            replay detection support: Y
            Status: ACTIVE
         outbound ah sas:
         outbound pcp sas:
    The "send" errors appear to be related to the tunnel reverting to a
    DOWN state after periods of inactivity, and you appear to get one
    each time the tunnel has to be re-negotiated and returned to
    an ACTIVE state.  There is no relationship between Send errors
    incrementing and working/non-working TCP conversations to the
    two COMPANY-B servers.
    Thanks for pondering this very odd behavior.

  • JMS Topic - Deliver to only one Durable Subscriber

    Hi,
    Is it possible to put a message onto a topic but only have it delivered to a single durable subscriber?
    I realise this breaks the rules of what a topic is but this is for a scenario where a single subscriber has errored when processing the original message from the topic. I am putting a user interaction process to recover it and if the user selects ‘resubmit’ I want to put the message back on the topic but only deliver it to the one subscriber that failed to process the message.
    My ways to achieve this (in order of preference) would be.
    1.     JMS Adapter
    2.     Writing Java to use JMS API
    If neither of these are possible than:
    3.     Create a System Resubmit queue and have every composite look for message on the resubmit queue (with their client ID) as well as the normal topic they use
    Of course I would like to avoid 3 as it introduces a complication into every process we create that takes messages from a JMS Topic.
    Thanks for your help.
    Robert

    I could suggest a (dirty) trick:
    all subscribers subscribe to the topic using a filter (message selector, http://docs.oracle.com/javaee/6/tutorial/doc/bnceh.html#bncer)
    SUBSCRIBER1 uses:
    destination = ALL OR SUBSCRIBER1
    SUBSCRIBER2 uses:
    destination = ALL OR SUBSCRIBER2
    etc
    The first message has the property destination set to ALL, so all subscribers will process it.
    The resubmitted message will have destination = SUBSCRIBER<N>, where N is the failed subscriber

  • Not delivered to only one iphone user

    Hi, I have been trying to send a message from my ipod touch IMESSAGE to one of my friend who has an iphone 4 (number), but it kept saying not delivered, so I tried texting my other friends to see if there was something wrong with my imessage but they are sending perfectly fine...So, I tried turning off my imessage and restarting my ipod and everything, but nothing works.I even search whether this person could possibly block me but I don't think iphone could actually do that, or is there a way they could make their phone stop from receiving msg? so please help me?

    Have the other person activated and turned on Messages on his phone?

  • Wierd problem: Experiencing problem with Flash Player under only one vista others fine

    Help..
    all of a sudden my flash player has stopped working under one
    of my accounts. it only occurs in IE7...using firefox is ok...
    this account is an administrator account, but not the top
    administrator account.
    With my other Vista accounts flash player works great, even
    the standard accounts...
    this is totally wierd that it only happens with just this one
    account..
    any help is appreciated...thanks
    stephen

    quote:
    Originally posted by:
    mearsfan42
    Help..
    all of a sudden my flash player has stopped working under one
    of my accounts. it only occurs in IE7...using firefox is ok...
    this account is an administrator account, but not the top
    administrator account.
    With my other Vista accounts flash player works great, even
    the standard accounts...
    this is totally wierd that it only happens with just this one
    account..
    any help is appreciated...thanks
    stephen
    Hi mearsfan42,
    Login as the Admin
    First download the uninstaller to your desktop from here
    http://www.adobe.com/go/tn_14157
    Before running this uninstaller be sure to read the
    instruction and close all running programs.
    Open the following folder C:\WINDOWS\system32\Macromed\Flash
    Run the uninstaller
    What files are left in this folder?
    C:\WINDOWS\system32\Macromed\Flash
    If there are files left, delete the Flash folder.
    download the latest Flash Player from here:
    www.adobe.com/go/getflashplayer

  • Hyperlink text color style in only one div (others remain the same)

    I would like to make  color changes in hyperlink text but only in one div. I have the CSS coding for the style changes. How can I isolate these changes to one div only (kind of like the compound selector approach)?
    Thanks

    Ben's answer works well, when you want to label every link individually. It provides a more universal solution, but more time-consuming in the specific div in question.
    To affect every link in a div, give the div in question an id. Then, in the css stylesheet, use the id of the div in your style selector.
    Viz.:
    in the html:
    <div id="red_div"><a href="redLink.html">This is the red link</a></div>
    in the css:
    #red_div a {color: red;}
    Of course, you can make a more meaningful id.
    The advantage to this solution is that you can add more than one div to the selector (use a comma between), as:
    #red_div a,
    #other_div_that_I_want_red a {color: red;}
    Be sure that you place this selector in the css stylesheet BELOW any other definition for the link color, or it will be redefined by the other definition.

  • ME9F - Prints only one message

    Hi all,
    I'm having a problem when printing more than one purchase order message in ME9F.
    When I select all messages to be printed, only one is going to printer, and the other ones stay in spool list with status "-" (not yet sent to the host system).
    Any idea why this is happenning?
    Thanks in advance.
    Best regards,
    Sónia Gonçalves

    Hi,
    After some conversations with SAP support and basis team, I still don't have an answer for this.
    I discover if I use standard SAP settings in the processing routines configuration (Program "SAPFM06P", form routine "ENTRY_NEU" and form "MEDRUCK") this will work. The problem seems to be that I'm using a customized smartform, so in my processing routines configuration I have:
    - Program: /SMB40/FM06P
    - Form routine: ENTRY_NEU
    - PDF/Smartform: ZZZZZZ
    - Type: Smartform.
    I already debug the program and the field "DIMME" in NAST table is set in every message, so I really don't have any idea why this is happening.
    Any help is precious!
    Thanks in advance.
    Best regards,
    Sónia Gonçalves

  • Select only one entry - Message no. F5A156

    Dear Sir,
    Client require deleting multiple entries from petty cash book (FBCJ)
    When we are selecting multiple line items and pressing Shift - F2 the given bellow message appears.
    Select only one entry
    Message no. F5A156
    We require deleting more than 1500 payment entries from Petty cash book
    We have list of those accounting document that needs to be Reversed/Deleted from FBCJ
    Please Guide me as to how can we Mass Delete these entries.
    Regards
    Chirag Shah

    Dear Chirag,
    please read the SAP note 529984 that can help.
    Mauri

  • Message KI249 assign only one true cost account object

    Hi SAP gurus,
    I am trying to create a sales order by assigning an internal order for which revenue posting (cost element category 11) is allowed (revenue posting box checked). But system only is picking up profit center assigned to internal order and not treating internal order as real account assignment. If I enter internal order system gives me an error "message no KI249 enter only one true account assignment"
    I was able to post FB50 with the same revenue cost element to the same internal order.
    Can you please help me with this.
    James.

    Hi,
    Actually after some more research we determined that if we enter plant to the revenue items which are entered in the contract we are not able to enter order to which revenue should be booked. But we if remove plant we can enter the order and revenue is booked to real internal order.
    But we need to enter plant becuase tax cannot be calculated if don't enter plant.
    so what is the relationship between plant and internal order in this case? Why am I not able to enter order if I enter plant. system .
    gives an error "enter only one true account assignment" I don't get this error if I don't enter plant.
    Thanks,
    Ravi.

  • Design Problem : How to design/code a java client which is deployed to all the machines in a cluster and make sure that only one of the java client is active

              hi ,
              I have to design a java client (which is basically a JMS message listener)which
              is deplloyed to all the servers in the cluster. But as these are message listeners,
              i want only one of the instance to be active at a time.
              If the server on which the client is active goes down , I want the second server
              to start listening to messages.
              How do i design this ? Also is there a public api for multicasting that we can
              use ?
              Anybody has an idea on how to go about this..
              Thanks
              nisha
              

    Hi Nisha,
              Failover message listeners? Sounds like you want MDBs, which are deployed on all nodes in a
              cluster. If your JMS destination is a queue, then only one MDB will pick up the message. And just
              like any other ejb service, MDBs failover.
              Gene
              "Nisha" <[email protected]> wrote in message news:[email protected]..
              hi ,
              I have to design a java client (which is basically a JMS message listener)which
              is deplloyed to all the servers in the cluster. But as these are message listeners,
              i want only one of the instance to be active at a time.
              If the server on which the client is active goes down , I want the second server
              to start listening to messages.
              How do i design this ? Also is there a public api for multicasting that we can
              use ?
              Anybody has an idea on how to go about this..
              Thanks
              nisha
              

  • Using only one antenna on 1552EU

    Hi,
    we had Cisco AIR-LAP1522 with three 2,4GHz antennas and one for 5GHz. A normal setup I would say. The access point malfunctioned a while ago and we got a replacement part after TAC case. Because of EoS, we received a AIR-CAP1552EU-E-K9 access point.
    The idea was to use the same antennas, but when I try to configure a/n band to use only one connector (A, B or C) nothing happens. After clicking Apply, all check boxes are still active/enabled. Is there a reason for this? Is it possible to disable diversity?
    WLC version is 7.4.110.0. and I'm using GUI to configure.

    Okay.. Well that does split the radios per antennas. I think you are still required to use the correct amount of antennas. I have not deployed mesh with trying to use existing antennas, because they also have been exposed a long time out in the environment. I have seen antennas go back after long use. If this is an issue, open a TAC case since they are new and confirm that you can't or can do what you want.
    Sent from Cisco Technical Support iPhone App
    Sent from Cisco Technical Support iPhone App

  • Internet connection instable on only one device, via airport extreme

    Situation
    I have the strangest situation. In my setup, every device connects just fine with the WLAN. Yet, one iphone 4 is for periods of time losing internet connection whilst still connected to the WLAN.
    Setup
    I have my airport extreme connected to a Zyxel modem and set my airport extreme to bridge mode. I turned the WIFI off for the modem, and ON for the airport extreme.
    All but one device have no trouble connecting
    The following devices operate just fine:
    Mac Pro [wireless]
    Playstation 3 [wired into airport extreme]
    Playstation Vita [wireless]
    HP laptop [wireless]
    my girlfriend's iphone 4
    The problem occurs solely on my iphone 4.
    Oddities
    While me and my girlfriend have the exact same phone (not jailbreaked) and both just the latest version of iOS, hers works fine while my phone has this connection trouble.
    The connection with the WLAN is never lost; I can communicate with other devices on the same LAN, it's just the internet that's not working for periods of time.
    Workarounds
    If I turn on the WIFI-settings on the modem directly to create another WLAN and connect my iphone to that network, the connections is stable again. The problem is just that the range of my modem is not as good as that of the airport extreme.
    While it works fine in most of the house, in the bedroom my iphone receives 1 bar of signal. It however receives 3 bars on the airport-extreme network.. but as mentioned: with instable internet.
    Help required
    I can't seem to locate what the problem is. It's easy to suggest it's my iphone that is somehow broken, but then it's fairly odd that the problem is limited to only my airport extreme WLAN network. Yet, if the problem is with the WLAN network than why is it the only device that has trouble connecting to it.
    Hopefully someone has a suggestion to what could be the problem and a way to solve it?

    I have nearly the same issue.  Using your template here is my situation.
    Situation
    I have the strangest situation. In my setup, every device connects just fine with the WLAN. Yet, one iPad Retina is for periods of time losing internet connection whilst still connected to the WLAN.  Most often it happens on the YouTube app or downloading app updates.
    Setup
    I have my airport extreme connected to a comcast cable modem with no wifi (so airport extreme only).
    All but one device have no trouble connecting (it's funny how close our situation is)
    The following devices operate just fine:
    Mac Pro 1 [wireless]
    Mac Pro 2 [wireless]
    Playstation 3 [wired into airport extreme]
    Mac Air [wireless]
    my girlfriend's iphone 4s
    my iphone 5
    Apple TV [wireless]
    my iPad Retina (only issue)
    The problem occurs solely on my iPad Retina.
    Oddities
    When the iPad is not working, all the other devices (phones included) work fine.
    The connection with the WLAN is never lost; I can communicate with other devices on the same LAN, it's just the internet that's not working for periods of time.
    Workarounds
    My iPad is 4G so if I turn off wi-fi it works fine over 4g.  NOTE:  I HAD THE GENIUS BAR REPLACE THE IPAD LAST WEEK.  NO CHANGE....
    Help required
    I can't seem to locate what the problem is. It's easy to suggest it's my iphone that is somehow broken, but then it's fairly odd that the problem is limited to only my airport extreme WLAN network. Yet, if the problem is with the WLAN network than why is it the only device that has trouble connecting to it.
    Hopefully someone has a suggestion to what could be the problem and a way to solve it?  BECAUSE I CHANGED OUT MY IPAD, I THINK IT MAY BE AIRPORT RELATED BUT CANNOT SOLVE THE PROBLEM EITHER.
    ....I feel just a bit better that I'm not the only one.

  • Why won't my iMessage work with only one contact in my phone all my other iMessages send and they just got an iphone but all their iMessages are sending also. I've tried restarting my phone, deleting messages, contact, restarting network

    Why won't my iMessage work with only one contact in my phone all my other iMessages send and they just got an iphone but all their iMessages are sending also. I've tried restarting my phone, deleting messages, contact, restarting network

    Hello Jesslb23,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    To resolve issues with sending and receiving iMessages, follow these steps first
    Check iMessage system status for current service issues.
    Go to Settings > Messages > Send & Receive and make sure that you have registered iMessage with your phone number or Apple ID and that you have selected iMessage for use. Learn more about troubleshooting iMessage registration if the phone number or Apple ID isn't available for use.
    Open Safari and navigate to www.apple.com to verify data connectivity. Learn more about troubleshootingcellular data or a Wi-Fi connection if a data connection isn't available.
    iMessage over cellular data might not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports. Go to Settings > Wi-Fi and turn Wi-Fi on to use iMessage while on a call if your network doesn't support simultaneous data and voice calls.
    Restart your device.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    If you are still unable to send or receive an iMessage, follow these steps
    Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    Verify that the contact you are attempting to send a message to is registered with iMessage.
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and re-create the contact in the Contacts application. Create a new message to the newly created contact and try again.
    Back up and restore your device as new.
    Best of luck,
    Mario

  • I downloaded Yosemite last night but when I tried to update iPhoto, I got an error message stating that that app and several others couldn't be updated because they weren't paid for by the user id entered. I'm the only one who uses this computer.

    I downloaded Yosemite last night and tried to look at my photos in iPhoto and noticed that needed updating. When I tried to update as requested, I got an error message stating that the app (and several others including Pages and Numbers) couldn't be updated because they weren't purchased by the user ID I had entered. I'm the only user of the computer and now I can't find my photos anywhere! Any help would be appreciated.
    Thanks

    Some folks have solved this issue by dragging the apps to an external disk, then disconnecting it, and then are able to download. Apparently it can arise if you upgraded from an OS the than Mavericks.
    Failing that: Contact App Store support. There's a link on the right hand side of the App Store Window. They're the only ones who can sort out account issues.

Maybe you are looking for

  • HT1338 My imac has no sound can anybody help?

    My IMac was working perfectly this morning and now it has no sound! I´ve checked the volume, the system preferences, built-in audio, without positive results, anybody has a solution?

  • Adding field to CN41 Transaction

    Hi Guys, I have a requirement to copy standard transaction CN41 to ZCN41 and add below fields to the report. Vendor u2013 AFVGD LIFNR Purchasing Org. u2013 AFVGD EKORG Purch. Group u2013 AFVGD EKGRP Purch Group Desc. Responsible DE u2013 AFVU ZZRESPO

  • Download list of payment terms

    All SAP Gurus, We want to Download list of payment terms. From SPRO path it gives the payment terms, one after another, but not the list. From where we can get the list of all payment terms. Regards,

  • Error in Creating inbound asn

    I am trying to post inbound asn using SHPMNT05, Message type : SHPADV and Process code : SHPM. I am getting an error " Transportation Planning Point does not exist". Can anyone tell me what field in the IDOC Segment in missing ?

  • Networking doubt

    hai friends, I m new to solaris OS. i m doing b.tech project in java for connecting windows,linux,solaris10 here i got a problem when im using solaris10 i connected my solaris system to the network by cable. but i dont know where to set the IP addres